From b78b690eb06ee460d600b61d84b3778c412403b5 Mon Sep 17 00:00:00 2001 From: Hemanth Nakkina Date: Fri, 29 Sep 2023 08:09:09 +0530 Subject: [PATCH] Documentation updates Fix documentation in README.md and metadata.yaml Change-Id: I5a0371445bae849325c498a0f91c5e3bb87e6923 --- charms/octavia-k8s/README.md | 6 +++--- charms/octavia-k8s/config.yaml | 12 ++++++------ charms/octavia-k8s/metadata.yaml | 1 + 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/charms/octavia-k8s/README.md b/charms/octavia-k8s/README.md index ebba7f53..053ccb9e 100644 --- a/charms/octavia-k8s/README.md +++ b/charms/octavia-k8s/README.md @@ -14,13 +14,13 @@ octavia-k8s is deployed using below command: juju deploy octavia-k8s octavia --trust -Now connect the octavia operator to existing database -and keystone identity operators: +Now connect the octavia operator to existing database, +keystone identity, ovn-central and certificates operators: juju relate mysql:database octavia:database juju relate keystone:identity-service octavia:identity-service juju relate ovn-central:ovsdb-cms octavia:ovsdb-cms - juju relate tls-operator:certificates octavia:certificates + juju relate self-signed-certificates:certificates octavia:certificates ### Configuration diff --git a/charms/octavia-k8s/config.yaml b/charms/octavia-k8s/config.yaml index ac6a1965..e3dbf057 100644 --- a/charms/octavia-k8s/config.yaml +++ b/charms/octavia-k8s/config.yaml @@ -4,22 +4,22 @@ options: description: Enable debug logging. type: boolean os-admin-hostname: - default: glance.juju + default: octavia.juju description: | The hostname or address of the admin endpoints that should be advertised - in the glance image provider. + in the loadbalancer provider. type: string os-internal-hostname: - default: glance.juju + default: octavia.juju description: | The hostname or address of the internal endpoints that should be advertised - in the glance image provider. + in the loadbalancer provider. type: string os-public-hostname: - default: glance.juju + default: octavia.juju description: | The hostname or address of the internal endpoints that should be advertised - in the glance image provider. + in the loadbalancer provider. type: string region: default: RegionOne diff --git a/charms/octavia-k8s/metadata.yaml b/charms/octavia-k8s/metadata.yaml index 9d4a849d..c586d9c0 100644 --- a/charms/octavia-k8s/metadata.yaml +++ b/charms/octavia-k8s/metadata.yaml @@ -3,6 +3,7 @@ summary: OpenStack Octavia service maintainer: OpenStack Charmers description: | OpenStack Octavia provides loadbalancing service for an OpenStack cloud. + Currently OVN Octavia provider driver is supported. version: 3 bases: - name: ubuntu