[chore] Minor docs tidy.
This commit is contained in:
parent
a0c14894a4
commit
3bbc710cce
@ -48,9 +48,7 @@ run:
|
|||||||
|
|
||||||
To deploy the local test instance:
|
To deploy the local test instance:
|
||||||
|
|
||||||
tox -e build
|
juju deploy ./ovn-central-k8s_ubuntu-20.04-amd64.charm --trust --resource ovn-northd-image=registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-northd-image ovn-nb-db-server-image=registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-nb-db-server-image ovn-sb-db-server-image=registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-sb-db-server-image
|
||||||
juju add-model ovn-central
|
|
||||||
juju deploy ./ovn-central-k8s_ubuntu-20.04-amd64.charm --resource ovn-northd-image=registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-northd-image ovn-nb-db-server-image=registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-nb-db-server-image ovn-sb-db-server-image=registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-sb-db-server-image
|
|
||||||
|
|
||||||
<!-- LINKS -->
|
<!-- LINKS -->
|
||||||
|
|
||||||
|
15
README.md
15
README.md
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
The ovn-central-k8s is an operator to manage the OVN central
|
ovn-central-k8s is an operator to manage the OVN central
|
||||||
services northd, ovsdb-nb, ovsdb-sb on a kubernetes based
|
services (northd, ovsdb-nb, ovsdb-sb) on a Kubernetes based
|
||||||
environment.
|
environment.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@ -14,8 +14,8 @@ ovn-central-k8s is deployed using below command:
|
|||||||
|
|
||||||
juju deploy ovn-central-k8s ovn-central
|
juju deploy ovn-central-k8s ovn-central
|
||||||
|
|
||||||
Now connect the ovn-central application to vault to generate
|
Now connect the ovn-central operator to Vault to generate
|
||||||
certificates.
|
certificates for secure authentication and communication:
|
||||||
|
|
||||||
juju relate vault:certificates ovn-central:certificates
|
juju relate vault:certificates ovn-central:certificates
|
||||||
|
|
||||||
@ -36,14 +36,17 @@ deployed then see file `actions.yaml`.
|
|||||||
## Relations
|
## Relations
|
||||||
|
|
||||||
ovn-central-k8s requires the following relations:
|
ovn-central-k8s requires the following relations:
|
||||||
|
|
||||||
`certificates`: To retrieve generated certificates from vault
|
`certificates`: To retrieve generated certificates from vault
|
||||||
|
|
||||||
ovn-central-k8s provides the following relations:
|
ovn-central-k8s provides the following relations:
|
||||||
`ovsdb-cms`: Used by neutron to get ovn-central IPs.
|
|
||||||
|
`ovsdb-cms`: Used by Neutron to get ovn-central IPs.
|
||||||
|
|
||||||
## OCI Images
|
## OCI Images
|
||||||
|
|
||||||
The charm by default uses following images.
|
The charm by default uses following images:
|
||||||
|
|
||||||
`registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-northd-image`
|
`registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-northd-image`
|
||||||
`registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-nb-db-server-image`
|
`registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-nb-db-server-image`
|
||||||
`registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-sb-db-server-image`
|
`registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-sb-db-server-image`
|
||||||
|
Loading…
Reference in New Issue
Block a user