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.
![]() 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 | 2 days ago | |
src | 2 days ago | |
tests | 1 month ago | |
.gitignore | 2 months ago | |
.gitreview | 1 month ago | |
.stestr.conf | 2 months ago | |
.zuul.yaml | 1 month ago | |
CONTRIBUTING.md | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 2 months ago | |
actions.yaml | 1 month ago | |
charmcraft.yaml | 2 months ago | |
config.yaml | 1 month ago | |
metadata.yaml | 2 months ago | |
pyproject.toml | 2 months ago | |
requirements.txt | 2 months ago | |
test-requirements.txt | 2 months ago | |
tox.ini | 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