~hopem/stsstack-bundles:fix-ldap-overlay

Last commit made on 2021-10-28
Get this branch:
git clone -b fix-ldap-overlay https://git.launchpad.net/~hopem/stsstack-bundles
Only Edward Hope-Morley can upload to this branch. If you are Edward Hope-Morley please log in for upload directions.

Branch merges

Branch information

Name:
fix-ldap-overlay
Repository:
lp:~hopem/stsstack-bundles

Recent commits

ee9508e... by Edward Hope-Morley

Fix ldap overlay

ldap-test-fixture only works up to Bionic so cap series. Also
refresh docs.

f366aed... by Tiago Pasqualini da Silva

Fix container runtime when using docker

When using docker, the container runtime was not being configured,
so it was using the default option, which is containerd. This was
causing the bundle to fail to deploy.

c34b37a... by Edward Hope-Morley

Add Openstack xena + Impish

Also remove EOL Ubuntu versions.

0e10f31... by Ponnuvel Palaniyappan

Fix the usage error of `juju model-config`

Signed-off-by: Ponnuvel Palaniyappan <email address hidden>

c335179... by Edward Hope-Morley

Merge remote-tracking branch 'ponnuvel/rook-support'

16c12f8... by Ponnuvel Palaniyappan

Add support for Rook/Ceph

b6eb1a0... by Nicolas Bock

Ensure default-series in new model

This change ensure that the `default-series` is set to the `--series`
of the bundle when a new model is added. This makes it easier to later
add applications since they will deploy onto the correct OS series
without user intervention.

Signed-off-by: Nicolas Bock <email address hidden>

184be61... by David Negreira

Only try to power-on SHUTOFF VMs

Sometimes not all machines are powered-off in a model and running the
script returns an error due to the fact that it is trying to power-on
a VM that is not in a 'SHUTOFF' state.
This fix aims to improve the script so that only machines in SHUTOFF
state in the model are powered on.

Signed-off-by: David Negreira <email address hidden>

d3d227f... by Edward Hope-Morley

Merge remote-tracking branch 'nicolasbock/default_series'

8dd697e... by David Negreira

Force nagios overlay to use bionic series

When deploying a Focal cloud the deployment of nagios will fail, since
nagios charm is only supported in Bionic and Xenial.
This will force the nagios overlay to always be installed in Bionic,
even if we deploy a Focal cloud.

Signed-off-by: David Negreira <email address hidden>