sunbeam-charms/charms/openstack-hypervisor
Guillaume Boutry 59898c7530
[*] update charm entrypoints
ops.main.main has been deprecated and superseded by `ops.main`.

Add # pragma no cover to the charm entrypoints to not count them in the
test coverage.

Change-Id: I5bc05d408db77ad806edbd66e806629cd5bc85b2
Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
2024-10-07 11:11:43 +02:00
..
2024-10-07 11:11:43 +02:00
2024-07-31 11:57:32 +02:00
2023-03-30 08:23:30 +00:00
2023-03-30 08:23:30 +00:00
2023-04-04 13:05:02 +00:00

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