charm-helpers:stable/wallaby

Last commit made on 2024-03-04
Get this branch:
git clone -b stable/wallaby https://git.launchpad.net/charm-helpers

Branch merges

Branch information

Name:
stable/wallaby
Repository:
lp:charm-helpers

Recent commits

2c5098f... by Alex Kavanagh <email address hidden>

Merge pull request #856 from coreycb/bug/2037751/wallaby

Drop @cached decorator from openstack_release()

e8b147d... by Felipe Reyes

Merge pull request #871 from coreycb/swift-version-wallaby

Drop use of get_os_version_codename_swift [wallaby backport]

b34fca2... by Hua Zhang

cherry-pick the fix for lp bug 2021550 to wallaby branch (#859)

* Allow users to disable wsgi socket rotation (#801)

The lp bug 1863232 introduced a new configuration option called
WSGISocketRotation which allows users to disable socket rotation on the apache
side. This patch will also allow setting this option on the charm side.

Other gerrit review links:
horizon: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/886373
cinder: https://review.opendev.org/c/openstack/charm-cinder/+/886356
keystone: https://review.opendev.org/c/openstack/charm-keystone/+/886377
ncc: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/885836

Partial-Bug: 2021550
(cherry picked from commit 996f2410632b44a7dc207cc4bbfc1a38c83140a8)
Signed-off-by: zhhuabj <email address hidden>

* Rename wsgi-rotation to wsgi-socket-rotation

Commit 996f241 added support for new config option
'wsgi-rotation' but that name should have been
'wsgi-socket-rotation' in order to have a 1:1 relation
with the apache config it changes. The following patches
that implement this config are currently blocked until
this lands so that they can be synced before merge:

 * https://review.opendev.org/c/openstack/charm-ceilometer/+/887793
 * https://review.opendev.org/c/openstack/charm-cinder/+/886356
 * https://review.opendev.org/c/openstack/charm-glance/+/886376
 * https://review.opendev.org/c/openstack/charm-keystone/+/886377
 * https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/885836
 * https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/886373

Related-Bug: #2021550
(cherry picked from commit 1a90eb03052102a2e8d906262f97e7f3ff87fcdc)
Signed-off-by: zhhuabj <email address hidden>

---------

Signed-off-by: zhhuabj <email address hidden>
Co-authored-by: Edward Hope-Morley <email address hidden>

feda38c... by Corey Bryant

Unit test updates for get_os_version_codename_swift removal

(cherry picked from commit 62a356c639ca6ae0d3b34a77c1bae027a3c0b54a)

1d33a17... by Corey Bryant

Drop use of get_os_version_codename_swift

Swift payload upgrades to wallaby or later currently fail because
this code is unable to determine the version for wallaby+. For
example:

FATAL ERROR: Could not derive swift version for codename: wallaby

We stopped maintaining the SWIFT_CODENAMES and PACKAGE_CODENAMES as of
wallaby because the openstack-release package was introduced in wallaby.

We could update the SWIFT_CODENAMES map, but really this map no longer
needs to be used. There was a time when the same swift package version
existed in two different OpenStack releases, but that is no longer the
case [1]. Therefore we can use the same comparison used for OpenStack
packages which essentially checks current release (based on the
openstack-release package) vs the installation source release.

[1] Current swift versions in Ubuntu are:
2.32.0 bobcat
2.31.1 antelope
2.30.1 zed
2.29.2 yoga
2.28.1 xena
2.27.0 wallaby
2.26.0 victoria
2.25.2 ussuri

Closes-Bug: #2040606
(cherry picked from commit b604d56223772c36f934c199abb849d5d020fdc8)

abab27d... by Corey Bryant

Drop @cached decorator from openstack_release()

The openstack_release() function is typically called (indirectly)
by os_release() which already does caching. The caching of
openstack_release() was preventing updates to the value during
upgrading to a new release of openstack.

Closes-Bug: #2037751
(cherry picked from commit b2d56ea0da322534de6295b0b09540dedf583e3c)

1bdbe6e... by Alex Kavanagh <email address hidden>

Merge pull request #834 from freyes/bug/1927277-wallaby

Add function for retrieving subordinate services (#643)

984808b... by Felipe Reyes

pep8: use isinstance()

9fff167... by Aurelien Lourot

Add function for retrieving subordinate services (#643)

https://bugs.launchpad.net/charm-ceilometer-agent/+bug/1927277
(cherry picked from commit 5ed3500dc9797523c77aa57fa18ba81d091878f4)

fd96c7c... by James Page

Merge pull request #829 from juju/bug/2028683/stable/wallaby

[stable/wallaby] Ensure get_requests_for_local_unit doesn't fail on incomplete relation (#824)