sunbeam-charms/charms/openstack-hypervisor
Guillaume Boutry 030cb78792
Upgrade to 24.04 machines charms
Move machine charms base to 24.04.

Change-Id: I63dec29520c195886a9faaa8cbf5b448255907a0
Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
2024-12-09 10:20:02 +01:00
..
src Add dashboard for troubleshooting. 2024-11-29 12:00:27 +08:00
tests [hypervisor] Add management actions to charm 2024-11-20 12:59:43 +01:00
.sunbeam-build.yaml Add support for masakarimonitors 2024-10-10 08:06:43 +05:30
charmcraft.yaml Upgrade to 24.04 machines charms 2024-12-09 10:20:02 +01:00
CONTRIBUTING.md Initial commit 2023-03-30 08:23:30 +00:00
LICENSE Initial commit 2023-03-30 08:23:30 +00:00
README.md Add CMR info to README 2023-04-04 13:05:02 +00:00
rebuild Cache secret for the duration of the hook 2024-05-30 18:06:25 +02:00
requirements.txt Unpin pydantic for openstack-hypervisor, cinder 2024-08-29 09:13:20 +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