snap-sunbeam:stable/xena

Last commit made on 2023-02-14
Get this branch:
git clone -b stable/xena https://git.launchpad.net/snap-sunbeam

Branch merges

Branch information

Name:
stable/xena
Repository:
lp:snap-sunbeam

Recent commits

850ce3c... by hemanthnakkina <email address hidden>

Merge pull request #52 from javacruft/stable-xena-backports

Stable xena backports

47e29b0... by Liam Young

Reorder reset steps and update health check

* When reset is called trigger a reset of the openstack-hypervisor
  snap first allowing it to shutdown services gracefully before
  tearing down the model.
* When checking health of hypervisor just check that the health
  check responds correctly. If this is an initial bootstrap then
  the hypervisor will report that it is not ready as it is missing
  prerequisite config to start services.

(cherry picked from commit 58b1132e2087f92c3d23e86a7968f344e64b37c5)

e12e58a... by Liam Young

Guard against `configure` run before bootstrap

If `configure` is run before `bootstrap` abort configure and
tell the user bootstrap is needed. This is mostly likely to
be an issue after a `reset` as it may not be clear to the
user that a boostrap is needed.

(cherry picked from commit 308dcf359d18bd58c6924b606f557eb63fd89f73)

eb815be... by James Page

Set upper bound for juju

Ensure that python-libjuju versions that match the Juju 3.0.x series
target for compatibility are used as part of the snap code.

This aligns with the shift in matching version compatibility in
python-libjuju.

21bf51a... by James Page

Open stable xena branch

e3f5798... by James Page

Merge pull request #48 from gnuoy/wait-after-destroy

Wait for model to be removed during reset

2f413f3... by Liam Young

Wait for model to be removed during reset

11e51c8... by James Page

Merge pull request #47 from gnuoy/check-hypervisor-ready

Check health of hypervisor on bootstrap

bfbd9c2... by Liam Young

Check health of hypervisor on bootstrap

Check the health of the openstack-hypervisor during bootstrap.

c65ded3... by Billy Olsen <email address hidden>

Merge pull request #46 from gnuoy/add-crashdump

Add crashdump command