mas-cli 11.6.0__py3-none-any.whl → 11.7.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 +174 -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.7.0.dist-info}/METADATA +2 -2
- {mas_cli-11.6.0.dist-info → mas_cli-11.7.0.dist-info}/RECORD +24 -20
- {mas_cli-11.6.0.dist-info → mas_cli-11.7.0.dist-info}/WHEEL +1 -1
- {mas_cli-11.6.0.data → mas_cli-11.7.0.data}/scripts/mas-cli +0 -0
- {mas_cli-11.6.0.dist-info → mas_cli-11.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.0
|
|
1771
1771
|
workspaces:
|
|
1772
1772
|
- name: configs
|
|
1773
1773
|
# --------------------------------------------------------------------------------
|
|
@@ -1964,7 +1964,7 @@ spec:
|
|
|
1964
1964
|
- -c
|
|
1965
1965
|
name: gitops-cluster
|
|
1966
1966
|
imagePullPolicy: Always
|
|
1967
|
-
image: quay.io/ibmmas/cli:11.
|
|
1967
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
1968
1968
|
workspaces:
|
|
1969
1969
|
- name: configs
|
|
1970
1970
|
# --------------------------------------------------------------------------------
|
|
@@ -2059,7 +2059,7 @@ spec:
|
|
|
2059
2059
|
- -c
|
|
2060
2060
|
name: gitops-cos
|
|
2061
2061
|
imagePullPolicy: IfNotPresent
|
|
2062
|
-
image: quay.io/ibmmas/cli:11.
|
|
2062
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
2063
2063
|
workspaces:
|
|
2064
2064
|
- name: configs
|
|
2065
2065
|
# --------------------------------------------------------------------------------
|
|
@@ -2207,7 +2207,7 @@ spec:
|
|
|
2207
2207
|
- -c
|
|
2208
2208
|
name: gitops-cp4d-service
|
|
2209
2209
|
imagePullPolicy: IfNotPresent
|
|
2210
|
-
image: quay.io/ibmmas/cli:11.
|
|
2210
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
2211
2211
|
workspaces:
|
|
2212
2212
|
- name: configs
|
|
2213
2213
|
- name: shared-gitops-configs
|
|
@@ -2336,7 +2336,7 @@ spec:
|
|
|
2336
2336
|
- -c
|
|
2337
2337
|
name: gitops-cp4d
|
|
2338
2338
|
imagePullPolicy: IfNotPresent
|
|
2339
|
-
image: quay.io/ibmmas/cli:11.
|
|
2339
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
2340
2340
|
workspaces:
|
|
2341
2341
|
- name: configs
|
|
2342
2342
|
- name: shared-gitops-configs
|
|
@@ -2588,7 +2588,7 @@ spec:
|
|
|
2588
2588
|
- -c
|
|
2589
2589
|
name: gitops-db2u-database
|
|
2590
2590
|
imagePullPolicy: Always
|
|
2591
|
-
image: quay.io/ibmmas/cli:11.
|
|
2591
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
2592
2592
|
workspaces:
|
|
2593
2593
|
- name: configs
|
|
2594
2594
|
- name: shared-gitops-configs
|
|
@@ -2686,7 +2686,7 @@ spec:
|
|
|
2686
2686
|
- -c
|
|
2687
2687
|
name: gitops-db2u
|
|
2688
2688
|
imagePullPolicy: IfNotPresent
|
|
2689
|
-
image: quay.io/ibmmas/cli:11.
|
|
2689
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
2690
2690
|
workspaces:
|
|
2691
2691
|
- name: configs
|
|
2692
2692
|
# --------------------------------------------------------------------------------
|
|
@@ -2813,7 +2813,7 @@ spec:
|
|
|
2813
2813
|
- -c
|
|
2814
2814
|
name: gitops-delete-jdbc-config
|
|
2815
2815
|
imagePullPolicy: IfNotPresent
|
|
2816
|
-
image: quay.io/ibmmas/cli:11.
|
|
2816
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
2817
2817
|
workspaces:
|
|
2818
2818
|
- name: configs
|
|
2819
2819
|
# --------------------------------------------------------------------------------
|
|
@@ -2911,7 +2911,7 @@ spec:
|
|
|
2911
2911
|
- -c
|
|
2912
2912
|
name: gitops-delete-kafka-config
|
|
2913
2913
|
imagePullPolicy: Always
|
|
2914
|
-
image: quay.io/ibmmas/cli:11.
|
|
2914
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
2915
2915
|
workspaces:
|
|
2916
2916
|
- name: configs
|
|
2917
2917
|
|
|
@@ -3003,7 +3003,7 @@ spec:
|
|
|
3003
3003
|
- -c
|
|
3004
3004
|
name: gitops-deprovision-app-config
|
|
3005
3005
|
imagePullPolicy: IfNotPresent
|
|
3006
|
-
image: quay.io/ibmmas/cli:11.
|
|
3006
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
3007
3007
|
workspaces:
|
|
3008
3008
|
- name: configs
|
|
3009
3009
|
# --------------------------------------------------------------------------------
|
|
@@ -3088,7 +3088,7 @@ spec:
|
|
|
3088
3088
|
- -c
|
|
3089
3089
|
name: gitops-deprovision-app-install
|
|
3090
3090
|
imagePullPolicy: IfNotPresent
|
|
3091
|
-
image: quay.io/ibmmas/cli:11.
|
|
3091
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
3092
3092
|
workspaces:
|
|
3093
3093
|
- name: configs
|
|
3094
3094
|
# --------------------------------------------------------------------------------
|
|
@@ -3173,7 +3173,7 @@ spec:
|
|
|
3173
3173
|
- -c
|
|
3174
3174
|
name: gitops-deprovision-cluster
|
|
3175
3175
|
imagePullPolicy: IfNotPresent
|
|
3176
|
-
image: quay.io/ibmmas/cli:11.
|
|
3176
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
3177
3177
|
workspaces:
|
|
3178
3178
|
- name: configs
|
|
3179
3179
|
# --------------------------------------------------------------------------------
|
|
@@ -3284,7 +3284,7 @@ spec:
|
|
|
3284
3284
|
- -c
|
|
3285
3285
|
name: gitops-deprovision-cos
|
|
3286
3286
|
imagePullPolicy: IfNotPresent
|
|
3287
|
-
image: quay.io/ibmmas/cli:11.
|
|
3287
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
3288
3288
|
workspaces:
|
|
3289
3289
|
- name: configs
|
|
3290
3290
|
# --------------------------------------------------------------------------------
|
|
@@ -3372,7 +3372,7 @@ spec:
|
|
|
3372
3372
|
- -c
|
|
3373
3373
|
name: gitops-deprovision-db2u-database
|
|
3374
3374
|
imagePullPolicy: IfNotPresent
|
|
3375
|
-
image: quay.io/ibmmas/cli:11.
|
|
3375
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
3376
3376
|
workspaces:
|
|
3377
3377
|
- name: configs
|
|
3378
3378
|
|
|
@@ -3455,7 +3455,7 @@ spec:
|
|
|
3455
3455
|
- -c
|
|
3456
3456
|
name: gitops-deprovision-db2u
|
|
3457
3457
|
imagePullPolicy: IfNotPresent
|
|
3458
|
-
image: quay.io/ibmmas/cli:11.
|
|
3458
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
3459
3459
|
workspaces:
|
|
3460
3460
|
- name: configs
|
|
3461
3461
|
|
|
@@ -3563,7 +3563,7 @@ spec:
|
|
|
3563
3563
|
- -c
|
|
3564
3564
|
name: gitops-deprovision-efs
|
|
3565
3565
|
imagePullPolicy: IfNotPresent
|
|
3566
|
-
image: quay.io/ibmmas/cli:11.
|
|
3566
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
3567
3567
|
workspaces:
|
|
3568
3568
|
- name: configs
|
|
3569
3569
|
|
|
@@ -3673,7 +3673,7 @@ spec:
|
|
|
3673
3673
|
- -c
|
|
3674
3674
|
name: gitops-deprovision-kafka
|
|
3675
3675
|
imagePullPolicy: IfNotPresent
|
|
3676
|
-
image: quay.io/ibmmas/cli:11.
|
|
3676
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
3677
3677
|
workspaces:
|
|
3678
3678
|
- name: configs
|
|
3679
3679
|
# --------------------------------------------------------------------------------
|
|
@@ -3776,7 +3776,7 @@ spec:
|
|
|
3776
3776
|
- -c
|
|
3777
3777
|
name: gitops-deprovision-mongo
|
|
3778
3778
|
imagePullPolicy: IfNotPresent
|
|
3779
|
-
image: quay.io/ibmmas/cli:11.
|
|
3779
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
3780
3780
|
workspaces:
|
|
3781
3781
|
- name: configs
|
|
3782
3782
|
|
|
@@ -3833,7 +3833,7 @@ spec:
|
|
|
3833
3833
|
- -c
|
|
3834
3834
|
name: gitops-deprovision-rosa
|
|
3835
3835
|
imagePullPolicy: IfNotPresent
|
|
3836
|
-
image: quay.io/ibmmas/cli:11.
|
|
3836
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
3837
3837
|
workspaces:
|
|
3838
3838
|
- name: configs
|
|
3839
3839
|
# --------------------------------------------------------------------------------
|
|
@@ -4038,7 +4038,7 @@ spec:
|
|
|
4038
4038
|
- -c
|
|
4039
4039
|
name: gitops-deprovision-suite-config
|
|
4040
4040
|
imagePullPolicy: IfNotPresent
|
|
4041
|
-
image: quay.io/ibmmas/cli:11.
|
|
4041
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
4042
4042
|
workspaces:
|
|
4043
4043
|
- name: configs
|
|
4044
4044
|
|
|
@@ -4136,7 +4136,7 @@ spec:
|
|
|
4136
4136
|
- -c
|
|
4137
4137
|
name: gitops-deprovision-suite-idp-config
|
|
4138
4138
|
imagePullPolicy: IfNotPresent
|
|
4139
|
-
image: quay.io/ibmmas/cli:11.
|
|
4139
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
4140
4140
|
workspaces:
|
|
4141
4141
|
- name: configs
|
|
4142
4142
|
# --------------------------------------------------------------------------------
|
|
@@ -4228,7 +4228,7 @@ spec:
|
|
|
4228
4228
|
- -c
|
|
4229
4229
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4230
4230
|
imagePullPolicy: IfNotPresent
|
|
4231
|
-
image: quay.io/ibmmas/cli:11.
|
|
4231
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
4232
4232
|
workspaces:
|
|
4233
4233
|
- name: configs
|
|
4234
4234
|
# --------------------------------------------------------------------------------
|
|
@@ -4320,7 +4320,7 @@ spec:
|
|
|
4320
4320
|
- -c
|
|
4321
4321
|
name: gitops-deprovision-suite-smtp-config
|
|
4322
4322
|
imagePullPolicy: IfNotPresent
|
|
4323
|
-
image: quay.io/ibmmas/cli:11.
|
|
4323
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
4324
4324
|
workspaces:
|
|
4325
4325
|
- name: configs
|
|
4326
4326
|
# --------------------------------------------------------------------------------
|
|
@@ -4413,7 +4413,7 @@ spec:
|
|
|
4413
4413
|
- -c
|
|
4414
4414
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4415
4415
|
imagePullPolicy: IfNotPresent
|
|
4416
|
-
image: quay.io/ibmmas/cli:11.
|
|
4416
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
4417
4417
|
workspaces:
|
|
4418
4418
|
- name: configs
|
|
4419
4419
|
# --------------------------------------------------------------------------------
|
|
@@ -4504,7 +4504,7 @@ spec:
|
|
|
4504
4504
|
- -c
|
|
4505
4505
|
name: gitops-deprovision-suite-workspace
|
|
4506
4506
|
imagePullPolicy: Always
|
|
4507
|
-
image: quay.io/ibmmas/cli:11.
|
|
4507
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
4508
4508
|
workspaces:
|
|
4509
4509
|
- name: configs
|
|
4510
4510
|
# --------------------------------------------------------------------------------
|
|
@@ -4597,7 +4597,7 @@ spec:
|
|
|
4597
4597
|
- -c
|
|
4598
4598
|
name: gitops-deprovision-suite
|
|
4599
4599
|
imagePullPolicy: IfNotPresent
|
|
4600
|
-
image: quay.io/ibmmas/cli:11.
|
|
4600
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
4601
4601
|
workspaces:
|
|
4602
4602
|
- name: configs
|
|
4603
4603
|
|
|
@@ -4710,7 +4710,7 @@ spec:
|
|
|
4710
4710
|
- -c
|
|
4711
4711
|
name: gitops-dro
|
|
4712
4712
|
imagePullPolicy: IfNotPresent
|
|
4713
|
-
image: quay.io/ibmmas/cli:11.
|
|
4713
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
4714
4714
|
workspaces:
|
|
4715
4715
|
- name: configs
|
|
4716
4716
|
# --------------------------------------------------------------------------------
|
|
@@ -4827,7 +4827,7 @@ spec:
|
|
|
4827
4827
|
- -c
|
|
4828
4828
|
name: gitops-efs
|
|
4829
4829
|
imagePullPolicy: IfNotPresent
|
|
4830
|
-
image: quay.io/ibmmas/cli:11.
|
|
4830
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
4831
4831
|
workspaces:
|
|
4832
4832
|
- name: configs
|
|
4833
4833
|
|
|
@@ -4962,7 +4962,7 @@ spec:
|
|
|
4962
4962
|
- -c
|
|
4963
4963
|
name: gitops-jdbc-config
|
|
4964
4964
|
imagePullPolicy: Always
|
|
4965
|
-
image: quay.io/ibmmas/cli:11.
|
|
4965
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
4966
4966
|
workspaces:
|
|
4967
4967
|
- name: configs
|
|
4968
4968
|
- name: shared-gitops-configs
|
|
@@ -5058,7 +5058,7 @@ spec:
|
|
|
5058
5058
|
- -c
|
|
5059
5059
|
name: gitops-kafka-config
|
|
5060
5060
|
imagePullPolicy: Always
|
|
5061
|
-
image: quay.io/ibmmas/cli:11.
|
|
5061
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
5062
5062
|
workspaces:
|
|
5063
5063
|
- name: configs
|
|
5064
5064
|
|
|
@@ -5180,7 +5180,7 @@ spec:
|
|
|
5180
5180
|
- -c
|
|
5181
5181
|
name: gitops-kafka
|
|
5182
5182
|
imagePullPolicy: IfNotPresent
|
|
5183
|
-
image: quay.io/ibmmas/cli:11.
|
|
5183
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
5184
5184
|
workspaces:
|
|
5185
5185
|
- name: configs
|
|
5186
5186
|
# --------------------------------------------------------------------------------
|
|
@@ -5231,7 +5231,7 @@ spec:
|
|
|
5231
5231
|
- -c
|
|
5232
5232
|
name: gitops-license
|
|
5233
5233
|
imagePullPolicy: Always
|
|
5234
|
-
image: quay.io/ibmmas/cli:11.
|
|
5234
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
5235
5235
|
workspaces:
|
|
5236
5236
|
- name: shared-entitlement
|
|
5237
5237
|
|
|
@@ -5734,7 +5734,7 @@ spec:
|
|
|
5734
5734
|
- -c
|
|
5735
5735
|
name: gitops-mas-fvt-preparer
|
|
5736
5736
|
imagePullPolicy: Always
|
|
5737
|
-
image: quay.io/ibmmas/cli:11.
|
|
5737
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
5738
5738
|
workspaces:
|
|
5739
5739
|
- name: configs
|
|
5740
5740
|
- name: shared-additional-configs
|
|
@@ -6176,7 +6176,7 @@ spec:
|
|
|
6176
6176
|
- -c
|
|
6177
6177
|
name: gitops-mas-initiator
|
|
6178
6178
|
imagePullPolicy: IfNotPresent
|
|
6179
|
-
image: quay.io/ibmmas/cli:11.
|
|
6179
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
6180
6180
|
workspaces:
|
|
6181
6181
|
- name: configs
|
|
6182
6182
|
# --------------------------------------------------------------------------------
|
|
@@ -6284,7 +6284,7 @@ spec:
|
|
|
6284
6284
|
- -c
|
|
6285
6285
|
name: gitops-mongo
|
|
6286
6286
|
imagePullPolicy: IfNotPresent
|
|
6287
|
-
image: quay.io/ibmmas/cli:11.
|
|
6287
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
6288
6288
|
workspaces:
|
|
6289
6289
|
- name: configs
|
|
6290
6290
|
|
|
@@ -6406,7 +6406,7 @@ spec:
|
|
|
6406
6406
|
- -c
|
|
6407
6407
|
name: gitops-nvidia-gpu
|
|
6408
6408
|
imagePullPolicy: IfNotPresent
|
|
6409
|
-
image: quay.io/ibmmas/cli:11.
|
|
6409
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
6410
6410
|
workspaces:
|
|
6411
6411
|
- name: configs
|
|
6412
6412
|
# --------------------------------------------------------------------------------
|
|
@@ -6524,7 +6524,7 @@ spec:
|
|
|
6524
6524
|
- -c
|
|
6525
6525
|
name: gitops-process-mongo-user
|
|
6526
6526
|
imagePullPolicy: IfNotPresent
|
|
6527
|
-
image: quay.io/ibmmas/cli:11.
|
|
6527
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
6528
6528
|
workspaces:
|
|
6529
6529
|
- name: configs
|
|
6530
6530
|
# --------------------------------------------------------------------------------
|
|
@@ -6580,7 +6580,7 @@ spec:
|
|
|
6580
6580
|
- -c
|
|
6581
6581
|
name: gitops-rosa
|
|
6582
6582
|
imagePullPolicy: IfNotPresent
|
|
6583
|
-
image: quay.io/ibmmas/cli:11.
|
|
6583
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
6584
6584
|
workspaces:
|
|
6585
6585
|
- name: configs
|
|
6586
6586
|
# --------------------------------------------------------------------------------
|
|
@@ -6762,7 +6762,7 @@ spec:
|
|
|
6762
6762
|
- -c
|
|
6763
6763
|
name: gitops-suite-app-config
|
|
6764
6764
|
imagePullPolicy: IfNotPresent
|
|
6765
|
-
image: quay.io/ibmmas/cli:11.
|
|
6765
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
6766
6766
|
workspaces:
|
|
6767
6767
|
- name: configs
|
|
6768
6768
|
- name: shared-gitops-configs
|
|
@@ -6920,7 +6920,7 @@ spec:
|
|
|
6920
6920
|
- -c
|
|
6921
6921
|
name: gitops-suite-app-install
|
|
6922
6922
|
imagePullPolicy: Always
|
|
6923
|
-
image: quay.io/ibmmas/cli:11.
|
|
6923
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
6924
6924
|
workspaces:
|
|
6925
6925
|
- name: configs
|
|
6926
6926
|
- name: shared-gitops-configs
|
|
@@ -7026,7 +7026,7 @@ spec:
|
|
|
7026
7026
|
- -c
|
|
7027
7027
|
name: gitops-suite-certs
|
|
7028
7028
|
imagePullPolicy: IfNotPresent
|
|
7029
|
-
image: quay.io/ibmmas/cli:11.
|
|
7029
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
7030
7030
|
workspaces:
|
|
7031
7031
|
- name: configs
|
|
7032
7032
|
- name: certificates
|
|
@@ -7186,7 +7186,7 @@ spec:
|
|
|
7186
7186
|
- -c
|
|
7187
7187
|
name: gitops-suite-config
|
|
7188
7188
|
imagePullPolicy: IfNotPresent
|
|
7189
|
-
image: quay.io/ibmmas/cli:11.
|
|
7189
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
7190
7190
|
workspaces:
|
|
7191
7191
|
- name: configs
|
|
7192
7192
|
- name: shared-additional-configs
|
|
@@ -7286,7 +7286,7 @@ spec:
|
|
|
7286
7286
|
- -c
|
|
7287
7287
|
name: gitops-suite-dns
|
|
7288
7288
|
imagePullPolicy: IfNotPresent
|
|
7289
|
-
image: quay.io/ibmmas/cli:11.
|
|
7289
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
7290
7290
|
workspaces:
|
|
7291
7291
|
- name: configs
|
|
7292
7292
|
|
|
@@ -7410,7 +7410,7 @@ spec:
|
|
|
7410
7410
|
- -c
|
|
7411
7411
|
name: gitops-suite-idp-config
|
|
7412
7412
|
imagePullPolicy: IfNotPresent
|
|
7413
|
-
image: quay.io/ibmmas/cli:11.
|
|
7413
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
7414
7414
|
workspaces:
|
|
7415
7415
|
- name: configs
|
|
7416
7416
|
- name: shared-additional-configs
|
|
@@ -7511,7 +7511,7 @@ spec:
|
|
|
7511
7511
|
- -c
|
|
7512
7512
|
name: gitops-suite-objectstorage-config
|
|
7513
7513
|
imagePullPolicy: IfNotPresent
|
|
7514
|
-
image: quay.io/ibmmas/cli:11.
|
|
7514
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
7515
7515
|
workspaces:
|
|
7516
7516
|
- name: configs
|
|
7517
7517
|
- name: shared-gitops-configs
|
|
@@ -7647,7 +7647,7 @@ spec:
|
|
|
7647
7647
|
- -c
|
|
7648
7648
|
name: gitops-suite-smtp-config
|
|
7649
7649
|
imagePullPolicy: IfNotPresent
|
|
7650
|
-
image: quay.io/ibmmas/cli:11.
|
|
7650
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
7651
7651
|
workspaces:
|
|
7652
7652
|
- name: configs
|
|
7653
7653
|
|
|
@@ -7756,7 +7756,7 @@ spec:
|
|
|
7756
7756
|
- -c
|
|
7757
7757
|
name: gitops-suite-watson-studio-config
|
|
7758
7758
|
imagePullPolicy: IfNotPresent
|
|
7759
|
-
image: quay.io/ibmmas/cli:11.
|
|
7759
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
7760
7760
|
workspaces:
|
|
7761
7761
|
- name: configs
|
|
7762
7762
|
- name: shared-gitops-configs
|
|
@@ -7853,7 +7853,7 @@ spec:
|
|
|
7853
7853
|
- -c
|
|
7854
7854
|
name: gitops-suite-workspace
|
|
7855
7855
|
imagePullPolicy: IfNotPresent
|
|
7856
|
-
image: quay.io/ibmmas/cli:11.
|
|
7856
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
7857
7857
|
workspaces:
|
|
7858
7858
|
- name: configs
|
|
7859
7859
|
# --------------------------------------------------------------------------------
|
|
@@ -8133,7 +8133,7 @@ spec:
|
|
|
8133
8133
|
- -c
|
|
8134
8134
|
name: gitops-suite
|
|
8135
8135
|
imagePullPolicy: IfNotPresent
|
|
8136
|
-
image: quay.io/ibmmas/cli:11.
|
|
8136
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
8137
8137
|
workspaces:
|
|
8138
8138
|
- name: configs
|
|
8139
8139
|
- name: shared-gitops-configs
|
|
@@ -8183,7 +8183,7 @@ spec:
|
|
|
8183
8183
|
|
|
8184
8184
|
steps:
|
|
8185
8185
|
- name: grafana
|
|
8186
|
-
image: quay.io/ibmmas/cli:11.
|
|
8186
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
8187
8187
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8188
8188
|
command:
|
|
8189
8189
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8317,7 +8317,7 @@ spec:
|
|
|
8317
8317
|
command:
|
|
8318
8318
|
- /opt/app-root/src/run-role.sh
|
|
8319
8319
|
- ibm_catalogs
|
|
8320
|
-
image: quay.io/ibmmas/cli:11.
|
|
8320
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
8321
8321
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8322
8322
|
workingDir: /workspace/configs
|
|
8323
8323
|
# --------------------------------------------------------------------------------
|
|
@@ -8559,7 +8559,7 @@ spec:
|
|
|
8559
8559
|
command:
|
|
8560
8560
|
- /opt/app-root/src/run-role.sh
|
|
8561
8561
|
- kafka
|
|
8562
|
-
image: quay.io/ibmmas/cli:11.
|
|
8562
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
8563
8563
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8564
8564
|
workingDir: /workspace/configs
|
|
8565
8565
|
|
|
@@ -8775,7 +8775,7 @@ spec:
|
|
|
8775
8775
|
command:
|
|
8776
8776
|
- /opt/app-root/src/run-role.sh
|
|
8777
8777
|
- kmodels
|
|
8778
|
-
image: quay.io/ibmmas/cli:11.
|
|
8778
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
8779
8779
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8780
8780
|
# --------------------------------------------------------------------------------
|
|
8781
8781
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -8953,7 +8953,7 @@ spec:
|
|
|
8953
8953
|
command:
|
|
8954
8954
|
- /opt/app-root/src/run-role.sh
|
|
8955
8955
|
- mongodb
|
|
8956
|
-
image: quay.io/ibmmas/cli:11.
|
|
8956
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
8957
8957
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8958
8958
|
workingDir: /workspace/configs
|
|
8959
8959
|
|
|
@@ -8996,7 +8996,7 @@ spec:
|
|
|
8996
8996
|
- $(params.base_output_dir)
|
|
8997
8997
|
- --extra-namespaces
|
|
8998
8998
|
- selenium
|
|
8999
|
-
image: quay.io/ibmmas/cli:11.
|
|
8999
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9000
9000
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9001
9001
|
env:
|
|
9002
9002
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9113,7 +9113,7 @@ spec:
|
|
|
9113
9113
|
command:
|
|
9114
9114
|
- /opt/app-root/src/run-role.sh
|
|
9115
9115
|
- nvidia_gpu
|
|
9116
|
-
image: quay.io/ibmmas/cli:11.
|
|
9116
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9117
9117
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9118
9118
|
workingDir: /workspace/configs
|
|
9119
9119
|
|
|
@@ -9149,7 +9149,7 @@ spec:
|
|
|
9149
9149
|
# Verify Cluster
|
|
9150
9150
|
# -------------------------------------------------------------------------
|
|
9151
9151
|
- name: ocp-verify-cluster
|
|
9152
|
-
image: quay.io/ibmmas/cli:11.
|
|
9152
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9153
9153
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9154
9154
|
command:
|
|
9155
9155
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9191,7 +9191,7 @@ spec:
|
|
|
9191
9191
|
# Verify Catalogs
|
|
9192
9192
|
# -------------------------------------------------------------------------
|
|
9193
9193
|
- name: ocp-verify-catalogs
|
|
9194
|
-
image: quay.io/ibmmas/cli:11.
|
|
9194
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9195
9195
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9196
9196
|
command:
|
|
9197
9197
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9233,7 +9233,7 @@ spec:
|
|
|
9233
9233
|
# Verify Subscriptions
|
|
9234
9234
|
# -------------------------------------------------------------------------
|
|
9235
9235
|
- name: ocp-verify-subscriptions
|
|
9236
|
-
image: quay.io/ibmmas/cli:11.
|
|
9236
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9237
9237
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9238
9238
|
command:
|
|
9239
9239
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9275,7 +9275,7 @@ spec:
|
|
|
9275
9275
|
# Verify Workloads
|
|
9276
9276
|
# -------------------------------------------------------------------------
|
|
9277
9277
|
- name: ocp-verify-workloads
|
|
9278
|
-
image: quay.io/ibmmas/cli:11.
|
|
9278
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9279
9279
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9280
9280
|
command:
|
|
9281
9281
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9317,7 +9317,7 @@ spec:
|
|
|
9317
9317
|
# Verify Catalogs - Ingress TLS
|
|
9318
9318
|
# -------------------------------------------------------------------------
|
|
9319
9319
|
- name: ocp-verify-ingress
|
|
9320
|
-
image: quay.io/ibmmas/cli:11.
|
|
9320
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9321
9321
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9322
9322
|
command:
|
|
9323
9323
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9443,7 +9443,7 @@ spec:
|
|
|
9443
9443
|
command:
|
|
9444
9444
|
- /opt/app-root/src/run-role.sh
|
|
9445
9445
|
- ocp_verify
|
|
9446
|
-
image: quay.io/ibmmas/cli:11.
|
|
9446
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9447
9447
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9448
9448
|
workingDir: /workspace/configs
|
|
9449
9449
|
# --------------------------------------------------------------------------------
|
|
@@ -9511,7 +9511,7 @@ spec:
|
|
|
9511
9511
|
command:
|
|
9512
9512
|
- /opt/app-root/src/run-role.sh
|
|
9513
9513
|
- ocs
|
|
9514
|
-
image: quay.io/ibmmas/cli:11.
|
|
9514
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9515
9515
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9516
9516
|
workingDir: /workspace/configs
|
|
9517
9517
|
|
|
@@ -9747,7 +9747,7 @@ spec:
|
|
|
9747
9747
|
command:
|
|
9748
9748
|
- /opt/app-root/src/run-role.sh
|
|
9749
9749
|
- odh
|
|
9750
|
-
image: quay.io/ibmmas/cli:11.
|
|
9750
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9751
9751
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9752
9752
|
# --------------------------------------------------------------------------------
|
|
9753
9753
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -9923,13 +9923,15 @@ spec:
|
|
|
9923
9923
|
command:
|
|
9924
9924
|
- /opt/app-root/src/run-role.sh
|
|
9925
9925
|
- sls
|
|
9926
|
-
image: quay.io/ibmmas/cli:11.
|
|
9926
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
9927
9927
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9928
9928
|
workingDir: /workspace/configs
|
|
9929
9929
|
|
|
9930
9930
|
workspaces:
|
|
9931
9931
|
- name: configs
|
|
9932
9932
|
optional: true
|
|
9933
|
+
- name: additional-configs
|
|
9934
|
+
optional: true
|
|
9933
9935
|
- name: entitlement
|
|
9934
9936
|
optional: true
|
|
9935
9937
|
- name: pod-templates
|
|
@@ -10298,12 +10300,12 @@ spec:
|
|
|
10298
10300
|
command:
|
|
10299
10301
|
- /opt/app-root/src/run-role.sh
|
|
10300
10302
|
- suite_app_config
|
|
10301
|
-
image: quay.io/ibmmas/cli:11.
|
|
10303
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
10302
10304
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10303
10305
|
|
|
10304
10306
|
# 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
10307
|
- name: app-cfg-post-verify
|
|
10306
|
-
image: quay.io/ibmmas/cli:11.
|
|
10308
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
10307
10309
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10308
10310
|
command:
|
|
10309
10311
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10504,7 +10506,7 @@ spec:
|
|
|
10504
10506
|
command:
|
|
10505
10507
|
- /opt/app-root/src/run-role.sh
|
|
10506
10508
|
- suite_app_install
|
|
10507
|
-
image: quay.io/ibmmas/cli:11.
|
|
10509
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
10508
10510
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10509
10511
|
|
|
10510
10512
|
workspaces:
|
|
@@ -10593,7 +10595,7 @@ spec:
|
|
|
10593
10595
|
command:
|
|
10594
10596
|
- /opt/app-root/src/run-role.sh
|
|
10595
10597
|
- suite_app_rollback
|
|
10596
|
-
image: quay.io/ibmmas/cli:11.
|
|
10598
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
10597
10599
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10598
10600
|
# --------------------------------------------------------------------------------
|
|
10599
10601
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10656,7 +10658,7 @@ spec:
|
|
|
10656
10658
|
command:
|
|
10657
10659
|
- /opt/app-root/src/run-role.sh
|
|
10658
10660
|
- suite_app_uninstall
|
|
10659
|
-
image: quay.io/ibmmas/cli:11.
|
|
10661
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
10660
10662
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10661
10663
|
# --------------------------------------------------------------------------------
|
|
10662
10664
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10731,7 +10733,7 @@ spec:
|
|
|
10731
10733
|
command:
|
|
10732
10734
|
- /opt/app-root/src/run-role.sh
|
|
10733
10735
|
- suite_app_upgrade
|
|
10734
|
-
image: quay.io/ibmmas/cli:11.
|
|
10736
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
10735
10737
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10736
10738
|
# --------------------------------------------------------------------------------
|
|
10737
10739
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -10832,7 +10834,7 @@ spec:
|
|
|
10832
10834
|
command:
|
|
10833
10835
|
- /opt/app-root/src/run-role.sh
|
|
10834
10836
|
- suite_app_verify
|
|
10835
|
-
image: quay.io/ibmmas/cli:11.
|
|
10837
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
10836
10838
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10837
10839
|
# --------------------------------------------------------------------------------
|
|
10838
10840
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -10975,7 +10977,7 @@ spec:
|
|
|
10975
10977
|
command:
|
|
10976
10978
|
- /opt/app-root/src/run-role.sh
|
|
10977
10979
|
- suite_certs
|
|
10978
|
-
image: quay.io/ibmmas/cli:11.
|
|
10980
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
10979
10981
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10980
10982
|
|
|
10981
10983
|
workspaces:
|
|
@@ -11042,7 +11044,7 @@ spec:
|
|
|
11042
11044
|
command:
|
|
11043
11045
|
- /opt/app-root/src/run-role.sh
|
|
11044
11046
|
- suite_config
|
|
11045
|
-
image: quay.io/ibmmas/cli:11.
|
|
11047
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
11046
11048
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11047
11049
|
workingDir: /workspace/configs
|
|
11048
11050
|
|
|
@@ -11113,7 +11115,7 @@ spec:
|
|
|
11113
11115
|
command:
|
|
11114
11116
|
- /opt/app-root/src/run-role.sh
|
|
11115
11117
|
- suite_db2_setup_for_manage
|
|
11116
|
-
image: quay.io/ibmmas/cli:11.
|
|
11118
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
11117
11119
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11118
11120
|
# --------------------------------------------------------------------------------
|
|
11119
11121
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11303,7 +11305,7 @@ spec:
|
|
|
11303
11305
|
command:
|
|
11304
11306
|
- /opt/app-root/src/run-role.sh
|
|
11305
11307
|
- suite_dns
|
|
11306
|
-
image: quay.io/ibmmas/cli:11.
|
|
11308
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
11307
11309
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11308
11310
|
# --------------------------------------------------------------------------------
|
|
11309
11311
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11552,7 +11554,7 @@ spec:
|
|
|
11552
11554
|
command:
|
|
11553
11555
|
- /opt/app-root/src/run-role.sh
|
|
11554
11556
|
- suite_install
|
|
11555
|
-
image: quay.io/ibmmas/cli:11.
|
|
11557
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
11556
11558
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11557
11559
|
workingDir: /workspace/configs
|
|
11558
11560
|
|
|
@@ -11640,7 +11642,7 @@ spec:
|
|
|
11640
11642
|
command:
|
|
11641
11643
|
- /opt/app-root/src/run-role.sh
|
|
11642
11644
|
- suite_rollback
|
|
11643
|
-
image: quay.io/ibmmas/cli:11.
|
|
11645
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
11644
11646
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11645
11647
|
# --------------------------------------------------------------------------------
|
|
11646
11648
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11705,7 +11707,7 @@ spec:
|
|
|
11705
11707
|
command:
|
|
11706
11708
|
- /opt/app-root/src/run-role.sh
|
|
11707
11709
|
- suite_uninstall
|
|
11708
|
-
image: quay.io/ibmmas/cli:11.
|
|
11710
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
11709
11711
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11710
11712
|
# --------------------------------------------------------------------------------
|
|
11711
11713
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11775,7 +11777,7 @@ spec:
|
|
|
11775
11777
|
command:
|
|
11776
11778
|
- /opt/app-root/src/run-role.sh
|
|
11777
11779
|
- suite_upgrade
|
|
11778
|
-
image: quay.io/ibmmas/cli:11.
|
|
11780
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
11779
11781
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11780
11782
|
# --------------------------------------------------------------------------------
|
|
11781
11783
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -11803,6 +11805,11 @@ spec:
|
|
|
11803
11805
|
- name: mas_instance_id
|
|
11804
11806
|
type: string
|
|
11805
11807
|
|
|
11808
|
+
- name: skip_post_verify
|
|
11809
|
+
type: string
|
|
11810
|
+
default: "false"
|
|
11811
|
+
description: "set this to True if post verify is not required"
|
|
11812
|
+
|
|
11806
11813
|
stepTemplate:
|
|
11807
11814
|
env:
|
|
11808
11815
|
- name: DEVOPS_MONGO_URI
|
|
@@ -11837,15 +11844,18 @@ spec:
|
|
|
11837
11844
|
command:
|
|
11838
11845
|
- /opt/app-root/src/run-role.sh
|
|
11839
11846
|
- suite_verify
|
|
11840
|
-
image: quay.io/ibmmas/cli:11.
|
|
11847
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
11841
11848
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11842
11849
|
|
|
11843
11850
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
11844
11851
|
- name: suite-post-verify
|
|
11845
|
-
image: quay.io/ibmmas/cli:11.
|
|
11852
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
11846
11853
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11847
|
-
|
|
11848
|
-
|
|
11854
|
+
script: |
|
|
11855
|
+
#!/usr/bin/env bash
|
|
11856
|
+
if [[ "$SKIP_POST_VERIFY" == [tT]rue ]]; then exit 0 ; fi
|
|
11857
|
+
/opt/app-root/src/wait-for-configmap.sh
|
|
11858
|
+
exit $?
|
|
11849
11859
|
env:
|
|
11850
11860
|
- name: NAMESPACE
|
|
11851
11861
|
value: $(context.taskRun.namespace)
|
|
@@ -11879,6 +11889,8 @@ spec:
|
|
|
11879
11889
|
name: approval-suite-verify
|
|
11880
11890
|
key: IGNORE_FAILURE
|
|
11881
11891
|
optional: true
|
|
11892
|
+
- name: SKIP_POST_VERIFY
|
|
11893
|
+
value: $(params.skip_post_verify)
|
|
11882
11894
|
# --------------------------------------------------------------------------------
|
|
11883
11895
|
# /home/runner/work/cli/cli/tekton/target/tasks/turbonomic.yaml
|
|
11884
11896
|
# --------------------------------------------------------------------------------
|
|
@@ -11971,7 +11983,7 @@ spec:
|
|
|
11971
11983
|
command:
|
|
11972
11984
|
- /opt/app-root/src/run-role.sh
|
|
11973
11985
|
- turbonomic
|
|
11974
|
-
image: quay.io/ibmmas/cli:11.
|
|
11986
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
11975
11987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11976
11988
|
# --------------------------------------------------------------------------------
|
|
11977
11989
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12052,7 +12064,7 @@ spec:
|
|
|
12052
12064
|
# IBM User Data Services (UDS)
|
|
12053
12065
|
# -------------------------------------------------------------------------
|
|
12054
12066
|
- name: uds
|
|
12055
|
-
image: quay.io/ibmmas/cli:11.
|
|
12067
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
12056
12068
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12057
12069
|
workingDir: /workspace/configs
|
|
12058
12070
|
command:
|
|
@@ -12115,7 +12127,7 @@ spec:
|
|
|
12115
12127
|
# IBM Data Reporter Operator (DRO)
|
|
12116
12128
|
# -------------------------------------------------------------------------
|
|
12117
12129
|
- name: dro
|
|
12118
|
-
image: quay.io/ibmmas/cli:11.
|
|
12130
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
12119
12131
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12120
12132
|
workingDir: /workspace/configs
|
|
12121
12133
|
command:
|
|
@@ -12201,7 +12213,7 @@ spec:
|
|
|
12201
12213
|
|
|
12202
12214
|
steps:
|
|
12203
12215
|
- name: update-configmap
|
|
12204
|
-
image: quay.io/ibmmas/cli:11.
|
|
12216
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
12205
12217
|
command:
|
|
12206
12218
|
- /opt/app-root/src/update-configmap.sh
|
|
12207
12219
|
env:
|
|
@@ -12263,7 +12275,7 @@ spec:
|
|
|
12263
12275
|
|
|
12264
12276
|
steps:
|
|
12265
12277
|
- name: wait-for-configmap
|
|
12266
|
-
image: quay.io/ibmmas/cli:11.
|
|
12278
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
12267
12279
|
command:
|
|
12268
12280
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12269
12281
|
env:
|
|
@@ -12327,7 +12339,7 @@ spec:
|
|
|
12327
12339
|
|
|
12328
12340
|
steps:
|
|
12329
12341
|
- name: wait
|
|
12330
|
-
image: quay.io/ibmmas/cli:11.
|
|
12342
|
+
image: quay.io/ibmmas/cli:11.7.0
|
|
12331
12343
|
command:
|
|
12332
12344
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12333
12345
|
env:
|
|
@@ -19562,6 +19574,8 @@ spec:
|
|
|
19562
19574
|
default: "/workspace/entitlement/entitlement.lic"
|
|
19563
19575
|
- name: sls_mongodb_cfg_file
|
|
19564
19576
|
type: string
|
|
19577
|
+
# The default value works for the default in-cluster install, it will need
|
|
19578
|
+
# to be modified if the mongodb namespace is changed, or if using BYO MongoDb
|
|
19565
19579
|
default: "/workspace/configs/mongo-mongoce.yml"
|
|
19566
19580
|
- name: sls_catalog_source
|
|
19567
19581
|
type: string
|
|
@@ -19927,7 +19941,7 @@ spec:
|
|
|
19927
19941
|
- name: cpd_install_all
|
|
19928
19942
|
type: string
|
|
19929
19943
|
default: ""
|
|
19930
|
-
|
|
19944
|
+
|
|
19931
19945
|
# Dependencies - UDS
|
|
19932
19946
|
# -----------------------------------------------------------------------------
|
|
19933
19947
|
- name: uds_contact_email
|
|
@@ -20815,6 +20829,10 @@ spec:
|
|
|
20815
20829
|
- name: ibmcloud_resourcegroup
|
|
20816
20830
|
value: $(params.ibmcloud_resourcegroup)
|
|
20817
20831
|
|
|
20832
|
+
when:
|
|
20833
|
+
- input: "$(params.mongodb_action)"
|
|
20834
|
+
operator: in
|
|
20835
|
+
values: ["install"]
|
|
20818
20836
|
taskRef:
|
|
20819
20837
|
kind: Task
|
|
20820
20838
|
name: mas-devops-mongodb
|
|
@@ -21226,6 +21244,8 @@ spec:
|
|
|
21226
21244
|
workspaces:
|
|
21227
21245
|
- name: configs
|
|
21228
21246
|
workspace: shared-configs
|
|
21247
|
+
- name: additional-configs
|
|
21248
|
+
workspace: shared-additional-configs
|
|
21229
21249
|
- name: entitlement
|
|
21230
21250
|
workspace: shared-entitlement
|
|
21231
21251
|
- name: pod-templates
|
|
@@ -23430,6 +23450,10 @@ spec:
|
|
|
23430
23450
|
- name: mas_app_manage_version
|
|
23431
23451
|
type: string
|
|
23432
23452
|
|
|
23453
|
+
# IoT Rollback Version
|
|
23454
|
+
- name: mas_app_iot_version
|
|
23455
|
+
type: string
|
|
23456
|
+
|
|
23433
23457
|
# Development Build Support
|
|
23434
23458
|
- name: artifactory_username
|
|
23435
23459
|
default: ""
|
|
@@ -23517,6 +23541,28 @@ spec:
|
|
|
23517
23541
|
kind: Task
|
|
23518
23542
|
name: mas-devops-suite-app-rollback
|
|
23519
23543
|
|
|
23544
|
+
# 3. Rollback App
|
|
23545
|
+
# -------------------------------------------------------------------------
|
|
23546
|
+
# Manage App Rollback
|
|
23547
|
+
- name: iot-rollback
|
|
23548
|
+
timeout: "0"
|
|
23549
|
+
runAfter:
|
|
23550
|
+
- core-rollback
|
|
23551
|
+
params:
|
|
23552
|
+
- name: mas_app_id
|
|
23553
|
+
value: iot
|
|
23554
|
+
- name: mas_app_version
|
|
23555
|
+
value: $(params.mas_app_iot_version)
|
|
23556
|
+
- name: devops_suite_name
|
|
23557
|
+
value: iot-rollback
|
|
23558
|
+
when:
|
|
23559
|
+
- input: "$(params.mas_app_iot_version)"
|
|
23560
|
+
operator: notin
|
|
23561
|
+
values: [""]
|
|
23562
|
+
taskRef:
|
|
23563
|
+
kind: Task
|
|
23564
|
+
name: mas-devops-suite-app-rollback
|
|
23565
|
+
|
|
23520
23566
|
# 4. Verify health of the cluster after the rollback complete
|
|
23521
23567
|
# -------------------------------------------------------------------------
|
|
23522
23568
|
- name: post-rollback-verify-cluster
|
|
@@ -23552,7 +23598,7 @@ spec:
|
|
|
23552
23598
|
values: ["True"]
|
|
23553
23599
|
|
|
23554
23600
|
runAfter:
|
|
23555
|
-
-
|
|
23601
|
+
- iot-rollback
|
|
23556
23602
|
|
|
23557
23603
|
# 5. Verify MAS core version after the rollback complete
|
|
23558
23604
|
# -------------------------------------------------------------------------
|
|
@@ -23602,6 +23648,29 @@ spec:
|
|
|
23602
23648
|
operator: notin
|
|
23603
23649
|
values: [""]
|
|
23604
23650
|
|
|
23651
|
+
- name: post-rollback-verify-iot-app-version
|
|
23652
|
+
timeout: "0"
|
|
23653
|
+
taskRef:
|
|
23654
|
+
kind: Task
|
|
23655
|
+
name: mas-devops-suite-app-rollback
|
|
23656
|
+
runAfter:
|
|
23657
|
+
- post-rollback-verify-cluster
|
|
23658
|
+
params:
|
|
23659
|
+
- name: mas_app_id
|
|
23660
|
+
value: iot
|
|
23661
|
+
- name: mas_app_version
|
|
23662
|
+
value: $(params.mas_app_iot_version)
|
|
23663
|
+
- name: rollback_mas_app
|
|
23664
|
+
value: 'False'
|
|
23665
|
+
- name: verify_app_version
|
|
23666
|
+
value: 'True'
|
|
23667
|
+
- name: devops_suite_name
|
|
23668
|
+
value: post-rollback-verify-iot-app-version (MAS IoT)
|
|
23669
|
+
when:
|
|
23670
|
+
- input: "$(params.mas_app_iot_version)"
|
|
23671
|
+
operator: notin
|
|
23672
|
+
values: [""]
|
|
23673
|
+
|
|
23605
23674
|
# --------------------------------------------------------------------------------
|
|
23606
23675
|
# /home/runner/work/cli/cli/tekton/target/pipelines/uninstall.yaml
|
|
23607
23676
|
# --------------------------------------------------------------------------------
|