
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
57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
name: horizon-k8s
|
|
summary: OpenStack Horizon service
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
OpenStack Horizon 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-horizon-k8s
|
|
issues: https://bugs.launchpad.net/charm-horizon-k8s
|
|
|
|
containers:
|
|
horizon:
|
|
resource: horizon-image
|
|
|
|
resources:
|
|
horizon-image:
|
|
type: oci-image
|
|
description: OCI image for Horizon
|
|
# ghcr.io/canonical/horizon:2023.2
|
|
upstream-source: ghcr.io/canonical/horizon:2023.2
|
|
|
|
requires:
|
|
database:
|
|
interface: mysql_client
|
|
limit: 1
|
|
ingress-internal:
|
|
interface: ingress
|
|
limit: 1
|
|
ingress-public:
|
|
interface: ingress
|
|
optional: true
|
|
limit: 1
|
|
identity-credentials:
|
|
interface: keystone-credentials
|
|
limit: 1
|
|
receive-ca-cert:
|
|
interface: certificate_transfer
|
|
optional: true
|
|
|
|
provides:
|
|
horizon:
|
|
interface: horizon
|
|
|
|
peers:
|
|
peers:
|
|
interface: horizon-peer
|