Update fm-rest-api tags to use Debian build
This change updates the fm-rest-api image tag to
'master-debian-stable-latest', due to the migration of fm-rest-api
docker image to Debian.
Test plan:
PASS: Apply openstack application and update the fm-rest-api url to pull
this new image tag. Verify that:
- pods are up and running with the new image/tag specified.
- the container is running on Debian.
- from inside the container, fm querys are working as expected.
- server listening on port 18003 from inside the container
is working as expected.
Story: 2009831
Task: 46722
Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com>
Change-Id: Ibd1fa0ff02d1fa6034334acb4de60b97b19a5a54
This commit is contained in:
@@ -38,11 +38,11 @@ labels:
|
||||
node_selector_value: enabled
|
||||
images:
|
||||
tags:
|
||||
fm_rest_api: docker.io/starlingx/stx-fm-rest-api:master-centos-stable-latest
|
||||
fm_rest_api: docker.io/starlingx/stx-fm-rest-api:master-debian-stable-latest
|
||||
ks_user: docker.io/starlingx/stx-heat:master-centos-stable-latest
|
||||
ks_service: docker.io/starlingx/stx-heat:master-centos-stable-latest
|
||||
ks_endpoints: docker.io/starlingx/stx-heat:master-centos-stable-latest
|
||||
fm_db_sync: docker.io/starlingx/stx-fm-rest-api:master-centos-stable-latest
|
||||
fm_db_sync: docker.io/starlingx/stx-fm-rest-api:master-debian-stable-latest
|
||||
db_init: docker.io/starlingx/stx-heat:master-centos-stable-latest
|
||||
db_drop: docker.io/starlingx/stx-heat:master-centos-stable-latest
|
||||
conf:
|
||||
|
||||
@@ -3090,11 +3090,11 @@ data:
|
||||
node_selector_value: enabled
|
||||
images:
|
||||
tags:
|
||||
fm_rest_api: docker.io/starlingx/stx-fm-rest-api:master-centos-stable-latest
|
||||
fm_rest_api: docker.io/starlingx/stx-fm-rest-api:master-debian-stable-latest
|
||||
ks_user: docker.io/starlingx/stx-heat:master-centos-stable-latest
|
||||
ks_service: docker.io/starlingx/stx-heat:master-centos-stable-latest
|
||||
ks_endpoints: docker.io/starlingx/stx-heat:master-centos-stable-latest
|
||||
fm_db_sync: docker.io/starlingx/stx-fm-rest-api:master-centos-stable-latest
|
||||
fm_db_sync: docker.io/starlingx/stx-fm-rest-api:master-debian-stable-latest
|
||||
db_init: docker.io/starlingx/stx-heat:master-centos-stable-latest
|
||||
db_drop: docker.io/starlingx/stx-heat:master-centos-stable-latest
|
||||
conf:
|
||||
|
||||
Reference in New Issue
Block a user