lp:~freyes/stsstack-bundles

Owned by Felipe Reyes
Get this repository:
git clone https://git.launchpad.net/~freyes/stsstack-bundles
Only Felipe Reyes can upload to this repository. If you are Felipe Reyes please log in for upload directions.

Branches

Name Last Modified Last Commit
serverstack 2022-02-14 20:36:40 UTC
Add serverstack profile

Author: Felipe Reyes
Author Date: 2021-10-26 17:55:28 UTC

Add serverstack profile

ovn-chassis-gw 2021-12-09 20:43:17 UTC
Add support for ovn-dedicated-chassis as gateway

Author: Felipe Reyes
Author Date: 2021-12-09 14:54:04 UTC

Add support for ovn-dedicated-chassis as gateway

The deployment of ovn-dedicated-chassis with the option
`prefer-chassis-as-gw` set to True allows environment with a topology
equivalent to the one previously defined with neutron-gateway. This
allows to nova-compute units to have a single nic and all the traffic to
the outside is tunnelled through the ovn-dedicated-chassis units.

fix-vault-unseal 2021-11-29 19:25:55 UTC
Filter vault units to identify leader and its address.

Author: Felipe Reyes
Author Date: 2021-11-29 19:25:55 UTC

Filter vault units to identify leader and its address.

When vault is related to subordinates (e.g. hacluster and/or
mysql-router) the jq filter '.applications[].units' will include two 'null'
lines because subordinates don't have units and that breaks the
'to_entries[]' filter.

This change filters by charm-name=="vault" to capture exclusively the
units that are expected.

add-magnum 2021-06-16 22:31:46 UTC
Add magnum overlay.

Author: Felipe Reyes
Author Date: 2021-06-02 21:51:38 UTC

Add magnum overlay.

Magnum offers container orchestration, it allows tenants to deploy
Kubernetes, Docker Swarm and Apache Mesos. It was released as tech
preview as part of the 21.04 charms release.

install-ca-if-needed 2021-06-02 21:55:51 UTC
Install CA only if needed.

Author: Felipe Reyes
Author Date: 2021-06-02 21:55:51 UTC

Install CA only if needed.

Check if there is a CA certificate installed and if there is check if
it's different from the one available in vault, only if it's different
it gets installed, this allows avoiding to enter the sudo password on
every 'source novarc'.

run-ceilometer-upgrade 2021-05-25 16:36:30 UTC
Run ceilometer-upgrade on ./configure

Author: Felipe Reyes
Author Date: 2021-05-17 15:32:57 UTC

Run ceilometer-upgrade on ./configure

When ceilometer is present in the model the configure script will
automatically execute the `ceilometer-upgrade` action and wait for its
completion.

master 2021-05-10 18:51:24 UTC
Make octavia ovn provider optional

Author: Edward Hope-Morley
Author Date: 2021-05-07 11:46:43 UTC

Make octavia ovn provider optional

We currently enable the octavia ovn backend by default for
deployments using ovn but this does not work for all
releases so we need to make it optional. We now require
--octavia-ovn-provider to enable octavia ovn cms.

snap-install-sometimes 2021-02-21 20:46:59 UTC
[k8s] install kubectl and client-keystone-auth only if needed

Author: Felipe Reyes
Author Date: 2021-02-21 20:45:04 UTC

[k8s] install kubectl and client-keystone-auth only if needed

This patch checks the existance of kubectl and client-keystone-auth
commands to decide if the installation of the snaps is required.

fix-ambiguous-cinder-ceph 2021-01-19 21:33:33 UTC
Explicit interface between cinder-ceph and ceph-mon

Author: Felipe Reyes
Author Date: 2021-01-19 21:33:33 UTC

Explicit interface between cinder-ceph and ceph-mon

When deploying openstack the following error is raised by juju

ERROR cannot deploy bundle: cannot add relation between "cinder-ceph" and "ceph-mon": ambiguous relation: "cinder-ceph ceph-mon" could refer to "cinder-ceph:ceph ceph-mon:client"; "cinder-ceph:ceph-replication-device ceph-mon:client"; "cinder-ceph:juju-info ceph-mon:juju-info"

This patch explicitly tells juju to user cinder-ceph:ceph interface.

set-cephfs-as-default 2020-11-27 14:30:50 UTC
Set cephfs storageclass as default when ceph-fs is present

Author: Felipe Reyes
Author Date: 2020-11-23 23:52:45 UTC

Set cephfs storageclass as default when ceph-fs is present

If ceph-fs overlay is added (--ceph-fs) the default-storage class
set for kubernetes-master will be 'cephfs', this will make all PVCs
to use cephfs without opting-in explicitly.

max-release 2020-11-04 14:24:01 UTC
Assert max release for --telemetry-legacy-aodh

Author: Felipe Reyes
Author Date: 2020-11-04 14:24:01 UTC

Assert max release for --telemetry-legacy-aodh

$ ./generate-bundle.sh --series xenial --release queens --telemetry-legacy-aodh
Max release 'pike' required to be able to use legacy-aodh (currently using 'queens')

octavia-hm-ping 2020-10-30 16:37:12 UTC
tools: Add --healthmonitor-protocol flag to create_octavia_lb.sh

Author: Felipe Reyes
Author Date: 2020-10-28 15:05:53 UTC

tools: Add --healthmonitor-protocol flag to create_octavia_lb.sh

nova-consoleauth 2020-01-22 18:19:52 UTC
Add nova-console overlay

Author: Felipe Reyes
Author Date: 2019-04-02 21:52:47 UTC

Add nova-console overlay

nova-console overlay set console-access-protocol to novnc and enables
serial console for the VMs, it adds memcached relating it to
nova-cloud-controller to store the nova-consoleauth tokens.

gnocchi-vault 2019-12-14 21:03:35 UTC
Add support to relate gnocchi and vault

Author: Felipe Reyes
Author Date: 2019-12-14 21:03:35 UTC

Add support to relate gnocchi and vault

When gnocchi and vault are deployed together, they will be related via the
certiticates relation to support HTTPS.

Related-Bug: #1852549

openstack-service-checks 2019-12-14 20:58:13 UTC
Addd openstack-service-checks charm

Author: Felipe Reyes
Author Date: 2019-12-14 20:57:04 UTC

Addd openstack-service-checks charm

openstack-service-checks charm is capable of reading the keystone catalog
and configure http(s) checks for the registered services.

Related-Bug: #1852549

mysql-innodb-cluster 2019-12-05 20:25:06 UTC
Add mysql-innodb-cluster support

Author: Felipe Reyes
Author Date: 2019-12-03 19:58:27 UTC

Add mysql-innodb-cluster support

This provides an overlay to deploy mysql-innodb-cluster instead of
percona-cluster for OpenStack Train or later.

add-nagios 2019-09-11 15:52:43 UTC
Add --nagios

Author: Felipe Reyes
Author Date: 2019-09-10 20:29:35 UTC

Add --nagios

Deploy nagios and nrpe charms.

 - if --ceph is passed then related to ceph-mon and ceph-osd too.
 - if any dvr related overlay is used then no relation to neutron-gateway
   is made.

landscape 2019-03-13 21:23:43 UTC
Add landscape

Author: Felipe Reyes
Author Date: 2019-03-13 20:55:05 UTC

Add landscape

remove-nova-compute-mysql-rel 2018-07-17 21:21:05 UTC
Remove relationship between nova-compute and mysql

Author: Felipe Reyes
Author Date: 2018-07-17 21:21:05 UTC

Remove relationship between nova-compute and mysql

See LP: #1713807

119 of 19 results
This repository contains Public information 
Everyone can see this information.

Subscribers