mas-cli 11.8.1__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 +263 -139
- mas/cli/update/app.py +2 -2
- {mas_cli-11.8.1.dist-info → mas_cli-11.9.1.dist-info}/METADATA +1 -1
- {mas_cli-11.8.1.dist-info → mas_cli-11.9.1.dist-info}/RECORD +14 -14
- {mas_cli-11.8.1.data → mas_cli-11.9.1.data}/scripts/mas-cli +0 -0
- {mas_cli-11.8.1.dist-info → mas_cli-11.9.1.dist-info}/WHEEL +0 -0
- {mas_cli-11.8.1.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
7133
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7112
7134
|
workspaces:
|
|
7113
7135
|
- name: configs
|
|
7114
7136
|
- name: certificates
|
|
@@ -7155,6 +7177,12 @@ spec:
|
|
|
7155
7177
|
- name: cluster_url
|
|
7156
7178
|
type: string
|
|
7157
7179
|
default: ""
|
|
7180
|
+
- name: mas_slscfg_pod_template_yaml
|
|
7181
|
+
type: string
|
|
7182
|
+
default: ""
|
|
7183
|
+
- name: mas_bascfg_pod_template_yaml
|
|
7184
|
+
type: string
|
|
7185
|
+
default: ""
|
|
7158
7186
|
stepTemplate:
|
|
7159
7187
|
name: gitops-suite-config
|
|
7160
7188
|
env:
|
|
@@ -7190,6 +7218,10 @@ spec:
|
|
|
7190
7218
|
value: $(params.dro_contact_lastname)
|
|
7191
7219
|
- name: DRO_CA_CERTIFICATE_FILE
|
|
7192
7220
|
value: $(params.dro_ca_certificate_file)
|
|
7221
|
+
- name: MAS_SLSCFG_POD_TEMPLATE_YAML
|
|
7222
|
+
value: $(params.mas_slscfg_pod_template_yaml)
|
|
7223
|
+
- name: MAS_BASCFG_POD_TEMPLATE_YAML
|
|
7224
|
+
value: $(params.mas_bascfg_pod_template_yaml)
|
|
7193
7225
|
envFrom:
|
|
7194
7226
|
- configMapRef:
|
|
7195
7227
|
name: environment-properties
|
|
@@ -7268,7 +7300,7 @@ spec:
|
|
|
7268
7300
|
- -c
|
|
7269
7301
|
name: gitops-suite-config
|
|
7270
7302
|
imagePullPolicy: IfNotPresent
|
|
7271
|
-
image: quay.io/ibmmas/cli:11.
|
|
7303
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7272
7304
|
workspaces:
|
|
7273
7305
|
- name: configs
|
|
7274
7306
|
- name: shared-additional-configs
|
|
@@ -7368,7 +7400,7 @@ spec:
|
|
|
7368
7400
|
- -c
|
|
7369
7401
|
name: gitops-suite-dns
|
|
7370
7402
|
imagePullPolicy: IfNotPresent
|
|
7371
|
-
image: quay.io/ibmmas/cli:11.
|
|
7403
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7372
7404
|
workspaces:
|
|
7373
7405
|
- name: configs
|
|
7374
7406
|
|
|
@@ -7492,7 +7524,7 @@ spec:
|
|
|
7492
7524
|
- -c
|
|
7493
7525
|
name: gitops-suite-idp-config
|
|
7494
7526
|
imagePullPolicy: IfNotPresent
|
|
7495
|
-
image: quay.io/ibmmas/cli:11.
|
|
7527
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7496
7528
|
workspaces:
|
|
7497
7529
|
- name: configs
|
|
7498
7530
|
- name: shared-additional-configs
|
|
@@ -7593,7 +7625,7 @@ spec:
|
|
|
7593
7625
|
- -c
|
|
7594
7626
|
name: gitops-suite-objectstorage-config
|
|
7595
7627
|
imagePullPolicy: IfNotPresent
|
|
7596
|
-
image: quay.io/ibmmas/cli:11.
|
|
7628
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7597
7629
|
workspaces:
|
|
7598
7630
|
- name: configs
|
|
7599
7631
|
- name: shared-gitops-configs
|
|
@@ -7652,6 +7684,9 @@ spec:
|
|
|
7652
7684
|
- name: cluster_url
|
|
7653
7685
|
type: string
|
|
7654
7686
|
default: ""
|
|
7687
|
+
- name: mas_smtpcfg_pod_template_yaml
|
|
7688
|
+
type: string
|
|
7689
|
+
default: ""
|
|
7655
7690
|
stepTemplate:
|
|
7656
7691
|
name: gitops-suite-smtp-config
|
|
7657
7692
|
env:
|
|
@@ -7691,6 +7726,8 @@ spec:
|
|
|
7691
7726
|
value: $(params.smtp_default_recipient_email)
|
|
7692
7727
|
- name: SMTP_DEFAULT_SHOULD_EMAIL_PASSWORDS
|
|
7693
7728
|
value: $(params.smtp_default_should_email_passwords)
|
|
7729
|
+
- name: MAS_SMTPCFG_POD_TEMPLATE_YAML
|
|
7730
|
+
value: $(params.mas_smtpcfg_pod_template_yaml)
|
|
7694
7731
|
envFrom:
|
|
7695
7732
|
- configMapRef:
|
|
7696
7733
|
name: environment-properties
|
|
@@ -7729,7 +7766,7 @@ spec:
|
|
|
7729
7766
|
- -c
|
|
7730
7767
|
name: gitops-suite-smtp-config
|
|
7731
7768
|
imagePullPolicy: IfNotPresent
|
|
7732
|
-
image: quay.io/ibmmas/cli:11.
|
|
7769
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7733
7770
|
workspaces:
|
|
7734
7771
|
- name: configs
|
|
7735
7772
|
|
|
@@ -7838,7 +7875,7 @@ spec:
|
|
|
7838
7875
|
- -c
|
|
7839
7876
|
name: gitops-suite-watson-studio-config
|
|
7840
7877
|
imagePullPolicy: IfNotPresent
|
|
7841
|
-
image: quay.io/ibmmas/cli:11.
|
|
7878
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7842
7879
|
workspaces:
|
|
7843
7880
|
- name: configs
|
|
7844
7881
|
- name: shared-gitops-configs
|
|
@@ -7935,7 +7972,7 @@ spec:
|
|
|
7935
7972
|
- -c
|
|
7936
7973
|
name: gitops-suite-workspace
|
|
7937
7974
|
imagePullPolicy: IfNotPresent
|
|
7938
|
-
image: quay.io/ibmmas/cli:11.
|
|
7975
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
7939
7976
|
workspaces:
|
|
7940
7977
|
- name: configs
|
|
7941
7978
|
# --------------------------------------------------------------------------------
|
|
@@ -8215,7 +8252,7 @@ spec:
|
|
|
8215
8252
|
- -c
|
|
8216
8253
|
name: gitops-suite
|
|
8217
8254
|
imagePullPolicy: IfNotPresent
|
|
8218
|
-
image: quay.io/ibmmas/cli:11.
|
|
8255
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
8219
8256
|
workspaces:
|
|
8220
8257
|
- name: configs
|
|
8221
8258
|
- name: shared-gitops-configs
|
|
@@ -8265,7 +8302,7 @@ spec:
|
|
|
8265
8302
|
|
|
8266
8303
|
steps:
|
|
8267
8304
|
- name: grafana
|
|
8268
|
-
image: quay.io/ibmmas/cli:11.
|
|
8305
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
8269
8306
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8270
8307
|
command:
|
|
8271
8308
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8399,7 +8436,7 @@ spec:
|
|
|
8399
8436
|
command:
|
|
8400
8437
|
- /opt/app-root/src/run-role.sh
|
|
8401
8438
|
- ibm_catalogs
|
|
8402
|
-
image: quay.io/ibmmas/cli:11.
|
|
8439
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
8403
8440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8404
8441
|
workingDir: /workspace/configs
|
|
8405
8442
|
# --------------------------------------------------------------------------------
|
|
@@ -8641,7 +8678,7 @@ spec:
|
|
|
8641
8678
|
command:
|
|
8642
8679
|
- /opt/app-root/src/run-role.sh
|
|
8643
8680
|
- kafka
|
|
8644
|
-
image: quay.io/ibmmas/cli:11.
|
|
8681
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
8645
8682
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8646
8683
|
workingDir: /workspace/configs
|
|
8647
8684
|
|
|
@@ -8857,7 +8894,7 @@ spec:
|
|
|
8857
8894
|
command:
|
|
8858
8895
|
- /opt/app-root/src/run-role.sh
|
|
8859
8896
|
- kmodels
|
|
8860
|
-
image: quay.io/ibmmas/cli:11.
|
|
8897
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
8861
8898
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8862
8899
|
# --------------------------------------------------------------------------------
|
|
8863
8900
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9035,7 +9072,7 @@ spec:
|
|
|
9035
9072
|
command:
|
|
9036
9073
|
- /opt/app-root/src/run-role.sh
|
|
9037
9074
|
- mongodb
|
|
9038
|
-
image: quay.io/ibmmas/cli:11.
|
|
9075
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9039
9076
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9040
9077
|
workingDir: /workspace/configs
|
|
9041
9078
|
|
|
@@ -9078,7 +9115,7 @@ spec:
|
|
|
9078
9115
|
- $(params.base_output_dir)
|
|
9079
9116
|
- --extra-namespaces
|
|
9080
9117
|
- selenium
|
|
9081
|
-
image: quay.io/ibmmas/cli:11.
|
|
9118
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9082
9119
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9083
9120
|
env:
|
|
9084
9121
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9195,7 +9232,7 @@ spec:
|
|
|
9195
9232
|
command:
|
|
9196
9233
|
- /opt/app-root/src/run-role.sh
|
|
9197
9234
|
- nvidia_gpu
|
|
9198
|
-
image: quay.io/ibmmas/cli:11.
|
|
9235
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9199
9236
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9200
9237
|
workingDir: /workspace/configs
|
|
9201
9238
|
|
|
@@ -9231,7 +9268,7 @@ spec:
|
|
|
9231
9268
|
# Verify Cluster
|
|
9232
9269
|
# -------------------------------------------------------------------------
|
|
9233
9270
|
- name: ocp-verify-cluster
|
|
9234
|
-
image: quay.io/ibmmas/cli:11.
|
|
9271
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9235
9272
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9236
9273
|
command:
|
|
9237
9274
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9273,7 +9310,7 @@ spec:
|
|
|
9273
9310
|
# Verify Catalogs
|
|
9274
9311
|
# -------------------------------------------------------------------------
|
|
9275
9312
|
- name: ocp-verify-catalogs
|
|
9276
|
-
image: quay.io/ibmmas/cli:11.
|
|
9313
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9277
9314
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9278
9315
|
command:
|
|
9279
9316
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9315,7 +9352,7 @@ spec:
|
|
|
9315
9352
|
# Verify Subscriptions
|
|
9316
9353
|
# -------------------------------------------------------------------------
|
|
9317
9354
|
- name: ocp-verify-subscriptions
|
|
9318
|
-
image: quay.io/ibmmas/cli:11.
|
|
9355
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9319
9356
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9320
9357
|
command:
|
|
9321
9358
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9357,7 +9394,7 @@ spec:
|
|
|
9357
9394
|
# Verify Workloads
|
|
9358
9395
|
# -------------------------------------------------------------------------
|
|
9359
9396
|
- name: ocp-verify-workloads
|
|
9360
|
-
image: quay.io/ibmmas/cli:11.
|
|
9397
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9361
9398
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9362
9399
|
command:
|
|
9363
9400
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9399,7 +9436,7 @@ spec:
|
|
|
9399
9436
|
# Verify Catalogs - Ingress TLS
|
|
9400
9437
|
# -------------------------------------------------------------------------
|
|
9401
9438
|
- name: ocp-verify-ingress
|
|
9402
|
-
image: quay.io/ibmmas/cli:11.
|
|
9439
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9403
9440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9404
9441
|
command:
|
|
9405
9442
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9525,7 +9562,7 @@ spec:
|
|
|
9525
9562
|
command:
|
|
9526
9563
|
- /opt/app-root/src/run-role.sh
|
|
9527
9564
|
- ocp_verify
|
|
9528
|
-
image: quay.io/ibmmas/cli:11.
|
|
9565
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9529
9566
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9530
9567
|
workingDir: /workspace/configs
|
|
9531
9568
|
# --------------------------------------------------------------------------------
|
|
@@ -9593,7 +9630,7 @@ spec:
|
|
|
9593
9630
|
command:
|
|
9594
9631
|
- /opt/app-root/src/run-role.sh
|
|
9595
9632
|
- ocs
|
|
9596
|
-
image: quay.io/ibmmas/cli:11.
|
|
9633
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9597
9634
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9598
9635
|
workingDir: /workspace/configs
|
|
9599
9636
|
|
|
@@ -9829,7 +9866,7 @@ spec:
|
|
|
9829
9866
|
command:
|
|
9830
9867
|
- /opt/app-root/src/run-role.sh
|
|
9831
9868
|
- odh
|
|
9832
|
-
image: quay.io/ibmmas/cli:11.
|
|
9869
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
9833
9870
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9834
9871
|
# --------------------------------------------------------------------------------
|
|
9835
9872
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10005,7 +10042,7 @@ spec:
|
|
|
10005
10042
|
command:
|
|
10006
10043
|
- /opt/app-root/src/run-role.sh
|
|
10007
10044
|
- sls
|
|
10008
|
-
image: quay.io/ibmmas/cli:11.
|
|
10045
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10009
10046
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10010
10047
|
workingDir: /workspace/configs
|
|
10011
10048
|
|
|
@@ -10192,9 +10229,17 @@ spec:
|
|
|
10192
10229
|
default: ""
|
|
10193
10230
|
- name: ibmcloud_resourcegroup
|
|
10194
10231
|
type: string
|
|
10195
|
-
description: IBM Cloud Resource Group
|
|
10232
|
+
description: IBM Cloud Resource Group (for when attachments is configured via ibm provider)
|
|
10196
10233
|
default: ""
|
|
10197
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
|
|
10198
10243
|
type: string
|
|
10199
10244
|
description: API Key used to configure COS and buckets in IBM Cloud (used by Manage attachments settings)
|
|
10200
10245
|
default: ""
|
|
@@ -10352,6 +10397,10 @@ spec:
|
|
|
10352
10397
|
value: $(params.ibmcloud_resourcegroup)
|
|
10353
10398
|
- name: IBMCLOUD_APIKEY
|
|
10354
10399
|
value: $(params.ibmcloud_apikey)
|
|
10400
|
+
- name: COS_RESOURCEGROUP
|
|
10401
|
+
value: $(params.cos_resourcegroup)
|
|
10402
|
+
- name: COS_APIKEY
|
|
10403
|
+
value: $(params.cos_apikey)
|
|
10355
10404
|
- name: COS_INSTANCE_NAME
|
|
10356
10405
|
value: $(params.cos_instance_name)
|
|
10357
10406
|
- name: COS_BUCKET_NAME
|
|
@@ -10382,12 +10431,12 @@ spec:
|
|
|
10382
10431
|
command:
|
|
10383
10432
|
- /opt/app-root/src/run-role.sh
|
|
10384
10433
|
- suite_app_config
|
|
10385
|
-
image: quay.io/ibmmas/cli:11.
|
|
10434
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10386
10435
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10387
10436
|
|
|
10388
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"
|
|
10389
10438
|
- name: app-cfg-post-verify
|
|
10390
|
-
image: quay.io/ibmmas/cli:11.
|
|
10439
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10391
10440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10392
10441
|
command:
|
|
10393
10442
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10588,7 +10637,7 @@ spec:
|
|
|
10588
10637
|
command:
|
|
10589
10638
|
- /opt/app-root/src/run-role.sh
|
|
10590
10639
|
- suite_app_install
|
|
10591
|
-
image: quay.io/ibmmas/cli:11.
|
|
10640
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10592
10641
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10593
10642
|
|
|
10594
10643
|
workspaces:
|
|
@@ -10677,7 +10726,7 @@ spec:
|
|
|
10677
10726
|
command:
|
|
10678
10727
|
- /opt/app-root/src/run-role.sh
|
|
10679
10728
|
- suite_app_rollback
|
|
10680
|
-
image: quay.io/ibmmas/cli:11.
|
|
10729
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10681
10730
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10682
10731
|
# --------------------------------------------------------------------------------
|
|
10683
10732
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10740,7 +10789,7 @@ spec:
|
|
|
10740
10789
|
command:
|
|
10741
10790
|
- /opt/app-root/src/run-role.sh
|
|
10742
10791
|
- suite_app_uninstall
|
|
10743
|
-
image: quay.io/ibmmas/cli:11.
|
|
10792
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10744
10793
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10745
10794
|
# --------------------------------------------------------------------------------
|
|
10746
10795
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10815,7 +10864,7 @@ spec:
|
|
|
10815
10864
|
command:
|
|
10816
10865
|
- /opt/app-root/src/run-role.sh
|
|
10817
10866
|
- suite_app_upgrade
|
|
10818
|
-
image: quay.io/ibmmas/cli:11.
|
|
10867
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10819
10868
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10820
10869
|
# --------------------------------------------------------------------------------
|
|
10821
10870
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -10916,7 +10965,7 @@ spec:
|
|
|
10916
10965
|
command:
|
|
10917
10966
|
- /opt/app-root/src/run-role.sh
|
|
10918
10967
|
- suite_app_verify
|
|
10919
|
-
image: quay.io/ibmmas/cli:11.
|
|
10968
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
10920
10969
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10921
10970
|
# --------------------------------------------------------------------------------
|
|
10922
10971
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11059,7 +11108,7 @@ spec:
|
|
|
11059
11108
|
command:
|
|
11060
11109
|
- /opt/app-root/src/run-role.sh
|
|
11061
11110
|
- suite_certs
|
|
11062
|
-
image: quay.io/ibmmas/cli:11.
|
|
11111
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11063
11112
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11064
11113
|
|
|
11065
11114
|
workspaces:
|
|
@@ -11126,7 +11175,7 @@ spec:
|
|
|
11126
11175
|
command:
|
|
11127
11176
|
- /opt/app-root/src/run-role.sh
|
|
11128
11177
|
- suite_config
|
|
11129
|
-
image: quay.io/ibmmas/cli:11.
|
|
11178
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11130
11179
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11131
11180
|
workingDir: /workspace/configs
|
|
11132
11181
|
|
|
@@ -11197,7 +11246,7 @@ spec:
|
|
|
11197
11246
|
command:
|
|
11198
11247
|
- /opt/app-root/src/run-role.sh
|
|
11199
11248
|
- suite_db2_setup_for_manage
|
|
11200
|
-
image: quay.io/ibmmas/cli:11.
|
|
11249
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11201
11250
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11202
11251
|
# --------------------------------------------------------------------------------
|
|
11203
11252
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11387,7 +11436,7 @@ spec:
|
|
|
11387
11436
|
command:
|
|
11388
11437
|
- /opt/app-root/src/run-role.sh
|
|
11389
11438
|
- suite_dns
|
|
11390
|
-
image: quay.io/ibmmas/cli:11.
|
|
11439
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11391
11440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11392
11441
|
# --------------------------------------------------------------------------------
|
|
11393
11442
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11636,7 +11685,7 @@ spec:
|
|
|
11636
11685
|
command:
|
|
11637
11686
|
- /opt/app-root/src/run-role.sh
|
|
11638
11687
|
- suite_install
|
|
11639
|
-
image: quay.io/ibmmas/cli:11.
|
|
11688
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11640
11689
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11641
11690
|
workingDir: /workspace/configs
|
|
11642
11691
|
|
|
@@ -11724,7 +11773,7 @@ spec:
|
|
|
11724
11773
|
command:
|
|
11725
11774
|
- /opt/app-root/src/run-role.sh
|
|
11726
11775
|
- suite_rollback
|
|
11727
|
-
image: quay.io/ibmmas/cli:11.
|
|
11776
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11728
11777
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11729
11778
|
# --------------------------------------------------------------------------------
|
|
11730
11779
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11789,7 +11838,7 @@ spec:
|
|
|
11789
11838
|
command:
|
|
11790
11839
|
- /opt/app-root/src/run-role.sh
|
|
11791
11840
|
- suite_uninstall
|
|
11792
|
-
image: quay.io/ibmmas/cli:11.
|
|
11841
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11793
11842
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11794
11843
|
# --------------------------------------------------------------------------------
|
|
11795
11844
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11859,7 +11908,7 @@ spec:
|
|
|
11859
11908
|
command:
|
|
11860
11909
|
- /opt/app-root/src/run-role.sh
|
|
11861
11910
|
- suite_upgrade
|
|
11862
|
-
image: quay.io/ibmmas/cli:11.
|
|
11911
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11863
11912
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11864
11913
|
# --------------------------------------------------------------------------------
|
|
11865
11914
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -11926,12 +11975,12 @@ spec:
|
|
|
11926
11975
|
command:
|
|
11927
11976
|
- /opt/app-root/src/run-role.sh
|
|
11928
11977
|
- suite_verify
|
|
11929
|
-
image: quay.io/ibmmas/cli:11.
|
|
11978
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11930
11979
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11931
11980
|
|
|
11932
11981
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
11933
11982
|
- name: suite-post-verify
|
|
11934
|
-
image: quay.io/ibmmas/cli:11.
|
|
11983
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
11935
11984
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11936
11985
|
script: |
|
|
11937
11986
|
#!/usr/bin/env bash
|
|
@@ -12065,7 +12114,7 @@ spec:
|
|
|
12065
12114
|
command:
|
|
12066
12115
|
- /opt/app-root/src/run-role.sh
|
|
12067
12116
|
- turbonomic
|
|
12068
|
-
image: quay.io/ibmmas/cli:11.
|
|
12117
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12069
12118
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12070
12119
|
# --------------------------------------------------------------------------------
|
|
12071
12120
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12146,7 +12195,7 @@ spec:
|
|
|
12146
12195
|
# IBM User Data Services (UDS)
|
|
12147
12196
|
# -------------------------------------------------------------------------
|
|
12148
12197
|
- name: uds
|
|
12149
|
-
image: quay.io/ibmmas/cli:11.
|
|
12198
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12150
12199
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12151
12200
|
workingDir: /workspace/configs
|
|
12152
12201
|
command:
|
|
@@ -12209,7 +12258,7 @@ spec:
|
|
|
12209
12258
|
# IBM Data Reporter Operator (DRO)
|
|
12210
12259
|
# -------------------------------------------------------------------------
|
|
12211
12260
|
- name: dro
|
|
12212
|
-
image: quay.io/ibmmas/cli:11.
|
|
12261
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12213
12262
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12214
12263
|
workingDir: /workspace/configs
|
|
12215
12264
|
command:
|
|
@@ -12295,7 +12344,7 @@ spec:
|
|
|
12295
12344
|
|
|
12296
12345
|
steps:
|
|
12297
12346
|
- name: update-configmap
|
|
12298
|
-
image: quay.io/ibmmas/cli:11.
|
|
12347
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12299
12348
|
command:
|
|
12300
12349
|
- /opt/app-root/src/update-configmap.sh
|
|
12301
12350
|
env:
|
|
@@ -12357,7 +12406,7 @@ spec:
|
|
|
12357
12406
|
|
|
12358
12407
|
steps:
|
|
12359
12408
|
- name: wait-for-configmap
|
|
12360
|
-
image: quay.io/ibmmas/cli:11.
|
|
12409
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12361
12410
|
command:
|
|
12362
12411
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12363
12412
|
env:
|
|
@@ -12421,7 +12470,7 @@ spec:
|
|
|
12421
12470
|
|
|
12422
12471
|
steps:
|
|
12423
12472
|
- name: wait
|
|
12424
|
-
image: quay.io/ibmmas/cli:11.
|
|
12473
|
+
image: quay.io/ibmmas/cli:11.9.1
|
|
12425
12474
|
command:
|
|
12426
12475
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12427
12476
|
env:
|
|
@@ -12810,7 +12859,7 @@ spec:
|
|
|
12810
12859
|
type: string
|
|
12811
12860
|
description: COS Provider (ibm or ocs)
|
|
12812
12861
|
default: ""
|
|
12813
|
-
- name:
|
|
12862
|
+
- name: cos_resourcegroup
|
|
12814
12863
|
type: string
|
|
12815
12864
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
12816
12865
|
default: ""
|
|
@@ -12825,13 +12874,21 @@ spec:
|
|
|
12825
12874
|
- name: cloud_provider
|
|
12826
12875
|
type: string
|
|
12827
12876
|
default: aws
|
|
12828
|
-
- name:
|
|
12877
|
+
- name: cos_apikey
|
|
12829
12878
|
type: string
|
|
12830
12879
|
default: ""
|
|
12831
12880
|
- name: cos_use_hmac
|
|
12832
12881
|
type: string
|
|
12833
12882
|
default: ""
|
|
12834
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
|
+
|
|
12835
12892
|
tasks:
|
|
12836
12893
|
# 0. Wait for the deprovsion mas pipeline to complete
|
|
12837
12894
|
# -------------------------------------------------------------------------
|
|
@@ -12983,12 +13040,16 @@ spec:
|
|
|
12983
13040
|
value: $(params.cos_action)
|
|
12984
13041
|
- name: cos_type
|
|
12985
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)
|
|
12986
13049
|
- name: ibmcloud_resourcegroup
|
|
12987
13050
|
value: $(params.ibmcloud_resourcegroup)
|
|
12988
13051
|
- name: ibmcloud_apikey
|
|
12989
13052
|
value: $(params.ibmcloud_apikey)
|
|
12990
|
-
- name: cos_use_hmac
|
|
12991
|
-
value: $(params.cos_use_hmac)
|
|
12992
13053
|
workspaces:
|
|
12993
13054
|
- name: configs
|
|
12994
13055
|
workspace: configs
|
|
@@ -13083,7 +13144,7 @@ spec:
|
|
|
13083
13144
|
type: string
|
|
13084
13145
|
description: COS Provider (ibm or ocs)
|
|
13085
13146
|
default: ""
|
|
13086
|
-
- name:
|
|
13147
|
+
- name: cos_resourcegroup
|
|
13087
13148
|
type: string
|
|
13088
13149
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
13089
13150
|
default: ""
|
|
@@ -13098,13 +13159,21 @@ spec:
|
|
|
13098
13159
|
- name: cloud_provider
|
|
13099
13160
|
type: string
|
|
13100
13161
|
default: aws
|
|
13101
|
-
- name:
|
|
13162
|
+
- name: cos_apikey
|
|
13102
13163
|
type: string
|
|
13103
13164
|
default: ""
|
|
13104
13165
|
- name: cos_use_hmac
|
|
13105
13166
|
type: string
|
|
13106
13167
|
default: ""
|
|
13107
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
|
+
|
|
13108
13177
|
tasks:
|
|
13109
13178
|
|
|
13110
13179
|
# Deprovision EFS
|
|
@@ -13236,12 +13305,16 @@ spec:
|
|
|
13236
13305
|
value: $(params.cos_action)
|
|
13237
13306
|
- name: cos_type
|
|
13238
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)
|
|
13239
13314
|
- name: ibmcloud_resourcegroup
|
|
13240
13315
|
value: $(params.ibmcloud_resourcegroup)
|
|
13241
13316
|
- name: ibmcloud_apikey
|
|
13242
13317
|
value: $(params.ibmcloud_apikey)
|
|
13243
|
-
- name: cos_use_hmac
|
|
13244
|
-
value: $(params.cos_use_hmac)
|
|
13245
13318
|
workspaces:
|
|
13246
13319
|
- name: configs
|
|
13247
13320
|
workspace: configs
|
|
@@ -17487,7 +17560,7 @@ spec:
|
|
|
17487
17560
|
value: $(params.cluster_promotion_cluster_values)
|
|
17488
17561
|
|
|
17489
17562
|
- name: install_selenium_grid
|
|
17490
|
-
value: $
|
|
17563
|
+
value: $(params.install_selenium_grid)
|
|
17491
17564
|
|
|
17492
17565
|
- name: devops_build_number
|
|
17493
17566
|
value: $(params.devops_build_number)
|
|
@@ -17702,12 +17775,20 @@ spec:
|
|
|
17702
17775
|
- name: cloud_provider
|
|
17703
17776
|
type: string
|
|
17704
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: ""
|
|
17705
17786
|
|
|
17706
17787
|
- name: cos_type
|
|
17707
17788
|
type: string
|
|
17708
17789
|
description: COS Provider (ibm or ocs)
|
|
17709
17790
|
default: ""
|
|
17710
|
-
- name:
|
|
17791
|
+
- name: cos_resourcegroup
|
|
17711
17792
|
type: string
|
|
17712
17793
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
17713
17794
|
default: ""
|
|
@@ -17720,7 +17801,7 @@ spec:
|
|
|
17720
17801
|
description: Optional boolean variable weather hmac is enabled or not
|
|
17721
17802
|
default: ""
|
|
17722
17803
|
|
|
17723
|
-
- name:
|
|
17804
|
+
- name: cos_apikey
|
|
17724
17805
|
type: string
|
|
17725
17806
|
default: ""
|
|
17726
17807
|
|
|
@@ -17849,12 +17930,17 @@ spec:
|
|
|
17849
17930
|
value: $(params.cos_action)
|
|
17850
17931
|
- name: cos_type
|
|
17851
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
|
+
|
|
17852
17940
|
- name: ibmcloud_resourcegroup
|
|
17853
17941
|
value: $(params.ibmcloud_resourcegroup)
|
|
17854
17942
|
- name: ibmcloud_apikey
|
|
17855
17943
|
value: $(params.ibmcloud_apikey)
|
|
17856
|
-
- name: cos_use_hmac
|
|
17857
|
-
value: $(params.cos_use_hmac)
|
|
17858
17944
|
|
|
17859
17945
|
workspaces:
|
|
17860
17946
|
- name: configs
|
|
@@ -17971,12 +18057,20 @@ spec:
|
|
|
17971
18057
|
- name: cloud_provider
|
|
17972
18058
|
type: string
|
|
17973
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: ""
|
|
17974
18068
|
|
|
17975
18069
|
- name: cos_type
|
|
17976
18070
|
type: string
|
|
17977
18071
|
description: COS Provider (ibm or ocs)
|
|
17978
18072
|
default: ""
|
|
17979
|
-
- name:
|
|
18073
|
+
- name: cos_resourcegroup
|
|
17980
18074
|
type: string
|
|
17981
18075
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
17982
18076
|
default: ""
|
|
@@ -17989,7 +18083,7 @@ spec:
|
|
|
17989
18083
|
description: Optional boolean variable weather hmac is enabled or not
|
|
17990
18084
|
default: ""
|
|
17991
18085
|
|
|
17992
|
-
- name:
|
|
18086
|
+
- name: cos_apikey
|
|
17993
18087
|
type: string
|
|
17994
18088
|
default: ""
|
|
17995
18089
|
|
|
@@ -18094,12 +18188,17 @@ spec:
|
|
|
18094
18188
|
value: $(params.cos_action)
|
|
18095
18189
|
- name: cos_type
|
|
18096
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
|
+
|
|
18097
18198
|
- name: ibmcloud_resourcegroup
|
|
18098
18199
|
value: $(params.ibmcloud_resourcegroup)
|
|
18099
18200
|
- name: ibmcloud_apikey
|
|
18100
18201
|
value: $(params.ibmcloud_apikey)
|
|
18101
|
-
- name: cos_use_hmac
|
|
18102
|
-
value: $(params.cos_use_hmac)
|
|
18103
18202
|
|
|
18104
18203
|
workspaces:
|
|
18105
18204
|
- name: configs
|
|
@@ -19035,6 +19134,15 @@ spec:
|
|
|
19035
19134
|
- name: mas_pod_template_yaml
|
|
19036
19135
|
type: string
|
|
19037
19136
|
default: ""
|
|
19137
|
+
- name: mas_bascfg_pod_template_yaml
|
|
19138
|
+
type: string
|
|
19139
|
+
default: ""
|
|
19140
|
+
- name: mas_slscfg_pod_template_yaml
|
|
19141
|
+
type: string
|
|
19142
|
+
default: ""
|
|
19143
|
+
- name: mas_smtpcfg_pod_template_yaml
|
|
19144
|
+
type: string
|
|
19145
|
+
default: ""
|
|
19038
19146
|
|
|
19039
19147
|
- name: db2_channel
|
|
19040
19148
|
type: string
|
|
@@ -19294,6 +19402,10 @@ spec:
|
|
|
19294
19402
|
value: $(params.dro_ca_certificate_file)
|
|
19295
19403
|
- name: cluster_url
|
|
19296
19404
|
value: $(params.cluster_url)
|
|
19405
|
+
- name: mas_bascfg_pod_template_yaml
|
|
19406
|
+
value: $(params.mas_bascfg_pod_template_yaml)
|
|
19407
|
+
- name: mas_slscfg_pod_template_yaml
|
|
19408
|
+
value: $(params.mas_slscfg_pod_template_yaml)
|
|
19297
19409
|
workspaces:
|
|
19298
19410
|
- name: configs
|
|
19299
19411
|
workspace: configs
|
|
@@ -19394,6 +19506,8 @@ spec:
|
|
|
19394
19506
|
value: $(params.smtp_default_should_email_passwords)
|
|
19395
19507
|
- name: cluster_url
|
|
19396
19508
|
value: $(params.cluster_url)
|
|
19509
|
+
- name: mas_smtpcfg_pod_template_yaml
|
|
19510
|
+
value: $(params.mas_smtpcfg_pod_template_yaml)
|
|
19397
19511
|
taskRef:
|
|
19398
19512
|
kind: Task
|
|
19399
19513
|
name: gitops-suite-smtp-config
|
|
@@ -20133,6 +20247,9 @@ spec:
|
|
|
20133
20247
|
type: string
|
|
20134
20248
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
20135
20249
|
default: ""
|
|
20250
|
+
- name: cos_apikey
|
|
20251
|
+
type: string
|
|
20252
|
+
default: ""
|
|
20136
20253
|
- name: cos_instance_name
|
|
20137
20254
|
type: string
|
|
20138
20255
|
description: Name of COS instance in IBM Cloud account
|
|
@@ -21761,12 +21878,15 @@ spec:
|
|
|
21761
21878
|
- name: ocp_ingress_tls_secret_name
|
|
21762
21879
|
value: $(params.ocp_ingress_tls_secret_name)
|
|
21763
21880
|
|
|
21764
|
-
- name: cos_type
|
|
21765
|
-
value: $(params.cos_type)
|
|
21766
21881
|
- name: ibmcloud_resourcegroup
|
|
21767
21882
|
value: $(params.ibmcloud_resourcegroup)
|
|
21768
21883
|
- name: ibmcloud_apikey
|
|
21769
21884
|
value: $(params.ibmcloud_apikey)
|
|
21885
|
+
|
|
21886
|
+
- name: cos_type
|
|
21887
|
+
value: $(params.cos_type)
|
|
21888
|
+
- name: cos_apikey
|
|
21889
|
+
value: $(params.cos_apikey)
|
|
21770
21890
|
- name: cos_resourcegroup
|
|
21771
21891
|
value: $(params.cos_resourcegroup)
|
|
21772
21892
|
|
|
@@ -22561,6 +22681,10 @@ spec:
|
|
|
22561
22681
|
value: $(params.ibmcloud_resourcegroup)
|
|
22562
22682
|
- name: ibmcloud_apikey
|
|
22563
22683
|
value: $(params.ibmcloud_apikey)
|
|
22684
|
+
- name: cos_resourcegroup
|
|
22685
|
+
value: $(params.cos_resourcegroup)
|
|
22686
|
+
- name: cos_apikey
|
|
22687
|
+
value: $(params.cos_apikey)
|
|
22564
22688
|
- name: cos_instance_name
|
|
22565
22689
|
value: $(params.cos_instance_name)
|
|
22566
22690
|
- name: cos_bucket_name
|