Use heat-consolidated image
Use heat-consolidated image in metadata.yaml and for functional tests to speed up the deployment. Change-Id: Ifbcafbf7eebfd6e6a7d701c76f5a3fc6cc553e0f
This commit is contained in:
parent
ebd2d885a8
commit
05ddc28ff6
@ -28,12 +28,12 @@ resources:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Heat
|
||||
# ghcr.io/openstack-snaps/heat-api:2023.1
|
||||
upstream-source: ghcr.io/openstack-snaps/heat-api:2023.1
|
||||
upstream-source: ghcr.io/openstack-snaps/heat-consolidated:2023.1
|
||||
heat-engine-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Heat Engine
|
||||
# ghcr.io/openstack-snaps/heat-engine:2023.1
|
||||
upstream-source: ghcr.io/openstack-snaps/heat-engine:2023.1
|
||||
upstream-source: ghcr.io/openstack-snaps/heat-consolidated:2023.1
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@ -45,8 +45,8 @@ applications:
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
heat-api-image: ghcr.io/openstack-snaps/heat-api:2023.1
|
||||
heat-engine-image: ghcr.io/openstack-snaps/heat-engine:2023.1
|
||||
heat-api-image: ghcr.io/openstack-snaps/heat-consolidated:2023.1
|
||||
heat-engine-image: ghcr.io/openstack-snaps/heat-consolidated:2023.1
|
||||
|
||||
heat-cfn:
|
||||
charm: ../../heat-k8s.charm
|
||||
@ -55,8 +55,8 @@ applications:
|
||||
options:
|
||||
api_service: heat-api-cfn
|
||||
resources:
|
||||
heat-api-image: ghcr.io/openstack-snaps/heat-api:2023.1
|
||||
heat-engine-image: ghcr.io/openstack-snaps/heat-engine:2023.1
|
||||
heat-api-image: ghcr.io/openstack-snaps/heat-consolidated:2023.1
|
||||
heat-engine-image: ghcr.io/openstack-snaps/heat-consolidated:2023.1
|
||||
|
||||
relations:
|
||||
- - traefik:ingress
|
||||
|
Loading…
x
Reference in New Issue
Block a user