~hopem/stsstack-bundles:add-k8s-lbapi-keepalived

Last commit made on 2019-09-11
Get this branch:
git clone -b add-k8s-lbapi-keepalived 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-k8s-lbapi-keepalived
Repository:
lp:~hopem/stsstack-bundles

Recent commits

305be53... by Edward Hope-Morley

Add support for k8s lb-api ha using keepalived

Our k8s charms support using hacluster or keepalived for
running the kubeapi-loadbalancer in HA.

2d861f9... by Edward Hope-Morley

Make model stop/start script clearer

7b5ae59... by Felipe Reyes

Merge remote-tracking branch 'ganso/raw_images'

35b4224... by Rodrigo Barbieri

Add script to convert and upload raw images

When using ceph for image storage, it is
necessary to use raw images when creating
VMs. A new script found in tools folder can
be invoked to upload raw images. This patch
updates profiles/common upload_image function
to convert to raw format if the requested format
is raw.

367d9fc... by Edward Hope-Morley

Set vault to autoconfigure and autounseal

Also fix kuberenetes module to not relate k8s-lb to
easyrsa when using vault for certificates.

e24b2da... by Edward Hope-Morley

Add missing etcd relations for kubernetes module

1be8d61... by Edward Hope-Morley

Add glance-simplestreams-sync as optional overlay

Currently gsss is only usable with octavia so this patch
opens it up for use with any openstack bundle combo.

3929c59... by Edward Hope-Morley

Fix kubernetes module and overlay typos

11a5eae... by Edward Hope-Morley

Add support for octavia-diskimage-retrofit

The 19.07 charm release introduced a charm to generate
Octavia images so we add it for use by-default with an
optional flag to disable it.

When running retrofit-image action on the charm
it will attempt to find the most recent image or
alternativey one can be provided to the action using
source-image options.

Glance simplestreams is also provided as an option to
sync images to glance but is not mandatory as long as
there is an image in glance that has the properties
required to identify a valid one for conversion see
LP 1842430 for more info.

af07d78... by Edward Hope-Morley

Fix has_opt helper function

Ensure that it only returns exact matches given lookup
key. Wildcards are require to return approximations.