
These updates, on the master branch, are to support testing the caracal packages and support of the charms for caracal. They do NOT lock the charms down, and don't change the testing branches to stable branches. Change-Id: Id88fe1d5e3b177099966c659d11b96e6d1fb4c4f
53 lines
1.3 KiB
YAML
53 lines
1.3 KiB
YAML
name: openstack-dashboard
|
|
summary: Web dashboard for OpenStack
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
The OpenStack Dashboard provides a full feature web interface for interacting
|
|
with instances, images, volumes and networks within an OpenStack deployment.
|
|
tags:
|
|
- openstack
|
|
- misc
|
|
series:
|
|
- jammy
|
|
extra-bindings:
|
|
public: # Only used to allow specifying a hostname for DNS-HA.
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
website:
|
|
interface: http
|
|
dashboard-plugin:
|
|
interface: dashboard-plugin
|
|
scope: container
|
|
websso-trusted-dashboard:
|
|
interface: websso-trusted-dashboard
|
|
dashboard:
|
|
interface: dashboard
|
|
requires:
|
|
identity-service:
|
|
interface: keystone
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
shared-db:
|
|
interface: mysql-shared
|
|
websso-fid-service-provider:
|
|
interface: websso-fid-service-provider
|
|
certificates:
|
|
interface: tls-certificates
|
|
application-dashboard:
|
|
interface: register-application
|
|
peers:
|
|
cluster:
|
|
interface: openstack-dashboard-ha
|
|
resources:
|
|
theme:
|
|
type: file
|
|
filename: theme.tgz
|
|
description: Custom dashboard theme
|
|
policyd-override:
|
|
type: file
|
|
filename: policyd-override.zip
|
|
description: The policy.d overrides file
|