Synchronise master with upstream#528
Merged
priteau merged 12 commits intostackhpc/masterfrom Feb 23, 2026
Merged
Conversation
The check for the absence of the Python interpreter cannot run with ansible_python_interpreter set to /usr/bin/python3. Change-Id: Ibab43c633cf718664e144470e944ef24425695fe Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
Causes the following warning to be displayed: [WARNING]: Found variable using reserved name 'gather_facts'. Also updates conditional inline for broken conditionals check[1]. [1] https://docs.ansible.com/projects/ansible/latest/porting_guides/porting_guide_12.html#broken-conditionals TrivialFix Change-Id: I7b25690d2fe9052852505a08d5c249d0b938c36c Signed-off-by: Will Szumski <will@stackhpc.com>
Change-Id: I3c793f1f63d5d220efd967dcea17beff4f861644 Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
Match recent bashate cleanup by excluding local artifact paths from the tox linters ansible-lint run. Skip .ansible, ansible/collections and dotted Galaxy role directories under ansible/roles/*.* so external downloaded collections and roles are not linted. Closes-Bug: #2141527 Change-Id: If0eee54d7ade3d85ab5b999b32a216d8ea3a91b9 Signed-off-by: Grzegorz Koper <grzegorzk@stackhpc.com>
Change-Id: Ib2f9c10433c42f783e1d5f618291ba5cb7be1641 Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
Adds support for managing the Ansible control host configuration. This is provided by the new `kayobe control host configure` command, and uses the existing host configuration features in Kayobe. Also provided is a `kayobe control host command run` command for running commands on the Ansible control host, and a `kayobe control host package update` command for updating its OS packages. Co-Authored-By: Leonie Chamberlin-Medd <leonie@stackhpc.com> Change-Id: Idde1272da3f17c4a09e77c98c3570a7bbc8d326b Signed-off-by: Pierre Riteau <pierre@stackhpc.com> Signed-off-by: Leonie Chamberlin-Medd <leonie@stackhpc.com>
When originally introduced the `kayobe overcloud service passwords view` command included usage documentation that showed the wrong command this has been corrected. Change-Id: I806c9ea8a8175a564e6deb131f715bb0abea158f Signed-off-by: Jack Hodgkiss <jack@stackhpc.com>
Change-Id: I34081d7d2e46cf8229609f366998c6d798eb0caf Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
priteau
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains a snapshot of master from upstream master.