Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information