~hopem/stsstack-bundles:add-trust-to-deploy-cmd

Last commit made on 2019-10-29
Get this branch:
git clone -b add-trust-to-deploy-cmd 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-trust-to-deploy-cmd
Repository:
lp:~hopem/stsstack-bundles

Recent commits

3583d19... by Edward Hope-Morley

Fix trust

Make sure to add --trust to deploy command if using bundle trust
and also ensure we are using Juju >= 2.7 since that is first
release supporting trust in overlay bundles.

56b9f3e... by Edward Hope-Morley

Add support for placement charm

Rocky and Stein can optionally add placement charm
but Train mandates it.

f8d97fc... by Edward Hope-Morley

Improve bin/add-ports.sh

* don't clobber existing application config
* calculate ports properly

a7abeaa... by Edward Hope-Morley

Add juju bundle trust support

If juju version is >= 2.6.4 then we can set "trust: true" for e.g.
openstack-integrator.

NOTE: juju version is based on client version.

Closes-Bug: #1843595

2766b24... by Edward Hope-Morley

Make overlay type configurable

2a3ccef... by Edward Hope-Morley

Fix swift module storage

Use juju storage like with ceph instead of
relying on ephemeral volumes.

a810c7f... by Rodrigo Barbieri

Make openstack-dashboard optional

A lot of people don't use this very often, so making
it optional. It can be used by specifying
--openstack-dashboard. Octavia has been updated
to only add Octavia-dashboard if openstack-dashboard
is specified.

The "configure" script has been adjusted to separate
the tempest config part into tools/setup_tempest.sh,
which now handles whether dashboard has been deployed.

b05cdd1... by Edward Hope-Morley

Fix typo that is stopping n-g from getting dns config

d655768... by Edward Hope-Morley

Add stack-manager tools

These tools can be used to toggle whether vms from a
Juju model are managed or not.

e576b08... by Rodrigo Barbieri

Stop uploading xenial image

That image is not often used. If required,
the script tools/upload_image.sh can be used
to upload it.