mas-cli 11.6.0__py3-none-any.whl → 11.8.0__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 +41 -4
- mas/cli/gencfg.py +32 -8
- mas/cli/install/app.py +204 -383
- mas/cli/install/argBuilder.py +2 -0
- mas/cli/install/argParser.py +19 -0
- mas/cli/install/catalogs.py +141 -0
- mas/cli/install/params.py +168 -0
- mas/cli/install/settings/__init__.py +2 -1
- mas/cli/install/settings/additionalConfigs.py +1 -1
- mas/cli/install/settings/db2Settings.py +75 -45
- mas/cli/install/settings/kafkaSettings.py +14 -10
- mas/cli/install/settings/manageSettings.py +47 -41
- mas/cli/install/settings/mongodbSettings.py +42 -0
- mas/cli/install/settings/turbonomicSettings.py +14 -13
- mas/cli/install/summarizer.py +9 -9
- mas/cli/templates/ibm-mas-tekton.yaml +308 -105
- mas/cli/templates/suite_mongocfg.yml.j2 +55 -0
- mas/cli/update/app.py +20 -15
- {mas_cli-11.6.0.dist-info → mas_cli-11.8.0.dist-info}/METADATA +2 -2
- {mas_cli-11.6.0.dist-info → mas_cli-11.8.0.dist-info}/RECORD +24 -20
- {mas_cli-11.6.0.dist-info → mas_cli-11.8.0.dist-info}/WHEEL +1 -1
- {mas_cli-11.6.0.data → mas_cli-11.8.0.data}/scripts/mas-cli +0 -0
- {mas_cli-11.6.0.dist-info → mas_cli-11.8.0.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.8.0
|
|
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.8.0
|
|
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.8.0
|
|
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.8.0
|
|
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.8.0
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -717,7 +717,7 @@ spec:
|
|
|
717
717
|
command:
|
|
718
718
|
- /opt/app-root/src/run-role.sh
|
|
719
719
|
- cos
|
|
720
|
-
image: quay.io/ibmmas/cli:11.
|
|
720
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
721
721
|
imagePullPolicy: $(params.image_pull_policy)
|
|
722
722
|
workingDir: /workspace/configs
|
|
723
723
|
|
|
@@ -837,7 +837,7 @@ spec:
|
|
|
837
837
|
command:
|
|
838
838
|
- /opt/app-root/src/run-role.sh
|
|
839
839
|
- cp4d_service
|
|
840
|
-
image: quay.io/ibmmas/cli:11.
|
|
840
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
841
841
|
imagePullPolicy: $(params.image_pull_policy)
|
|
842
842
|
workingDir: /workspace/configs
|
|
843
843
|
# --------------------------------------------------------------------------------
|
|
@@ -954,7 +954,7 @@ spec:
|
|
|
954
954
|
command:
|
|
955
955
|
- /opt/app-root/src/run-role.sh
|
|
956
956
|
- cp4d_service
|
|
957
|
-
image: quay.io/ibmmas/cli:11.
|
|
957
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
958
958
|
imagePullPolicy: $(params.image_pull_policy)
|
|
959
959
|
workingDir: /workspace/configs
|
|
960
960
|
|
|
@@ -1060,7 +1060,7 @@ spec:
|
|
|
1060
1060
|
command:
|
|
1061
1061
|
- /opt/app-root/src/run-role.sh
|
|
1062
1062
|
- cp4d
|
|
1063
|
-
image: quay.io/ibmmas/cli:11.
|
|
1063
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
1064
1064
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1065
1065
|
# --------------------------------------------------------------------------------
|
|
1066
1066
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1382,7 +1382,7 @@ spec:
|
|
|
1382
1382
|
command:
|
|
1383
1383
|
- /opt/app-root/src/run-role.sh
|
|
1384
1384
|
- db2
|
|
1385
|
-
image: quay.io/ibmmas/cli:11.
|
|
1385
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
1386
1386
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1387
1387
|
workingDir: /workspace/configs
|
|
1388
1388
|
|
|
@@ -1492,7 +1492,7 @@ spec:
|
|
|
1492
1492
|
command:
|
|
1493
1493
|
- /opt/app-root/src/run-role.sh
|
|
1494
1494
|
- eck
|
|
1495
|
-
image: quay.io/ibmmas/cli:11.
|
|
1495
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
1496
1496
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1497
1497
|
# --------------------------------------------------------------------------------
|
|
1498
1498
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1581,7 +1581,7 @@ spec:
|
|
|
1581
1581
|
command:
|
|
1582
1582
|
- /opt/app-root/src/run-role.sh
|
|
1583
1583
|
- gencfg_workspace
|
|
1584
|
-
image: quay.io/ibmmas/cli:11.
|
|
1584
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
1585
1585
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1586
1586
|
workingDir: /workspace/configs
|
|
1587
1587
|
|
|
@@ -1685,7 +1685,7 @@ spec:
|
|
|
1685
1685
|
- -c
|
|
1686
1686
|
name: gitops-bootstrap
|
|
1687
1687
|
imagePullPolicy: IfNotPresent
|
|
1688
|
-
image: quay.io/ibmmas/cli:11.
|
|
1688
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
1689
1689
|
workspaces:
|
|
1690
1690
|
- name: configs
|
|
1691
1691
|
# --------------------------------------------------------------------------------
|
|
@@ -1767,7 +1767,7 @@ spec:
|
|
|
1767
1767
|
- -c
|
|
1768
1768
|
name: gitops-cis-compliance
|
|
1769
1769
|
imagePullPolicy: IfNotPresent
|
|
1770
|
-
image: quay.io/ibmmas/cli:11.
|
|
1770
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
1771
1771
|
workspaces:
|
|
1772
1772
|
- name: configs
|
|
1773
1773
|
# --------------------------------------------------------------------------------
|
|
@@ -1838,6 +1838,10 @@ spec:
|
|
|
1838
1838
|
type: string
|
|
1839
1839
|
default: ''
|
|
1840
1840
|
|
|
1841
|
+
- name: install_selenium_grid
|
|
1842
|
+
type: string
|
|
1843
|
+
default: ''
|
|
1844
|
+
|
|
1841
1845
|
- name: devops_build_number
|
|
1842
1846
|
type: string
|
|
1843
1847
|
default: ''
|
|
@@ -1905,6 +1909,9 @@ spec:
|
|
|
1905
1909
|
- name: CLUSTER_PROMOTION_CLUSTER_VALUES
|
|
1906
1910
|
value: $(params.cluster_promotion_cluster_values)
|
|
1907
1911
|
|
|
1912
|
+
- name: INSTALL_SELENIUM_GRID
|
|
1913
|
+
value: $(params.install_selenium_grid)
|
|
1914
|
+
|
|
1908
1915
|
- name: DEVOPS_BUILD_NUMBER
|
|
1909
1916
|
value: $(params.devops_build_number)
|
|
1910
1917
|
|
|
@@ -1964,7 +1971,7 @@ spec:
|
|
|
1964
1971
|
- -c
|
|
1965
1972
|
name: gitops-cluster
|
|
1966
1973
|
imagePullPolicy: Always
|
|
1967
|
-
image: quay.io/ibmmas/cli:11.
|
|
1974
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
1968
1975
|
workspaces:
|
|
1969
1976
|
- name: configs
|
|
1970
1977
|
# --------------------------------------------------------------------------------
|
|
@@ -2059,7 +2066,7 @@ spec:
|
|
|
2059
2066
|
- -c
|
|
2060
2067
|
name: gitops-cos
|
|
2061
2068
|
imagePullPolicy: IfNotPresent
|
|
2062
|
-
image: quay.io/ibmmas/cli:11.
|
|
2069
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
2063
2070
|
workspaces:
|
|
2064
2071
|
- name: configs
|
|
2065
2072
|
# --------------------------------------------------------------------------------
|
|
@@ -2207,7 +2214,7 @@ spec:
|
|
|
2207
2214
|
- -c
|
|
2208
2215
|
name: gitops-cp4d-service
|
|
2209
2216
|
imagePullPolicy: IfNotPresent
|
|
2210
|
-
image: quay.io/ibmmas/cli:11.
|
|
2217
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
2211
2218
|
workspaces:
|
|
2212
2219
|
- name: configs
|
|
2213
2220
|
- name: shared-gitops-configs
|
|
@@ -2336,7 +2343,7 @@ spec:
|
|
|
2336
2343
|
- -c
|
|
2337
2344
|
name: gitops-cp4d
|
|
2338
2345
|
imagePullPolicy: IfNotPresent
|
|
2339
|
-
image: quay.io/ibmmas/cli:11.
|
|
2346
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
2340
2347
|
workspaces:
|
|
2341
2348
|
- name: configs
|
|
2342
2349
|
- name: shared-gitops-configs
|
|
@@ -2588,7 +2595,7 @@ spec:
|
|
|
2588
2595
|
- -c
|
|
2589
2596
|
name: gitops-db2u-database
|
|
2590
2597
|
imagePullPolicy: Always
|
|
2591
|
-
image: quay.io/ibmmas/cli:11.
|
|
2598
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
2592
2599
|
workspaces:
|
|
2593
2600
|
- name: configs
|
|
2594
2601
|
- name: shared-gitops-configs
|
|
@@ -2686,7 +2693,7 @@ spec:
|
|
|
2686
2693
|
- -c
|
|
2687
2694
|
name: gitops-db2u
|
|
2688
2695
|
imagePullPolicy: IfNotPresent
|
|
2689
|
-
image: quay.io/ibmmas/cli:11.
|
|
2696
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
2690
2697
|
workspaces:
|
|
2691
2698
|
- name: configs
|
|
2692
2699
|
# --------------------------------------------------------------------------------
|
|
@@ -2813,7 +2820,7 @@ spec:
|
|
|
2813
2820
|
- -c
|
|
2814
2821
|
name: gitops-delete-jdbc-config
|
|
2815
2822
|
imagePullPolicy: IfNotPresent
|
|
2816
|
-
image: quay.io/ibmmas/cli:11.
|
|
2823
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
2817
2824
|
workspaces:
|
|
2818
2825
|
- name: configs
|
|
2819
2826
|
# --------------------------------------------------------------------------------
|
|
@@ -2911,7 +2918,7 @@ spec:
|
|
|
2911
2918
|
- -c
|
|
2912
2919
|
name: gitops-delete-kafka-config
|
|
2913
2920
|
imagePullPolicy: Always
|
|
2914
|
-
image: quay.io/ibmmas/cli:11.
|
|
2921
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
2915
2922
|
workspaces:
|
|
2916
2923
|
- name: configs
|
|
2917
2924
|
|
|
@@ -3003,7 +3010,7 @@ spec:
|
|
|
3003
3010
|
- -c
|
|
3004
3011
|
name: gitops-deprovision-app-config
|
|
3005
3012
|
imagePullPolicy: IfNotPresent
|
|
3006
|
-
image: quay.io/ibmmas/cli:11.
|
|
3013
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
3007
3014
|
workspaces:
|
|
3008
3015
|
- name: configs
|
|
3009
3016
|
# --------------------------------------------------------------------------------
|
|
@@ -3088,7 +3095,7 @@ spec:
|
|
|
3088
3095
|
- -c
|
|
3089
3096
|
name: gitops-deprovision-app-install
|
|
3090
3097
|
imagePullPolicy: IfNotPresent
|
|
3091
|
-
image: quay.io/ibmmas/cli:11.
|
|
3098
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
3092
3099
|
workspaces:
|
|
3093
3100
|
- name: configs
|
|
3094
3101
|
# --------------------------------------------------------------------------------
|
|
@@ -3173,7 +3180,7 @@ spec:
|
|
|
3173
3180
|
- -c
|
|
3174
3181
|
name: gitops-deprovision-cluster
|
|
3175
3182
|
imagePullPolicy: IfNotPresent
|
|
3176
|
-
image: quay.io/ibmmas/cli:11.
|
|
3183
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
3177
3184
|
workspaces:
|
|
3178
3185
|
- name: configs
|
|
3179
3186
|
# --------------------------------------------------------------------------------
|
|
@@ -3284,7 +3291,7 @@ spec:
|
|
|
3284
3291
|
- -c
|
|
3285
3292
|
name: gitops-deprovision-cos
|
|
3286
3293
|
imagePullPolicy: IfNotPresent
|
|
3287
|
-
image: quay.io/ibmmas/cli:11.
|
|
3294
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
3288
3295
|
workspaces:
|
|
3289
3296
|
- name: configs
|
|
3290
3297
|
# --------------------------------------------------------------------------------
|
|
@@ -3372,7 +3379,7 @@ spec:
|
|
|
3372
3379
|
- -c
|
|
3373
3380
|
name: gitops-deprovision-db2u-database
|
|
3374
3381
|
imagePullPolicy: IfNotPresent
|
|
3375
|
-
image: quay.io/ibmmas/cli:11.
|
|
3382
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
3376
3383
|
workspaces:
|
|
3377
3384
|
- name: configs
|
|
3378
3385
|
|
|
@@ -3455,7 +3462,7 @@ spec:
|
|
|
3455
3462
|
- -c
|
|
3456
3463
|
name: gitops-deprovision-db2u
|
|
3457
3464
|
imagePullPolicy: IfNotPresent
|
|
3458
|
-
image: quay.io/ibmmas/cli:11.
|
|
3465
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
3459
3466
|
workspaces:
|
|
3460
3467
|
- name: configs
|
|
3461
3468
|
|
|
@@ -3563,7 +3570,7 @@ spec:
|
|
|
3563
3570
|
- -c
|
|
3564
3571
|
name: gitops-deprovision-efs
|
|
3565
3572
|
imagePullPolicy: IfNotPresent
|
|
3566
|
-
image: quay.io/ibmmas/cli:11.
|
|
3573
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
3567
3574
|
workspaces:
|
|
3568
3575
|
- name: configs
|
|
3569
3576
|
|
|
@@ -3673,7 +3680,7 @@ spec:
|
|
|
3673
3680
|
- -c
|
|
3674
3681
|
name: gitops-deprovision-kafka
|
|
3675
3682
|
imagePullPolicy: IfNotPresent
|
|
3676
|
-
image: quay.io/ibmmas/cli:11.
|
|
3683
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
3677
3684
|
workspaces:
|
|
3678
3685
|
- name: configs
|
|
3679
3686
|
# --------------------------------------------------------------------------------
|
|
@@ -3776,7 +3783,7 @@ spec:
|
|
|
3776
3783
|
- -c
|
|
3777
3784
|
name: gitops-deprovision-mongo
|
|
3778
3785
|
imagePullPolicy: IfNotPresent
|
|
3779
|
-
image: quay.io/ibmmas/cli:11.
|
|
3786
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
3780
3787
|
workspaces:
|
|
3781
3788
|
- name: configs
|
|
3782
3789
|
|
|
@@ -3833,7 +3840,7 @@ spec:
|
|
|
3833
3840
|
- -c
|
|
3834
3841
|
name: gitops-deprovision-rosa
|
|
3835
3842
|
imagePullPolicy: IfNotPresent
|
|
3836
|
-
image: quay.io/ibmmas/cli:11.
|
|
3843
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
3837
3844
|
workspaces:
|
|
3838
3845
|
- name: configs
|
|
3839
3846
|
# --------------------------------------------------------------------------------
|
|
@@ -4038,7 +4045,7 @@ spec:
|
|
|
4038
4045
|
- -c
|
|
4039
4046
|
name: gitops-deprovision-suite-config
|
|
4040
4047
|
imagePullPolicy: IfNotPresent
|
|
4041
|
-
image: quay.io/ibmmas/cli:11.
|
|
4048
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
4042
4049
|
workspaces:
|
|
4043
4050
|
- name: configs
|
|
4044
4051
|
|
|
@@ -4136,7 +4143,7 @@ spec:
|
|
|
4136
4143
|
- -c
|
|
4137
4144
|
name: gitops-deprovision-suite-idp-config
|
|
4138
4145
|
imagePullPolicy: IfNotPresent
|
|
4139
|
-
image: quay.io/ibmmas/cli:11.
|
|
4146
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
4140
4147
|
workspaces:
|
|
4141
4148
|
- name: configs
|
|
4142
4149
|
# --------------------------------------------------------------------------------
|
|
@@ -4228,7 +4235,7 @@ spec:
|
|
|
4228
4235
|
- -c
|
|
4229
4236
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4230
4237
|
imagePullPolicy: IfNotPresent
|
|
4231
|
-
image: quay.io/ibmmas/cli:11.
|
|
4238
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
4232
4239
|
workspaces:
|
|
4233
4240
|
- name: configs
|
|
4234
4241
|
# --------------------------------------------------------------------------------
|
|
@@ -4320,7 +4327,7 @@ spec:
|
|
|
4320
4327
|
- -c
|
|
4321
4328
|
name: gitops-deprovision-suite-smtp-config
|
|
4322
4329
|
imagePullPolicy: IfNotPresent
|
|
4323
|
-
image: quay.io/ibmmas/cli:11.
|
|
4330
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
4324
4331
|
workspaces:
|
|
4325
4332
|
- name: configs
|
|
4326
4333
|
# --------------------------------------------------------------------------------
|
|
@@ -4413,7 +4420,7 @@ spec:
|
|
|
4413
4420
|
- -c
|
|
4414
4421
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4415
4422
|
imagePullPolicy: IfNotPresent
|
|
4416
|
-
image: quay.io/ibmmas/cli:11.
|
|
4423
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
4417
4424
|
workspaces:
|
|
4418
4425
|
- name: configs
|
|
4419
4426
|
# --------------------------------------------------------------------------------
|
|
@@ -4504,7 +4511,7 @@ spec:
|
|
|
4504
4511
|
- -c
|
|
4505
4512
|
name: gitops-deprovision-suite-workspace
|
|
4506
4513
|
imagePullPolicy: Always
|
|
4507
|
-
image: quay.io/ibmmas/cli:11.
|
|
4514
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
4508
4515
|
workspaces:
|
|
4509
4516
|
- name: configs
|
|
4510
4517
|
# --------------------------------------------------------------------------------
|
|
@@ -4597,7 +4604,7 @@ spec:
|
|
|
4597
4604
|
- -c
|
|
4598
4605
|
name: gitops-deprovision-suite
|
|
4599
4606
|
imagePullPolicy: IfNotPresent
|
|
4600
|
-
image: quay.io/ibmmas/cli:11.
|
|
4607
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
4601
4608
|
workspaces:
|
|
4602
4609
|
- name: configs
|
|
4603
4610
|
|
|
@@ -4710,7 +4717,7 @@ spec:
|
|
|
4710
4717
|
- -c
|
|
4711
4718
|
name: gitops-dro
|
|
4712
4719
|
imagePullPolicy: IfNotPresent
|
|
4713
|
-
image: quay.io/ibmmas/cli:11.
|
|
4720
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
4714
4721
|
workspaces:
|
|
4715
4722
|
- name: configs
|
|
4716
4723
|
# --------------------------------------------------------------------------------
|
|
@@ -4827,7 +4834,7 @@ spec:
|
|
|
4827
4834
|
- -c
|
|
4828
4835
|
name: gitops-efs
|
|
4829
4836
|
imagePullPolicy: IfNotPresent
|
|
4830
|
-
image: quay.io/ibmmas/cli:11.
|
|
4837
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
4831
4838
|
workspaces:
|
|
4832
4839
|
- name: configs
|
|
4833
4840
|
|
|
@@ -4962,7 +4969,7 @@ spec:
|
|
|
4962
4969
|
- -c
|
|
4963
4970
|
name: gitops-jdbc-config
|
|
4964
4971
|
imagePullPolicy: Always
|
|
4965
|
-
image: quay.io/ibmmas/cli:11.
|
|
4972
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
4966
4973
|
workspaces:
|
|
4967
4974
|
- name: configs
|
|
4968
4975
|
- name: shared-gitops-configs
|
|
@@ -5058,7 +5065,7 @@ spec:
|
|
|
5058
5065
|
- -c
|
|
5059
5066
|
name: gitops-kafka-config
|
|
5060
5067
|
imagePullPolicy: Always
|
|
5061
|
-
image: quay.io/ibmmas/cli:11.
|
|
5068
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
5062
5069
|
workspaces:
|
|
5063
5070
|
- name: configs
|
|
5064
5071
|
|
|
@@ -5180,10 +5187,85 @@ spec:
|
|
|
5180
5187
|
- -c
|
|
5181
5188
|
name: gitops-kafka
|
|
5182
5189
|
imagePullPolicy: IfNotPresent
|
|
5183
|
-
image: quay.io/ibmmas/cli:11.
|
|
5190
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
5184
5191
|
workspaces:
|
|
5185
5192
|
- name: configs
|
|
5186
5193
|
# --------------------------------------------------------------------------------
|
|
5194
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-license-generator.yaml
|
|
5195
|
+
# --------------------------------------------------------------------------------
|
|
5196
|
+
---
|
|
5197
|
+
apiVersion: tekton.dev/v1beta1
|
|
5198
|
+
kind: Task
|
|
5199
|
+
metadata:
|
|
5200
|
+
name: gitops-license-generator
|
|
5201
|
+
spec:
|
|
5202
|
+
params:
|
|
5203
|
+
- name: cluster_name
|
|
5204
|
+
type: string
|
|
5205
|
+
- name: account
|
|
5206
|
+
type: string
|
|
5207
|
+
- name: mas_instance_id
|
|
5208
|
+
type: string
|
|
5209
|
+
- name: avp_aws_secret_region
|
|
5210
|
+
type: string
|
|
5211
|
+
|
|
5212
|
+
- name: expiry_date
|
|
5213
|
+
type: string
|
|
5214
|
+
- name: app_points
|
|
5215
|
+
type: string
|
|
5216
|
+
- name: customer_name
|
|
5217
|
+
type: string
|
|
5218
|
+
- name: country
|
|
5219
|
+
type: string
|
|
5220
|
+
- name: icn
|
|
5221
|
+
type: string
|
|
5222
|
+
stepTemplate:
|
|
5223
|
+
name: gitops-license-generator
|
|
5224
|
+
env:
|
|
5225
|
+
- name: CLUSTER_NAME
|
|
5226
|
+
value: $(params.cluster_name)
|
|
5227
|
+
- name: ACCOUNT
|
|
5228
|
+
value: $(params.account)
|
|
5229
|
+
- name: MAS_INSTANCE_ID
|
|
5230
|
+
value: $(params.mas_instance_id)
|
|
5231
|
+
- name: SM_AWS_REGION
|
|
5232
|
+
value: $(params.avp_aws_secret_region)
|
|
5233
|
+
|
|
5234
|
+
- name: EXPIRY_DATE
|
|
5235
|
+
value: $(params.expiry_date)
|
|
5236
|
+
- name: APP_POINTS
|
|
5237
|
+
value: $(params.app_points)
|
|
5238
|
+
- name: CUSTOMER_NAME
|
|
5239
|
+
value: $(params.customer_name)
|
|
5240
|
+
- name: COUNTRY
|
|
5241
|
+
value: $(params.country)
|
|
5242
|
+
- name: ICN
|
|
5243
|
+
value: $(params.icn)
|
|
5244
|
+
envFrom:
|
|
5245
|
+
- configMapRef:
|
|
5246
|
+
name: environment-properties
|
|
5247
|
+
optional: true
|
|
5248
|
+
- secretRef:
|
|
5249
|
+
name: secure-properties
|
|
5250
|
+
steps:
|
|
5251
|
+
- args:
|
|
5252
|
+
- |-
|
|
5253
|
+
ansible-playbook ibm.mas_saas.generate_saas_license_file || exit 1
|
|
5254
|
+
|
|
5255
|
+
mas gitops-license \
|
|
5256
|
+
-a $ACCOUNT \
|
|
5257
|
+
-c $CLUSTER_NAME \
|
|
5258
|
+
-m $MAS_INSTANCE_ID \
|
|
5259
|
+
--license-file /tmp/authorized_entitlement_saas.lic
|
|
5260
|
+
|
|
5261
|
+
exit $?
|
|
5262
|
+
command:
|
|
5263
|
+
- /bin/sh
|
|
5264
|
+
- -c
|
|
5265
|
+
name: gitops-license-generator
|
|
5266
|
+
imagePullPolicy: Always
|
|
5267
|
+
image: docker-na-public.artifactory.swg-devops.com/wiotp-docker-local/mas/saas-task:latest
|
|
5268
|
+
# --------------------------------------------------------------------------------
|
|
5187
5269
|
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-license.yaml
|
|
5188
5270
|
# --------------------------------------------------------------------------------
|
|
5189
5271
|
---
|
|
@@ -5231,7 +5313,7 @@ spec:
|
|
|
5231
5313
|
- -c
|
|
5232
5314
|
name: gitops-license
|
|
5233
5315
|
imagePullPolicy: Always
|
|
5234
|
-
image: quay.io/ibmmas/cli:11.
|
|
5316
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
5235
5317
|
workspaces:
|
|
5236
5318
|
- name: shared-entitlement
|
|
5237
5319
|
|
|
@@ -5734,7 +5816,7 @@ spec:
|
|
|
5734
5816
|
- -c
|
|
5735
5817
|
name: gitops-mas-fvt-preparer
|
|
5736
5818
|
imagePullPolicy: Always
|
|
5737
|
-
image: quay.io/ibmmas/cli:11.
|
|
5819
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
5738
5820
|
workspaces:
|
|
5739
5821
|
- name: configs
|
|
5740
5822
|
- name: shared-additional-configs
|
|
@@ -6176,7 +6258,7 @@ spec:
|
|
|
6176
6258
|
- -c
|
|
6177
6259
|
name: gitops-mas-initiator
|
|
6178
6260
|
imagePullPolicy: IfNotPresent
|
|
6179
|
-
image: quay.io/ibmmas/cli:11.
|
|
6261
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
6180
6262
|
workspaces:
|
|
6181
6263
|
- name: configs
|
|
6182
6264
|
# --------------------------------------------------------------------------------
|
|
@@ -6284,7 +6366,7 @@ spec:
|
|
|
6284
6366
|
- -c
|
|
6285
6367
|
name: gitops-mongo
|
|
6286
6368
|
imagePullPolicy: IfNotPresent
|
|
6287
|
-
image: quay.io/ibmmas/cli:11.
|
|
6369
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
6288
6370
|
workspaces:
|
|
6289
6371
|
- name: configs
|
|
6290
6372
|
|
|
@@ -6406,7 +6488,7 @@ spec:
|
|
|
6406
6488
|
- -c
|
|
6407
6489
|
name: gitops-nvidia-gpu
|
|
6408
6490
|
imagePullPolicy: IfNotPresent
|
|
6409
|
-
image: quay.io/ibmmas/cli:11.
|
|
6491
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
6410
6492
|
workspaces:
|
|
6411
6493
|
- name: configs
|
|
6412
6494
|
# --------------------------------------------------------------------------------
|
|
@@ -6524,7 +6606,7 @@ spec:
|
|
|
6524
6606
|
- -c
|
|
6525
6607
|
name: gitops-process-mongo-user
|
|
6526
6608
|
imagePullPolicy: IfNotPresent
|
|
6527
|
-
image: quay.io/ibmmas/cli:11.
|
|
6609
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
6528
6610
|
workspaces:
|
|
6529
6611
|
- name: configs
|
|
6530
6612
|
# --------------------------------------------------------------------------------
|
|
@@ -6580,7 +6662,7 @@ spec:
|
|
|
6580
6662
|
- -c
|
|
6581
6663
|
name: gitops-rosa
|
|
6582
6664
|
imagePullPolicy: IfNotPresent
|
|
6583
|
-
image: quay.io/ibmmas/cli:11.
|
|
6665
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
6584
6666
|
workspaces:
|
|
6585
6667
|
- name: configs
|
|
6586
6668
|
# --------------------------------------------------------------------------------
|
|
@@ -6762,7 +6844,7 @@ spec:
|
|
|
6762
6844
|
- -c
|
|
6763
6845
|
name: gitops-suite-app-config
|
|
6764
6846
|
imagePullPolicy: IfNotPresent
|
|
6765
|
-
image: quay.io/ibmmas/cli:11.
|
|
6847
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
6766
6848
|
workspaces:
|
|
6767
6849
|
- name: configs
|
|
6768
6850
|
- name: shared-gitops-configs
|
|
@@ -6920,7 +7002,7 @@ spec:
|
|
|
6920
7002
|
- -c
|
|
6921
7003
|
name: gitops-suite-app-install
|
|
6922
7004
|
imagePullPolicy: Always
|
|
6923
|
-
image: quay.io/ibmmas/cli:11.
|
|
7005
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
6924
7006
|
workspaces:
|
|
6925
7007
|
- name: configs
|
|
6926
7008
|
- name: shared-gitops-configs
|
|
@@ -7026,7 +7108,7 @@ spec:
|
|
|
7026
7108
|
- -c
|
|
7027
7109
|
name: gitops-suite-certs
|
|
7028
7110
|
imagePullPolicy: IfNotPresent
|
|
7029
|
-
image: quay.io/ibmmas/cli:11.
|
|
7111
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
7030
7112
|
workspaces:
|
|
7031
7113
|
- name: configs
|
|
7032
7114
|
- name: certificates
|
|
@@ -7186,7 +7268,7 @@ spec:
|
|
|
7186
7268
|
- -c
|
|
7187
7269
|
name: gitops-suite-config
|
|
7188
7270
|
imagePullPolicy: IfNotPresent
|
|
7189
|
-
image: quay.io/ibmmas/cli:11.
|
|
7271
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
7190
7272
|
workspaces:
|
|
7191
7273
|
- name: configs
|
|
7192
7274
|
- name: shared-additional-configs
|
|
@@ -7286,7 +7368,7 @@ spec:
|
|
|
7286
7368
|
- -c
|
|
7287
7369
|
name: gitops-suite-dns
|
|
7288
7370
|
imagePullPolicy: IfNotPresent
|
|
7289
|
-
image: quay.io/ibmmas/cli:11.
|
|
7371
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
7290
7372
|
workspaces:
|
|
7291
7373
|
- name: configs
|
|
7292
7374
|
|
|
@@ -7410,7 +7492,7 @@ spec:
|
|
|
7410
7492
|
- -c
|
|
7411
7493
|
name: gitops-suite-idp-config
|
|
7412
7494
|
imagePullPolicy: IfNotPresent
|
|
7413
|
-
image: quay.io/ibmmas/cli:11.
|
|
7495
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
7414
7496
|
workspaces:
|
|
7415
7497
|
- name: configs
|
|
7416
7498
|
- name: shared-additional-configs
|
|
@@ -7511,7 +7593,7 @@ spec:
|
|
|
7511
7593
|
- -c
|
|
7512
7594
|
name: gitops-suite-objectstorage-config
|
|
7513
7595
|
imagePullPolicy: IfNotPresent
|
|
7514
|
-
image: quay.io/ibmmas/cli:11.
|
|
7596
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
7515
7597
|
workspaces:
|
|
7516
7598
|
- name: configs
|
|
7517
7599
|
- name: shared-gitops-configs
|
|
@@ -7647,7 +7729,7 @@ spec:
|
|
|
7647
7729
|
- -c
|
|
7648
7730
|
name: gitops-suite-smtp-config
|
|
7649
7731
|
imagePullPolicy: IfNotPresent
|
|
7650
|
-
image: quay.io/ibmmas/cli:11.
|
|
7732
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
7651
7733
|
workspaces:
|
|
7652
7734
|
- name: configs
|
|
7653
7735
|
|
|
@@ -7756,7 +7838,7 @@ spec:
|
|
|
7756
7838
|
- -c
|
|
7757
7839
|
name: gitops-suite-watson-studio-config
|
|
7758
7840
|
imagePullPolicy: IfNotPresent
|
|
7759
|
-
image: quay.io/ibmmas/cli:11.
|
|
7841
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
7760
7842
|
workspaces:
|
|
7761
7843
|
- name: configs
|
|
7762
7844
|
- name: shared-gitops-configs
|
|
@@ -7853,7 +7935,7 @@ spec:
|
|
|
7853
7935
|
- -c
|
|
7854
7936
|
name: gitops-suite-workspace
|
|
7855
7937
|
imagePullPolicy: IfNotPresent
|
|
7856
|
-
image: quay.io/ibmmas/cli:11.
|
|
7938
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
7857
7939
|
workspaces:
|
|
7858
7940
|
- name: configs
|
|
7859
7941
|
# --------------------------------------------------------------------------------
|
|
@@ -8133,7 +8215,7 @@ spec:
|
|
|
8133
8215
|
- -c
|
|
8134
8216
|
name: gitops-suite
|
|
8135
8217
|
imagePullPolicy: IfNotPresent
|
|
8136
|
-
image: quay.io/ibmmas/cli:11.
|
|
8218
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
8137
8219
|
workspaces:
|
|
8138
8220
|
- name: configs
|
|
8139
8221
|
- name: shared-gitops-configs
|
|
@@ -8183,7 +8265,7 @@ spec:
|
|
|
8183
8265
|
|
|
8184
8266
|
steps:
|
|
8185
8267
|
- name: grafana
|
|
8186
|
-
image: quay.io/ibmmas/cli:11.
|
|
8268
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
8187
8269
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8188
8270
|
command:
|
|
8189
8271
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8317,7 +8399,7 @@ spec:
|
|
|
8317
8399
|
command:
|
|
8318
8400
|
- /opt/app-root/src/run-role.sh
|
|
8319
8401
|
- ibm_catalogs
|
|
8320
|
-
image: quay.io/ibmmas/cli:11.
|
|
8402
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
8321
8403
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8322
8404
|
workingDir: /workspace/configs
|
|
8323
8405
|
# --------------------------------------------------------------------------------
|
|
@@ -8559,7 +8641,7 @@ spec:
|
|
|
8559
8641
|
command:
|
|
8560
8642
|
- /opt/app-root/src/run-role.sh
|
|
8561
8643
|
- kafka
|
|
8562
|
-
image: quay.io/ibmmas/cli:11.
|
|
8644
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
8563
8645
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8564
8646
|
workingDir: /workspace/configs
|
|
8565
8647
|
|
|
@@ -8775,7 +8857,7 @@ spec:
|
|
|
8775
8857
|
command:
|
|
8776
8858
|
- /opt/app-root/src/run-role.sh
|
|
8777
8859
|
- kmodels
|
|
8778
|
-
image: quay.io/ibmmas/cli:11.
|
|
8860
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
8779
8861
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8780
8862
|
# --------------------------------------------------------------------------------
|
|
8781
8863
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -8953,7 +9035,7 @@ spec:
|
|
|
8953
9035
|
command:
|
|
8954
9036
|
- /opt/app-root/src/run-role.sh
|
|
8955
9037
|
- mongodb
|
|
8956
|
-
image: quay.io/ibmmas/cli:11.
|
|
9038
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
8957
9039
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8958
9040
|
workingDir: /workspace/configs
|
|
8959
9041
|
|
|
@@ -8996,7 +9078,7 @@ spec:
|
|
|
8996
9078
|
- $(params.base_output_dir)
|
|
8997
9079
|
- --extra-namespaces
|
|
8998
9080
|
- selenium
|
|
8999
|
-
image: quay.io/ibmmas/cli:11.
|
|
9081
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9000
9082
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9001
9083
|
env:
|
|
9002
9084
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9113,7 +9195,7 @@ spec:
|
|
|
9113
9195
|
command:
|
|
9114
9196
|
- /opt/app-root/src/run-role.sh
|
|
9115
9197
|
- nvidia_gpu
|
|
9116
|
-
image: quay.io/ibmmas/cli:11.
|
|
9198
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9117
9199
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9118
9200
|
workingDir: /workspace/configs
|
|
9119
9201
|
|
|
@@ -9149,7 +9231,7 @@ spec:
|
|
|
9149
9231
|
# Verify Cluster
|
|
9150
9232
|
# -------------------------------------------------------------------------
|
|
9151
9233
|
- name: ocp-verify-cluster
|
|
9152
|
-
image: quay.io/ibmmas/cli:11.
|
|
9234
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9153
9235
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9154
9236
|
command:
|
|
9155
9237
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9191,7 +9273,7 @@ spec:
|
|
|
9191
9273
|
# Verify Catalogs
|
|
9192
9274
|
# -------------------------------------------------------------------------
|
|
9193
9275
|
- name: ocp-verify-catalogs
|
|
9194
|
-
image: quay.io/ibmmas/cli:11.
|
|
9276
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9195
9277
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9196
9278
|
command:
|
|
9197
9279
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9233,7 +9315,7 @@ spec:
|
|
|
9233
9315
|
# Verify Subscriptions
|
|
9234
9316
|
# -------------------------------------------------------------------------
|
|
9235
9317
|
- name: ocp-verify-subscriptions
|
|
9236
|
-
image: quay.io/ibmmas/cli:11.
|
|
9318
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9237
9319
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9238
9320
|
command:
|
|
9239
9321
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9275,7 +9357,7 @@ spec:
|
|
|
9275
9357
|
# Verify Workloads
|
|
9276
9358
|
# -------------------------------------------------------------------------
|
|
9277
9359
|
- name: ocp-verify-workloads
|
|
9278
|
-
image: quay.io/ibmmas/cli:11.
|
|
9360
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9279
9361
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9280
9362
|
command:
|
|
9281
9363
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9317,7 +9399,7 @@ spec:
|
|
|
9317
9399
|
# Verify Catalogs - Ingress TLS
|
|
9318
9400
|
# -------------------------------------------------------------------------
|
|
9319
9401
|
- name: ocp-verify-ingress
|
|
9320
|
-
image: quay.io/ibmmas/cli:11.
|
|
9402
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9321
9403
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9322
9404
|
command:
|
|
9323
9405
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9443,7 +9525,7 @@ spec:
|
|
|
9443
9525
|
command:
|
|
9444
9526
|
- /opt/app-root/src/run-role.sh
|
|
9445
9527
|
- ocp_verify
|
|
9446
|
-
image: quay.io/ibmmas/cli:11.
|
|
9528
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9447
9529
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9448
9530
|
workingDir: /workspace/configs
|
|
9449
9531
|
# --------------------------------------------------------------------------------
|
|
@@ -9511,7 +9593,7 @@ spec:
|
|
|
9511
9593
|
command:
|
|
9512
9594
|
- /opt/app-root/src/run-role.sh
|
|
9513
9595
|
- ocs
|
|
9514
|
-
image: quay.io/ibmmas/cli:11.
|
|
9596
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9515
9597
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9516
9598
|
workingDir: /workspace/configs
|
|
9517
9599
|
|
|
@@ -9747,7 +9829,7 @@ spec:
|
|
|
9747
9829
|
command:
|
|
9748
9830
|
- /opt/app-root/src/run-role.sh
|
|
9749
9831
|
- odh
|
|
9750
|
-
image: quay.io/ibmmas/cli:11.
|
|
9832
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9751
9833
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9752
9834
|
# --------------------------------------------------------------------------------
|
|
9753
9835
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -9923,13 +10005,15 @@ spec:
|
|
|
9923
10005
|
command:
|
|
9924
10006
|
- /opt/app-root/src/run-role.sh
|
|
9925
10007
|
- sls
|
|
9926
|
-
image: quay.io/ibmmas/cli:11.
|
|
10008
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
9927
10009
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9928
10010
|
workingDir: /workspace/configs
|
|
9929
10011
|
|
|
9930
10012
|
workspaces:
|
|
9931
10013
|
- name: configs
|
|
9932
10014
|
optional: true
|
|
10015
|
+
- name: additional-configs
|
|
10016
|
+
optional: true
|
|
9933
10017
|
- name: entitlement
|
|
9934
10018
|
optional: true
|
|
9935
10019
|
- name: pod-templates
|
|
@@ -10298,12 +10382,12 @@ spec:
|
|
|
10298
10382
|
command:
|
|
10299
10383
|
- /opt/app-root/src/run-role.sh
|
|
10300
10384
|
- suite_app_config
|
|
10301
|
-
image: quay.io/ibmmas/cli:11.
|
|
10385
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
10302
10386
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10303
10387
|
|
|
10304
10388
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10305
10389
|
- name: app-cfg-post-verify
|
|
10306
|
-
image: quay.io/ibmmas/cli:11.
|
|
10390
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
10307
10391
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10308
10392
|
command:
|
|
10309
10393
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10504,7 +10588,7 @@ spec:
|
|
|
10504
10588
|
command:
|
|
10505
10589
|
- /opt/app-root/src/run-role.sh
|
|
10506
10590
|
- suite_app_install
|
|
10507
|
-
image: quay.io/ibmmas/cli:11.
|
|
10591
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
10508
10592
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10509
10593
|
|
|
10510
10594
|
workspaces:
|
|
@@ -10593,7 +10677,7 @@ spec:
|
|
|
10593
10677
|
command:
|
|
10594
10678
|
- /opt/app-root/src/run-role.sh
|
|
10595
10679
|
- suite_app_rollback
|
|
10596
|
-
image: quay.io/ibmmas/cli:11.
|
|
10680
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
10597
10681
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10598
10682
|
# --------------------------------------------------------------------------------
|
|
10599
10683
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10656,7 +10740,7 @@ spec:
|
|
|
10656
10740
|
command:
|
|
10657
10741
|
- /opt/app-root/src/run-role.sh
|
|
10658
10742
|
- suite_app_uninstall
|
|
10659
|
-
image: quay.io/ibmmas/cli:11.
|
|
10743
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
10660
10744
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10661
10745
|
# --------------------------------------------------------------------------------
|
|
10662
10746
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10731,7 +10815,7 @@ spec:
|
|
|
10731
10815
|
command:
|
|
10732
10816
|
- /opt/app-root/src/run-role.sh
|
|
10733
10817
|
- suite_app_upgrade
|
|
10734
|
-
image: quay.io/ibmmas/cli:11.
|
|
10818
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
10735
10819
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10736
10820
|
# --------------------------------------------------------------------------------
|
|
10737
10821
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -10832,7 +10916,7 @@ spec:
|
|
|
10832
10916
|
command:
|
|
10833
10917
|
- /opt/app-root/src/run-role.sh
|
|
10834
10918
|
- suite_app_verify
|
|
10835
|
-
image: quay.io/ibmmas/cli:11.
|
|
10919
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
10836
10920
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10837
10921
|
# --------------------------------------------------------------------------------
|
|
10838
10922
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -10975,7 +11059,7 @@ spec:
|
|
|
10975
11059
|
command:
|
|
10976
11060
|
- /opt/app-root/src/run-role.sh
|
|
10977
11061
|
- suite_certs
|
|
10978
|
-
image: quay.io/ibmmas/cli:11.
|
|
11062
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
10979
11063
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10980
11064
|
|
|
10981
11065
|
workspaces:
|
|
@@ -11042,7 +11126,7 @@ spec:
|
|
|
11042
11126
|
command:
|
|
11043
11127
|
- /opt/app-root/src/run-role.sh
|
|
11044
11128
|
- suite_config
|
|
11045
|
-
image: quay.io/ibmmas/cli:11.
|
|
11129
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
11046
11130
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11047
11131
|
workingDir: /workspace/configs
|
|
11048
11132
|
|
|
@@ -11113,7 +11197,7 @@ spec:
|
|
|
11113
11197
|
command:
|
|
11114
11198
|
- /opt/app-root/src/run-role.sh
|
|
11115
11199
|
- suite_db2_setup_for_manage
|
|
11116
|
-
image: quay.io/ibmmas/cli:11.
|
|
11200
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
11117
11201
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11118
11202
|
# --------------------------------------------------------------------------------
|
|
11119
11203
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11303,7 +11387,7 @@ spec:
|
|
|
11303
11387
|
command:
|
|
11304
11388
|
- /opt/app-root/src/run-role.sh
|
|
11305
11389
|
- suite_dns
|
|
11306
|
-
image: quay.io/ibmmas/cli:11.
|
|
11390
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
11307
11391
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11308
11392
|
# --------------------------------------------------------------------------------
|
|
11309
11393
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11552,7 +11636,7 @@ spec:
|
|
|
11552
11636
|
command:
|
|
11553
11637
|
- /opt/app-root/src/run-role.sh
|
|
11554
11638
|
- suite_install
|
|
11555
|
-
image: quay.io/ibmmas/cli:11.
|
|
11639
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
11556
11640
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11557
11641
|
workingDir: /workspace/configs
|
|
11558
11642
|
|
|
@@ -11640,7 +11724,7 @@ spec:
|
|
|
11640
11724
|
command:
|
|
11641
11725
|
- /opt/app-root/src/run-role.sh
|
|
11642
11726
|
- suite_rollback
|
|
11643
|
-
image: quay.io/ibmmas/cli:11.
|
|
11727
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
11644
11728
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11645
11729
|
# --------------------------------------------------------------------------------
|
|
11646
11730
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11705,7 +11789,7 @@ spec:
|
|
|
11705
11789
|
command:
|
|
11706
11790
|
- /opt/app-root/src/run-role.sh
|
|
11707
11791
|
- suite_uninstall
|
|
11708
|
-
image: quay.io/ibmmas/cli:11.
|
|
11792
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
11709
11793
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11710
11794
|
# --------------------------------------------------------------------------------
|
|
11711
11795
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11775,7 +11859,7 @@ spec:
|
|
|
11775
11859
|
command:
|
|
11776
11860
|
- /opt/app-root/src/run-role.sh
|
|
11777
11861
|
- suite_upgrade
|
|
11778
|
-
image: quay.io/ibmmas/cli:11.
|
|
11862
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
11779
11863
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11780
11864
|
# --------------------------------------------------------------------------------
|
|
11781
11865
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -11803,6 +11887,11 @@ spec:
|
|
|
11803
11887
|
- name: mas_instance_id
|
|
11804
11888
|
type: string
|
|
11805
11889
|
|
|
11890
|
+
- name: skip_post_verify
|
|
11891
|
+
type: string
|
|
11892
|
+
default: "false"
|
|
11893
|
+
description: "set this to True if post verify is not required"
|
|
11894
|
+
|
|
11806
11895
|
stepTemplate:
|
|
11807
11896
|
env:
|
|
11808
11897
|
- name: DEVOPS_MONGO_URI
|
|
@@ -11837,15 +11926,18 @@ spec:
|
|
|
11837
11926
|
command:
|
|
11838
11927
|
- /opt/app-root/src/run-role.sh
|
|
11839
11928
|
- suite_verify
|
|
11840
|
-
image: quay.io/ibmmas/cli:11.
|
|
11929
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
11841
11930
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11842
11931
|
|
|
11843
11932
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
11844
11933
|
- name: suite-post-verify
|
|
11845
|
-
image: quay.io/ibmmas/cli:11.
|
|
11934
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
11846
11935
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11847
|
-
|
|
11848
|
-
|
|
11936
|
+
script: |
|
|
11937
|
+
#!/usr/bin/env bash
|
|
11938
|
+
if [[ "$SKIP_POST_VERIFY" == [tT]rue ]]; then exit 0 ; fi
|
|
11939
|
+
/opt/app-root/src/wait-for-configmap.sh
|
|
11940
|
+
exit $?
|
|
11849
11941
|
env:
|
|
11850
11942
|
- name: NAMESPACE
|
|
11851
11943
|
value: $(context.taskRun.namespace)
|
|
@@ -11879,6 +11971,8 @@ spec:
|
|
|
11879
11971
|
name: approval-suite-verify
|
|
11880
11972
|
key: IGNORE_FAILURE
|
|
11881
11973
|
optional: true
|
|
11974
|
+
- name: SKIP_POST_VERIFY
|
|
11975
|
+
value: $(params.skip_post_verify)
|
|
11882
11976
|
# --------------------------------------------------------------------------------
|
|
11883
11977
|
# /home/runner/work/cli/cli/tekton/target/tasks/turbonomic.yaml
|
|
11884
11978
|
# --------------------------------------------------------------------------------
|
|
@@ -11971,7 +12065,7 @@ spec:
|
|
|
11971
12065
|
command:
|
|
11972
12066
|
- /opt/app-root/src/run-role.sh
|
|
11973
12067
|
- turbonomic
|
|
11974
|
-
image: quay.io/ibmmas/cli:11.
|
|
12068
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
11975
12069
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11976
12070
|
# --------------------------------------------------------------------------------
|
|
11977
12071
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12052,7 +12146,7 @@ spec:
|
|
|
12052
12146
|
# IBM User Data Services (UDS)
|
|
12053
12147
|
# -------------------------------------------------------------------------
|
|
12054
12148
|
- name: uds
|
|
12055
|
-
image: quay.io/ibmmas/cli:11.
|
|
12149
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
12056
12150
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12057
12151
|
workingDir: /workspace/configs
|
|
12058
12152
|
command:
|
|
@@ -12115,7 +12209,7 @@ spec:
|
|
|
12115
12209
|
# IBM Data Reporter Operator (DRO)
|
|
12116
12210
|
# -------------------------------------------------------------------------
|
|
12117
12211
|
- name: dro
|
|
12118
|
-
image: quay.io/ibmmas/cli:11.
|
|
12212
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
12119
12213
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12120
12214
|
workingDir: /workspace/configs
|
|
12121
12215
|
command:
|
|
@@ -12201,7 +12295,7 @@ spec:
|
|
|
12201
12295
|
|
|
12202
12296
|
steps:
|
|
12203
12297
|
- name: update-configmap
|
|
12204
|
-
image: quay.io/ibmmas/cli:11.
|
|
12298
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
12205
12299
|
command:
|
|
12206
12300
|
- /opt/app-root/src/update-configmap.sh
|
|
12207
12301
|
env:
|
|
@@ -12263,7 +12357,7 @@ spec:
|
|
|
12263
12357
|
|
|
12264
12358
|
steps:
|
|
12265
12359
|
- name: wait-for-configmap
|
|
12266
|
-
image: quay.io/ibmmas/cli:11.
|
|
12360
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
12267
12361
|
command:
|
|
12268
12362
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12269
12363
|
env:
|
|
@@ -12327,7 +12421,7 @@ spec:
|
|
|
12327
12421
|
|
|
12328
12422
|
steps:
|
|
12329
12423
|
- name: wait
|
|
12330
|
-
image: quay.io/ibmmas/cli:11.
|
|
12424
|
+
image: quay.io/ibmmas/cli:11.8.0
|
|
12331
12425
|
command:
|
|
12332
12426
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12333
12427
|
env:
|
|
@@ -17322,6 +17416,9 @@ spec:
|
|
|
17322
17416
|
- name: cluster_promotion_cluster_values
|
|
17323
17417
|
type: string
|
|
17324
17418
|
default: ''
|
|
17419
|
+
- name: install_selenium_grid
|
|
17420
|
+
type: string
|
|
17421
|
+
default: ''
|
|
17325
17422
|
- name: devops_build_number
|
|
17326
17423
|
type: string
|
|
17327
17424
|
default: ''
|
|
@@ -17389,6 +17486,9 @@ spec:
|
|
|
17389
17486
|
- name: cluster_promotion_cluster_values
|
|
17390
17487
|
value: $(params.cluster_promotion_cluster_values)
|
|
17391
17488
|
|
|
17489
|
+
- name: install_selenium_grid
|
|
17490
|
+
value: ${params.install_selenium_grid)
|
|
17491
|
+
|
|
17392
17492
|
- name: devops_build_number
|
|
17393
17493
|
value: $(params.devops_build_number)
|
|
17394
17494
|
|
|
@@ -18943,6 +19043,18 @@ spec:
|
|
|
18943
19043
|
- name: db2_action
|
|
18944
19044
|
type: string
|
|
18945
19045
|
|
|
19046
|
+
# gitops-license-generator parameters
|
|
19047
|
+
# -------------------------------------------------------------------------
|
|
19048
|
+
- name: sls_license_expiry_date
|
|
19049
|
+
type: string
|
|
19050
|
+
- name: sls_license_app_points
|
|
19051
|
+
type: string
|
|
19052
|
+
- name: sls_license_customer_name
|
|
19053
|
+
type: string
|
|
19054
|
+
- name: sls_license_country
|
|
19055
|
+
type: string
|
|
19056
|
+
- name: sls_license_icn
|
|
19057
|
+
type: string
|
|
18946
19058
|
|
|
18947
19059
|
tasks:
|
|
18948
19060
|
|
|
@@ -19003,12 +19115,46 @@ spec:
|
|
|
19003
19115
|
taskRef:
|
|
19004
19116
|
kind: Task
|
|
19005
19117
|
name: gitops-license
|
|
19118
|
+
when:
|
|
19119
|
+
- input: "$(params.sls_license_app_points)"
|
|
19120
|
+
operator: in
|
|
19121
|
+
values: [""]
|
|
19122
|
+
|
|
19123
|
+
- name: gitops-license-generator
|
|
19124
|
+
params:
|
|
19125
|
+
- name: cluster_name
|
|
19126
|
+
value: $(params.cluster_name)
|
|
19127
|
+
- name: account
|
|
19128
|
+
value: $(params.account)
|
|
19129
|
+
- name: mas_instance_id
|
|
19130
|
+
value: $(params.mas_instance_id)
|
|
19131
|
+
- name: avp_aws_secret_region
|
|
19132
|
+
value: $(params.avp_aws_secret_region)
|
|
19133
|
+
|
|
19134
|
+
- name: expiry_date
|
|
19135
|
+
value: $(params.sls_license_expiry_date)
|
|
19136
|
+
- name: app_points
|
|
19137
|
+
value: $(params.sls_license_app_points)
|
|
19138
|
+
- name: customer_name
|
|
19139
|
+
value: $(params.sls_license_customer_name)
|
|
19140
|
+
- name: country
|
|
19141
|
+
value: $(params.sls_license_country)
|
|
19142
|
+
- name: icn
|
|
19143
|
+
value: $(params.sls_license_icn)
|
|
19144
|
+
taskRef:
|
|
19145
|
+
kind: Task
|
|
19146
|
+
name: gitops-license-generator
|
|
19147
|
+
when:
|
|
19148
|
+
- input: "$(params.sls_license_app_points)"
|
|
19149
|
+
operator: notin
|
|
19150
|
+
values: [""]
|
|
19006
19151
|
|
|
19007
19152
|
# 2. MAS Suite
|
|
19008
19153
|
# -------------------------------------------------------------------------
|
|
19009
19154
|
- name: gitops-suite
|
|
19010
19155
|
runAfter:
|
|
19011
19156
|
- gitops-license
|
|
19157
|
+
- gitops-license-generator
|
|
19012
19158
|
params:
|
|
19013
19159
|
- name: cluster_name
|
|
19014
19160
|
value: $(params.cluster_name)
|
|
@@ -19562,6 +19708,8 @@ spec:
|
|
|
19562
19708
|
default: "/workspace/entitlement/entitlement.lic"
|
|
19563
19709
|
- name: sls_mongodb_cfg_file
|
|
19564
19710
|
type: string
|
|
19711
|
+
# The default value works for the default in-cluster install, it will need
|
|
19712
|
+
# to be modified if the mongodb namespace is changed, or if using BYO MongoDb
|
|
19565
19713
|
default: "/workspace/configs/mongo-mongoce.yml"
|
|
19566
19714
|
- name: sls_catalog_source
|
|
19567
19715
|
type: string
|
|
@@ -19927,7 +20075,7 @@ spec:
|
|
|
19927
20075
|
- name: cpd_install_all
|
|
19928
20076
|
type: string
|
|
19929
20077
|
default: ""
|
|
19930
|
-
|
|
20078
|
+
|
|
19931
20079
|
# Dependencies - UDS
|
|
19932
20080
|
# -----------------------------------------------------------------------------
|
|
19933
20081
|
- name: uds_contact_email
|
|
@@ -20815,6 +20963,10 @@ spec:
|
|
|
20815
20963
|
- name: ibmcloud_resourcegroup
|
|
20816
20964
|
value: $(params.ibmcloud_resourcegroup)
|
|
20817
20965
|
|
|
20966
|
+
when:
|
|
20967
|
+
- input: "$(params.mongodb_action)"
|
|
20968
|
+
operator: in
|
|
20969
|
+
values: ["install"]
|
|
20818
20970
|
taskRef:
|
|
20819
20971
|
kind: Task
|
|
20820
20972
|
name: mas-devops-mongodb
|
|
@@ -21226,6 +21378,8 @@ spec:
|
|
|
21226
21378
|
workspaces:
|
|
21227
21379
|
- name: configs
|
|
21228
21380
|
workspace: shared-configs
|
|
21381
|
+
- name: additional-configs
|
|
21382
|
+
workspace: shared-additional-configs
|
|
21229
21383
|
- name: entitlement
|
|
21230
21384
|
workspace: shared-entitlement
|
|
21231
21385
|
- name: pod-templates
|
|
@@ -23430,6 +23584,10 @@ spec:
|
|
|
23430
23584
|
- name: mas_app_manage_version
|
|
23431
23585
|
type: string
|
|
23432
23586
|
|
|
23587
|
+
# IoT Rollback Version
|
|
23588
|
+
- name: mas_app_iot_version
|
|
23589
|
+
type: string
|
|
23590
|
+
|
|
23433
23591
|
# Development Build Support
|
|
23434
23592
|
- name: artifactory_username
|
|
23435
23593
|
default: ""
|
|
@@ -23517,6 +23675,28 @@ spec:
|
|
|
23517
23675
|
kind: Task
|
|
23518
23676
|
name: mas-devops-suite-app-rollback
|
|
23519
23677
|
|
|
23678
|
+
# 3. Rollback App
|
|
23679
|
+
# -------------------------------------------------------------------------
|
|
23680
|
+
# Manage App Rollback
|
|
23681
|
+
- name: iot-rollback
|
|
23682
|
+
timeout: "0"
|
|
23683
|
+
runAfter:
|
|
23684
|
+
- core-rollback
|
|
23685
|
+
params:
|
|
23686
|
+
- name: mas_app_id
|
|
23687
|
+
value: iot
|
|
23688
|
+
- name: mas_app_version
|
|
23689
|
+
value: $(params.mas_app_iot_version)
|
|
23690
|
+
- name: devops_suite_name
|
|
23691
|
+
value: iot-rollback
|
|
23692
|
+
when:
|
|
23693
|
+
- input: "$(params.mas_app_iot_version)"
|
|
23694
|
+
operator: notin
|
|
23695
|
+
values: [""]
|
|
23696
|
+
taskRef:
|
|
23697
|
+
kind: Task
|
|
23698
|
+
name: mas-devops-suite-app-rollback
|
|
23699
|
+
|
|
23520
23700
|
# 4. Verify health of the cluster after the rollback complete
|
|
23521
23701
|
# -------------------------------------------------------------------------
|
|
23522
23702
|
- name: post-rollback-verify-cluster
|
|
@@ -23552,7 +23732,7 @@ spec:
|
|
|
23552
23732
|
values: ["True"]
|
|
23553
23733
|
|
|
23554
23734
|
runAfter:
|
|
23555
|
-
-
|
|
23735
|
+
- iot-rollback
|
|
23556
23736
|
|
|
23557
23737
|
# 5. Verify MAS core version after the rollback complete
|
|
23558
23738
|
# -------------------------------------------------------------------------
|
|
@@ -23602,6 +23782,29 @@ spec:
|
|
|
23602
23782
|
operator: notin
|
|
23603
23783
|
values: [""]
|
|
23604
23784
|
|
|
23785
|
+
- name: post-rollback-verify-iot-app-version
|
|
23786
|
+
timeout: "0"
|
|
23787
|
+
taskRef:
|
|
23788
|
+
kind: Task
|
|
23789
|
+
name: mas-devops-suite-app-rollback
|
|
23790
|
+
runAfter:
|
|
23791
|
+
- post-rollback-verify-cluster
|
|
23792
|
+
params:
|
|
23793
|
+
- name: mas_app_id
|
|
23794
|
+
value: iot
|
|
23795
|
+
- name: mas_app_version
|
|
23796
|
+
value: $(params.mas_app_iot_version)
|
|
23797
|
+
- name: rollback_mas_app
|
|
23798
|
+
value: 'False'
|
|
23799
|
+
- name: verify_app_version
|
|
23800
|
+
value: 'True'
|
|
23801
|
+
- name: devops_suite_name
|
|
23802
|
+
value: post-rollback-verify-iot-app-version (MAS IoT)
|
|
23803
|
+
when:
|
|
23804
|
+
- input: "$(params.mas_app_iot_version)"
|
|
23805
|
+
operator: notin
|
|
23806
|
+
values: [""]
|
|
23807
|
+
|
|
23605
23808
|
# --------------------------------------------------------------------------------
|
|
23606
23809
|
# /home/runner/work/cli/cli/tekton/target/pipelines/uninstall.yaml
|
|
23607
23810
|
# --------------------------------------------------------------------------------
|