Skip to content

Commit 533c397

Browse files
authored
Merge pull request #400 from stackhpc/upstream/master-2025-03-31
Synchronise master with upstream
2 parents 2985696 + ccdfeb7 commit 533c397

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

playbooks/kayobe-overcloud-upgrade-base/globals.yml.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ openstack_service_rpc_workers: "1"
1414

1515
# Reduce size of libvirt logs when OpenStack debug logging is enabled
1616
nova_libvirt_logging_debug: False
17+
18+
# Disable new RabbitMQ features until support is backported to 2024.1.
19+
# TODO(mattcrees): Remove these when we can properly perform the queue
20+
# migtations.
21+
om_enable_queue_manager: false
22+
om_enable_rabbitmq_transient_quorum_queue: false
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
Updates the ``mrlesmithjr.chrony`` role to v0.1.6.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixes:
33
- |
4-
Fix a bug where netplan packages are not fully removed resulting generated
5-
network configurations are not getting applied with ``host configure``
6-
commands. 'LP#2103794 <https://bugs.launchpad.net/kayobe/+bug/2103794>'__
4+
Fixes incomplete removal of netplan packages which was preventing generated
5+
network configuration from getting applied with ``host configure``
6+
commands. `LP#2103794 <https://bugs.launchpad.net/kayobe/+bug/2103794>`__

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ roles:
2929
- src: MichaelRigart.interfaces
3030
version: v1.15.4
3131
- src: mrlesmithjr.chrony
32-
version: v0.1.4
32+
version: v0.1.6
3333
- src: mrlesmithjr.manage_lvm
3434
version: v0.2.8
3535
- src: mrlesmithjr.mdadm

0 commit comments

Comments
 (0)