42e8bc6e42
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
61 lines
1.4 KiB
YAML
61 lines
1.4 KiB
YAML
name: magnum-k8s
|
|
summary: OpenStack magnum service
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Magnum is an OpenStack project which offers container orchestration engines
|
|
for deploying and managing containers as first class resources in OpenStack.
|
|
version: 3
|
|
bases:
|
|
- name: ubuntu
|
|
channel: 22.04/stable
|
|
assumes:
|
|
- k8s-api
|
|
- juju >= 3.1
|
|
tags:
|
|
- openstack
|
|
- container-orchestration
|
|
- misc
|
|
|
|
containers:
|
|
magnum-api:
|
|
resource: magnum-api-image
|
|
magnum-conductor:
|
|
resource: magnum-conductor-image
|
|
|
|
resources:
|
|
magnum-api-image:
|
|
type: oci-image
|
|
description: OCI image for OpenStack magnum
|
|
# ghcr.io/canonical/magnum-consolidated:2024.1
|
|
upstream-source: ghcr.io/canonical/magnum-consolidated:2024.1
|
|
magnum-conductor-image:
|
|
type: oci-image
|
|
description: OCI image for OpenStack magnum
|
|
# ghcr.io/canonical/magnum-consolidated:2024.1
|
|
upstream-source: ghcr.io/canonical/magnum-consolidated:2024.1
|
|
|
|
requires:
|
|
database:
|
|
interface: mysql_client
|
|
limit: 1
|
|
identity-service:
|
|
interface: keystone
|
|
identity-ops:
|
|
interface: keystone-resources
|
|
ingress-internal:
|
|
interface: ingress
|
|
optional: true
|
|
limit: 1
|
|
ingress-public:
|
|
interface: ingress
|
|
limit: 1
|
|
amqp:
|
|
interface: rabbitmq
|
|
receive-ca-cert:
|
|
interface: certificate_transfer
|
|
optional: true
|
|
|
|
peers:
|
|
peers:
|
|
interface: magnum-peer
|