sunbeam-charms/charms/openstack-hypervisor
Hemanth Nakkina 48ec3ce89f Fix check_relation_handlers_ready
Recent changes on charm-ops-sunbeam introduces
arugments to check_relation_handlers_ready function.
Add event argument to check_relation_handlers_ready.

Change-Id: I07acbd9ddda3fba3d454bbd384fef3d68d0d8539
2023-11-03 14:21:26 +05:30
..
2023-09-11 12:02:29 +00:00
2023-11-03 14:21:26 +05:30
2023-03-30 08:23:30 +00:00
2023-04-21 11:27:32 +00:00
2023-03-30 08:23:30 +00:00
2023-10-20 11:06:27 +05:30
2023-10-06 11:45:21 +01:00
2023-03-30 08:23:30 +00:00
2023-03-30 08:23:30 +00:00
2023-09-11 12:02:29 +00:00
2023-10-06 11:45:21 +01:00
2023-10-25 09:54:50 +05:30
2023-04-04 13:05:02 +00:00
2023-05-31 10:19:41 +05:30
2023-09-18 10:04:34 +00:00
2023-09-18 10:04:34 +00:00
2023-10-20 11:06:27 +05:30

openstack-hypervisor

This charm deploys the openstack-hypervisor snap.

It is expected to be related to the control plane via cross model relations. To achieve this assuming the control plane is in a model called k8s.

juju offer k8s.rabbitmq-k8s:amqp
juju offer k8s.keystone:identity-credentials
juju offer k8s.certificate-authority:certificates
juju offer k8s.ovn-relay:ovsdb-cms-relay

juju relate -m hypervisor openstack-hypervisor admin/k8s.rabbitmq-k8s
juju relate -m hypervisor openstack-hypervisor admin/k8s.keystone
juju relate -m hypervisor openstack-hypervisor admin/k8s.certificate-authority
juju relate -m hypervisor openstack-hypervisor admin/k8s.ovn-relay