~hopem/stsstack-bundles:bug/1896793

Last commit made on 2020-09-24
Get this branch:
git clone -b bug/1896793 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:
bug/1896793
Repository:
lp:~hopem/stsstack-bundles

Recent commits

6f7868b... by Edward Hope-Morley

Use separate neutron-openvswitch with octavia

Sharing the same neutron-openvswitch between octavia
and nova-compute causes problems (see bug). This patch
adds a new neutron-openvswitch to uses only with
octavia.

Closes-Bug: #1896793

2da1abf... by Edward Hope-Morley

Ensure mysql-innodb-cluster uses min 3 units

Closes-Bug: #1896808

e27de0f... by Hua Zhang

OS_AUTH_TYPE needs to be set for gnocchi client

Closes-Bug: 1896864

14ac3b1... by Edward Hope-Morley

Merge remote-tracking branch 'arif-ali/fix_k8s_configure'

3c350f5... by Arif Ali

Fix configure in kubernetes

When running the configure script in a newly deployed k8s
without keystone, then this script runs forever

5c9f46f... by Edward Hope-Morley

Ensure deployment CA installed if necessary

If the current model is a deployment using SSL either
by config or from vault then this will ensure that
when you source credentials for that deployment, the
CA corresponding to that deployment is the one currently
installed and used.

b03eef3... by Nicolas Bock

Use the loadbalancer name as base for its children

In order to deploy multiple load balancers using the
`create_octavia_lb.sh` script it is necessary to prefix or make unique
in some way the names of the pools, listeners, and health monitors.
This change uses the value passed to the script using the `--name`
command line option as prefix for the names of any subsequent load
balancer components.

This change also adjusts some `openstack` CLI command line flags to
use the long version for readability.

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

3235a10... by Edward Hope-Morley

Cleanup tab characters

59a3575... by Edward Hope-Morley

Merge remote-tracking branch 'hemanth_n/nfs-server'

a28f7ac... by Edward Hope-Morley

Merge branch 'k8s-ks'