sunbeam-charms/ops-sunbeam/doc/bundles/full.yaml
Guillaume Boutry 9855f91713 Rename cloud-credentials to identity-credentials
Change-Id: Ic7b728bc116447e666481740ced084a7ad75f76b
2023-03-10 08:13:15 +01:00

193 lines
3.9 KiB
YAML

bundle: kubernetes
applications:
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
mysql:
charm: ch:mysql-k8s
channel: edge
scale: 1
trust: false
rabbitmq:
charm: ch:rabbitmq-k8s
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: ch:glance-k8s
channel: edge
scale: 1
trust: true
storage:
local-repository: 5G
nova:
charm: ch:nova-k8s
channel: edge
scale: 1
trust: true
placement:
charm: ch:placement-k8s
channel: edge
scale: 1
trust: true
neutron:
charm: ch:neutron-k8s
channel: edge
scale: 1
trust: true
options:
os-public-hostname:
ovn-central:
charm: ch:ovn-central-k8s
channel: edge
scale: 1
trust: true
nova-compute:
charm: ch:sunbeam-nova-compute-operator
channel: edge
scale: 1
trust: true
vault:
charm: ch:icey-vault-k8s
channel: stable
scale: 1
resources:
vault-image: vault
horizon:
charm: ch:horizon-k8s
channel: edge
scale: 1
trust: true
cinder:
charm: ch:cinder-k8s
channel: edge
scale: 1
trust: true
ovn-relay:
charm: ch:ovn-relay-k8s
channel: edge
scale: 1
trust: true
cinder-ceph:
charm: ch:cinder-ceph-k8s
channel: edge
scale: 1
trust: true
relations:
- - mysql:database
- keystone:database
- - traefik:ingress
- keystone:ingress-internal
- - traefik-public:ingress
- keystone:ingress-public
- - mysql:database
- glance:database
- - rabbitmq:amqp
- glance:amqp
- - keystone:identity-service
- glance:identity-service
- - traefik:ingress
- glance:ingress-internal
- - traefik-public:ingress
- glance:ingress-public
- - mysql:database
- nova:database
- - mysql:database
- nova:api-database
- - mysql:database
- nova:cell-database
- - rabbitmq:amqp
- nova:amqp
- - keystone:identity-service
- nova:identity-service
- - traefik:ingress
- nova:ingress-internal
- - traefik-public:ingress
- nova:ingress-public
- - mysql:database
- placement:database
- - keystone:identity-service
- placement:identity-service
- - traefik:ingress
- placement:ingress-internal
- - traefik-public:ingress
- placement:ingress-public
- - mysql:database
- neutron:database
- - rabbitmq:amqp
- neutron:amqp
- - keystone:identity-service
- neutron:identity-service
- - traefik:ingress
- neutron:ingress-internal
- - traefik-public:ingress
- neutron:ingress-public
- - vault:insecure-certificates
- neutron:certificates
- - neutron:ovsdb-cms
- ovn-central:ovsdb-cms
- - vault:insecure-certificates
- ovn-central:certificates
- - rabbitmq:amqp
- nova-compute:amqp
- - keystone:identity-credentials
- nova-compute:cloud-credentials
- - nova:cloud-compute
- nova-compute:cloud-compute
- - mysql:database
- horizon:database
- - keystone:identity-credentials
- horizon:identity-credentials
- - traefik:ingress
- horizon:ingress-internal
- - traefik-public:ingress
- horizon:ingress-public
- - mysql:database
- cinder:database
- - rabbitmq:amqp
- cinder:amqp
- - keystone:identity-service
- cinder:identity-service
- - traefik:ingress
- cinder:ingress-internal
- - traefik-public:ingress
- cinder:ingress-public
- - vault:insecure-certificates
- ovn-relay:certificates
- - mysql:database
- cinder-ceph:database
- - rabbitmq:amqp
- cinder-ceph:amqp
# cinder-ceph must also be related to ceph-mon, but this is a cross-model relation, and untested.
# This will most likely involve https://github.com/canonical/microceph in the future.