[chore] Minor docs tidy.
This commit is contained in:
parent
723c8a8216
commit
252db2f11b
@ -48,9 +48,7 @@ run:
|
|||||||
|
|
||||||
To deploy the local test instance:
|
To deploy the local test instance:
|
||||||
|
|
||||||
tox -e build
|
juju deploy ./neutron-k8s_ubuntu-20.04-amd64.charm --trust --resource neutron-server-image=kolla/ubuntu-binary-neutron-server:xena
|
||||||
juju add-model neutron
|
|
||||||
juju deploy ./neutron-k8s_ubuntu-20.04-amd64.charm --resource neutron-server-image=kolla/ubuntu-binary-neutron-server:xena
|
|
||||||
|
|
||||||
<!-- LINKS -->
|
<!-- LINKS -->
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
The neutron-k8s is an operator to manage the networking service
|
neutron-k8s is an operator to manage the Neutron networking service
|
||||||
on a kubernetes based environment.
|
on a Kubernetes based environment.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -13,8 +13,8 @@ neutron-k8s is deployed using below command:
|
|||||||
|
|
||||||
juju deploy neutron-k8s neutron --trust
|
juju deploy neutron-k8s neutron --trust
|
||||||
|
|
||||||
Now connect the nova application to an existing database,
|
Now connect the neutron operator to existing database,
|
||||||
amqp, keystone identity, ovn-central and vault for certificates.
|
messaging, identity, OVN and Vault operators:
|
||||||
|
|
||||||
juju relate mysql:database neutron:shared-db
|
juju relate mysql:database neutron:shared-db
|
||||||
juju relate rabbitmq:amqp neutron:amqp
|
juju relate rabbitmq:amqp neutron:amqp
|
||||||
@ -40,11 +40,11 @@ deployed then see file `actions.yaml`.
|
|||||||
|
|
||||||
neutron-k8s requires the following relations:
|
neutron-k8s requires the following relations:
|
||||||
|
|
||||||
`shared-db`: To connect to the database
|
`shared-db`: To connect to MySQL
|
||||||
`amqp`: To connect to rabbitmq
|
`amqp`: To connect to RabbitMQ
|
||||||
`identity-service`: To register endpoints in keystone
|
`identity-service`: To register endpoints in Keystone
|
||||||
`ovsdb-cms`: To connect to OVN central
|
`ovsdb-cms`: To connect to OVN
|
||||||
`certificates`: To retrieve generated certificates from vault
|
`certificates`: To retrieve generated certificates from Vault
|
||||||
`ingress-internal`: To expose service on underlying internal network
|
`ingress-internal`: To expose service on underlying internal network
|
||||||
`ingress-public`: To expose service on public network
|
`ingress-public`: To expose service on public network
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user