Juju Charm - OpenStack Hypervisor
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Guillaume Boutry 67179c2dd9
Upgrade operator_libs_linux/snap to v2
operator_libs_linux/v1/snap could not handle revisions as strings, which
would make deployment fail when using local revisions of any snap (x1,
x2,...) on the target machine.

Change-Id: I7cc81bee023e3eeaa6eccd0d38968f3de48b86af
2 days ago
lib/charms Upgrade operator_libs_linux/snap to v2 2 days ago
src Upgrade operator_libs_linux/snap to v2 2 days ago
tests Add action for applying local settings 1 month ago
.gitignore Initial commit 2 months ago
.gitreview Unit tests and CI config 1 month ago
.stestr.conf Initial commit 2 months ago
.zuul.yaml Unit tests and CI config 1 month ago
CONTRIBUTING.md Initial commit 2 months ago
LICENSE Initial commit 2 months ago
README.md Add CMR info to README 2 months ago
actions.yaml Add action for applying local settings 1 month ago
charmcraft.yaml Initial commit 2 months ago
config.yaml Add action for applying local settings 1 month ago
metadata.yaml Remote peer relation and misc fixes 2 months ago
pyproject.toml Initial commit 2 months ago
requirements.txt Fix handling of db_ingress_sb_connection_strs 2 months ago
test-requirements.txt Initial commit 2 months ago
tox.ini Initial commit 2 months ago

README.md

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