Hemanth Nakkina bd057784d5
Make keystone as certificate transfer provider
Add functionality to keystone to act as a
certificate transfer provider.
Add actions to add, remove, list CA certs
to keystone.
Add Certificate Transfer requires handler
in ops_sunbeam. Update keystone_auth section
cafile option if certificate is available
in receive-ca-cert relation.
Update metadata.yaml for keystone and rest of
k8s charms.

Change-Id: I9c800e8f8a0c9197b195331be7b445bafe794780
2024-02-14 17:10:28 +05:30

86 lines
2.2 KiB
YAML

name: aodh-k8s
summary: OpenStack aodh service
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
description: |
OpenStack aodh provides an HTTP service for managing, selecting,
and claiming providers of classes of inventory representing available
resources in a cloud.
.
version: 3
bases:
- name: ubuntu
channel: 22.04/stable
assumes:
- k8s-api
- juju >= 3.1
tags:
- openstack
source: https://opendev.org/openstack/charm-aodh-k8s
issues: https://bugs.launchpad.net/charm-aodh-k8s
containers:
aodh-api:
resource: aodh-api-image
aodh-evaluator:
resource: aodh-evaluator-image
aodh-notifier:
resource: aodh-notifier-image
aodh-listener:
resource: aodh-listener-image
aodh-expirer:
resource: aodh-expirer-image
resources:
aodh-api-image:
type: oci-image
description: OCI image for OpenStack aodh api service
# ghcr.io/canonical/aodh-consolidated:2023.2
upstream-source: ghcr.io/canonical/aodh-consolidated:2023.2
aodh-evaluator-image:
type: oci-image
description: OCI image for OpenStack aodh evaluator service
# ghcr.io/canonical/aodh-consolidated:2023.2
upstream-source: ghcr.io/canonical/aodh-consolidated:2023.2
aodh-notifier-image:
type: oci-image
description: OCI image for OpenStack aodh notifier service
# ghcr.io/canonical/aodh-consolidated:2023.2
upstream-source: ghcr.io/canonical/aodh-consolidated:2023.2
aodh-listener-image:
type: oci-image
description: OCI image for OpenStack aodh listener service
# ghcr.io/canonical/aodh-consolidated:2023.2
upstream-source: ghcr.io/canonical/aodh-consolidated:2023.2
aodh-expirer-image:
type: oci-image
description: OCI image for OpenStack aodh expirer service
# ghcr.io/canonical/aodh-consolidated:2023.2
upstream-source: ghcr.io/canonical/aodh-consolidated:2023.2
requires:
database:
interface: mysql_client
limit: 1
identity-service:
interface: keystone
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
provides:
aodh:
interface: aodh
peers:
peers:
interface: aodh-peer