Liam Young 575cef2e79 Add microk8s + tempest functional tests
Depends-On: https://review.opendev.org/c/openstack/charm-ops-sunbeam/+/861885
Change-Id: Ib6313cc2c3042d26d58d22c215ae53da054957b0
2022-10-19 16:13:07 +00:00

72 lines
1.4 KiB
YAML

bundle: kubernetes
applications:
mysql:
charm: ch:mysql-k8s
channel: edge
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: edge
scale: 1
trust: true
traefik-public:
charm: ch:traefik-k8s
channel: edge
scale: 1
trust: true
options:
kubernetes-service-annotations: metallb.universe.tf/address-pool=public
# required for glance
rabbitmq:
charm: ch:sunbeam-rabbitmq-operator
channel: edge
scale: 1
trust: true
keystone:
charm: ch:keystone-k8s
channel: edge
scale: 1
trust: true
options:
admin-role: admin
storage:
fernet-keys: 5M
credential-keys: 5M
glance:
charm: ../../glance-k8s.charm
scale: 1
trust: true
resources:
glance-api-image: kolla/ubuntu-binary-glance-api:xena
storage:
local-repository: 5G
relations:
- - keystone:identity-service
- glance:identity-service
- - rabbitmq:amqp
- glance:amqp
- - traefik:ingress
- keystone:ingress-internal
- - traefik-public:ingress
- keystone:ingress-public
- - traefik:ingress
- glance:ingress-internal
- - traefik-public:ingress
- glance:ingress-public
- - mysql:database
- keystone:database
- - mysql:database
- glance:database