-
Notifications
You must be signed in to change notification settings - Fork 682
Comparing changes
Open a pull request
base repository: openstack/openstack-ansible
base: master
head repository: openstack/openstack-ansible
compare: stable/2025.2
- 20 commits
- 47 files changed
- 5 contributors
Commits on Dec 8, 2025
-
Update .gitreview for stable/2025.2
Change-Id: I41e3563332ec51ccdb0e5e4a5ebaab5920776612 Signed-off-by: OpenStack Release Bot <[email protected]> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
Configuration menu - View commit details
-
Copy full SHA for 41e2f5e - Browse repository at this point
Copy the full SHA 41e2f5eView commit details -
Update TOX_CONSTRAINTS_FILE for stable/2025.2
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/2025.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: I5dab526acd8be82ef91315b847706b8ff58d2c04 Signed-off-by: OpenStack Release Bot <[email protected]> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
Configuration menu - View commit details
-
Copy full SHA for 7cab8ad - Browse repository at this point
Copy the full SHA 7cab8adView commit details -
Don't use nova_console_type for mapping
This causes a circular resolution, as in os_nova role nova_console_type is calculated based of nova_console_type_mapping. It was written like that to ensure that defined nova_console_type will be respected when overriden. With that change operators need to control `nova_console_type_mapping` instead of `nova_console_type` to use spice instead of vnc. Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/967052 Change-Id: I25f57b450c0642400a4dce729e0cc66b28cf976e Signed-off-by: Dmitriy Rabotyagov <[email protected]> (cherry picked from commit 8cffc4e)
Dmitriy Rabotyagov committedDec 8, 2025 Configuration menu - View commit details
-
Copy full SHA for be3e5a7 - Browse repository at this point
Copy the full SHA be3e5a7View commit details -
Set Debian 13 molecule test to voting
With Debian 13 image being built and promoted to quay we can set this job to voting now. Change-Id: Idb425f337866755b1c2ad886ecbdd9beb8456031 Signed-off-by: Dmitriy Rabotyagov <[email protected]> (cherry picked from commit 92a0e9d)
Dmitriy Rabotyagov committedDec 8, 2025 Configuration menu - View commit details
-
Copy full SHA for 6c56c51 - Browse repository at this point
Copy the full SHA 6c56c51View commit details
Commits on Dec 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c34cc54 - Browse repository at this point
Copy the full SHA c34cc54View commit details -
Configuration menu - View commit details
-
Copy full SHA for f317a15 - Browse repository at this point
Copy the full SHA f317a15View commit details
Commits on Dec 15, 2025
-
aio: fix octavia/trove when used with ovs
If this is backported to 2024.2 or beyond, it additionally requires handling for lxb. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/970659 Change-Id: I9d1b27eacf8a3c8cbd5e4fbdff53a3064604c496 Signed-off-by: Andrew Bonney <[email protected]> (cherry picked from commit d24f47b)
Configuration menu - View commit details
-
Copy full SHA for f8552f0 - Browse repository at this point
Copy the full SHA f8552f0View commit details -
Update SHAs for the Flamingo RC2
Change-Id: Iea56786f15dd2b6475ed39839e322623ae4d4546 Signed-off-by: Dmitriy Rabotyagov <[email protected]>
Dmitriy Rabotyagov committedDec 15, 2025 Configuration menu - View commit details
-
Copy full SHA for ea469b5 - Browse repository at this point
Copy the full SHA ea469b5View commit details
Commits on Dec 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2e126ca - Browse repository at this point
Copy the full SHA 2e126caView commit details
Commits on Dec 23, 2025
-
Ensure bash-completion also search for .yaml
Auto-complete ignores playbooks having .yaml extension, which might be a good chunk of third-party playbooks. Let's ensure we cover them as well. Change-Id: If995d702ea58c4251b655ba2c3043dbf4f14e671 Signed-off-by: Dmitriy Rabotyagov <[email protected]> (cherry picked from commit 5fe6f29)
Dmitriy Rabotyagov committedDec 23, 2025 Configuration menu - View commit details
-
Copy full SHA for 0ef8631 - Browse repository at this point
Copy the full SHA 0ef8631View commit details
Commits on Jan 23, 2026
-
Change-Id: I03c8ac7bb7fa7fc0771e055b66d6934769e46046 Signed-off-by: Dmitriy Rabotyagov <[email protected]>
Dmitriy Rabotyagov committedJan 23, 2026 Configuration menu - View commit details
-
Copy full SHA for eef449a - Browse repository at this point
Copy the full SHA eef449aView commit details
Commits on Jan 26, 2026
-
It should have been removed when nova-cert support was cleaned up by 173d168 . Change-Id: Idad4dbb8ad423881ae90fee22bc32605841a8e3c Signed-off-by: Takashi Kajinami <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a0711c - Browse repository at this point
Copy the full SHA 9a0711cView commit details
Commits on Feb 5, 2026
-
Fix OSA_VERSION during upgrades
Installing OSA in editable mode no longer produce egg-info and wheels, which results in existance of stale egg-info which returns an old version for openstack-ansible package. As we do `cd ${OSA_CLONE_DIR}` this is appended to PATH, making `importlib` to respect stale egg-info rather then actually installed version from venv. On top of that we add a simple pyproject.toml to define the build backend of pbr to detect package versioning correctly during installation, as otherwise behavior may be unexpected [1] due to deprecation. [1] pypa/pip#11457 Closes-Bug: #2137630 Change-Id: I33c4cd030985a360570202b78e9d6f23f72edbb0 Signed-off-by: Dmitriy Rabotyagov <[email protected]> (cherry picked from commit 17b31bf)Configuration menu - View commit details
-
Copy full SHA for 45851c6 - Browse repository at this point
Copy the full SHA 45851c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e230f32 - Browse repository at this point
Copy the full SHA e230f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5274240 - Browse repository at this point
Copy the full SHA 5274240View commit details
Commits on Feb 9, 2026
-
Change-Id: I3dd940abf0a20d68acfdeb0ea9388b09fd4bae9d Signed-off-by: Dmitriy Rabotyagov <[email protected]>
Dmitriy Rabotyagov committedFeb 9, 2026 Configuration menu - View commit details
-
Copy full SHA for 8129d70 - Browse repository at this point
Copy the full SHA 8129d70View commit details
Commits on Mar 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4c4542a - Browse repository at this point
Copy the full SHA 4c4542aView commit details
Commits on Mar 12, 2026
-
We do not store or collect ovn configuration and logs which make it harder to debug and investigate. As most of configuration for OVN are environment files stored in defaults, we collect the folder as well. Change-Id: I081c0b927cdd46f0408a6bd37dcf008944105339 Signed-off-by: Dmitriy Rabotyagov <[email protected]> (cherry picked from commit 075262e)
Configuration menu - View commit details
-
Copy full SHA for e665a7c - Browse repository at this point
Copy the full SHA e665a7cView commit details
Commits on Mar 25, 2026
-
Respect global tox_environment for molecule
We are trying to have a "global" tox_environment defined for the parent molecule job, but then it gets overriden completely inside of child jobs In order to avoid that, and ensure tox environment is complete, we add usage of YAML anchors. This should apply requirements and constraints correctly on stable branches, as well as avoid unnecessary remote calls. Change-Id: I79a581a96067fdecddc04504fe3c24c228c7f781 Signed-off-by: Dmitriy Rabotyagov <[email protected]>
Dmitriy Rabotyagov committedMar 25, 2026 Configuration menu - View commit details
-
Copy full SHA for 6516a11 - Browse repository at this point
Copy the full SHA 6516a11View commit details
Commits on Apr 10, 2026
-
Change-Id: I6c5db055170d608caf779c893e47a101b1431b7e Signed-off-by: Dmitriy Rabotyagov <[email protected]>
Dmitriy Rabotyagov committedApr 10, 2026 Configuration menu - View commit details
-
Copy full SHA for aaf3447 - Browse repository at this point
Copy the full SHA aaf3447View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...stable/2025.2