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

Commits on Oct 3, 2023

  1. Fix issue with control host bootstrap

    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 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c2f4ad2 View commit details
    Browse the repository at this point in the history