Guillaume Boutry bf43f5cf8d [keystone-k8s] remove configurability of admin-.../server-tenant options
These options creates more issues than they are solving. Removing
`admin-user`, `admin-role`, and `service-tenant` to ensure a standard
sunbeam deployment.

Rename the `Admin` to the default [1]` admin` role.

1: https://docs.openstack.org/keystone/2024.1/admin/service-api-protection.html
Change-Id: I93f3b754e4aca2cc71b0e408555c6d937a9d4e04
2024-06-11 08:15:56 +00:00

47 lines
1000 B
YAML

bundle: kubernetes
applications:
mysql:
charm: ch:mysql-k8s
channel: 8.0/stable
scale: 1
trust: true
# 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
options:
kubernetes-service-annotations: metallb.universe.tf/address-pool=public
keystone:
charm: ch:keystone-k8s
channel: 2024.1/edge
scale: 1
trust: false
storage:
fernet-keys: 5M
credential-keys: 5M
openstack-exporter:
charm: ../../openstack-exporter-k8s.charm
scale: 1
trust: false
resources:
openstack-exporter-image: ghcr.io/canonical/openstack-exporter:1.6.0-7533071
relations:
- - traefik:ingress
- keystone:ingress-internal
- - traefik:ingress
- keystone:ingress-public
- - mysql:database
- keystone:database
- - keystone:identity-ops
- openstack-exporter:identity-ops