From 8de6c94c5e5ee52046bf37a24883b01942e5987a Mon Sep 17 00:00:00 2001 From: Guilherme Costa Date: Fri, 17 Nov 2023 08:57:12 -0300 Subject: [PATCH] Adding software alias to remote-cli This adds software command alias to the list of commands that can be run through the remote-cli. Depends-On: https://review.opendev.org/c/starlingx/update/+/901240 Depends-On: https://review.opendev.org/c/starlingx/upstream/+/901241 Change-Id: I41be730022d77ba1c4898aa7dd2cc33c8e39e7e8 Signed-off-by: Guilherme Costa --- remote_cli/config_aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_cli/config_aliases.sh b/remote_cli/config_aliases.sh index 66a5989..6408049 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 sw-manager" + SERVICES="system fm openstack dcmanager kubectl helm oidc-auth sw-manager software" alias "platform_shell"="${PATH_TO_SCRIPT}/client_wrapper.sh /bin/bash" else SERVICES="openstack nova cinder glance heat"