* charm-helpers sync for classic charms
* build.lock file for reactive charms
* ensure tox.ini is from release-tools
* Locked requirements using pip-compile:
* existing (test-)requirements.txt ->
(test-)requirements.in
* pip-compile to *-py3[8|10].txt using python3.8
and python3.10.
* Updated tox.ini to use the appropriate merged
requirements-*.txt files.
* Removal of lunar from metadata, charmcraft.yaml
osci.yaml, tests.yaml and associated bundles.
* Locked libs and tests to stable/bobcat branches for:
* charm-helpers
* charms.openstack
* zaza
* zaza-openstack-tests
Change-Id: I089204348364a222ad2439a3f3f853ad591b0d87
54 lines
1.3 KiB
YAML
54 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
|
|
- mantic
|
|
extra-bindings:
|
|
public:
|
|
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
|