42e8bc6e42
Refresh 2023.2 -> 2024.1 which will impact all charms, so we should not need to pre-seed the edge channel before this works. Refresh 23.09 -> 24.03 for OVN charms. Option sql_connection is removed form 2024.1 release [1] Use below snippet for magnum-k8s conf template [database] connection = <> Update horizon local_settings.py.j2 template [1] https://docs.openstack.org/releasenotes/oslo.db/en_GB/2024.1.html Mark tempest test as non-voting as its currently unstable. Change-Id: I4e277a4c5e438e2f2112a167b0f3050c1526cd0a
64 lines
1.6 KiB
YAML
64 lines
1.6 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: 22.04/stable
|
|
assumes:
|
|
- k8s-api
|
|
- juju >= 3.1
|
|
tags:
|
|
- openstack
|
|
source: https://opendev.org/openstack/charm-heat-k8s
|
|
issues: https://bugs.launchpad.net/charm-heat-k8s
|
|
|
|
containers:
|
|
heat-api:
|
|
resource: heat-api-image
|
|
heat-api-cfn:
|
|
resource: heat-api-image
|
|
heat-engine:
|
|
resource: heat-engine-image
|
|
|
|
resources:
|
|
heat-api-image:
|
|
type: oci-image
|
|
description: OCI image for OpenStack Heat
|
|
# ghcr.io/canonical/heat-api:2024.1
|
|
upstream-source: ghcr.io/canonical/heat-consolidated:2024.1
|
|
heat-engine-image:
|
|
type: oci-image
|
|
description: OCI image for OpenStack Heat Engine
|
|
# ghcr.io/canonical/heat-engine:2024.1
|
|
upstream-source: ghcr.io/canonical/heat-consolidated:2024.1
|
|
|
|
requires:
|
|
database:
|
|
interface: mysql_client
|
|
limit: 1
|
|
identity-service:
|
|
interface: keystone
|
|
traefik-route-internal:
|
|
interface: traefik_route
|
|
optional: true
|
|
limit: 1
|
|
traefik-route-public:
|
|
interface: traefik_route
|
|
limit: 1
|
|
amqp:
|
|
interface: rabbitmq
|
|
identity-ops:
|
|
interface: keystone-resources
|
|
receive-ca-cert:
|
|
interface: certificate_transfer
|
|
optional: true
|
|
|
|
peers:
|
|
peers:
|
|
interface: heat-peer
|