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 <JoaoPaulo.Soubihe@windriver.com>
Change-Id: I950aba2b2b1f27ded4105a5fb2b2ce645713bbbe
This commit is contained in:
Joao Soubihe 2021-11-03 11:45:34 -03:00
parent 651d9b5778
commit 121a2d8b6c
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"