Add CMR info to README

This commit is contained in:
Liam Young 2023-04-04 13:05:02 +00:00
parent 44478c829a
commit 0672f63b5f

View File

@ -1,16 +1,18 @@
# openstack-hypervisor # openstack-hypervisor
Charmhub package name: operator-template This charm deploys the openstack-hypervisor snap.
More information: https://charmhub.io/openstack-hypervisor
Describe your charm in one or two sentences. 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*.
## Other resources ```
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
<!-- If your charm is documented somewhere else other than Charmhub, provide a link separately. --> juju relate -m hypervisor openstack-hypervisor admin/k8s.rabbitmq-k8s
juju relate -m hypervisor openstack-hypervisor admin/k8s.keystone
- [Read more](https://example.com) juju relate -m hypervisor openstack-hypervisor admin/k8s.certificate-authority
juju relate -m hypervisor openstack-hypervisor admin/k8s.ovn-relay
- [Contributing](CONTRIBUTING.md) <!-- or link to other contribution documentation --> ```
- See the [Juju SDK documentation](https://juju.is/docs/sdk) for more information about developing and improving charms.