~hopem/stsstack-bundles:fix-nova-compute-encrypt

Last commit made on 2020-01-27
Get this branch:
git clone -b fix-nova-compute-encrypt 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-nova-compute-encrypt
Repository:
lp:~hopem/stsstack-bundles

Recent commits

e230c83... by Edward Hope-Morley

Add extra ephemeral disk to nova-compute for encryption

This is when using nova-compute + vault

d8b82db... by Edward Hope-Morley

Minor code cleanup

No need to check if overlay already added since
duplicates get squashed.

588be06... by Felipe Reyes

Add nova-console overlay

nova-console overlay set console-access-protocol to novnc and enables
serial console for the VMs, it adds memcached relating it to
nova-cloud-controller to store the nova-consoleauth tokens.

4cd5ffd... by Edward Hope-Morley

Fix tools/upload_octavia_image.sh

Requires Openstack name.

34225a2... by Edward Hope-Morley

Add docstring to get_param function

28a303d... by Edward Hope-Morley

Ensure functions use local variables

This is to avoid accidental clobbering of globals.

e59cdaf... by Edward Hope-Morley

Add --defaults config option

If provided this will instruct the tool to use
whatever defaults it has and not ask the caller
for REQUIRED: input.

Also tidy up the help message and check for
exclusive passthrough opts mucher earlier
on so that they immediately return.

Also fixes --list so that it always lists
contents of root state dir.

e68fe2a... by Edward Hope-Morley

Add support for grafana and graylog snap channels

Graylog defaults to 3/stable (current latest stable)
and grafana defaults to stable.

abc0856... by Edward Hope-Morley

Update install_local_ca.sh to support Vault CA

Defaults to using stsstack-bundles generated CA but
now optionally allows fetching CA cert from deployed
Vault.

7de035e... by Edward Hope-Morley

Fix LMA with dvr-snat or ovn

Don't add relations to neutron-gateway when it is not in
use. Improves code around making this decision.