Install of oVirt.hosted-engine-setup from galaxy fails

Dear oVirt team, Install of role oVirt.hosted-engine-setup from Galaxy repo fails: - downloading role 'hosted-engine-setup', owned by oVirt [WARNING]: - oVirt.hosted-engine-setup was NOT installed successfully: - sorry, oVirt.hosted-engine-setup was not found on https://galaxy.ansible.com. Apparently it fails due to name of the repo in the Galaxy which is with “_” instead of expected “-” . Marko Vrgotic

On Thu, Apr 11, 2019 at 4:24 AM Vrgotic, Marko <M.Vrgotic@activevideo.com> wrote:
Dear oVirt team,
Install of role oVirt.hosted-engine-setup from Galaxy repo fails:
- downloading role 'hosted-engine-setup', owned by oVirt
[WARNING]: - oVirt.hosted-engine-setup was NOT installed successfully: - sorry, oVirt.hosted-engine-setup was not found on https://galaxy.ansible.com.
Apparently it fails due to name of the repo in the Galaxy which is with “_” instead of expected “-” .
Yes, the right role name in galaxy is ovirt.hosted_engine_setup and it's here: https://galaxy.ansible.com/oVirt/hosted_engine_setup you can install it with: ansible-galaxy install ovirt.hosted_engine_setup This is due to fact that ansible galaxy is not accepting anymore '-' in namespace, repository and content names and it automatically converts '-' to '_'. Exceptions are allowed in special cases (with manual handling) but this is the rule, please see: https://github.com/ansible/galaxy/issues/775 https://github.com/ansible/galaxy/issues/779 https://github.com/ansible/galaxy/issues/1128 ... on the other side the rpm is named ovirt-ansible-hosted-engine-setup to be compliant with a different rule set.
Marko Vrgotic _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/UDLG5Q3U73VNVL...
participants (2)
-
Simone Tiraboschi
-
Vrgotic, Marko