sunbeam-charms/charms/openstack-hypervisor
Liam Young 1a63fa2fdf Add action for applying local settings
Add action to apply snap setting specific to the local unit.

Change-Id: I6ab63de753046c07934a6f923206ff5179599e39
2023-04-25 17:15:19 +00:00
..
lib/charms Add snap optimisations 2023-04-24 16:53:11 +00:00
src Add action for applying local settings 2023-04-25 17:15:19 +00:00
tests Add action for applying local settings 2023-04-25 17:15:19 +00:00
.gitignore Initial commit 2023-03-30 08:23:30 +00:00
.gitreview Unit tests and CI config 2023-04-21 11:27:32 +00:00
.stestr.conf Initial commit 2023-03-30 08:23:30 +00:00
.zuul.yaml Unit tests and CI config 2023-04-21 11:27:32 +00:00
actions.yaml Add action for applying local settings 2023-04-25 17:15:19 +00:00
charmcraft.yaml Initial commit 2023-03-30 08:23:30 +00:00
config.yaml Add action for applying local settings 2023-04-25 17:15:19 +00:00
CONTRIBUTING.md Initial commit 2023-03-30 08:23:30 +00:00
LICENSE Initial commit 2023-03-30 08:23:30 +00:00
metadata.yaml Remote peer relation and misc fixes 2023-04-03 15:02:56 +00:00
pyproject.toml 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
requirements.txt Fix handling of db_ingress_sb_connection_strs 2023-04-06 18:11:10 +00:00
test-requirements.txt Initial commit 2023-03-30 08:23:30 +00:00
tox.ini Initial commit 2023-03-30 08:23:30 +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