~hopem/stsstack-bundles:configure-autodetect-overlay-type

Last commit made on 2020-07-20
Get this branch:
git clone -b configure-autodetect-overlay-type 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:
configure-autodetect-overlay-type
Repository:
lp:~hopem/stsstack-bundles

Recent commits

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

94d0c69... by Hemanth Nakkina

Increase octavia memory constraint to 2G

Octavia deployment fails with 1G of memory.

c176499... by Edward Hope-Morley

Convert --dvr-snat --l3ha to --dvr-snat-l3ha

Closes-Bug: 1886207

65f4c05... by Rodrigo Barbieri

Increase neutron-api memory constraint to 2G

With 1G it easily crashes upon interacting
with the API for a while.

b0d0c06... by David Negreira

Add helper configure script for landscape

This helper script will get the landscape certificate
from the haproxy unit and will add it as a configuration
parameter for landscape-client.
It will also get the public ip of landscape-haproxy
to properly configure the endpoints for landscape-client.

Signed-off-by: David Negreira <email address hidden>

0f7834b... by David Negreira

Add 2G constraint for landscape server

When deploying the bundle I found out that landscape was running out of
memory, hence adding the constraint for the deployment to run properly.

Signed-off-by: David Negreira <email address hidden>

fdf0e6a... by Trent Lloyd

ceph-mon: Increase memory allocation from 1G to 2G

I am seeing ceph-mon get up to 500MB+ of memory after sitting for a day
or so and this results in out of memory issues when trying to install
packages with apt or do other operations. Increase memory allocation
from 1G to 2G.

003d6e9... by Edward Hope-Morley

Merge remote-tracking branch 'sombrafam/fix-kubernetes-config'