Switch to usinging consolidated rock

Change-Id: Ic2b6578c6d8a5305efb1fad39a6f46f989f8b53d
This commit is contained in:
Liam Young 2023-07-11 10:00:43 +00:00
parent da9867bf2c
commit 5a59ffd3c9
3 changed files with 7 additions and 7 deletions

View File

@ -37,15 +37,15 @@ resources:
nova-api-image:
type: oci-image
description: OCI image for OpenStack Nova API
upstream-source: ghcr.io/openstack-snaps/nova-api:2023.1
upstream-source: ghcr.io/openstack-snaps/nova-consolidated:2023.1
nova-scheduler-image:
type: oci-image
description: OCI image for OpenStack Nova Scheduler
upstream-source: ghcr.io/openstack-snaps/nova-scheduler:2023.1
upstream-source: ghcr.io/openstack-snaps/nova-consolidated:2023.1
nova-conductor-image:
type: oci-image
description: OCI image for OpenStack Nova Conductor
upstream-source: ghcr.io/openstack-snaps/nova-conductor:2023.1
upstream-source: ghcr.io/openstack-snaps/nova-consolidated:2023.1
requires:
ingress-internal:

View File

@ -45,9 +45,9 @@ applications:
scale: 1
trust: true
resources:
nova-api-image: ghcr.io/openstack-snaps/nova-api:2023.1
nova-scheduler-image: ghcr.io/openstack-snaps/nova-scheduler:2023.1
nova-conductor-image: ghcr.io/openstack-snaps/nova-conductor:2023.1
nova-api-image: ghcr.io/openstack-snaps/nova-consolidated:2023.1
nova-scheduler-image: ghcr.io/openstack-snaps/nova-consolidated:2023.1
nova-conductor-image: ghcr.io/openstack-snaps/nova-consolidated:2023.1
placement:
charm: ch:placement-k8s

View File

@ -127,7 +127,7 @@ commands =
[testenv:func-smoke]
basepython = python3
setenv =
TEST_MODEL_SETTINGS = automatically-retry-hooks=true
TEST_MODEL_SETTINGS = automatically-retry-hooks=true;update-status-hook-interval=1m
TEST_MAX_RESOLVE_COUNT = 5
commands =
functest-run-suite --keep-model --smoke