~freyes/stsstack-bundles:fix-ambiguous-cinder-ceph

Last commit made on 2021-01-19
Get this branch:
git clone -b fix-ambiguous-cinder-ceph https://git.launchpad.net/~freyes/stsstack-bundles
Only Felipe Reyes can upload to this branch. If you are Felipe Reyes please log in for upload directions.

Branch merges

Branch information

Name:
fix-ambiguous-cinder-ceph
Repository:
lp:~freyes/stsstack-bundles

Recent commits

96bb842... by Felipe Reyes

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.

1dab93c... by Hemanth Nakkina

Add lma overlay to kubernetes bundles

This patch adds the LMA charms as overlay to k8s bundle.
The overlay file is picked from [0]

[0] https://ubuntu.com/kubernetes/docs/monitoring

a9a1edc... by Edward Hope-Morley

Merge remote-tracking branch 'nicolasbock/paths'

7fb96cc... by Edward Hope-Morley

Merge remote-tracking branch 'nicolasbock/octavia'

9dd6eff... by Nicolas Bock

Use the YAML anchor for variable

Since we define the `openstack-origin` anchor in the template, use it
instead of its definition.

Signed-off-by: Nicolas Bock <email address hidden>

3537b43... by Arif Ali

Add SSL for horizon

240b293... by Felipe Reyes

Merge remote-tracking branch 'dosaboy/add-wallaby-release'

f754b2b... by Edward Hope-Morley

Avoid error msg when mysql parts not in use

a1b7677... by Edward Hope-Morley

Add support for Openstack Wallaby release

5ff1931... by Edward Hope-Morley

Fix mysql-innodb-cluster

Need to use a separate mysql-router subordinate for each application
with a shared-db relation (i.e. can't related directly to mysql
like with the percona-cluster charm). To achieve this we
auto-generate an overlay containing a per-application subordinate
and all the necessary relations.