~hopem/stsstack-bundles:add-project-mgmt-tools

Last commit made on 2020-10-02
Get this branch:
git clone -b add-project-mgmt-tools 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:
add-project-mgmt-tools
Repository:
lp:~hopem/stsstack-bundles

Recent commits

d71fcc4... by Edward Hope-Morley

Add tools to create/delete openstack projects

eb0e671... by Edward Hope-Morley

Merge remote-tracking branch 'nicolasbock/l7policy'

5297f9f... by Edward Hope-Morley

Ensure --run implied if --replay

Since these commands are always run together it makes sense
to make things easier and only require --replay to do both.

6426034... by Edward Hope-Morley

Fix typo in openstack module

f49e4d9... by Edward Hope-Morley

Tidyup deployment messages

Some overlays will provide some post-deployment info.
This patch tidies up the presentation of these messages.

7c728a7... by Edward Hope-Morley

Add Ceph EC pool support

The 20.10 release of the Openstack charms will support
Ceph erasure-coded pools. This provides a simple way to
deploy that feature with Openstack.

b94cf05... by Edward Hope-Morley

Remove extraneous --list-overlays from ceph module

This was moved into helpers some while back so no
longer has any effect.

09c0f55... by Edward Hope-Morley

Speed-up application of version-info

If the yaml provided to --version info is large, it
can result in a very large number of unnecessary sed
executions that can really slow down the time it
takes to complete generating a bundle. This patch
reduces this time significantly by skipping the sed
if the it isnt needed.

f34c381... by Edward Hope-Morley

Add extra ports setup to configure script

When deploying dvr or ovn you have to add extra ports
to compute nodes. This is done using the add-data-ports.sh
script and is a manual step which could be done as part
of the general configure script. This patch fixes that.

b1939d5... by Edward Hope-Morley

Add Groovy/Victoria support

Also remove cosmic and disco since
they are EOL.