
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
98 lines
2.0 KiB
YAML
98 lines
2.0 KiB
YAML
bundle: kubernetes
|
|
applications:
|
|
|
|
mysql:
|
|
charm: ch:mysql-k8s
|
|
channel: 8.0/stable
|
|
scale: 1
|
|
trust: false
|
|
|
|
# Currently traefik is required for networking things.
|
|
# If this isn't present, the units will hang at "installing agent".
|
|
traefik:
|
|
charm: ch:traefik-k8s
|
|
channel: 1.0/candidate
|
|
scale: 1
|
|
trust: true
|
|
|
|
traefik-public:
|
|
charm: ch:traefik-k8s
|
|
channel: 1.0/candidate
|
|
scale: 1
|
|
trust: true
|
|
options:
|
|
kubernetes-service-annotations: metallb.universe.tf/address-pool=public
|
|
|
|
# required for nova
|
|
rabbitmq:
|
|
charm: ch:rabbitmq-k8s
|
|
channel: 3.12/edge
|
|
scale: 1
|
|
trust: true
|
|
options:
|
|
minimum-replicas: 1
|
|
|
|
keystone:
|
|
charm: ch:keystone-k8s
|
|
channel: 2024.1/edge
|
|
scale: 1
|
|
trust: true
|
|
options:
|
|
admin-role: admin
|
|
storage:
|
|
fernet-keys: 5M
|
|
credential-keys: 5M
|
|
gnocchi:
|
|
charm: ch:gnocchi-k8s
|
|
channel: 2024.1/edge
|
|
scale: 1
|
|
trust: true
|
|
ceilometer:
|
|
charm: ../../ceilometer-k8s.charm
|
|
scale: 1
|
|
trust: true
|
|
resources:
|
|
ceilometer-central-image: ghcr.io/canonical/ceilometer-consolidated:2024.1
|
|
ceilometer-notification-image: ghcr.io/canonical/ceilometer-consolidated:2024.1
|
|
aodh:
|
|
charm: ch:aodh-k8s
|
|
channel: 2024.1/edge
|
|
scale: 1
|
|
trust: true
|
|
|
|
relations:
|
|
- - traefik:ingress
|
|
- keystone:ingress-internal
|
|
- - traefik-public:ingress
|
|
- keystone:ingress-public
|
|
|
|
- - mysql:database
|
|
- keystone:database
|
|
|
|
- - mysql:database
|
|
- aodh:database
|
|
- - rabbitmq:amqp
|
|
- aodh:amqp
|
|
- - keystone:identity-service
|
|
- aodh:identity-service
|
|
- - traefik:ingress
|
|
- aodh:ingress-internal
|
|
- - traefik-public:ingress
|
|
- aodh:ingress-public
|
|
|
|
- - mysql:database
|
|
- gnocchi:database
|
|
- - traefik:ingress
|
|
- gnocchi:ingress-internal
|
|
- - traefik-public:ingress
|
|
- gnocchi:ingress-public
|
|
- - keystone:identity-service
|
|
- gnocchi:identity-service
|
|
|
|
- - rabbitmq:amqp
|
|
- ceilometer:amqp
|
|
- - keystone:identity-credentials
|
|
- ceilometer:identity-credentials
|
|
- - gnocchi:gnocchi-service
|
|
- ceilometer:gnocchi-db
|