James Page 42e8bc6e42 Update for 2024.1
Refresh 2023.2 -> 2024.1 which will impact all charms, so we
should not need to pre-seed the edge channel before this works.

Refresh 23.09 -> 24.03 for OVN charms.

Option sql_connection is removed form 2024.1 release [1]
Use below snippet for magnum-k8s conf template
[database]
connection = <>

Update horizon local_settings.py.j2 template

[1] https://docs.openstack.org/releasenotes/oslo.db/en_GB/2024.1.html

Mark tempest test as non-voting as its currently unstable.

Change-Id: I4e277a4c5e438e2f2112a167b0f3050c1526cd0a
2024-04-18 23:21:03 +00:00

86 lines
2.2 KiB
YAML

name: octavia-k8s
summary: OpenStack Octavia service
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
description: |
OpenStack Octavia provides loadbalancing service for an OpenStack cloud.
Currently OVN Octavia provider driver is supported.
version: 3
bases:
- name: ubuntu
channel: 22.04/stable
assumes:
- k8s-api
- juju >= 3.1
tags:
- openstack
source: https://opendev.org/openstack/charm-octavia-k8s
issues: https://bugs.launchpad.net/charm-octavia-k8s
storage:
agent-sockets:
type: filesystem
description: |
Storage for the location of agent sockets shared between octavia-api
and octavia-driver-agent
minimum-size: 100M
containers:
octavia-api:
resource: octavia-api-image
mounts:
- storage: agent-sockets
location: /var/run/octavia/
octavia-driver-agent:
resource: octavia-driver-agent-image
mounts:
- storage: agent-sockets
location: /var/run/octavia/
octavia-housekeeping:
resource: octavia-housekeeping-image
resources:
octavia-api-image:
type: oci-image
description: OCI image for OpenStack octavia
# ghcr.io/canonical/octavia-api:2024.1
upstream-source: ghcr.io/canonical/octavia-consolidated:2024.1
octavia-driver-agent-image:
type: oci-image
description: OCI image for OpenStack Octavia Driver Agent
# ghcr.io/canonical/octavia-driver-agent:2024.1
upstream-source: ghcr.io/canonical/octavia-consolidated:2024.1
octavia-housekeeping-image:
type: oci-image
description: OCI image for OpenStack Octavia Housekeeping
# ghcr.io/canonical/octavia-housekeeping:2024.1
upstream-source: ghcr.io/canonical/octavia-consolidated:2024.1
requires:
database:
interface: mysql_client
limit: 1
identity-service:
interface: keystone
ingress-internal:
interface: ingress
optional: true
limit: 1
ingress-public:
interface: ingress
limit: 1
ovsdb-cms:
interface: ovsdb-cms
certificates:
interface: tls-certificates
optional: true
identity-ops:
interface: keystone-resources
optional: true
receive-ca-cert:
interface: certificate_transfer
optional: true
peers:
peers:
interface: octavia-peer