lp:~hopem/stsstack-bundles

Get this repository:
git clone https://git.launchpad.net/~hopem/stsstack-bundles
Only Edward Hope-Morley can upload to this repository. If you are Edward Hope-Morley please log in for upload directions.

Branches

Name Last Modified Last Commit
persist-config 2019-09-20 09:55:56 UTC
Add support for persisting config

Author: Edward Hope-Morley
Author Date: 2019-09-19 17:07:56 UTC

Add support for persisting config

Allows for a bundle to be re-generated without clobbering
previous config data.

keystone-ldap-fixups 2019-09-18 13:02:54 UTC
Add ldap-test-fixture for testing keystone ldap

Author: Edward Hope-Morley
Author Date: 2019-09-18 10:13:25 UTC

Add ldap-test-fixture for testing keystone ldap

openstack-zones 2019-09-17 10:34:47 UTC
Add configured az support for openstack

Author: Edward Hope-Morley
Author Date: 2019-09-17 10:34:47 UTC

Add configured az support for openstack

NOTE: the correct way to do this in the field is
to use customize-failure-domain but this is to
support edge cases where that is not possible.

octavia-split-n-ovs 2019-09-12 19:45:59 UTC
Use seperate n-ovs for octavia with l3agent disabled

Author: Edward Hope-Morley
Author Date: 2019-09-12 11:16:42 UTC

Use seperate n-ovs for octavia with l3agent disabled

Related-Bug: #1843557

code-cleanup 2019-09-12 19:40:36 UTC
Cleanup code using cached stdin

Author: Edward Hope-Morley
Author Date: 2019-09-09 19:45:54 UTC

Cleanup code using cached stdin

Moving opt cache array into lib code to make generator
cleaner.

add-k8s-lbapi-keepalived 2019-09-11 16:42:13 UTC
Add support for k8s lb-api ha using keepalived

Author: Edward Hope-Morley
Author Date: 2019-09-11 11:34:20 UTC

Add support for k8s lb-api ha using keepalived

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

vault-fixups 2019-09-10 19:01:42 UTC
Set vault to autoconfigure and autounseal

Author: Edward Hope-Morley
Author Date: 2019-09-10 16:35:31 UTC

Set vault to autoconfigure and autounseal

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

make-gsss-generally-usable 2019-09-10 11:57:49 UTC
Add glance-simplestreams-sync as optional overlay

Author: Edward Hope-Morley
Author Date: 2019-09-10 09:31:17 UTC

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.

octavia-diskimage-retrofit 2019-09-09 13:13:44 UTC
Add support for octavia-diskimage-retrofit

Author: Edward Hope-Morley
Author Date: 2019-09-02 11:43:10 UTC

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.

octavia-cleanup 2019-08-30 13:39:43 UTC
Split vault+barbican from octavia

Author: Edward Hope-Morley
Author Date: 2019-08-30 10:22:47 UTC

Split vault+barbican from octavia

Also make --barbican == barbican + vault

add-k8s-vault 2019-08-13 18:42:12 UTC
Refactor etcd/easyrsa overlays and add vault support for k8s

Author: Edward Hope-Morley
Author Date: 2019-08-13 09:54:18 UTC

Refactor etcd/easyrsa overlays and add vault support for k8s

update-vault-overlays 2019-08-12 19:34:55 UTC
Split vault and ceph

Author: Edward Hope-Morley
Author Date: 2019-08-09 09:47:47 UTC

Split vault and ceph

Also move vault-etcd to overlay so that it's only
needed for vault-ha and make etcd channel
configurable as well as setting to default to
latest/stable.

add-neutron-sg-logging 2019-08-06 11:20:29 UTC
Add support for neutron security group logging

Author: Edward Hope-Morley
Author Date: 2019-08-06 09:35:50 UTC

Add support for neutron security group logging

kubernetes-ha 2019-08-05 16:12:05 UTC
Add kubernetes HA support

Author: Edward Hope-Morley
Author Date: 2019-08-01 14:11:29 UTC

Add kubernetes HA support

See https://ubuntu.com/kubernetes/docs/hacluster

add-resources-support 2019-07-24 10:00:30 UTC
Add support for configuring charm resources

Author: Edward Hope-Morley
Author Date: 2019-07-24 09:53:06 UTC

Add support for configuring charm resources

Each module now contains a resources directory. If you
want to add resources to a bundle or overlay template
simply create a directory under this path with the name
of the template and place any needed files in there and
they will be copied to the generated bundle path.

keystone-saml 2019-07-19 15:18:05 UTC
Add support for Openstack keystone-saml

