From 593b1373dd032515fe46f6cf4fdf22faf5ff4f8f Mon Sep 17 00:00:00 2001 From: Li Zhu Date: Wed, 11 Oct 2023 20:29:42 -0400 Subject: [PATCH] Update rvmc image tag to stx.8.0-v1.0.2 Test Plan: PASS: Pull new image from docker registry. PASS: Install subcloud with new rvmc image. Closes-bug: 2038484 Depends-On: https://review.opendev.org/c/starlingx/ansible-playbooks/+/898041 Change-Id: Ief00673d8f2a2155648680c2e9992ab5f521200a Signed-off-by: Li Zhu --- distributedcloud/dccommon/subcloud_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributedcloud/dccommon/subcloud_install.py b/distributedcloud/dccommon/subcloud_install.py index 5f3828e06..2d0f90591 100644 --- a/distributedcloud/dccommon/subcloud_install.py +++ b/distributedcloud/dccommon/subcloud_install.py @@ -46,7 +46,7 @@ BOOT_MENU_TIMEOUT = '5' # The RVMC_IMAGE_NAME:RVMC_IMAGE_TAG must align with the one specified # in system images in the ansible install/upgrade playbook RVMC_IMAGE_NAME = 'docker.io/starlingx/rvmc' -RVMC_IMAGE_TAG = 'stx.8.0-v1.0.1' +RVMC_IMAGE_TAG = 'stx.8.0-v1.0.2' SUBCLOUD_ISO_PATH = '/opt/platform/iso' SUBCLOUD_ISO_DOWNLOAD_PATH = '/var/www/pages/iso'