From d00a224bf5efd1f8344b02e7b8f0422efeefb12a Mon Sep 17 00:00:00 2001 From: Enzo Candotti Date: Thu, 3 Nov 2022 13:12:02 -0300 Subject: [PATCH] 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 Change-Id: Ibd1fa0ff02d1fa6034334acb4de60b97b19a5a54 --- .../manifests/fm-rest-api/fm-rest-api-static-overrides.yaml | 4 ++-- stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stx-openstack-helm-fluxcd/stx-openstack-helm-fluxcd/manifests/fm-rest-api/fm-rest-api-static-overrides.yaml b/stx-openstack-helm-fluxcd/stx-openstack-helm-fluxcd/manifests/fm-rest-api/fm-rest-api-static-overrides.yaml index 49b7fc30..a257e274 100644 --- a/stx-openstack-helm-fluxcd/stx-openstack-helm-fluxcd/manifests/fm-rest-api/fm-rest-api-static-overrides.yaml +++ b/stx-openstack-helm-fluxcd/stx-openstack-helm-fluxcd/manifests/fm-rest-api/fm-rest-api-static-overrides.yaml @@ -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: diff --git a/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml b/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml index 58cfed48..23fadfd7 100644 --- a/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml +++ b/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml @@ -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: