charm-ovn-chassis:stable/24.03

Last commit made on 2024-06-10
Get this branch:
git clone -b stable/24.03 https://git.launchpad.net/charm-ovn-chassis

Branch merges

Branch information

Name:
stable/24.03
Repository:
lp:charm-ovn-chassis

Recent commits

cfb44d5... by Seyeong Kim

Changing cert file to check from ovn-central.crt to ovn-chassis.crt

It is now ovn-central.crt, so changing it to ovn-chassis.crt

Change-Id: I1c7940793a2d76722cc65b8333a05058a7535bd6
(cherry picked from commit c57d5e32b7a3424a24961e1bed0c67217db223f8)

1b34921... by Seyeong Kim

Making cert alert more critical

Curretnly, only gets warning until zeroday.
Adding CRITICAL alert 30 days in advance.
WARNING alert 60 days in advance.

Related-Bug: #2063814
Change-Id: If6e2d7250ee0874983343e8bb055d583e9c54443
(cherry picked from commit f309023b5e627e87844df32492aba6003769d32e)

6212dee... by Alex Kavanagh

Stable changes for stable/24.03 branch

This patch converts stable/24.03 into a stable maintenance branch. It:

- modifies .gitreview to point to stable/24.03
- switches (test-)requirements*.txt -> (test-)requirements*.in
  for pip-compile usage.
- creates (test-)requirements-py*.txt from *.in using pip-compile for
  the relevant python version.
- Updates bundles to point to stable maintenance named tracks.
- Adds build.lock files.
- Locks charms.openstack, zaza, zaza-openstack-tests, charm-helpers to
  stable/caracal branches.

Change-Id: I71503e6549d4f5b1a07e321205bcef3c417140eb

c725945... by Edward Hope-Morley

Rebuild to pull in charm-helpers change

The change this pulls in ensures that when service_resume is called (which
happens on every update-status hook), services are only enabled and started if
they are disabled and stopped respectively.

Also pins charmcraft to 2.2/stable since 2.5.5 throws an error building charmtools.

Related-Bug: #2058505
Change-Id: I2e42dd30066f5a099c97e7504fcdc6138c4a7496

fec04c2... by Edward Hope-Morley

Add ovn cert nrpe check

Certs are root readable so we use a cron job to perform
the check and save state for an nrpe check to read and
send back to nagios.

Closes-Bug: #1979539
Change-Id: Ia6df3fc2e3bc0d64ef2128ed65959a5d2d9b3d62

03fbf73... by Corey Bryant

Work-around for Cargo download dependency failed

This is a work-around for charm build failures resulting in:
"Cargo download dependency failed "send: no filter connected".

This is documented in the following upstream issue:
https://github.com/rust-lang/cargo/issues/12202

This affects lunar builds where the curl version is 7.88.1.

Thanks to Colin Watson for help with figuring this out.

Closes-Bug: #2037589
Change-Id: I543e8a96c6d9743c8666c2186a91d1b831e36c8b

a4f2a1f... by Frode Nordahl

Make version pinning optional

The OVN charms prepared for the upgrade from OVN 20.03 to newer
versions by enabling the version pinning by default.

Since then we have reached agreement with upstream that rolling
upgrades should work when upgrading within the previous upstream
LTS version and the next.

Having the pinning enabled by default causes unnecessary grief for
anyone already upgraded to OVN 22.03, so it's time to turn it off
by default.

We add a charm configuration option in case anyone wants to
upgrade across LTS boundaries in the future.

Closes-Bug: #2030944
Signed-off-by: Frode Nordahl <email address hidden>
Change-Id: I22a99838c13e5203459b1e5edab72f3d9536260c

41cee27... by Zuul <email address hidden>

Merge "Add 2023.2 Bobcat support"

bb02109... by Corey Bryant

Add 2023.2 Bobcat support

* sync charm-helpers to classic charms
* change openstack-origin/source default to bobcat
* add mantic to metadata series
* align testing with bobcat
* add new bobcat bundles
* add bobcat bundles to tests.yaml
* add bobcat tests to osci.yaml
* update build-on and run-on bases
* drop kinetic
* update charmcraft_channel to 2.x/edge

Change-Id: I8365a0ff7e16e1b7c5add61946384e22dc0bcc17

5662659... by Jadon Naas

Add docs key and point at Discourse

Add the 'docs' key and point it at a Discourse topic
previously populated with the charm's README contents.

When the new charm revision is released to the Charmhub,
this Discourse-based content will be displayed there. In
the absense of the this new key, the Charmhub's default
behaviour is to display the value of the charm's
'description' key.

Change-Id: If412e6aa466f4f7ec61ff1ca02cc79869c9c9fde