~hopem/stsstack-bundles:add-bundle-trusts

Last commit made on 2019-10-22
Get this branch:
git clone -b add-bundle-trusts 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-bundle-trusts
Repository:
lp:~hopem/stsstack-bundles

Recent commits

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.

08eb574... by Rodrigo Barbieri

Fix qemu-img dependency

The package qemu-utils is required for converting images.
Added a check to prevent errors when running tools/upload_image.sh.

e6481a6... by Edward Hope-Morley

Fix get_param default value insert

common/helpers:get_param

4755d1e... by Edward Hope-Morley

Automatically fetch local hosts dns server config

Falls back to using stsstack upstream dns.
Also fixes dvr-snat overlay to use generated dns server value.