Fix bug 2416: replace sw_catalog by sw-catalog-path option in KSU create and update 36/15536/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 24 Nov 2025 09:48:36 +0000 (10:48 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 24 Nov 2025 21:52:35 +0000 (22:52 +0100)
Change-Id: Ib82bb90dc0396d7d21b62879318417e7e325e869
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osmclient/cli_commands/ksu.py

index 63ff78c..1ce7f4a 100755 (executable)
@@ -241,10 +241,10 @@ def ksu_create(ctx, args, ksu_params):
       --profile-type TYPE    type of the profile:
                              [infra-controller-profile|infra-config-profile|app-profile|resource-profile]
       --oka OKA_ID           name or ID of the OKA that will be incorporated to the KSU
-                             (either --oka or --sw_catalog must be used)
-      --sw_catalog TEXT      folder in the SW catalog (git repo) that will be incorporated to the KSU
-                             (either --oka or --sw_catalog must be used)
-      --params FILE          file with the values that parametrize the OKA or the sw_catalog
+                             (either --oka or --sw-catalog-path must be used)
+      --sw-catalog-path TEXT folder in the SW catalog (git repo) that will be incorporated to the KSU
+                             (either --oka or --sw-catalog-path must be used)
+      --params FILE          file with the values that parametrize the OKA or the template in SW catalog path
 
     \b
     Example:
@@ -333,10 +333,10 @@ def ksu_update(ctx, args, ksu_params):
       --profile-type TYPE    type of the profile:
                              [infra-controller-profile|infra-config-profile|app-profile|resource-profile]
       --oka OKA_ID           name or ID of the OKA that will be incorporated to the KSU
-                             (either --oka or --sw_catalog must be used)
-      --sw_catalog TEXT      folder in the SW catalog (git repo) that will be incorporated to the KSU
-                             (either --oka or --sw_catalog must be used)
-      --params FILE          file with the values that parametrize the OKA or the sw_catalog
+                             (either --oka or --sw-catalog-path must be used)
+      --sw-catalog-path TEXT folder in the SW catalog (git repo) that will be incorporated to the KSU
+                             (either --oka or --sw-catalog-path must be used)
+      --params FILE          file with the values that parametrize the OKA or the template in SW catalog path
 
     \b
     Example: