be850b56b5
Switch charm to Bobcat release. Microk8s 1.28 will be the default for Bobcat. Also ensure images are being collected from ghcr.io/canonical Change-Id: I6e298dba0607271d0119cc0334f69da192012182
58 lines
1.3 KiB
YAML
58 lines
1.3 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:2023.2
|
|
upstream-source: ghcr.io/canonical/magnum-consolidated:2023.2
|
|
magnum-conductor-image:
|
|
type: oci-image
|
|
description: OCI image for OpenStack magnum
|
|
# ghcr.io/canonical/magnum-consolidated:2023.2
|
|
upstream-source: ghcr.io/canonical/magnum-consolidated:2023.2
|
|
|
|
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
|
|
|
|
peers:
|
|
peers:
|
|
interface: magnum-peer
|