sunbeam-charms/charms/openstack-hypervisor
Guillaume Boutry fbe0587157
Enable internal dns by default with a default dns name
Add dns-domain config option in neutron-k8s to allow building instances
within an internal domain.

Always enable extension dns_domain_ports.

Remove config option from openstack-hypervisor, as it is not the right
place.

Change-Id: I876269ba1b575ad108dc8c9defcc32dcf6044ba3
2024-05-01 15:45:46 +02:00
..
src Enable internal dns by default with a default dns name 2024-05-01 15:45:46 +02:00
tests Enable internal dns by default with a default dns name 2024-05-01 15:45:46 +02:00
actions.yaml Add action for applying local settings 2023-04-25 17:15:19 +00:00
charmcraft.yaml Add zuuljobs 2023-11-30 15:32:39 +05:30
config.yaml Enable internal dns by default with a default dns name 2024-05-01 15:45:46 +02: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 [nova] add support for nova spice proxy 2024-04-19 14:28:46 +05:30
README.md Add CMR info to README 2023-04-04 13:05:02 +00:00
rebuild Allow rebuild charms on modifying a rebuild file 2023-12-06 18:58:50 +01:00
requirements.txt [openstack-hypervisor] pin cosl to 0.0.11 2024-04-29 07:12:20 +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