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:
parent
651d9b5778
commit
121a2d8b6c
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user