mas-cli 11.9.0__py3-none-any.whl → 11.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/install/app.py +3 -3
- mas/cli/install/argBuilder.py +3 -1
- mas/cli/install/argParser.py +7 -1
- mas/cli/install/params.py +2 -1
- mas/cli/install/summarizer.py +2 -2
- mas/cli/templates/ibm-mas-tekton.yaml +232 -138
- mas/cli/update/app.py +2 -2
- {mas_cli-11.9.0.dist-info → mas_cli-11.9.1.dist-info}/METADATA +1 -1
- {mas_cli-11.9.0.dist-info → mas_cli-11.9.1.dist-info}/RECORD +14 -14
- {mas_cli-11.9.0.data → mas_cli-11.9.1.data}/scripts/mas-cli +0 -0
- {mas_cli-11.9.0.dist-info → mas_cli-11.9.1.dist-info}/WHEEL +0 -0
- {mas_cli-11.9.0.dist-info → mas_cli-11.9.1.dist-info}/top_level.txt +0 -0
|
@@ -231,7 +231,7 @@ spec:
|
|
|
231
231
|
command:
|
|
232
232
|
- /opt/app-root/src/run-role.sh
|
|
233
233
|
- aibroker
|
|
234
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
234
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
235
235
|
imagePullPolicy: $(params.image_pull_policy)
|
|
236
236
|
# --------------------------------------------------------------------------------
|
|
237
237
|
# /home/runner/work/cli/cli/tekton/target/tasks/appconnect.yaml
|
|
@@ -342,7 +342,7 @@ spec:
|
|
|
342
342
|
command:
|
|
343
343
|
- /opt/app-root/src/run-role.sh
|
|
344
344
|
- appconnect
|
|
345
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
345
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
346
346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
347
347
|
workingDir: /workspace/configs
|
|
348
348
|
|
|
@@ -460,7 +460,7 @@ spec:
|
|
|
460
460
|
command:
|
|
461
461
|
- /opt/app-root/src/run-role.sh
|
|
462
462
|
- arcgis
|
|
463
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
463
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
464
464
|
imagePullPolicy: $(params.image_pull_policy)
|
|
465
465
|
# --------------------------------------------------------------------------------
|
|
466
466
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -530,7 +530,7 @@ spec:
|
|
|
530
530
|
command:
|
|
531
531
|
- /opt/app-root/src/run-role.sh
|
|
532
532
|
- cert_manager
|
|
533
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
533
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
534
534
|
imagePullPolicy: $(params.image_pull_policy)
|
|
535
535
|
workingDir: /workspace/configs
|
|
536
536
|
# --------------------------------------------------------------------------------
|
|
@@ -596,7 +596,7 @@ spec:
|
|
|
596
596
|
command:
|
|
597
597
|
- /opt/app-root/src/run-role.sh
|
|
598
598
|
- common_services
|
|
599
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
599
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -637,14 +637,10 @@ spec:
|
|
|
637
637
|
type: string
|
|
638
638
|
description: COS Provider (ibm and ocs are supported)
|
|
639
639
|
default: ""
|
|
640
|
-
- name:
|
|
640
|
+
- name: cos_apikey
|
|
641
641
|
type: string
|
|
642
|
-
description: IBM Cloud API Key
|
|
642
|
+
description: IBM Cloud COS API Key
|
|
643
643
|
default: ""
|
|
644
|
-
- name: ibmcloud_resourcegroup
|
|
645
|
-
type: string
|
|
646
|
-
description: Name of an existing Resource Group in IBM Cloud account
|
|
647
|
-
default: "Default"
|
|
648
644
|
- name: cos_resourcegroup
|
|
649
645
|
type: string
|
|
650
646
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
@@ -661,6 +657,14 @@ spec:
|
|
|
661
657
|
type: string
|
|
662
658
|
description: Optional boolean variable weather hmac is enabled or not
|
|
663
659
|
default: ""
|
|
660
|
+
- name: ibmcloud_resourcegroup
|
|
661
|
+
type: string
|
|
662
|
+
description: Name of an existing Resource Group in IBM Cloud account
|
|
663
|
+
default: "Default"
|
|
664
|
+
- name: ibmcloud_apikey
|
|
665
|
+
type: string
|
|
666
|
+
description: IBM Cloud API Key
|
|
667
|
+
default: ""
|
|
664
668
|
|
|
665
669
|
|
|
666
670
|
stepTemplate:
|
|
@@ -704,20 +708,22 @@ spec:
|
|
|
704
708
|
value: $(params.cos_action)
|
|
705
709
|
- name: COS_INSTANCE_NAME
|
|
706
710
|
value: $(params.cos_instance_name)
|
|
707
|
-
- name:
|
|
708
|
-
value: $(params.
|
|
711
|
+
- name: COS_APIKEY
|
|
712
|
+
value: $(params.cos_apikey)
|
|
709
713
|
- name: COS_RESOURCEGROUP
|
|
710
714
|
value: $(params.cos_resourcegroup)
|
|
711
|
-
- name: IBMCLOUD_RESOURCEGROUP
|
|
712
|
-
value: $(params.ibmcloud_resourcegroup)
|
|
713
715
|
- name: COS_USE_HMAC
|
|
714
716
|
value: $(params.cos_use_hmac)
|
|
717
|
+
- name: IBMCLOUD_RESOURCEGROUP
|
|
718
|
+
value: $(params.ibmcloud_resourcegroup)
|
|
719
|
+
- name: IBMCLOUD_APIKEY
|
|
720
|
+
value: $(params.ibmcloud_apikey)
|
|
715
721
|
steps:
|
|
716
722
|
- name: cos
|
|
717
723
|
command:
|
|
718
724
|
- /opt/app-root/src/run-role.sh
|
|
719
725
|
- cos
|
|
720
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
726
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
721
727
|
imagePullPolicy: $(params.image_pull_policy)
|
|
722
728
|
workingDir: /workspace/configs
|
|
723
729
|
|
|
@@ -837,7 +843,7 @@ spec:
|
|
|
837
843
|
command:
|
|
838
844
|
- /opt/app-root/src/run-role.sh
|
|
839
845
|
- cp4d_service
|
|
840
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
846
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
841
847
|
imagePullPolicy: $(params.image_pull_policy)
|
|
842
848
|
workingDir: /workspace/configs
|
|
843
849
|
# --------------------------------------------------------------------------------
|
|
@@ -954,7 +960,7 @@ spec:
|
|
|
954
960
|
command:
|
|
955
961
|
- /opt/app-root/src/run-role.sh
|
|
956
962
|
- cp4d_service
|
|
957
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
963
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
958
964
|
imagePullPolicy: $(params.image_pull_policy)
|
|
959
965
|
workingDir: /workspace/configs
|
|
960
966
|
|
|
@@ -1060,7 +1066,7 @@ spec:
|
|
|
1060
1066
|
command:
|
|
1061
1067
|
- /opt/app-root/src/run-role.sh
|
|
1062
1068
|
- cp4d
|
|
1063
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
1069
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
1064
1070
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1065
1071
|
# --------------------------------------------------------------------------------
|
|
1066
1072
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1382,7 +1388,7 @@ spec:
|
|
|
1382
1388
|
command:
|
|
1383
1389
|
- /opt/app-root/src/run-role.sh
|
|
1384
1390
|
- db2
|
|
1385
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
1391
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
1386
1392
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1387
1393
|
workingDir: /workspace/configs
|
|
1388
1394
|
|
|
@@ -1492,7 +1498,7 @@ spec:
|
|
|
1492
1498
|
command:
|
|
1493
1499
|
- /opt/app-root/src/run-role.sh
|
|
1494
1500
|
- eck
|
|
1495
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
1501
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
1496
1502
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1497
1503
|
# --------------------------------------------------------------------------------
|
|
1498
1504
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1581,7 +1587,7 @@ spec:
|
|
|
1581
1587
|
command:
|
|
1582
1588
|
- /opt/app-root/src/run-role.sh
|
|
1583
1589
|
- gencfg_workspace
|
|
1584
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
1590
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
1585
1591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1586
1592
|
workingDir: /workspace/configs
|
|
1587
1593
|
|
|
@@ -1685,7 +1691,7 @@ spec:
|
|
|
1685
1691
|
- -c
|
|
1686
1692
|
name: gitops-bootstrap
|
|
1687
1693
|
imagePullPolicy: IfNotPresent
|
|
1688
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
1694
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
1689
1695
|
workspaces:
|
|
1690
1696
|
- name: configs
|
|
1691
1697
|
# --------------------------------------------------------------------------------
|
|
@@ -1767,7 +1773,7 @@ spec:
|
|
|
1767
1773
|
- -c
|
|
1768
1774
|
name: gitops-cis-compliance
|
|
1769
1775
|
imagePullPolicy: IfNotPresent
|
|
1770
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
1776
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
1771
1777
|
workspaces:
|
|
1772
1778
|
- name: configs
|
|
1773
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -1971,7 +1977,7 @@ spec:
|
|
|
1971
1977
|
- -c
|
|
1972
1978
|
name: gitops-cluster
|
|
1973
1979
|
imagePullPolicy: Always
|
|
1974
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
1980
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
1975
1981
|
workspaces:
|
|
1976
1982
|
- name: configs
|
|
1977
1983
|
# --------------------------------------------------------------------------------
|
|
@@ -2007,12 +2013,16 @@ spec:
|
|
|
2007
2013
|
type: string
|
|
2008
2014
|
- name: cos_type
|
|
2009
2015
|
type: string
|
|
2010
|
-
- name:
|
|
2016
|
+
- name: cos_resourcegroup
|
|
2011
2017
|
type: string
|
|
2012
|
-
- name:
|
|
2018
|
+
- name: cos_apikey
|
|
2013
2019
|
type: string
|
|
2014
2020
|
- name: cos_use_hmac
|
|
2015
2021
|
type: string
|
|
2022
|
+
- name: ibmcloud_resourcegroup
|
|
2023
|
+
type: string
|
|
2024
|
+
- name: ibmcloud_apikey
|
|
2025
|
+
type: string
|
|
2016
2026
|
|
|
2017
2027
|
stepTemplate:
|
|
2018
2028
|
name: gitops-cos
|
|
@@ -2039,12 +2049,16 @@ spec:
|
|
|
2039
2049
|
value: $(params.cos_action)
|
|
2040
2050
|
- name: COS_TYPE
|
|
2041
2051
|
value: $(params.cos_type)
|
|
2052
|
+
- name: COS_RESOURCEGROUP
|
|
2053
|
+
value: $(params.cos_resourcegroup)
|
|
2054
|
+
- name: COS_APIKEY
|
|
2055
|
+
value: $(params.cos_apikey)
|
|
2056
|
+
- name: COS_USE_HMAC
|
|
2057
|
+
value: $(params.cos_use_hmac)
|
|
2042
2058
|
- name: IBMCLOUD_RESOURCEGROUP
|
|
2043
2059
|
value: $(params.ibmcloud_resourcegroup)
|
|
2044
2060
|
- name: IBMCLOUD_APIKEY
|
|
2045
2061
|
value: $(params.ibmcloud_apikey)
|
|
2046
|
-
- name: COS_USE_HMAC
|
|
2047
|
-
value: $(params.cos_use_hmac)
|
|
2048
2062
|
steps:
|
|
2049
2063
|
- args:
|
|
2050
2064
|
- |-
|
|
@@ -2066,7 +2080,7 @@ spec:
|
|
|
2066
2080
|
- -c
|
|
2067
2081
|
name: gitops-cos
|
|
2068
2082
|
imagePullPolicy: IfNotPresent
|
|
2069
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
2083
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
2070
2084
|
workspaces:
|
|
2071
2085
|
- name: configs
|
|
2072
2086
|
# --------------------------------------------------------------------------------
|
|
@@ -2214,7 +2228,7 @@ spec:
|
|
|
2214
2228
|
- -c
|
|
2215
2229
|
name: gitops-cp4d-service
|
|
2216
2230
|
imagePullPolicy: IfNotPresent
|
|
2217
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
2231
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
2218
2232
|
workspaces:
|
|
2219
2233
|
- name: configs
|
|
2220
2234
|
- name: shared-gitops-configs
|
|
@@ -2343,7 +2357,7 @@ spec:
|
|
|
2343
2357
|
- -c
|
|
2344
2358
|
name: gitops-cp4d
|
|
2345
2359
|
imagePullPolicy: IfNotPresent
|
|
2346
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
2360
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
2347
2361
|
workspaces:
|
|
2348
2362
|
- name: configs
|
|
2349
2363
|
- name: shared-gitops-configs
|
|
@@ -2595,7 +2609,7 @@ spec:
|
|
|
2595
2609
|
- -c
|
|
2596
2610
|
name: gitops-db2u-database
|
|
2597
2611
|
imagePullPolicy: Always
|
|
2598
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
2612
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
2599
2613
|
workspaces:
|
|
2600
2614
|
- name: configs
|
|
2601
2615
|
- name: shared-gitops-configs
|
|
@@ -2693,7 +2707,7 @@ spec:
|
|
|
2693
2707
|
- -c
|
|
2694
2708
|
name: gitops-db2u
|
|
2695
2709
|
imagePullPolicy: IfNotPresent
|
|
2696
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
2710
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
2697
2711
|
workspaces:
|
|
2698
2712
|
- name: configs
|
|
2699
2713
|
# --------------------------------------------------------------------------------
|
|
@@ -2820,7 +2834,7 @@ spec:
|
|
|
2820
2834
|
- -c
|
|
2821
2835
|
name: gitops-delete-jdbc-config
|
|
2822
2836
|
imagePullPolicy: IfNotPresent
|
|
2823
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
2837
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
2824
2838
|
workspaces:
|
|
2825
2839
|
- name: configs
|
|
2826
2840
|
# --------------------------------------------------------------------------------
|
|
@@ -2918,7 +2932,7 @@ spec:
|
|
|
2918
2932
|
- -c
|
|
2919
2933
|
name: gitops-delete-kafka-config
|
|
2920
2934
|
imagePullPolicy: Always
|
|
2921
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
2935
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
2922
2936
|
workspaces:
|
|
2923
2937
|
- name: configs
|
|
2924
2938
|
|
|
@@ -3010,7 +3024,7 @@ spec:
|
|
|
3010
3024
|
- -c
|
|
3011
3025
|
name: gitops-deprovision-app-config
|
|
3012
3026
|
imagePullPolicy: IfNotPresent
|
|
3013
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
3027
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
3014
3028
|
workspaces:
|
|
3015
3029
|
- name: configs
|
|
3016
3030
|
# --------------------------------------------------------------------------------
|
|
@@ -3095,7 +3109,7 @@ spec:
|
|
|
3095
3109
|
- -c
|
|
3096
3110
|
name: gitops-deprovision-app-install
|
|
3097
3111
|
imagePullPolicy: IfNotPresent
|
|
3098
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
3112
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
3099
3113
|
workspaces:
|
|
3100
3114
|
- name: configs
|
|
3101
3115
|
# --------------------------------------------------------------------------------
|
|
@@ -3180,7 +3194,7 @@ spec:
|
|
|
3180
3194
|
- -c
|
|
3181
3195
|
name: gitops-deprovision-cluster
|
|
3182
3196
|
imagePullPolicy: IfNotPresent
|
|
3183
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
3197
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
3184
3198
|
workspaces:
|
|
3185
3199
|
- name: configs
|
|
3186
3200
|
# --------------------------------------------------------------------------------
|
|
@@ -3221,12 +3235,16 @@ spec:
|
|
|
3221
3235
|
type: string
|
|
3222
3236
|
- name: cos_type
|
|
3223
3237
|
type: string
|
|
3224
|
-
- name:
|
|
3238
|
+
- name: cos_resourcegroup
|
|
3225
3239
|
type: string
|
|
3226
|
-
- name:
|
|
3240
|
+
- name: cos_apikey
|
|
3227
3241
|
type: string
|
|
3228
3242
|
- name: cos_use_hmac
|
|
3229
3243
|
type: string
|
|
3244
|
+
- name: ibmcloud_resourcegroup
|
|
3245
|
+
type: string
|
|
3246
|
+
- name: ibmcloud_apikey
|
|
3247
|
+
type: string
|
|
3230
3248
|
|
|
3231
3249
|
stepTemplate:
|
|
3232
3250
|
name: gitops-deprovision-cos
|
|
@@ -3261,12 +3279,16 @@ spec:
|
|
|
3261
3279
|
value: $(params.cos_action)
|
|
3262
3280
|
- name: COS_TYPE
|
|
3263
3281
|
value: $(params.cos_type)
|
|
3282
|
+
- name: COS_RESOURCEGROUP
|
|
3283
|
+
value: $(params.cos_resourcegroup)
|
|
3284
|
+
- name: COS_APIKEY
|
|
3285
|
+
value: $(params.cos_apikey)
|
|
3286
|
+
- name: COS_USE_HMAC
|
|
3287
|
+
value: $(params.cos_use_hmac)
|
|
3264
3288
|
- name: IBMCLOUD_RESOURCEGROUP
|
|
3265
3289
|
value: $(params.ibmcloud_resourcegroup)
|
|
3266
3290
|
- name: IBMCLOUD_APIKEY
|
|
3267
3291
|
value: $(params.ibmcloud_apikey)
|
|
3268
|
-
- name: COS_USE_HMAC
|
|
3269
|
-
value: $(params.cos_use_hmac)
|
|
3270
3292
|
steps:
|
|
3271
3293
|
- args:
|
|
3272
3294
|
- |-
|
|
@@ -3291,7 +3313,7 @@ spec:
|
|
|
3291
3313
|
- -c
|
|
3292
3314
|
name: gitops-deprovision-cos
|
|
3293
3315
|
imagePullPolicy: IfNotPresent
|
|
3294
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
3316
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
3295
3317
|
workspaces:
|
|
3296
3318
|
- name: configs
|
|
3297
3319
|
# --------------------------------------------------------------------------------
|
|
@@ -3379,7 +3401,7 @@ spec:
|
|
|
3379
3401
|
- -c
|
|
3380
3402
|
name: gitops-deprovision-db2u-database
|
|
3381
3403
|
imagePullPolicy: IfNotPresent
|
|
3382
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
3404
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
3383
3405
|
workspaces:
|
|
3384
3406
|
- name: configs
|
|
3385
3407
|
|
|
@@ -3462,7 +3484,7 @@ spec:
|
|
|
3462
3484
|
- -c
|
|
3463
3485
|
name: gitops-deprovision-db2u
|
|
3464
3486
|
imagePullPolicy: IfNotPresent
|
|
3465
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
3487
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
3466
3488
|
workspaces:
|
|
3467
3489
|
- name: configs
|
|
3468
3490
|
|
|
@@ -3570,7 +3592,7 @@ spec:
|
|
|
3570
3592
|
- -c
|
|
3571
3593
|
name: gitops-deprovision-efs
|
|
3572
3594
|
imagePullPolicy: IfNotPresent
|
|
3573
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
3595
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
3574
3596
|
workspaces:
|
|
3575
3597
|
- name: configs
|
|
3576
3598
|
|
|
@@ -3680,7 +3702,7 @@ spec:
|
|
|
3680
3702
|
- -c
|
|
3681
3703
|
name: gitops-deprovision-kafka
|
|
3682
3704
|
imagePullPolicy: IfNotPresent
|
|
3683
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
3705
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
3684
3706
|
workspaces:
|
|
3685
3707
|
- name: configs
|
|
3686
3708
|
# --------------------------------------------------------------------------------
|
|
@@ -3783,7 +3805,7 @@ spec:
|
|
|
3783
3805
|
- -c
|
|
3784
3806
|
name: gitops-deprovision-mongo
|
|
3785
3807
|
imagePullPolicy: IfNotPresent
|
|
3786
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
3808
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
3787
3809
|
workspaces:
|
|
3788
3810
|
- name: configs
|
|
3789
3811
|
|
|
@@ -3840,7 +3862,7 @@ spec:
|
|
|
3840
3862
|
- -c
|
|
3841
3863
|
name: gitops-deprovision-rosa
|
|
3842
3864
|
imagePullPolicy: IfNotPresent
|
|
3843
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
3865
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
3844
3866
|
workspaces:
|
|
3845
3867
|
- name: configs
|
|
3846
3868
|
# --------------------------------------------------------------------------------
|
|
@@ -4045,7 +4067,7 @@ spec:
|
|
|
4045
4067
|
- -c
|
|
4046
4068
|
name: gitops-deprovision-suite-config
|
|
4047
4069
|
imagePullPolicy: IfNotPresent
|
|
4048
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
4070
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
4049
4071
|
workspaces:
|
|
4050
4072
|
- name: configs
|
|
4051
4073
|
|
|
@@ -4143,7 +4165,7 @@ spec:
|
|
|
4143
4165
|
- -c
|
|
4144
4166
|
name: gitops-deprovision-suite-idp-config
|
|
4145
4167
|
imagePullPolicy: IfNotPresent
|
|
4146
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
4168
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
4147
4169
|
workspaces:
|
|
4148
4170
|
- name: configs
|
|
4149
4171
|
# --------------------------------------------------------------------------------
|
|
@@ -4235,7 +4257,7 @@ spec:
|
|
|
4235
4257
|
- -c
|
|
4236
4258
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4237
4259
|
imagePullPolicy: IfNotPresent
|
|
4238
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
4260
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
4239
4261
|
workspaces:
|
|
4240
4262
|
- name: configs
|
|
4241
4263
|
# --------------------------------------------------------------------------------
|
|
@@ -4327,7 +4349,7 @@ spec:
|
|
|
4327
4349
|
- -c
|
|
4328
4350
|
name: gitops-deprovision-suite-smtp-config
|
|
4329
4351
|
imagePullPolicy: IfNotPresent
|
|
4330
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
4352
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
4331
4353
|
workspaces:
|
|
4332
4354
|
- name: configs
|
|
4333
4355
|
# --------------------------------------------------------------------------------
|
|
@@ -4420,7 +4442,7 @@ spec:
|
|
|
4420
4442
|
- -c
|
|
4421
4443
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4422
4444
|
imagePullPolicy: IfNotPresent
|
|
4423
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
4445
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
4424
4446
|
workspaces:
|
|
4425
4447
|
- name: configs
|
|
4426
4448
|
# --------------------------------------------------------------------------------
|
|
@@ -4511,7 +4533,7 @@ spec:
|
|
|
4511
4533
|
- -c
|
|
4512
4534
|
name: gitops-deprovision-suite-workspace
|
|
4513
4535
|
imagePullPolicy: Always
|
|
4514
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
4536
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
4515
4537
|
workspaces:
|
|
4516
4538
|
- name: configs
|
|
4517
4539
|
# --------------------------------------------------------------------------------
|
|
@@ -4604,7 +4626,7 @@ spec:
|
|
|
4604
4626
|
- -c
|
|
4605
4627
|
name: gitops-deprovision-suite
|
|
4606
4628
|
imagePullPolicy: IfNotPresent
|
|
4607
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
4629
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
4608
4630
|
workspaces:
|
|
4609
4631
|
- name: configs
|
|
4610
4632
|
|
|
@@ -4717,7 +4739,7 @@ spec:
|
|
|
4717
4739
|
- -c
|
|
4718
4740
|
name: gitops-dro
|
|
4719
4741
|
imagePullPolicy: IfNotPresent
|
|
4720
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
4742
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
4721
4743
|
workspaces:
|
|
4722
4744
|
- name: configs
|
|
4723
4745
|
# --------------------------------------------------------------------------------
|
|
@@ -4834,7 +4856,7 @@ spec:
|
|
|
4834
4856
|
- -c
|
|
4835
4857
|
name: gitops-efs
|
|
4836
4858
|
imagePullPolicy: IfNotPresent
|
|
4837
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
4859
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
4838
4860
|
workspaces:
|
|
4839
4861
|
- name: configs
|
|
4840
4862
|
|
|
@@ -4969,7 +4991,7 @@ spec:
|
|
|
4969
4991
|
- -c
|
|
4970
4992
|
name: gitops-jdbc-config
|
|
4971
4993
|
imagePullPolicy: Always
|
|
4972
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
4994
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
4973
4995
|
workspaces:
|
|
4974
4996
|
- name: configs
|
|
4975
4997
|
- name: shared-gitops-configs
|
|
@@ -5065,7 +5087,7 @@ spec:
|
|
|
5065
5087
|
- -c
|
|
5066
5088
|
name: gitops-kafka-config
|
|
5067
5089
|
imagePullPolicy: Always
|
|
5068
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
5090
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
5069
5091
|
workspaces:
|
|
5070
5092
|
- name: configs
|
|
5071
5093
|
|
|
@@ -5187,7 +5209,7 @@ spec:
|
|
|
5187
5209
|
- -c
|
|
5188
5210
|
name: gitops-kafka
|
|
5189
5211
|
imagePullPolicy: IfNotPresent
|
|
5190
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
5212
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
5191
5213
|
workspaces:
|
|
5192
5214
|
- name: configs
|
|
5193
5215
|
# --------------------------------------------------------------------------------
|
|
@@ -5313,7 +5335,7 @@ spec:
|
|
|
5313
5335
|
- -c
|
|
5314
5336
|
name: gitops-license
|
|
5315
5337
|
imagePullPolicy: Always
|
|
5316
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
5338
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
5317
5339
|
workspaces:
|
|
5318
5340
|
- name: shared-entitlement
|
|
5319
5341
|
|
|
@@ -5816,7 +5838,7 @@ spec:
|
|
|
5816
5838
|
- -c
|
|
5817
5839
|
name: gitops-mas-fvt-preparer
|
|
5818
5840
|
imagePullPolicy: Always
|
|
5819
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
5841
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
5820
5842
|
workspaces:
|
|
5821
5843
|
- name: configs
|
|
5822
5844
|
- name: shared-additional-configs
|
|
@@ -6258,7 +6280,7 @@ spec:
|
|
|
6258
6280
|
- -c
|
|
6259
6281
|
name: gitops-mas-initiator
|
|
6260
6282
|
imagePullPolicy: IfNotPresent
|
|
6261
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
6283
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
6262
6284
|
workspaces:
|
|
6263
6285
|
- name: configs
|
|
6264
6286
|
# --------------------------------------------------------------------------------
|
|
@@ -6366,7 +6388,7 @@ spec:
|
|
|
6366
6388
|
- -c
|
|
6367
6389
|
name: gitops-mongo
|
|
6368
6390
|
imagePullPolicy: IfNotPresent
|
|
6369
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
6391
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
6370
6392
|
workspaces:
|
|
6371
6393
|
- name: configs
|
|
6372
6394
|
|
|
@@ -6488,7 +6510,7 @@ spec:
|
|
|
6488
6510
|
- -c
|
|
6489
6511
|
name: gitops-nvidia-gpu
|
|
6490
6512
|
imagePullPolicy: IfNotPresent
|
|
6491
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
6513
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
6492
6514
|
workspaces:
|
|
6493
6515
|
- name: configs
|
|
6494
6516
|
# --------------------------------------------------------------------------------
|
|
@@ -6606,7 +6628,7 @@ spec:
|
|
|
6606
6628
|
- -c
|
|
6607
6629
|
name: gitops-process-mongo-user
|
|
6608
6630
|
imagePullPolicy: IfNotPresent
|
|
6609
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
6631
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
6610
6632
|
workspaces:
|
|
6611
6633
|
- name: configs
|
|
6612
6634
|
# --------------------------------------------------------------------------------
|
|
@@ -6662,7 +6684,7 @@ spec:
|
|
|
6662
6684
|
- -c
|
|
6663
6685
|
name: gitops-rosa
|
|
6664
6686
|
imagePullPolicy: IfNotPresent
|
|
6665
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
6687
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
6666
6688
|
workspaces:
|
|
6667
6689
|
- name: configs
|
|
6668
6690
|
# --------------------------------------------------------------------------------
|
|
@@ -6844,7 +6866,7 @@ spec:
|
|
|
6844
6866
|
- -c
|
|
6845
6867
|
name: gitops-suite-app-config
|
|
6846
6868
|
imagePullPolicy: IfNotPresent
|
|
6847
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
6869
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
6848
6870
|
workspaces:
|
|
6849
6871
|
- name: configs
|
|
6850
6872
|
- name: shared-gitops-configs
|
|
@@ -7002,7 +7024,7 @@ spec:
|
|
|
7002
7024
|
- -c
|
|
7003
7025
|
name: gitops-suite-app-install
|
|
7004
7026
|
imagePullPolicy: Always
|
|
7005
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
7027
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7006
7028
|
workspaces:
|
|
7007
7029
|
- name: configs
|
|
7008
7030
|
- name: shared-gitops-configs
|
|
@@ -7108,7 +7130,7 @@ spec:
|
|
|
7108
7130
|
- -c
|
|
7109
7131
|
name: gitops-suite-certs
|
|
7110
7132
|
imagePullPolicy: IfNotPresent
|
|
7111
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
7133
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7112
7134
|
workspaces:
|
|
7113
7135
|
- name: configs
|
|
7114
7136
|
- name: certificates
|
|
@@ -7278,7 +7300,7 @@ spec:
|
|
|
7278
7300
|
- -c
|
|
7279
7301
|
name: gitops-suite-config
|
|
7280
7302
|
imagePullPolicy: IfNotPresent
|
|
7281
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
7303
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7282
7304
|
workspaces:
|
|
7283
7305
|
- name: configs
|
|
7284
7306
|
- name: shared-additional-configs
|
|
@@ -7378,7 +7400,7 @@ spec:
|
|
|
7378
7400
|
- -c
|
|
7379
7401
|
name: gitops-suite-dns
|
|
7380
7402
|
imagePullPolicy: IfNotPresent
|
|
7381
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
7403
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7382
7404
|
workspaces:
|
|
7383
7405
|
- name: configs
|
|
7384
7406
|
|
|
@@ -7502,7 +7524,7 @@ spec:
|
|
|
7502
7524
|
- -c
|
|
7503
7525
|
name: gitops-suite-idp-config
|
|
7504
7526
|
imagePullPolicy: IfNotPresent
|
|
7505
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
7527
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7506
7528
|
workspaces:
|
|
7507
7529
|
- name: configs
|
|
7508
7530
|
- name: shared-additional-configs
|
|
@@ -7603,7 +7625,7 @@ spec:
|
|
|
7603
7625
|
- -c
|
|
7604
7626
|
name: gitops-suite-objectstorage-config
|
|
7605
7627
|
imagePullPolicy: IfNotPresent
|
|
7606
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
7628
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7607
7629
|
workspaces:
|
|
7608
7630
|
- name: configs
|
|
7609
7631
|
- name: shared-gitops-configs
|
|
@@ -7744,7 +7766,7 @@ spec:
|
|
|
7744
7766
|
- -c
|
|
7745
7767
|
name: gitops-suite-smtp-config
|
|
7746
7768
|
imagePullPolicy: IfNotPresent
|
|
7747
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
7769
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7748
7770
|
workspaces:
|
|
7749
7771
|
- name: configs
|
|
7750
7772
|
|
|
@@ -7853,7 +7875,7 @@ spec:
|
|
|
7853
7875
|
- -c
|
|
7854
7876
|
name: gitops-suite-watson-studio-config
|
|
7855
7877
|
imagePullPolicy: IfNotPresent
|
|
7856
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
7878
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7857
7879
|
workspaces:
|
|
7858
7880
|
- name: configs
|
|
7859
7881
|
- name: shared-gitops-configs
|
|
@@ -7950,7 +7972,7 @@ spec:
|
|
|
7950
7972
|
- -c
|
|
7951
7973
|
name: gitops-suite-workspace
|
|
7952
7974
|
imagePullPolicy: IfNotPresent
|
|
7953
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
7975
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7954
7976
|
workspaces:
|
|
7955
7977
|
- name: configs
|
|
7956
7978
|
# --------------------------------------------------------------------------------
|
|
@@ -8230,7 +8252,7 @@ spec:
|
|
|
8230
8252
|
- -c
|
|
8231
8253
|
name: gitops-suite
|
|
8232
8254
|
imagePullPolicy: IfNotPresent
|
|
8233
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
8255
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
8234
8256
|
workspaces:
|
|
8235
8257
|
- name: configs
|
|
8236
8258
|
- name: shared-gitops-configs
|
|
@@ -8280,7 +8302,7 @@ spec:
|
|
|
8280
8302
|
|
|
8281
8303
|
steps:
|
|
8282
8304
|
- name: grafana
|
|
8283
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
8305
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
8284
8306
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8285
8307
|
command:
|
|
8286
8308
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8414,7 +8436,7 @@ spec:
|
|
|
8414
8436
|
command:
|
|
8415
8437
|
- /opt/app-root/src/run-role.sh
|
|
8416
8438
|
- ibm_catalogs
|
|
8417
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
8439
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
8418
8440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8419
8441
|
workingDir: /workspace/configs
|
|
8420
8442
|
# --------------------------------------------------------------------------------
|
|
@@ -8656,7 +8678,7 @@ spec:
|
|
|
8656
8678
|
command:
|
|
8657
8679
|
- /opt/app-root/src/run-role.sh
|
|
8658
8680
|
- kafka
|
|
8659
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
8681
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
8660
8682
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8661
8683
|
workingDir: /workspace/configs
|
|
8662
8684
|
|
|
@@ -8872,7 +8894,7 @@ spec:
|
|
|
8872
8894
|
command:
|
|
8873
8895
|
- /opt/app-root/src/run-role.sh
|
|
8874
8896
|
- kmodels
|
|
8875
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
8897
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
8876
8898
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8877
8899
|
# --------------------------------------------------------------------------------
|
|
8878
8900
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9050,7 +9072,7 @@ spec:
|
|
|
9050
9072
|
command:
|
|
9051
9073
|
- /opt/app-root/src/run-role.sh
|
|
9052
9074
|
- mongodb
|
|
9053
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9075
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9054
9076
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9055
9077
|
workingDir: /workspace/configs
|
|
9056
9078
|
|
|
@@ -9093,7 +9115,7 @@ spec:
|
|
|
9093
9115
|
- $(params.base_output_dir)
|
|
9094
9116
|
- --extra-namespaces
|
|
9095
9117
|
- selenium
|
|
9096
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9118
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9097
9119
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9098
9120
|
env:
|
|
9099
9121
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9210,7 +9232,7 @@ spec:
|
|
|
9210
9232
|
command:
|
|
9211
9233
|
- /opt/app-root/src/run-role.sh
|
|
9212
9234
|
- nvidia_gpu
|
|
9213
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9235
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9214
9236
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9215
9237
|
workingDir: /workspace/configs
|
|
9216
9238
|
|
|
@@ -9246,7 +9268,7 @@ spec:
|
|
|
9246
9268
|
# Verify Cluster
|
|
9247
9269
|
# -------------------------------------------------------------------------
|
|
9248
9270
|
- name: ocp-verify-cluster
|
|
9249
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9271
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9250
9272
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9251
9273
|
command:
|
|
9252
9274
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9288,7 +9310,7 @@ spec:
|
|
|
9288
9310
|
# Verify Catalogs
|
|
9289
9311
|
# -------------------------------------------------------------------------
|
|
9290
9312
|
- name: ocp-verify-catalogs
|
|
9291
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9313
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9292
9314
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9293
9315
|
command:
|
|
9294
9316
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9330,7 +9352,7 @@ spec:
|
|
|
9330
9352
|
# Verify Subscriptions
|
|
9331
9353
|
# -------------------------------------------------------------------------
|
|
9332
9354
|
- name: ocp-verify-subscriptions
|
|
9333
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9355
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9334
9356
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9335
9357
|
command:
|
|
9336
9358
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9372,7 +9394,7 @@ spec:
|
|
|
9372
9394
|
# Verify Workloads
|
|
9373
9395
|
# -------------------------------------------------------------------------
|
|
9374
9396
|
- name: ocp-verify-workloads
|
|
9375
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9397
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9376
9398
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9377
9399
|
command:
|
|
9378
9400
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9414,7 +9436,7 @@ spec:
|
|
|
9414
9436
|
# Verify Catalogs - Ingress TLS
|
|
9415
9437
|
# -------------------------------------------------------------------------
|
|
9416
9438
|
- name: ocp-verify-ingress
|
|
9417
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9439
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9418
9440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9419
9441
|
command:
|
|
9420
9442
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9540,7 +9562,7 @@ spec:
|
|
|
9540
9562
|
command:
|
|
9541
9563
|
- /opt/app-root/src/run-role.sh
|
|
9542
9564
|
- ocp_verify
|
|
9543
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9565
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9544
9566
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9545
9567
|
workingDir: /workspace/configs
|
|
9546
9568
|
# --------------------------------------------------------------------------------
|
|
@@ -9608,7 +9630,7 @@ spec:
|
|
|
9608
9630
|
command:
|
|
9609
9631
|
- /opt/app-root/src/run-role.sh
|
|
9610
9632
|
- ocs
|
|
9611
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9633
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9612
9634
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9613
9635
|
workingDir: /workspace/configs
|
|
9614
9636
|
|
|
@@ -9844,7 +9866,7 @@ spec:
|
|
|
9844
9866
|
command:
|
|
9845
9867
|
- /opt/app-root/src/run-role.sh
|
|
9846
9868
|
- odh
|
|
9847
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
9869
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9848
9870
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9849
9871
|
# --------------------------------------------------------------------------------
|
|
9850
9872
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10020,7 +10042,7 @@ spec:
|
|
|
10020
10042
|
command:
|
|
10021
10043
|
- /opt/app-root/src/run-role.sh
|
|
10022
10044
|
- sls
|
|
10023
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
10045
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10024
10046
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10025
10047
|
workingDir: /workspace/configs
|
|
10026
10048
|
|
|
@@ -10207,9 +10229,17 @@ spec:
|
|
|
10207
10229
|
default: ""
|
|
10208
10230
|
- name: ibmcloud_resourcegroup
|
|
10209
10231
|
type: string
|
|
10210
|
-
description: IBM Cloud Resource Group
|
|
10232
|
+
description: IBM Cloud Resource Group (for when attachments is configured via ibm provider)
|
|
10211
10233
|
default: ""
|
|
10212
10234
|
- name: ibmcloud_apikey
|
|
10235
|
+
type: string
|
|
10236
|
+
description: API Key used by Manage attachments settings
|
|
10237
|
+
default: ""
|
|
10238
|
+
- name: cos_resourcegroup
|
|
10239
|
+
type: string
|
|
10240
|
+
description: IBM Cloud Resource Group where COS is installed (for when attachments is configured via ibm provider)
|
|
10241
|
+
default: ""
|
|
10242
|
+
- name: cos_apikey
|
|
10213
10243
|
type: string
|
|
10214
10244
|
description: API Key used to configure COS and buckets in IBM Cloud (used by Manage attachments settings)
|
|
10215
10245
|
default: ""
|
|
@@ -10367,6 +10397,10 @@ spec:
|
|
|
10367
10397
|
value: $(params.ibmcloud_resourcegroup)
|
|
10368
10398
|
- name: IBMCLOUD_APIKEY
|
|
10369
10399
|
value: $(params.ibmcloud_apikey)
|
|
10400
|
+
- name: COS_RESOURCEGROUP
|
|
10401
|
+
value: $(params.cos_resourcegroup)
|
|
10402
|
+
- name: COS_APIKEY
|
|
10403
|
+
value: $(params.cos_apikey)
|
|
10370
10404
|
- name: COS_INSTANCE_NAME
|
|
10371
10405
|
value: $(params.cos_instance_name)
|
|
10372
10406
|
- name: COS_BUCKET_NAME
|
|
@@ -10397,12 +10431,12 @@ spec:
|
|
|
10397
10431
|
command:
|
|
10398
10432
|
- /opt/app-root/src/run-role.sh
|
|
10399
10433
|
- suite_app_config
|
|
10400
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
10434
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10401
10435
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10402
10436
|
|
|
10403
10437
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10404
10438
|
- name: app-cfg-post-verify
|
|
10405
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
10439
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10406
10440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10407
10441
|
command:
|
|
10408
10442
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10603,7 +10637,7 @@ spec:
|
|
|
10603
10637
|
command:
|
|
10604
10638
|
- /opt/app-root/src/run-role.sh
|
|
10605
10639
|
- suite_app_install
|
|
10606
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
10640
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10607
10641
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10608
10642
|
|
|
10609
10643
|
workspaces:
|
|
@@ -10692,7 +10726,7 @@ spec:
|
|
|
10692
10726
|
command:
|
|
10693
10727
|
- /opt/app-root/src/run-role.sh
|
|
10694
10728
|
- suite_app_rollback
|
|
10695
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
10729
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10696
10730
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10697
10731
|
# --------------------------------------------------------------------------------
|
|
10698
10732
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10755,7 +10789,7 @@ spec:
|
|
|
10755
10789
|
command:
|
|
10756
10790
|
- /opt/app-root/src/run-role.sh
|
|
10757
10791
|
- suite_app_uninstall
|
|
10758
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
10792
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10759
10793
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10760
10794
|
# --------------------------------------------------------------------------------
|
|
10761
10795
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10830,7 +10864,7 @@ spec:
|
|
|
10830
10864
|
command:
|
|
10831
10865
|
- /opt/app-root/src/run-role.sh
|
|
10832
10866
|
- suite_app_upgrade
|
|
10833
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
10867
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10834
10868
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10835
10869
|
# --------------------------------------------------------------------------------
|
|
10836
10870
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -10931,7 +10965,7 @@ spec:
|
|
|
10931
10965
|
command:
|
|
10932
10966
|
- /opt/app-root/src/run-role.sh
|
|
10933
10967
|
- suite_app_verify
|
|
10934
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
10968
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10935
10969
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10936
10970
|
# --------------------------------------------------------------------------------
|
|
10937
10971
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11074,7 +11108,7 @@ spec:
|
|
|
11074
11108
|
command:
|
|
11075
11109
|
- /opt/app-root/src/run-role.sh
|
|
11076
11110
|
- suite_certs
|
|
11077
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
11111
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11078
11112
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11079
11113
|
|
|
11080
11114
|
workspaces:
|
|
@@ -11141,7 +11175,7 @@ spec:
|
|
|
11141
11175
|
command:
|
|
11142
11176
|
- /opt/app-root/src/run-role.sh
|
|
11143
11177
|
- suite_config
|
|
11144
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
11178
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11145
11179
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11146
11180
|
workingDir: /workspace/configs
|
|
11147
11181
|
|
|
@@ -11212,7 +11246,7 @@ spec:
|
|
|
11212
11246
|
command:
|
|
11213
11247
|
- /opt/app-root/src/run-role.sh
|
|
11214
11248
|
- suite_db2_setup_for_manage
|
|
11215
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
11249
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11216
11250
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11217
11251
|
# --------------------------------------------------------------------------------
|
|
11218
11252
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11402,7 +11436,7 @@ spec:
|
|
|
11402
11436
|
command:
|
|
11403
11437
|
- /opt/app-root/src/run-role.sh
|
|
11404
11438
|
- suite_dns
|
|
11405
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
11439
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11406
11440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11407
11441
|
# --------------------------------------------------------------------------------
|
|
11408
11442
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11651,7 +11685,7 @@ spec:
|
|
|
11651
11685
|
command:
|
|
11652
11686
|
- /opt/app-root/src/run-role.sh
|
|
11653
11687
|
- suite_install
|
|
11654
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
11688
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11655
11689
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11656
11690
|
workingDir: /workspace/configs
|
|
11657
11691
|
|
|
@@ -11739,7 +11773,7 @@ spec:
|
|
|
11739
11773
|
command:
|
|
11740
11774
|
- /opt/app-root/src/run-role.sh
|
|
11741
11775
|
- suite_rollback
|
|
11742
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
11776
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11743
11777
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11744
11778
|
# --------------------------------------------------------------------------------
|
|
11745
11779
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11804,7 +11838,7 @@ spec:
|
|
|
11804
11838
|
command:
|
|
11805
11839
|
- /opt/app-root/src/run-role.sh
|
|
11806
11840
|
- suite_uninstall
|
|
11807
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
11841
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11808
11842
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11809
11843
|
# --------------------------------------------------------------------------------
|
|
11810
11844
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11874,7 +11908,7 @@ spec:
|
|
|
11874
11908
|
command:
|
|
11875
11909
|
- /opt/app-root/src/run-role.sh
|
|
11876
11910
|
- suite_upgrade
|
|
11877
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
11911
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11878
11912
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11879
11913
|
# --------------------------------------------------------------------------------
|
|
11880
11914
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -11941,12 +11975,12 @@ spec:
|
|
|
11941
11975
|
command:
|
|
11942
11976
|
- /opt/app-root/src/run-role.sh
|
|
11943
11977
|
- suite_verify
|
|
11944
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
11978
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11945
11979
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11946
11980
|
|
|
11947
11981
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
11948
11982
|
- name: suite-post-verify
|
|
11949
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
11983
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11950
11984
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11951
11985
|
script: |
|
|
11952
11986
|
#!/usr/bin/env bash
|
|
@@ -12080,7 +12114,7 @@ spec:
|
|
|
12080
12114
|
command:
|
|
12081
12115
|
- /opt/app-root/src/run-role.sh
|
|
12082
12116
|
- turbonomic
|
|
12083
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
12117
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12084
12118
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12085
12119
|
# --------------------------------------------------------------------------------
|
|
12086
12120
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12161,7 +12195,7 @@ spec:
|
|
|
12161
12195
|
# IBM User Data Services (UDS)
|
|
12162
12196
|
# -------------------------------------------------------------------------
|
|
12163
12197
|
- name: uds
|
|
12164
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
12198
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12165
12199
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12166
12200
|
workingDir: /workspace/configs
|
|
12167
12201
|
command:
|
|
@@ -12224,7 +12258,7 @@ spec:
|
|
|
12224
12258
|
# IBM Data Reporter Operator (DRO)
|
|
12225
12259
|
# -------------------------------------------------------------------------
|
|
12226
12260
|
- name: dro
|
|
12227
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
12261
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12228
12262
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12229
12263
|
workingDir: /workspace/configs
|
|
12230
12264
|
command:
|
|
@@ -12310,7 +12344,7 @@ spec:
|
|
|
12310
12344
|
|
|
12311
12345
|
steps:
|
|
12312
12346
|
- name: update-configmap
|
|
12313
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
12347
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12314
12348
|
command:
|
|
12315
12349
|
- /opt/app-root/src/update-configmap.sh
|
|
12316
12350
|
env:
|
|
@@ -12372,7 +12406,7 @@ spec:
|
|
|
12372
12406
|
|
|
12373
12407
|
steps:
|
|
12374
12408
|
- name: wait-for-configmap
|
|
12375
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
12409
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12376
12410
|
command:
|
|
12377
12411
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12378
12412
|
env:
|
|
@@ -12436,7 +12470,7 @@ spec:
|
|
|
12436
12470
|
|
|
12437
12471
|
steps:
|
|
12438
12472
|
- name: wait
|
|
12439
|
-
image: quay.io/ibmmas/cli:11.9.
|
|
12473
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12440
12474
|
command:
|
|
12441
12475
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12442
12476
|
env:
|
|
@@ -12825,7 +12859,7 @@ spec:
|
|
|
12825
12859
|
type: string
|
|
12826
12860
|
description: COS Provider (ibm or ocs)
|
|
12827
12861
|
default: ""
|
|
12828
|
-
- name:
|
|
12862
|
+
- name: cos_resourcegroup
|
|
12829
12863
|
type: string
|
|
12830
12864
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
12831
12865
|
default: ""
|
|
@@ -12840,13 +12874,21 @@ spec:
|
|
|
12840
12874
|
- name: cloud_provider
|
|
12841
12875
|
type: string
|
|
12842
12876
|
default: aws
|
|
12843
|
-
- name:
|
|
12877
|
+
- name: cos_apikey
|
|
12844
12878
|
type: string
|
|
12845
12879
|
default: ""
|
|
12846
12880
|
- name: cos_use_hmac
|
|
12847
12881
|
type: string
|
|
12848
12882
|
default: ""
|
|
12849
12883
|
|
|
12884
|
+
- name: ibmcloud_resourcegroup
|
|
12885
|
+
type: string
|
|
12886
|
+
description: Name of an existing Resource Group in IBM Cloud account
|
|
12887
|
+
default: "Default"
|
|
12888
|
+
- name: ibmcloud_apikey
|
|
12889
|
+
type: string
|
|
12890
|
+
default: ""
|
|
12891
|
+
|
|
12850
12892
|
tasks:
|
|
12851
12893
|
# 0. Wait for the deprovsion mas pipeline to complete
|
|
12852
12894
|
# -------------------------------------------------------------------------
|
|
@@ -12998,12 +13040,16 @@ spec:
|
|
|
12998
13040
|
value: $(params.cos_action)
|
|
12999
13041
|
- name: cos_type
|
|
13000
13042
|
value: $(params.cos_type)
|
|
13043
|
+
- name: cos_resourcegroup
|
|
13044
|
+
value: $(params.cos_resourcegroup)
|
|
13045
|
+
- name: cos_apikey
|
|
13046
|
+
value: $(params.cos_apikey)
|
|
13047
|
+
- name: cos_use_hmac
|
|
13048
|
+
value: $(params.cos_use_hmac)
|
|
13001
13049
|
- name: ibmcloud_resourcegroup
|
|
13002
13050
|
value: $(params.ibmcloud_resourcegroup)
|
|
13003
13051
|
- name: ibmcloud_apikey
|
|
13004
13052
|
value: $(params.ibmcloud_apikey)
|
|
13005
|
-
- name: cos_use_hmac
|
|
13006
|
-
value: $(params.cos_use_hmac)
|
|
13007
13053
|
workspaces:
|
|
13008
13054
|
- name: configs
|
|
13009
13055
|
workspace: configs
|
|
@@ -13098,7 +13144,7 @@ spec:
|
|
|
13098
13144
|
type: string
|
|
13099
13145
|
description: COS Provider (ibm or ocs)
|
|
13100
13146
|
default: ""
|
|
13101
|
-
- name:
|
|
13147
|
+
- name: cos_resourcegroup
|
|
13102
13148
|
type: string
|
|
13103
13149
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
13104
13150
|
default: ""
|
|
@@ -13113,13 +13159,21 @@ spec:
|
|
|
13113
13159
|
- name: cloud_provider
|
|
13114
13160
|
type: string
|
|
13115
13161
|
default: aws
|
|
13116
|
-
- name:
|
|
13162
|
+
- name: cos_apikey
|
|
13117
13163
|
type: string
|
|
13118
13164
|
default: ""
|
|
13119
13165
|
- name: cos_use_hmac
|
|
13120
13166
|
type: string
|
|
13121
13167
|
default: ""
|
|
13122
13168
|
|
|
13169
|
+
- name: ibmcloud_resourcegroup
|
|
13170
|
+
type: string
|
|
13171
|
+
description: Name of an existing Resource Group in IBM Cloud account
|
|
13172
|
+
default: "Default"
|
|
13173
|
+
- name: ibmcloud_apikey
|
|
13174
|
+
type: string
|
|
13175
|
+
default: ""
|
|
13176
|
+
|
|
13123
13177
|
tasks:
|
|
13124
13178
|
|
|
13125
13179
|
# Deprovision EFS
|
|
@@ -13251,12 +13305,16 @@ spec:
|
|
|
13251
13305
|
value: $(params.cos_action)
|
|
13252
13306
|
- name: cos_type
|
|
13253
13307
|
value: $(params.cos_type)
|
|
13308
|
+
- name: cos_resourcegroup
|
|
13309
|
+
value: $(params.cos_resourcegroup)
|
|
13310
|
+
- name: cos_apikey
|
|
13311
|
+
value: $(params.cos_apikey)
|
|
13312
|
+
- name: cos_use_hmac
|
|
13313
|
+
value: $(params.cos_use_hmac)
|
|
13254
13314
|
- name: ibmcloud_resourcegroup
|
|
13255
13315
|
value: $(params.ibmcloud_resourcegroup)
|
|
13256
13316
|
- name: ibmcloud_apikey
|
|
13257
13317
|
value: $(params.ibmcloud_apikey)
|
|
13258
|
-
- name: cos_use_hmac
|
|
13259
|
-
value: $(params.cos_use_hmac)
|
|
13260
13318
|
workspaces:
|
|
13261
13319
|
- name: configs
|
|
13262
13320
|
workspace: configs
|
|
@@ -17717,12 +17775,20 @@ spec:
|
|
|
17717
17775
|
- name: cloud_provider
|
|
17718
17776
|
type: string
|
|
17719
17777
|
default: aws
|
|
17778
|
+
|
|
17779
|
+
- name: ibmcloud_resourcegroup
|
|
17780
|
+
type: string
|
|
17781
|
+
description: Name of an existing Resource Group in IBM Cloud account
|
|
17782
|
+
default: ""
|
|
17783
|
+
- name: ibmcloud_apikey
|
|
17784
|
+
type: string
|
|
17785
|
+
default: ""
|
|
17720
17786
|
|
|
17721
17787
|
- name: cos_type
|
|
17722
17788
|
type: string
|
|
17723
17789
|
description: COS Provider (ibm or ocs)
|
|
17724
17790
|
default: ""
|
|
17725
|
-
- name:
|
|
17791
|
+
- name: cos_resourcegroup
|
|
17726
17792
|
type: string
|
|
17727
17793
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
17728
17794
|
default: ""
|
|
@@ -17735,7 +17801,7 @@ spec:
|
|
|
17735
17801
|
description: Optional boolean variable weather hmac is enabled or not
|
|
17736
17802
|
default: ""
|
|
17737
17803
|
|
|
17738
|
-
- name:
|
|
17804
|
+
- name: cos_apikey
|
|
17739
17805
|
type: string
|
|
17740
17806
|
default: ""
|
|
17741
17807
|
|
|
@@ -17864,12 +17930,17 @@ spec:
|
|
|
17864
17930
|
value: $(params.cos_action)
|
|
17865
17931
|
- name: cos_type
|
|
17866
17932
|
value: $(params.cos_type)
|
|
17933
|
+
- name: cos_resourcegroup
|
|
17934
|
+
value: $(params.cos_resourcegroup)
|
|
17935
|
+
- name: cos_apikey
|
|
17936
|
+
value: $(params.cos_apikey)
|
|
17937
|
+
- name: cos_use_hmac
|
|
17938
|
+
value: $(params.cos_use_hmac)
|
|
17939
|
+
|
|
17867
17940
|
- name: ibmcloud_resourcegroup
|
|
17868
17941
|
value: $(params.ibmcloud_resourcegroup)
|
|
17869
17942
|
- name: ibmcloud_apikey
|
|
17870
17943
|
value: $(params.ibmcloud_apikey)
|
|
17871
|
-
- name: cos_use_hmac
|
|
17872
|
-
value: $(params.cos_use_hmac)
|
|
17873
17944
|
|
|
17874
17945
|
workspaces:
|
|
17875
17946
|
- name: configs
|
|
@@ -17986,12 +18057,20 @@ spec:
|
|
|
17986
18057
|
- name: cloud_provider
|
|
17987
18058
|
type: string
|
|
17988
18059
|
default: aws
|
|
18060
|
+
|
|
18061
|
+
- name: ibmcloud_resourcegroup
|
|
18062
|
+
type: string
|
|
18063
|
+
description: Name of an existing Resource Group in IBM Cloud account
|
|
18064
|
+
default: ""
|
|
18065
|
+
- name: ibmcloud_apikey
|
|
18066
|
+
type: string
|
|
18067
|
+
default: ""
|
|
17989
18068
|
|
|
17990
18069
|
- name: cos_type
|
|
17991
18070
|
type: string
|
|
17992
18071
|
description: COS Provider (ibm or ocs)
|
|
17993
18072
|
default: ""
|
|
17994
|
-
- name:
|
|
18073
|
+
- name: cos_resourcegroup
|
|
17995
18074
|
type: string
|
|
17996
18075
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
17997
18076
|
default: ""
|
|
@@ -18004,7 +18083,7 @@ spec:
|
|
|
18004
18083
|
description: Optional boolean variable weather hmac is enabled or not
|
|
18005
18084
|
default: ""
|
|
18006
18085
|
|
|
18007
|
-
- name:
|
|
18086
|
+
- name: cos_apikey
|
|
18008
18087
|
type: string
|
|
18009
18088
|
default: ""
|
|
18010
18089
|
|
|
@@ -18109,12 +18188,17 @@ spec:
|
|
|
18109
18188
|
value: $(params.cos_action)
|
|
18110
18189
|
- name: cos_type
|
|
18111
18190
|
value: $(params.cos_type)
|
|
18191
|
+
- name: cos_resourcegroup
|
|
18192
|
+
value: $(params.cos_resourcegroup)
|
|
18193
|
+
- name: cos_apikey
|
|
18194
|
+
value: $(params.cos_apikey)
|
|
18195
|
+
- name: cos_use_hmac
|
|
18196
|
+
value: $(params.cos_use_hmac)
|
|
18197
|
+
|
|
18112
18198
|
- name: ibmcloud_resourcegroup
|
|
18113
18199
|
value: $(params.ibmcloud_resourcegroup)
|
|
18114
18200
|
- name: ibmcloud_apikey
|
|
18115
18201
|
value: $(params.ibmcloud_apikey)
|
|
18116
|
-
- name: cos_use_hmac
|
|
18117
|
-
value: $(params.cos_use_hmac)
|
|
18118
18202
|
|
|
18119
18203
|
workspaces:
|
|
18120
18204
|
- name: configs
|
|
@@ -20163,6 +20247,9 @@ spec:
|
|
|
20163
20247
|
type: string
|
|
20164
20248
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
20165
20249
|
default: ""
|
|
20250
|
+
- name: cos_apikey
|
|
20251
|
+
type: string
|
|
20252
|
+
default: ""
|
|
20166
20253
|
- name: cos_instance_name
|
|
20167
20254
|
type: string
|
|
20168
20255
|
description: Name of COS instance in IBM Cloud account
|
|
@@ -21791,12 +21878,15 @@ spec:
|
|
|
21791
21878
|
- name: ocp_ingress_tls_secret_name
|
|
21792
21879
|
value: $(params.ocp_ingress_tls_secret_name)
|
|
21793
21880
|
|
|
21794
|
-
- name: cos_type
|
|
21795
|
-
value: $(params.cos_type)
|
|
21796
21881
|
- name: ibmcloud_resourcegroup
|
|
21797
21882
|
value: $(params.ibmcloud_resourcegroup)
|
|
21798
21883
|
- name: ibmcloud_apikey
|
|
21799
21884
|
value: $(params.ibmcloud_apikey)
|
|
21885
|
+
|
|
21886
|
+
- name: cos_type
|
|
21887
|
+
value: $(params.cos_type)
|
|
21888
|
+
- name: cos_apikey
|
|
21889
|
+
value: $(params.cos_apikey)
|
|
21800
21890
|
- name: cos_resourcegroup
|
|
21801
21891
|
value: $(params.cos_resourcegroup)
|
|
21802
21892
|
|
|
@@ -22591,6 +22681,10 @@ spec:
|
|
|
22591
22681
|
value: $(params.ibmcloud_resourcegroup)
|
|
22592
22682
|
- name: ibmcloud_apikey
|
|
22593
22683
|
value: $(params.ibmcloud_apikey)
|
|
22684
|
+
- name: cos_resourcegroup
|
|
22685
|
+
value: $(params.cos_resourcegroup)
|
|
22686
|
+
- name: cos_apikey
|
|
22687
|
+
value: $(params.cos_apikey)
|
|
22594
22688
|
- name: cos_instance_name
|
|
22595
22689
|
value: $(params.cos_instance_name)
|
|
22596
22690
|
- name: cos_bucket_name
|