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: Icdefacaadb7f03d7241a0e0d88c09fcbac668530
43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
name: heat
|
|
summary: OpenStack orchestration engine
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Heat is the main project in the OpenStack Orchestration program. It implements an
|
|
orchestration engine to launch multiple composite cloud applications based on
|
|
templates in the form of text files that can be treated like code.
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- jammy
|
|
extra-bindings:
|
|
public:
|
|
admin:
|
|
internal:
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
requires:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
amqp:
|
|
interface: rabbitmq
|
|
identity-service:
|
|
interface: keystone
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
certificates:
|
|
interface: tls-certificates
|
|
heat-plugin-subordinate:
|
|
interface: heat-plugin-subordinate
|
|
scope: container
|
|
peers:
|
|
cluster:
|
|
interface: heat-ha
|
|
resources:
|
|
policyd-override:
|
|
type: file
|
|
filename: policyd-override.zip
|
|
description: The policy.d overrides file
|