Author: Edward Hope-Morley
Author Date: 2019-07-18 09:45:34 UTC

Add support for Openstack keystone-saml

make-ng-overlay 2019-07-17 21:17:49 UTC
Move neutron-gateway to overlay

Author: Edward Hope-Morley
Author Date: 2019-07-17 21:17:49 UTC

Move neutron-gateway to overlay

This allows is to completely remove it when not
wanted e.g. dvr-snat.

cdk-115-support 2019-07-17 13:24:30 UTC
Make kubernetes container-runtime configurable

Author: Edward Hope-Morley
Author Date: 2019-07-16 13:14:43 UTC

Make kubernetes container-runtime configurable

Also make containerd default since current stable
k8s (>=1.15) requires it. Also adds support for
using --docker and providing a model-config (although
none is set by default).

fix-k8s-ceph 2019-07-01 07:56:42 UTC
Fix kubernetes ceph overlay relations

Author: Edward Hope-Morley
Author Date: 2019-07-01 07:56:42 UTC

Fix kubernetes ceph overlay relations

update-designate 2019-06-27 14:49:24 UTC
Update designate config to allow pointing neutron dns to designate-bind

Author: Edward Hope-Morley
Author Date: 2019-06-27 13:10:21 UTC

Update designate config to allow pointing neutron dns to designate-bind

This is because typically deployments will configure neutron
dnsmasq to forward requests to designate-bind but this is still
a post-deploy action to configure (see LP 1773377).

Also make ml2dns upstream dns server configurable for the
--ml2-dns case.

Also modify parameter request strings to be prefixed with
"REQUIRED:".

refactor 2019-06-26 13:57:03 UTC
Refactor code

Author: Edward Hope-Morley
Author Date: 2019-06-19 18:52:58 UTC

Refactor code

Aim is to make code cleaner and more intuitive for
contributors. Moves as much module/bundle specific code
out of common/generate-bundle.sh and makes each module
generator more consistent with helpful comments.

cleanup-k8-channel-commit 2019-06-19 12:41:26 UTC
Refactor commit de16fe9

Author: Edward Hope-Morley
Author Date: 2019-06-19 08:43:31 UTC

Refactor commit de16fe9

Make change more inline with coding standards and add some
helpful comments to the code to better instruct how to extend
the code in the future.

add-k8s-ost-integrator 2019-06-04 11:50:03 UTC
Add openstack-integrator to k8s bundle

Author: Edward Hope-Morley
Author Date: 2019-06-04 11:47:44 UTC

Add openstack-integrator to k8s bundle

This allows k8s to leverage stsstack ost provider
to create persistent volumes and loadbalanacers (once
we add Octavia).

add-usage-readme 2019-05-31 12:34:08 UTC
Add top-level README to explain usage.

Author: Edward Hope-Morley
Author Date: 2019-04-30 10:40:04 UTC

Add top-level README to explain usage.

moressl 2019-05-07 10:37:54 UTC
Add bundle ssl support for ceph and swift

Author: Edward Hope-Morley
Author Date: 2019-05-02 15:45:38 UTC

Add bundle ssl support for ceph and swift

Allows each module to create its own set of ca/cert/key

vault-ha 2019-04-30 10:01:06 UTC
Support vault scale-out

Author: Edward Hope-Morley
Author Date: 2019-04-29 13:07:16 UTC

Support vault scale-out

fix-autocorrect-disco 2019-04-10 11:33:53 UTC
Fix series/release autocorrect

Author: Edward Hope-Morley
Author Date: 2019-04-09 17:02:46 UTC

Fix series/release autocorrect

Currently not working on Ubuntu Disco

fix-ha-opt 2019-04-02 14:47:40 UTC
Update/fix --ha so that num units can be set

Author: Edward Hope-Morley
Author Date: 2019-04-02 14:47:40 UTC

Update/fix --ha so that num units can be set

Also restricts this set to core service apis. To add
others just specify them on the cli.

ssl 2019-03-27 11:06:16 UTC
Add https support for openstack services

Author: Edward Hope-Morley
Author Date: 2019-03-26 12:24:01 UTC

Add https support for openstack services

We generate a self-signed cert that contains a SAN for
every possible VIP we might use so that we can use the
same cert for all services.

add-ports-script 2019-03-13 18:00:29 UTC
Add script to add data ports to instances

Author: Edward Hope-Morley
Author Date: 2019-03-13 18:00:29 UTC

Add script to add data ports to instances

101130 of 130 results
This repository contains Public information 
Everyone can see this information.