-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roles namespace has changed with the new Galaxy website #3253
Comments
Might be related : I need to publish a new version of role mila.slurm today. Before, I was using the effortless Import Role button in the GUI. Now, there is no such button. Instead, the documentation mentions that one has to use the CLI.
Given that my org GitHub user is mila-iqia, let's give it a try:
Version
Configansible.cfg created as per https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/community/userguide/#ansible-core-cli-setup. I changed the URL from
|
Crosspost to https://forum.ansible.com/t/roles-namespace-has-changed-with-the-new-galaxy-website/1304 which seems to be the official channel to get support with Galaxy NG. |
Also probably related, we ( @renovatebot ) getting reports that ansible roles and collections can not be resolved anymore. We are using the v2 API btw. |
After changing my GitHub username to all lowercase and now I got two namespaces. Tried to delete the old but the API says I don’t have permission. So now I have two versions of the same role on Galaxy. These things really should be case-insensitive… |
Bug Report
SUMMARY
Our namespace mila was created in #2792.
Since then, people are using
mila.<collection_name>
andmila.<role_name>
to install our roles and collections.Previously, we were able to see our published content with a single URL (https://galaxy.ansible.com/mila).
Today, there are three URLs, one for the collections and two others for the roles.
STEPS TO REPRODUCE
Access to https://galaxy.ansible.com/mila/ -> you are redirected to the home page
Search for "clockwork" in the roles : this will return two results with the same content. If you enter the official role (https://galaxy.ansible.com/ui/standalone/roles/mila/clockwork/) and click on Github Repository, you'll get a 404.
EXPECTED RESULTS
I expect to see all the published content (roles and collections) in the same page (https://galaxy.ansible.com/ui/namespaces/mila/ or even better https://galaxy.ansible.com/mila/ for backward compatibility).
If that's not possible with the NG version, I would at least expect to get a coherent namespace which is mila.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: