"git@forge.univ-lyon1.fr:p1506207/xai-visualization.git" did not exist on "27adf061e817e91b6772838f2230cb28fd3620aa"
Commits on Source (12)
-
OpenStack Release Bot authored
Change-Id: Ib972ff0395c338344e9d95fd588dc46d98db96d6
-
Matt Anson authored
If ironic-python-agent is not installed in the IPA image using upper-constraints, the ironic-lib selected by pip for installation may be newer than ipa. Use upper-constraints for the same version as ironic-python-agent when installing it, by passing the DIB_REPOREF_requirements environment variable to ironic-python-agent-builder. Closes-Bug: #2089263 Change-Id: I6e33f9897dc7efc57987872ffccdfbe0fc78cc52 (cherry picked from commit 89849c1c)
-
Bartosz Bezak authored
Change-Id: Id292915fc4c4fefd86a6da431b35daf5faf45523 (cherry picked from commit eacbe8a0)
-
Matt Crees authored
Hosts that weren't part of the overcloud group would be included in the list when this is run without a limit. Closes-Bug: #2091621 Change-Id: Id3d68b55e18dfe9c44805b6e2602e00eadecc76a (cherry picked from commit f27755ae)
-
Pierre Riteau authored
Change-Id: I31bc776b2cd7f6543705c44609fbcf22d9259be5 (cherry picked from commit b4f63447)
-
Pierre Riteau authored
Change-Id: I134bcbece0f28bf5234f0afd8349b602ce2940a1 (cherry picked from commit 51b54d54)
-
Zuul authored
-
Pierre Riteau authored
This commit adds variables to configure authentication parameters in the image-download role, which is used to download IPA images. The new variables are image_download_url_username, image_download_url_password, image_download_force_basic_auth and image_download_unredirected_headers. See Ansible documentation for more details about these variables [1,2]. [1] https://docs.ansible.com/ansible/latest/collections/ansible/builtin/get_url_module.html [2] https://docs.ansible.com/ansible/latest/collections/ansible/builtin/uri_module.html Change-Id: Ib149e97d42ca46b96b5c05030ba2cf871a63cde9 (cherry picked from commit 344008d8)
-
Will Szumski authored
The newer version sets the connection.autoconnect-slaves=1 config option[1]. This will ensure that slave interfaces will also reconnect after bouncing the parent. [1] https://github.com/michaelrigart/ansible-role-interfaces/releases/tag/v1.15.1 Closes-Bug: #2072340 Change-Id: I2d7a8f1368d4f0e02d199029c15c453a56582b41 (cherry picked from commit 447635ac)
-
Matt Crees authored
The new release of ansible-compat[1] has broken our tox molecule jobs: ``` 'Invalid plugin FQCN (community.molecule.from_yaml): unable to locate collection community.molecule' ``` Pins to the previous version. [1] https://github.com/ansible/ansible-compat/releases/tag/v25.0.0 Change-Id: Ib7f9884c89437d645645ae48825c62c7680566ad (cherry picked from commit 70af189a)
-
Zuul authored
-
Zuul authored
Showing
- .gitreview 1 addition, 0 deletions.gitreview
- ansible/inventory/group_vars/all/ipa 1 addition, 0 deletionsansible/inventory/group_vars/all/ipa
- ansible/overcloud-deprovision.yml 1 addition, 1 deletionansible/overcloud-deprovision.yml
- ansible/roles/image-download/defaults/main.yml 20 additions, 0 deletionsansible/roles/image-download/defaults/main.yml
- ansible/roles/image-download/tasks/main.yml 8 additions, 0 deletionsansible/roles/image-download/tasks/main.yml
- dev/functions 20 additions, 1 deletiondev/functions
- dev/overcloud-test-bounce-interface.sh 21 additions, 0 deletionsdev/overcloud-test-bounce-interface.sh
- doc/source/configuration/reference/ironic-python-agent.rst 8 additions, 9 deletionsdoc/source/configuration/reference/ironic-python-agent.rst
- molecule-requirements.txt 1 addition, 1 deletionmolecule-requirements.txt
- playbooks/kayobe-overcloud-host-configure-base/run.yml 10 additions, 0 deletionsplaybooks/kayobe-overcloud-host-configure-base/run.yml
- playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py 2 additions, 2 deletions...ost-configure-base/tests/test_overcloud_host_configure.py
- releasenotes/notes/fix-overcloud-deprovision-prompt-host-lists-cfb701162c114c60.yaml 6 additions, 0 deletions...cloud-deprovision-prompt-host-lists-cfb701162c114c60.yaml
- releasenotes/notes/fixes-slave-interface-bounce-81d8dc8e5e474447.yaml 6 additions, 0 deletions.../notes/fixes-slave-interface-bounce-81d8dc8e5e474447.yaml
- releasenotes/notes/image-download-auth-e9fd02b71e26dd52.yaml 12 additions, 0 deletionsreleasenotes/notes/image-download-auth-e9fd02b71e26dd52.yaml
- releasenotes/notes/pin-ipa-requirements-f9566011b2400e6c.yaml 6 additions, 0 deletions...asenotes/notes/pin-ipa-requirements-f9566011b2400e6c.yaml
- requirements.yml 1 addition, 1 deletionrequirements.yml
dev/overcloud-test-bounce-interface.sh
0 → 100755
... | ... | @@ -3,7 +3,7 @@ |
# process, which may cause wedges in the gate later. | ||
ansible-lint>=3.0.0,<6.0.0,!=4.3.0 # MIT | ||
ansible-compat # MIT | ||
ansible-compat<25.0.0 # MIT | ||
docker # Apache-2.0 | ||
molecule # MIT | ||
molecule-plugins[docker] # MIT | ||
... | ... |