From 121a2d8b6cd530c3cf0c056841304e27d3c6ec8d Mon Sep 17 00:00:00 2001 From: Joao Soubihe Date: Wed, 3 Nov 2021 11:45:34 -0300 Subject: [PATCH] Adding sw-manager alias to remote-cli This adds sw-manager command alias to the list of commands that can be run through the remote-cli. Depends-On: https://review.opendev.org/c/starlingx/gui/+/816525 Depends-On: https://review.opendev.org/c/starlingx/root/+/816683 Closes-Bug: #1949620 Signed-off-by: Joao Soubihe Change-Id: I950aba2b2b1f27ded4105a5fb2b2ce645713bbbe --- remote_cli/config_aliases.sh | 2 +- remote_cli/docker_image_version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/remote_cli/config_aliases.sh b/remote_cli/config_aliases.sh index 682f8fc..66a5989 100644 --- a/remote_cli/config_aliases.sh +++ b/remote_cli/config_aliases.sh @@ -16,7 +16,7 @@ else fi if [[ "$CONFIG_TYPE" = "platform" ]]; then - SERVICES="system fm openstack dcmanager kubectl helm oidc-auth" + SERVICES="system fm openstack dcmanager kubectl helm oidc-auth sw-manager" alias "platform_shell"="${PATH_TO_SCRIPT}/client_wrapper.sh /bin/bash" else SERVICES="openstack nova cinder glance heat" diff --git a/remote_cli/docker_image_version.sh b/remote_cli/docker_image_version.sh index 432d68d..8dfa7e8 100644 --- a/remote_cli/docker_image_version.sh +++ b/remote_cli/docker_image_version.sh @@ -1,2 +1,2 @@ -export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.6.0-v1.5.0" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.6.0-v1.5.1" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"