[chore] Minor docs tidy.
This commit is contained in:
parent
1f5700d922
commit
ab34ec6f63
@ -13,7 +13,7 @@ Create and activate a virtualenv with the development requirements:
|
|||||||
Get familiarise with [Charmed Operator Framework](https://juju.is/docs/sdk)
|
Get familiarise with [Charmed Operator Framework](https://juju.is/docs/sdk)
|
||||||
and [Sunbeam documentation](sunbeam-docs).
|
and [Sunbeam documentation](sunbeam-docs).
|
||||||
|
|
||||||
ovn-relay-k8s charm uses the ops_sunbeam library and extends
|
ovn-relay-k8s charm uses the ops\_sunbeam library and extends
|
||||||
OSBaseOVNOperatorCharm from the library.
|
OSBaseOVNOperatorCharm from the library.
|
||||||
|
|
||||||
ovn-relay-k8s charm consumes certificates to get generated
|
ovn-relay-k8s charm consumes certificates to get generated
|
||||||
@ -45,8 +45,6 @@ run:
|
|||||||
|
|
||||||
To deploy the local test instance:
|
To deploy the local test instance:
|
||||||
|
|
||||||
tox -e build
|
|
||||||
juju add-model ovn-relay
|
|
||||||
juju deploy ./ovn-relay-k8s_ubuntu-20.04-amd64.charm --resource ovn-sb-db-server-image=registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-sb-db-server-image
|
juju deploy ./ovn-relay-k8s_ubuntu-20.04-amd64.charm --resource ovn-sb-db-server-image=registry.jujucharms.com/charm/kau2b145zhaeuj5ly4w4m30qiq8qzspf93tnd/ovn-sb-db-server-image
|
||||||
|
|
||||||
<!-- LINKS -->
|
<!-- LINKS -->
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
The ovn-relay-k8s is an operator to manage the OVN ovsdb
|
ovn-relay-k8s is an operator to manage the OVN ovsdb relay service
|
||||||
relay service on a kubernetes based environment.
|
on a Kubernetes based environment.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -13,8 +13,8 @@ ovn-relay-k8s is deployed using below command:
|
|||||||
|
|
||||||
juju deploy ovn-relay-k8s ovn-relay
|
juju deploy ovn-relay-k8s ovn-relay
|
||||||
|
|
||||||
Now connect the ovn-relay application to vault to generate
|
Now connect the ovn-relay operator to Vault to generate
|
||||||
certificates.
|
certificates for secure authentication and communication:
|
||||||
|
|
||||||
juju relate vault:certificates ovn-relay:certificates
|
juju relate vault:certificates ovn-relay:certificates
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user