~zhhuabj/stsstack-bundles:master

Last commit made on 2020-08-27
Get this branch:
git clone -b master https://git.launchpad.net/~zhhuabj/stsstack-bundles
Only Hua Zhang can upload to this branch. If you are Hua Zhang please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~zhhuabj/stsstack-bundles

Recent commits

a7f6a54... by Edward Hope-Morley

Move keystone to an overlay

Since it is used by multiple modules it makes sense
to make it a re-usable overlay. It also allows
it to be used optionally if that were ever to become
necessary.

7f2df2b... by Edward Hope-Morley

Allow kubernetes to manage security groups directly

This is required if the network used to deploy the worker units has
port security enabled (which is expected).

4f51827... by Edward Hope-Morley

Support providing bridge name to add-data-ports

If configuring multiple external networks, need to use a
separate bridge for each.

9ed16c8... by Edward Hope-Morley

Support providing ppa

New config option --ppa allows for a ppa to be
configured for all charms.

13c08e4... by Arif Ali

Update the memory to 4GB for landscape-server

With the current config, after about 10 mins the status of the unit
goes down, until the flavor of the instance is changed, and starts
working

4ae38ec... by Edward Hope-Morley

Support providing network to add-data-ports

This allows for adding ports from any network to units
of e.g. neutron-openvswitch.

8cd8b8e... by Edward Hope-Morley

Merge remote-tracking branch 'nicolasbock/juju_status'

450dd28... by Edward Hope-Morley

Autodetect overlay-network-type in configure script

The openstack configure script currently defaults to
gre and if using e.g. vxlan you have to specify it.
We can easily glean the net type from Juju to try
that before defaulting to gre.

299a819... by Edward Hope-Morley

Merge remote-tracking branch 'hemanth-n/bug/octavia-mem-constraint'

d4c07d5... by Hemanth Nakkina

Update __OCTAVIA_RETROFIT_UCA__ for non UCA deployments

__OCTAVIA_RETROFIT_UCA__ is updated only for UCA release deployments.
And the function get_uca_release returns nothing if release is not
mentioned in generate_bundle.

New function get_ost_release introduced that returns the release name
specified as option for generate_bundle. If release option is not
specified, the release for corresponding series is returned. This
ensures param __OCTAVIA_RETROFIT_UCA__ is updated properly.

Closes-Bug: 1888100