Charm does not support multiple backends of the same type
Bug #1942629 reported by
Thobias Trevisan
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Glance Charm |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
The multiple backend support for charm-glance allows only one backend per storage type, i.e., it does not permit multiple rbd backends or multiple s3 backends.
Is it possible to add that support in charm-glance? This feature is useful when there is more than one ceph cluster in the same openstack installation.
To post a comment you must log in.
On Fri, 2021-09-03 at 17:37 +0000, Thobias Trevisan wrote:
> Is it possible to add that support in charm-glance? This feature is
> useful when there is more than one ceph cluster in the same openstack
> installation.
It is possible using different application names for each cinder-ceph
deployment.
From the Overview:
"Through the use of multiple application names (e.g. cinder-ceph-1, /jaas.ai/ cinder- ceph
cinder-ceph-2), multiple Ceph clusters can be associated with a single
Cinder deployment." - https:/
juju deploy cs:cinder-ceph cinder-ceph-1 ceph-1: storage- backend cinder: storage- backend
juju add-relation cinder-
juju add-relation cinder-ceph-1:ceph ceph-mon-1:client
juju deploy cs:cinder-ceph cinder-ceph-2 ceph-2: storage- backend cinder: storage- backend
juju add-relation cinder-
juju add-relation cinder-ceph-2:ceph ceph-mon-2:client
This is how you would be able to relate 2 diffent ceph clusters (ceph-
mon-1 and ceph-mon-2).
Let me invite you to our discourse at https:/ /discourse. charmhub. io/ ,
it's a good place where users gather to discuss about how to achieve
certain tasks with juju, charms, openstack, k8s and other workloads.