52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
name: heat-k8s
|
|
summary: OpenStack heat service
|
|
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.
|
|
version: 3
|
|
bases:
|
|
- name: ubuntu
|
|
channel: 20.04/stable
|
|
tags:
|
|
- openstack
|
|
|
|
containers:
|
|
heat-api:
|
|
resource: heat-api-image
|
|
heat-api-cfn:
|
|
resource: heat-api-cfn-image
|
|
|
|
resources:
|
|
heat-api-image:
|
|
type: oci-image
|
|
description: OCI image for OpenStack Heat
|
|
# docker.io/kolla/ubuntu-binary-heat-api:yoga
|
|
upstream-source: docker.io/kolla/ubuntu-binary-heat-api@sha256:ca80d57606525facb404d8b0374701c02609c2ade5cb7e28ba132e666dd85949
|
|
heat-api-cfn-image:
|
|
type: oci-image
|
|
description: OCI image for OpenStack Heat CFN
|
|
# docker.io/kolla/ubuntu-binary-heat-api-cfn:yoga
|
|
upstream-source: docker.io/kolla/ubuntu-binary-heat-api-cfn@sha256:6eec5915066b55696414022c86c42360cdbd4b8b1250e06b470fee25af394b66
|
|
|
|
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
|
|
|
|
peers:
|
|
peers:
|
|
interface: heat-peer
|