Skip to content
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

Fix issue with control host bootstrap #178

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Conversation

jovial
Copy link

@jovial jovial commented Oct 3, 2023

Due to the changes in the galaxy API, we saw the following error:

ERROR! Unexpected Exception, this is probably a bug: '/api/v3/plugin/ansible/content/published/collections/index/ansible/netcommon/versions/'
to see the full traceback, use -vvv
Failed to install Ansible collections from /home/stack/rav/cl5/venvs/kayobe/share/kayobe/requirements.yml via Ansible Galaxy: returncode 250

This is because netcommon is pulled in as a dependency of the dellemc.os10 collection. Explitly install the collection using the old API is a workaround for the issue. The constaints are taken from galaxy.yml in the dellemc.os10 collection. The constraint was >=1.0.0 but it later versions is constrained to <3.0.0.

Change-Id: I45e9f50a7306a5647702788ec5c19d0c7933e685
Partial-Bug: 2038088

@jovial jovial requested a review from a team as a code owner October 3, 2023 12:01
Due to the changes in the galaxy API, we saw the following error:

```
ERROR! Unexpected Exception, this is probably a bug: '/api/v3/plugin/ansible/content/published/collections/index/ansible/netcommon/versions/'
to see the full traceback, use -vvv
Failed to install Ansible collections from /home/stack/rav/cl5/venvs/kayobe/share/kayobe/requirements.yml via Ansible Galaxy: returncode 250
```

This is because netcommon is pulled in as a dependency of the
dellemc.os10 collection. Explitly install the collection using the
old API is a workaround for the issue. The constaints are taken from
galaxy.yml in the dellemc.os10 collection. The constraint was >=1.0.0
but it later versions is constrained to <3.0.0.

Change-Id: I45e9f50a7306a5647702788ec5c19d0c7933e685
Partial-Bug: 2038088
Copy link

@g0rgamesh g0rgamesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

worked for me

@jovial jovial enabled auto-merge October 3, 2023 12:07
@jovial jovial merged commit 7dd0a9c into stackhpc/yoga Oct 3, 2023
3 checks passed
@jovial jovial deleted the yoga/fix/bootstrap branch October 3, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants