mas-cli 13.11.0__py3-none-any.whl → 13.12.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 +1 -1
- mas/cli/install/app.py +20 -1
- mas/cli/install/argBuilder.py +1 -0
- mas/cli/install/argParser.py +5 -0
- mas/cli/install/params.py +1 -0
- mas/cli/install/settings/db2Settings.py +16 -16
- mas/cli/install/settings/manageSettings.py +137 -120
- mas/cli/install/summarizer.py +33 -33
- mas/cli/templates/ibm-mas-tekton.yaml +114 -102
- {mas_cli-13.11.0.dist-info → mas_cli-13.12.0.dist-info}/METADATA +1 -1
- {mas_cli-13.11.0.dist-info → mas_cli-13.12.0.dist-info}/RECORD +15 -15
- {mas_cli-13.11.0.dist-info → mas_cli-13.12.0.dist-info}/WHEEL +1 -1
- {mas_cli-13.11.0.data → mas_cli-13.12.0.data}/scripts/mas-cli +0 -0
- {mas_cli-13.11.0.dist-info → mas_cli-13.12.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:13.
|
|
234
|
+
image: quay.io/ibmmas/cli:13.12.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:13.
|
|
345
|
+
image: quay.io/ibmmas/cli:13.12.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:13.
|
|
463
|
+
image: quay.io/ibmmas/cli:13.12.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:13.
|
|
533
|
+
image: quay.io/ibmmas/cli:13.12.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:13.
|
|
599
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -723,7 +723,7 @@ spec:
|
|
|
723
723
|
command:
|
|
724
724
|
- /opt/app-root/src/run-role.sh
|
|
725
725
|
- cos
|
|
726
|
-
image: quay.io/ibmmas/cli:13.
|
|
726
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
727
727
|
imagePullPolicy: $(params.image_pull_policy)
|
|
728
728
|
workingDir: /workspace/configs
|
|
729
729
|
|
|
@@ -843,7 +843,7 @@ spec:
|
|
|
843
843
|
command:
|
|
844
844
|
- /opt/app-root/src/run-role.sh
|
|
845
845
|
- cp4d_service
|
|
846
|
-
image: quay.io/ibmmas/cli:13.
|
|
846
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
847
847
|
imagePullPolicy: $(params.image_pull_policy)
|
|
848
848
|
workingDir: /workspace/configs
|
|
849
849
|
# --------------------------------------------------------------------------------
|
|
@@ -960,7 +960,7 @@ spec:
|
|
|
960
960
|
command:
|
|
961
961
|
- /opt/app-root/src/run-role.sh
|
|
962
962
|
- cp4d_service
|
|
963
|
-
image: quay.io/ibmmas/cli:13.
|
|
963
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
964
964
|
imagePullPolicy: $(params.image_pull_policy)
|
|
965
965
|
workingDir: /workspace/configs
|
|
966
966
|
|
|
@@ -1066,7 +1066,7 @@ spec:
|
|
|
1066
1066
|
command:
|
|
1067
1067
|
- /opt/app-root/src/run-role.sh
|
|
1068
1068
|
- cp4d
|
|
1069
|
-
image: quay.io/ibmmas/cli:13.
|
|
1069
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
1070
1070
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1071
1071
|
# --------------------------------------------------------------------------------
|
|
1072
1072
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1388,7 +1388,7 @@ spec:
|
|
|
1388
1388
|
command:
|
|
1389
1389
|
- /opt/app-root/src/run-role.sh
|
|
1390
1390
|
- db2
|
|
1391
|
-
image: quay.io/ibmmas/cli:13.
|
|
1391
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
1392
1392
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1393
1393
|
workingDir: /workspace/configs
|
|
1394
1394
|
|
|
@@ -1498,7 +1498,7 @@ spec:
|
|
|
1498
1498
|
command:
|
|
1499
1499
|
- /opt/app-root/src/run-role.sh
|
|
1500
1500
|
- eck
|
|
1501
|
-
image: quay.io/ibmmas/cli:13.
|
|
1501
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
1502
1502
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1503
1503
|
# --------------------------------------------------------------------------------
|
|
1504
1504
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1587,7 +1587,7 @@ spec:
|
|
|
1587
1587
|
command:
|
|
1588
1588
|
- /opt/app-root/src/run-role.sh
|
|
1589
1589
|
- gencfg_workspace
|
|
1590
|
-
image: quay.io/ibmmas/cli:13.
|
|
1590
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
1591
1591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1592
1592
|
workingDir: /workspace/configs
|
|
1593
1593
|
|
|
@@ -1691,7 +1691,7 @@ spec:
|
|
|
1691
1691
|
- -c
|
|
1692
1692
|
name: gitops-bootstrap
|
|
1693
1693
|
imagePullPolicy: IfNotPresent
|
|
1694
|
-
image: quay.io/ibmmas/cli:13.
|
|
1694
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
1695
1695
|
workspaces:
|
|
1696
1696
|
- name: configs
|
|
1697
1697
|
# --------------------------------------------------------------------------------
|
|
@@ -1773,7 +1773,7 @@ spec:
|
|
|
1773
1773
|
- -c
|
|
1774
1774
|
name: gitops-cis-compliance
|
|
1775
1775
|
imagePullPolicy: IfNotPresent
|
|
1776
|
-
image: quay.io/ibmmas/cli:13.
|
|
1776
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -2078,7 +2078,7 @@ spec:
|
|
|
2078
2078
|
- -c
|
|
2079
2079
|
name: gitops-cluster
|
|
2080
2080
|
imagePullPolicy: Always
|
|
2081
|
-
image: quay.io/ibmmas/cli:13.
|
|
2081
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
2082
2082
|
workspaces:
|
|
2083
2083
|
- name: configs
|
|
2084
2084
|
# --------------------------------------------------------------------------------
|
|
@@ -2181,7 +2181,7 @@ spec:
|
|
|
2181
2181
|
- -c
|
|
2182
2182
|
name: gitops-cos
|
|
2183
2183
|
imagePullPolicy: IfNotPresent
|
|
2184
|
-
image: quay.io/ibmmas/cli:13.
|
|
2184
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
2185
2185
|
workspaces:
|
|
2186
2186
|
- name: configs
|
|
2187
2187
|
# --------------------------------------------------------------------------------
|
|
@@ -2329,7 +2329,7 @@ spec:
|
|
|
2329
2329
|
- -c
|
|
2330
2330
|
name: gitops-cp4d-service
|
|
2331
2331
|
imagePullPolicy: IfNotPresent
|
|
2332
|
-
image: quay.io/ibmmas/cli:13.
|
|
2332
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
2333
2333
|
workspaces:
|
|
2334
2334
|
- name: configs
|
|
2335
2335
|
- name: shared-gitops-configs
|
|
@@ -2458,7 +2458,7 @@ spec:
|
|
|
2458
2458
|
- -c
|
|
2459
2459
|
name: gitops-cp4d
|
|
2460
2460
|
imagePullPolicy: IfNotPresent
|
|
2461
|
-
image: quay.io/ibmmas/cli:13.
|
|
2461
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
2462
2462
|
workspaces:
|
|
2463
2463
|
- name: configs
|
|
2464
2464
|
- name: shared-gitops-configs
|
|
@@ -2744,7 +2744,7 @@ spec:
|
|
|
2744
2744
|
- -c
|
|
2745
2745
|
name: gitops-db2u-database
|
|
2746
2746
|
imagePullPolicy: Always
|
|
2747
|
-
image: quay.io/ibmmas/cli:13.
|
|
2747
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
2748
2748
|
workspaces:
|
|
2749
2749
|
- name: configs
|
|
2750
2750
|
- name: shared-gitops-configs
|
|
@@ -2842,7 +2842,7 @@ spec:
|
|
|
2842
2842
|
- -c
|
|
2843
2843
|
name: gitops-db2u
|
|
2844
2844
|
imagePullPolicy: IfNotPresent
|
|
2845
|
-
image: quay.io/ibmmas/cli:13.
|
|
2845
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
2846
2846
|
workspaces:
|
|
2847
2847
|
- name: configs
|
|
2848
2848
|
# --------------------------------------------------------------------------------
|
|
@@ -2969,7 +2969,7 @@ spec:
|
|
|
2969
2969
|
- -c
|
|
2970
2970
|
name: gitops-delete-jdbc-config
|
|
2971
2971
|
imagePullPolicy: IfNotPresent
|
|
2972
|
-
image: quay.io/ibmmas/cli:13.
|
|
2972
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
2973
2973
|
workspaces:
|
|
2974
2974
|
- name: configs
|
|
2975
2975
|
# --------------------------------------------------------------------------------
|
|
@@ -3067,7 +3067,7 @@ spec:
|
|
|
3067
3067
|
- -c
|
|
3068
3068
|
name: gitops-delete-kafka-config
|
|
3069
3069
|
imagePullPolicy: Always
|
|
3070
|
-
image: quay.io/ibmmas/cli:13.
|
|
3070
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
3071
3071
|
workspaces:
|
|
3072
3072
|
- name: configs
|
|
3073
3073
|
|
|
@@ -3159,7 +3159,7 @@ spec:
|
|
|
3159
3159
|
- -c
|
|
3160
3160
|
name: gitops-deprovision-app-config
|
|
3161
3161
|
imagePullPolicy: IfNotPresent
|
|
3162
|
-
image: quay.io/ibmmas/cli:13.
|
|
3162
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
3163
3163
|
workspaces:
|
|
3164
3164
|
- name: configs
|
|
3165
3165
|
# --------------------------------------------------------------------------------
|
|
@@ -3244,7 +3244,7 @@ spec:
|
|
|
3244
3244
|
- -c
|
|
3245
3245
|
name: gitops-deprovision-app-install
|
|
3246
3246
|
imagePullPolicy: IfNotPresent
|
|
3247
|
-
image: quay.io/ibmmas/cli:13.
|
|
3247
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
3248
3248
|
workspaces:
|
|
3249
3249
|
- name: configs
|
|
3250
3250
|
# --------------------------------------------------------------------------------
|
|
@@ -3329,7 +3329,7 @@ spec:
|
|
|
3329
3329
|
- -c
|
|
3330
3330
|
name: gitops-deprovision-cluster
|
|
3331
3331
|
imagePullPolicy: IfNotPresent
|
|
3332
|
-
image: quay.io/ibmmas/cli:13.
|
|
3332
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
3333
3333
|
workspaces:
|
|
3334
3334
|
- name: configs
|
|
3335
3335
|
# --------------------------------------------------------------------------------
|
|
@@ -3448,7 +3448,7 @@ spec:
|
|
|
3448
3448
|
- -c
|
|
3449
3449
|
name: gitops-deprovision-cos
|
|
3450
3450
|
imagePullPolicy: IfNotPresent
|
|
3451
|
-
image: quay.io/ibmmas/cli:13.
|
|
3451
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
3452
3452
|
workspaces:
|
|
3453
3453
|
- name: configs
|
|
3454
3454
|
# --------------------------------------------------------------------------------
|
|
@@ -3541,7 +3541,7 @@ spec:
|
|
|
3541
3541
|
- -c
|
|
3542
3542
|
name: gitops-deprovision-db2u-database
|
|
3543
3543
|
imagePullPolicy: IfNotPresent
|
|
3544
|
-
image: quay.io/ibmmas/cli:13.
|
|
3544
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
3545
3545
|
workspaces:
|
|
3546
3546
|
- name: configs
|
|
3547
3547
|
|
|
@@ -3624,7 +3624,7 @@ spec:
|
|
|
3624
3624
|
- -c
|
|
3625
3625
|
name: gitops-deprovision-db2u
|
|
3626
3626
|
imagePullPolicy: IfNotPresent
|
|
3627
|
-
image: quay.io/ibmmas/cli:13.
|
|
3627
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
3628
3628
|
workspaces:
|
|
3629
3629
|
- name: configs
|
|
3630
3630
|
|
|
@@ -3732,7 +3732,7 @@ spec:
|
|
|
3732
3732
|
- -c
|
|
3733
3733
|
name: gitops-deprovision-efs
|
|
3734
3734
|
imagePullPolicy: IfNotPresent
|
|
3735
|
-
image: quay.io/ibmmas/cli:13.
|
|
3735
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
3736
3736
|
workspaces:
|
|
3737
3737
|
- name: configs
|
|
3738
3738
|
|
|
@@ -3842,7 +3842,7 @@ spec:
|
|
|
3842
3842
|
- -c
|
|
3843
3843
|
name: gitops-deprovision-kafka
|
|
3844
3844
|
imagePullPolicy: IfNotPresent
|
|
3845
|
-
image: quay.io/ibmmas/cli:13.
|
|
3845
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
3846
3846
|
workspaces:
|
|
3847
3847
|
- name: configs
|
|
3848
3848
|
# --------------------------------------------------------------------------------
|
|
@@ -3945,7 +3945,7 @@ spec:
|
|
|
3945
3945
|
- -c
|
|
3946
3946
|
name: gitops-deprovision-mongo
|
|
3947
3947
|
imagePullPolicy: IfNotPresent
|
|
3948
|
-
image: quay.io/ibmmas/cli:13.
|
|
3948
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
3949
3949
|
workspaces:
|
|
3950
3950
|
- name: configs
|
|
3951
3951
|
|
|
@@ -4002,7 +4002,7 @@ spec:
|
|
|
4002
4002
|
- -c
|
|
4003
4003
|
name: gitops-deprovision-rosa
|
|
4004
4004
|
imagePullPolicy: IfNotPresent
|
|
4005
|
-
image: quay.io/ibmmas/cli:13.
|
|
4005
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
4006
4006
|
workspaces:
|
|
4007
4007
|
- name: configs
|
|
4008
4008
|
# --------------------------------------------------------------------------------
|
|
@@ -4207,7 +4207,7 @@ spec:
|
|
|
4207
4207
|
- -c
|
|
4208
4208
|
name: gitops-deprovision-suite-config
|
|
4209
4209
|
imagePullPolicy: IfNotPresent
|
|
4210
|
-
image: quay.io/ibmmas/cli:13.
|
|
4210
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
4211
4211
|
workspaces:
|
|
4212
4212
|
- name: configs
|
|
4213
4213
|
|
|
@@ -4305,7 +4305,7 @@ spec:
|
|
|
4305
4305
|
- -c
|
|
4306
4306
|
name: gitops-deprovision-suite-idp-config
|
|
4307
4307
|
imagePullPolicy: IfNotPresent
|
|
4308
|
-
image: quay.io/ibmmas/cli:13.
|
|
4308
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
4309
4309
|
workspaces:
|
|
4310
4310
|
- name: configs
|
|
4311
4311
|
# --------------------------------------------------------------------------------
|
|
@@ -4397,7 +4397,7 @@ spec:
|
|
|
4397
4397
|
- -c
|
|
4398
4398
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4399
4399
|
imagePullPolicy: IfNotPresent
|
|
4400
|
-
image: quay.io/ibmmas/cli:13.
|
|
4400
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
4401
4401
|
workspaces:
|
|
4402
4402
|
- name: configs
|
|
4403
4403
|
# --------------------------------------------------------------------------------
|
|
@@ -4609,7 +4609,7 @@ spec:
|
|
|
4609
4609
|
- -c
|
|
4610
4610
|
name: gitops-deprovision-suite-smtp-config
|
|
4611
4611
|
imagePullPolicy: IfNotPresent
|
|
4612
|
-
image: quay.io/ibmmas/cli:13.
|
|
4612
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
4613
4613
|
workspaces:
|
|
4614
4614
|
- name: configs
|
|
4615
4615
|
# --------------------------------------------------------------------------------
|
|
@@ -4702,7 +4702,7 @@ spec:
|
|
|
4702
4702
|
- -c
|
|
4703
4703
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4704
4704
|
imagePullPolicy: IfNotPresent
|
|
4705
|
-
image: quay.io/ibmmas/cli:13.
|
|
4705
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
4706
4706
|
workspaces:
|
|
4707
4707
|
- name: configs
|
|
4708
4708
|
# --------------------------------------------------------------------------------
|
|
@@ -4793,7 +4793,7 @@ spec:
|
|
|
4793
4793
|
- -c
|
|
4794
4794
|
name: gitops-deprovision-suite-workspace
|
|
4795
4795
|
imagePullPolicy: Always
|
|
4796
|
-
image: quay.io/ibmmas/cli:13.
|
|
4796
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
4797
4797
|
workspaces:
|
|
4798
4798
|
- name: configs
|
|
4799
4799
|
# --------------------------------------------------------------------------------
|
|
@@ -4886,7 +4886,7 @@ spec:
|
|
|
4886
4886
|
- -c
|
|
4887
4887
|
name: gitops-deprovision-suite
|
|
4888
4888
|
imagePullPolicy: IfNotPresent
|
|
4889
|
-
image: quay.io/ibmmas/cli:13.
|
|
4889
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
4890
4890
|
workspaces:
|
|
4891
4891
|
- name: configs
|
|
4892
4892
|
|
|
@@ -4999,7 +4999,7 @@ spec:
|
|
|
4999
4999
|
- -c
|
|
5000
5000
|
name: gitops-dro
|
|
5001
5001
|
imagePullPolicy: IfNotPresent
|
|
5002
|
-
image: quay.io/ibmmas/cli:13.
|
|
5002
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
5003
5003
|
workspaces:
|
|
5004
5004
|
- name: configs
|
|
5005
5005
|
# --------------------------------------------------------------------------------
|
|
@@ -5116,7 +5116,7 @@ spec:
|
|
|
5116
5116
|
- -c
|
|
5117
5117
|
name: gitops-efs
|
|
5118
5118
|
imagePullPolicy: IfNotPresent
|
|
5119
|
-
image: quay.io/ibmmas/cli:13.
|
|
5119
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
5120
5120
|
workspaces:
|
|
5121
5121
|
- name: configs
|
|
5122
5122
|
|
|
@@ -5251,7 +5251,7 @@ spec:
|
|
|
5251
5251
|
- -c
|
|
5252
5252
|
name: gitops-jdbc-config
|
|
5253
5253
|
imagePullPolicy: Always
|
|
5254
|
-
image: quay.io/ibmmas/cli:13.
|
|
5254
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
5255
5255
|
workspaces:
|
|
5256
5256
|
- name: configs
|
|
5257
5257
|
- name: shared-gitops-configs
|
|
@@ -5347,7 +5347,7 @@ spec:
|
|
|
5347
5347
|
- -c
|
|
5348
5348
|
name: gitops-kafka-config
|
|
5349
5349
|
imagePullPolicy: Always
|
|
5350
|
-
image: quay.io/ibmmas/cli:13.
|
|
5350
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
5351
5351
|
workspaces:
|
|
5352
5352
|
- name: configs
|
|
5353
5353
|
|
|
@@ -5469,7 +5469,7 @@ spec:
|
|
|
5469
5469
|
- -c
|
|
5470
5470
|
name: gitops-kafka
|
|
5471
5471
|
imagePullPolicy: IfNotPresent
|
|
5472
|
-
image: quay.io/ibmmas/cli:13.
|
|
5472
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
5473
5473
|
workspaces:
|
|
5474
5474
|
- name: configs
|
|
5475
5475
|
# --------------------------------------------------------------------------------
|
|
@@ -5595,7 +5595,7 @@ spec:
|
|
|
5595
5595
|
- -c
|
|
5596
5596
|
name: gitops-license
|
|
5597
5597
|
imagePullPolicy: Always
|
|
5598
|
-
image: quay.io/ibmmas/cli:13.
|
|
5598
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
5599
5599
|
workspaces:
|
|
5600
5600
|
- name: shared-entitlement
|
|
5601
5601
|
|
|
@@ -6159,7 +6159,7 @@ spec:
|
|
|
6159
6159
|
- -c
|
|
6160
6160
|
name: gitops-mas-fvt-preparer
|
|
6161
6161
|
imagePullPolicy: Always
|
|
6162
|
-
image: quay.io/ibmmas/cli:13.
|
|
6162
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
6163
6163
|
workspaces:
|
|
6164
6164
|
- name: configs
|
|
6165
6165
|
- name: shared-additional-configs
|
|
@@ -6601,7 +6601,7 @@ spec:
|
|
|
6601
6601
|
- -c
|
|
6602
6602
|
name: gitops-mas-initiator
|
|
6603
6603
|
imagePullPolicy: IfNotPresent
|
|
6604
|
-
image: quay.io/ibmmas/cli:13.
|
|
6604
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
6605
6605
|
workspaces:
|
|
6606
6606
|
- name: configs
|
|
6607
6607
|
# --------------------------------------------------------------------------------
|
|
@@ -6709,7 +6709,7 @@ spec:
|
|
|
6709
6709
|
- -c
|
|
6710
6710
|
name: gitops-mongo
|
|
6711
6711
|
imagePullPolicy: IfNotPresent
|
|
6712
|
-
image: quay.io/ibmmas/cli:13.
|
|
6712
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
6713
6713
|
workspaces:
|
|
6714
6714
|
- name: configs
|
|
6715
6715
|
|
|
@@ -6831,7 +6831,7 @@ spec:
|
|
|
6831
6831
|
- -c
|
|
6832
6832
|
name: gitops-nvidia-gpu
|
|
6833
6833
|
imagePullPolicy: IfNotPresent
|
|
6834
|
-
image: quay.io/ibmmas/cli:13.
|
|
6834
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
6835
6835
|
workspaces:
|
|
6836
6836
|
- name: configs
|
|
6837
6837
|
# --------------------------------------------------------------------------------
|
|
@@ -6949,7 +6949,7 @@ spec:
|
|
|
6949
6949
|
- -c
|
|
6950
6950
|
name: gitops-process-mongo-user
|
|
6951
6951
|
imagePullPolicy: IfNotPresent
|
|
6952
|
-
image: quay.io/ibmmas/cli:13.
|
|
6952
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
6953
6953
|
workspaces:
|
|
6954
6954
|
- name: configs
|
|
6955
6955
|
# --------------------------------------------------------------------------------
|
|
@@ -7005,7 +7005,7 @@ spec:
|
|
|
7005
7005
|
- -c
|
|
7006
7006
|
name: gitops-rosa
|
|
7007
7007
|
imagePullPolicy: IfNotPresent
|
|
7008
|
-
image: quay.io/ibmmas/cli:13.
|
|
7008
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
7009
7009
|
workspaces:
|
|
7010
7010
|
- name: configs
|
|
7011
7011
|
# --------------------------------------------------------------------------------
|
|
@@ -7192,7 +7192,7 @@ spec:
|
|
|
7192
7192
|
- -c
|
|
7193
7193
|
name: gitops-suite-app-config
|
|
7194
7194
|
imagePullPolicy: IfNotPresent
|
|
7195
|
-
image: quay.io/ibmmas/cli:13.
|
|
7195
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
7196
7196
|
workspaces:
|
|
7197
7197
|
- name: configs
|
|
7198
7198
|
- name: shared-gitops-configs
|
|
@@ -7350,7 +7350,7 @@ spec:
|
|
|
7350
7350
|
- -c
|
|
7351
7351
|
name: gitops-suite-app-install
|
|
7352
7352
|
imagePullPolicy: Always
|
|
7353
|
-
image: quay.io/ibmmas/cli:13.
|
|
7353
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
7354
7354
|
workspaces:
|
|
7355
7355
|
- name: configs
|
|
7356
7356
|
- name: shared-gitops-configs
|
|
@@ -7456,7 +7456,7 @@ spec:
|
|
|
7456
7456
|
- -c
|
|
7457
7457
|
name: gitops-suite-certs
|
|
7458
7458
|
imagePullPolicy: IfNotPresent
|
|
7459
|
-
image: quay.io/ibmmas/cli:13.
|
|
7459
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
7460
7460
|
workspaces:
|
|
7461
7461
|
- name: configs
|
|
7462
7462
|
- name: certificates
|
|
@@ -7626,7 +7626,7 @@ spec:
|
|
|
7626
7626
|
- -c
|
|
7627
7627
|
name: gitops-suite-config
|
|
7628
7628
|
imagePullPolicy: IfNotPresent
|
|
7629
|
-
image: quay.io/ibmmas/cli:13.
|
|
7629
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
7630
7630
|
workspaces:
|
|
7631
7631
|
- name: configs
|
|
7632
7632
|
- name: shared-additional-configs
|
|
@@ -7726,7 +7726,7 @@ spec:
|
|
|
7726
7726
|
- -c
|
|
7727
7727
|
name: gitops-suite-dns
|
|
7728
7728
|
imagePullPolicy: IfNotPresent
|
|
7729
|
-
image: quay.io/ibmmas/cli:13.
|
|
7729
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
7730
7730
|
workspaces:
|
|
7731
7731
|
- name: configs
|
|
7732
7732
|
|
|
@@ -7850,7 +7850,7 @@ spec:
|
|
|
7850
7850
|
- -c
|
|
7851
7851
|
name: gitops-suite-idp-config
|
|
7852
7852
|
imagePullPolicy: IfNotPresent
|
|
7853
|
-
image: quay.io/ibmmas/cli:13.
|
|
7853
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
7854
7854
|
workspaces:
|
|
7855
7855
|
- name: configs
|
|
7856
7856
|
- name: shared-additional-configs
|
|
@@ -7951,7 +7951,7 @@ spec:
|
|
|
7951
7951
|
- -c
|
|
7952
7952
|
name: gitops-suite-objectstorage-config
|
|
7953
7953
|
imagePullPolicy: IfNotPresent
|
|
7954
|
-
image: quay.io/ibmmas/cli:13.
|
|
7954
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
7955
7955
|
workspaces:
|
|
7956
7956
|
- name: configs
|
|
7957
7957
|
- name: shared-gitops-configs
|
|
@@ -8362,7 +8362,7 @@ spec:
|
|
|
8362
8362
|
- -c
|
|
8363
8363
|
name: gitops-suite-smtp-config
|
|
8364
8364
|
imagePullPolicy: IfNotPresent
|
|
8365
|
-
image: quay.io/ibmmas/cli:13.
|
|
8365
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
8366
8366
|
workspaces:
|
|
8367
8367
|
- name: configs
|
|
8368
8368
|
|
|
@@ -8482,7 +8482,7 @@ spec:
|
|
|
8482
8482
|
- -c
|
|
8483
8483
|
name: gitops-suite-watson-studio-config
|
|
8484
8484
|
imagePullPolicy: IfNotPresent
|
|
8485
|
-
image: quay.io/ibmmas/cli:13.
|
|
8485
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
8486
8486
|
workspaces:
|
|
8487
8487
|
- name: configs
|
|
8488
8488
|
- name: shared-gitops-configs
|
|
@@ -8579,7 +8579,7 @@ spec:
|
|
|
8579
8579
|
- -c
|
|
8580
8580
|
name: gitops-suite-workspace
|
|
8581
8581
|
imagePullPolicy: IfNotPresent
|
|
8582
|
-
image: quay.io/ibmmas/cli:13.
|
|
8582
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
8583
8583
|
workspaces:
|
|
8584
8584
|
- name: configs
|
|
8585
8585
|
# --------------------------------------------------------------------------------
|
|
@@ -8864,7 +8864,7 @@ spec:
|
|
|
8864
8864
|
- -c
|
|
8865
8865
|
name: gitops-suite
|
|
8866
8866
|
imagePullPolicy: IfNotPresent
|
|
8867
|
-
image: quay.io/ibmmas/cli:13.
|
|
8867
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
8868
8868
|
workspaces:
|
|
8869
8869
|
- name: configs
|
|
8870
8870
|
- name: shared-gitops-configs
|
|
@@ -8914,7 +8914,7 @@ spec:
|
|
|
8914
8914
|
|
|
8915
8915
|
steps:
|
|
8916
8916
|
- name: grafana
|
|
8917
|
-
image: quay.io/ibmmas/cli:13.
|
|
8917
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
8918
8918
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8919
8919
|
command:
|
|
8920
8920
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9048,7 +9048,7 @@ spec:
|
|
|
9048
9048
|
command:
|
|
9049
9049
|
- /opt/app-root/src/run-role.sh
|
|
9050
9050
|
- ibm_catalogs
|
|
9051
|
-
image: quay.io/ibmmas/cli:13.
|
|
9051
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
9052
9052
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9053
9053
|
workingDir: /workspace/configs
|
|
9054
9054
|
# --------------------------------------------------------------------------------
|
|
@@ -9290,7 +9290,7 @@ spec:
|
|
|
9290
9290
|
command:
|
|
9291
9291
|
- /opt/app-root/src/run-role.sh
|
|
9292
9292
|
- kafka
|
|
9293
|
-
image: quay.io/ibmmas/cli:13.
|
|
9293
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
9294
9294
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9295
9295
|
workingDir: /workspace/configs
|
|
9296
9296
|
|
|
@@ -9506,7 +9506,7 @@ spec:
|
|
|
9506
9506
|
command:
|
|
9507
9507
|
- /opt/app-root/src/run-role.sh
|
|
9508
9508
|
- kmodels
|
|
9509
|
-
image: quay.io/ibmmas/cli:13.
|
|
9509
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
9510
9510
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9511
9511
|
# --------------------------------------------------------------------------------
|
|
9512
9512
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9684,7 +9684,7 @@ spec:
|
|
|
9684
9684
|
command:
|
|
9685
9685
|
- /opt/app-root/src/run-role.sh
|
|
9686
9686
|
- mongodb
|
|
9687
|
-
image: quay.io/ibmmas/cli:13.
|
|
9687
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
9688
9688
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9689
9689
|
workingDir: /workspace/configs
|
|
9690
9690
|
|
|
@@ -9727,7 +9727,7 @@ spec:
|
|
|
9727
9727
|
- $(params.base_output_dir)
|
|
9728
9728
|
- --extra-namespaces
|
|
9729
9729
|
- selenium
|
|
9730
|
-
image: quay.io/ibmmas/cli:13.
|
|
9730
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
9731
9731
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9732
9732
|
env:
|
|
9733
9733
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9844,7 +9844,7 @@ spec:
|
|
|
9844
9844
|
command:
|
|
9845
9845
|
- /opt/app-root/src/run-role.sh
|
|
9846
9846
|
- nvidia_gpu
|
|
9847
|
-
image: quay.io/ibmmas/cli:13.
|
|
9847
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
9848
9848
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9849
9849
|
workingDir: /workspace/configs
|
|
9850
9850
|
|
|
@@ -9880,7 +9880,7 @@ spec:
|
|
|
9880
9880
|
# Verify Cluster
|
|
9881
9881
|
# -------------------------------------------------------------------------
|
|
9882
9882
|
- name: ocp-verify-cluster
|
|
9883
|
-
image: quay.io/ibmmas/cli:13.
|
|
9883
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
9884
9884
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9885
9885
|
command:
|
|
9886
9886
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9922,7 +9922,7 @@ spec:
|
|
|
9922
9922
|
# Verify Catalogs
|
|
9923
9923
|
# -------------------------------------------------------------------------
|
|
9924
9924
|
- name: ocp-verify-catalogs
|
|
9925
|
-
image: quay.io/ibmmas/cli:13.
|
|
9925
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
9926
9926
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9927
9927
|
command:
|
|
9928
9928
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9964,7 +9964,7 @@ spec:
|
|
|
9964
9964
|
# Verify Subscriptions
|
|
9965
9965
|
# -------------------------------------------------------------------------
|
|
9966
9966
|
- name: ocp-verify-subscriptions
|
|
9967
|
-
image: quay.io/ibmmas/cli:13.
|
|
9967
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
9968
9968
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9969
9969
|
command:
|
|
9970
9970
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10006,7 +10006,7 @@ spec:
|
|
|
10006
10006
|
# Verify Workloads
|
|
10007
10007
|
# -------------------------------------------------------------------------
|
|
10008
10008
|
- name: ocp-verify-workloads
|
|
10009
|
-
image: quay.io/ibmmas/cli:13.
|
|
10009
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
10010
10010
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10011
10011
|
command:
|
|
10012
10012
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10048,7 +10048,7 @@ spec:
|
|
|
10048
10048
|
# Verify Catalogs - Ingress TLS
|
|
10049
10049
|
# -------------------------------------------------------------------------
|
|
10050
10050
|
- name: ocp-verify-ingress
|
|
10051
|
-
image: quay.io/ibmmas/cli:13.
|
|
10051
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
10052
10052
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10053
10053
|
command:
|
|
10054
10054
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10174,7 +10174,7 @@ spec:
|
|
|
10174
10174
|
command:
|
|
10175
10175
|
- /opt/app-root/src/run-role.sh
|
|
10176
10176
|
- ocp_verify
|
|
10177
|
-
image: quay.io/ibmmas/cli:13.
|
|
10177
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
10178
10178
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10179
10179
|
workingDir: /workspace/configs
|
|
10180
10180
|
# --------------------------------------------------------------------------------
|
|
@@ -10242,7 +10242,7 @@ spec:
|
|
|
10242
10242
|
command:
|
|
10243
10243
|
- /opt/app-root/src/run-role.sh
|
|
10244
10244
|
- ocs
|
|
10245
|
-
image: quay.io/ibmmas/cli:13.
|
|
10245
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
10246
10246
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10247
10247
|
workingDir: /workspace/configs
|
|
10248
10248
|
|
|
@@ -10478,7 +10478,7 @@ spec:
|
|
|
10478
10478
|
command:
|
|
10479
10479
|
- /opt/app-root/src/run-role.sh
|
|
10480
10480
|
- odh
|
|
10481
|
-
image: quay.io/ibmmas/cli:13.
|
|
10481
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
10482
10482
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10483
10483
|
# --------------------------------------------------------------------------------
|
|
10484
10484
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10654,7 +10654,7 @@ spec:
|
|
|
10654
10654
|
command:
|
|
10655
10655
|
- /opt/app-root/src/run-role.sh
|
|
10656
10656
|
- sls
|
|
10657
|
-
image: quay.io/ibmmas/cli:13.
|
|
10657
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
10658
10658
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10659
10659
|
workingDir: /workspace/configs
|
|
10660
10660
|
|
|
@@ -10775,6 +10775,10 @@ spec:
|
|
|
10775
10775
|
type: string
|
|
10776
10776
|
description: Provides different flavors of server bundle configuration to handle workload for Manage application.
|
|
10777
10777
|
default: ""
|
|
10778
|
+
- name: is_full_manage
|
|
10779
|
+
type: string
|
|
10780
|
+
description: Set to true if full Manage is installed instead of Manage Foundation
|
|
10781
|
+
default: "true"
|
|
10778
10782
|
- name: mas_app_settings_tablespace
|
|
10779
10783
|
type: string
|
|
10780
10784
|
description: Name of the Manage database tablespace
|
|
@@ -10971,6 +10975,8 @@ spec:
|
|
|
10971
10975
|
value: $(params.mas_app_settings_doclinks_pvc_accessmode)
|
|
10972
10976
|
- name: MAS_APP_SETTINGS_SERVER_BUNDLES_SIZE
|
|
10973
10977
|
value: $(params.mas_app_settings_server_bundles_size)
|
|
10978
|
+
- name: IS_FULL_MANAGE
|
|
10979
|
+
value: $(params.is_full_manage)
|
|
10974
10980
|
- name: MAS_APP_SETTINGS_TABLESPACE
|
|
10975
10981
|
value: $(params.mas_app_settings_tablespace)
|
|
10976
10982
|
- name: MAS_APP_SETTINGS_INDEXSPACE
|
|
@@ -11043,12 +11049,12 @@ spec:
|
|
|
11043
11049
|
command:
|
|
11044
11050
|
- /opt/app-root/src/run-role.sh
|
|
11045
11051
|
- suite_app_config
|
|
11046
|
-
image: quay.io/ibmmas/cli:13.
|
|
11052
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
11047
11053
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11048
11054
|
|
|
11049
11055
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
11050
11056
|
- name: app-cfg-post-verify
|
|
11051
|
-
image: quay.io/ibmmas/cli:13.
|
|
11057
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
11052
11058
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11053
11059
|
command:
|
|
11054
11060
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11243,7 +11249,7 @@ spec:
|
|
|
11243
11249
|
command:
|
|
11244
11250
|
- /opt/app-root/src/run-role.sh
|
|
11245
11251
|
- suite_app_install
|
|
11246
|
-
image: quay.io/ibmmas/cli:13.
|
|
11252
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
11247
11253
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11248
11254
|
|
|
11249
11255
|
workspaces:
|
|
@@ -11332,7 +11338,7 @@ spec:
|
|
|
11332
11338
|
command:
|
|
11333
11339
|
- /opt/app-root/src/run-role.sh
|
|
11334
11340
|
- suite_app_rollback
|
|
11335
|
-
image: quay.io/ibmmas/cli:13.
|
|
11341
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
11336
11342
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11337
11343
|
# --------------------------------------------------------------------------------
|
|
11338
11344
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11395,7 +11401,7 @@ spec:
|
|
|
11395
11401
|
command:
|
|
11396
11402
|
- /opt/app-root/src/run-role.sh
|
|
11397
11403
|
- suite_app_uninstall
|
|
11398
|
-
image: quay.io/ibmmas/cli:13.
|
|
11404
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
11399
11405
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11400
11406
|
# --------------------------------------------------------------------------------
|
|
11401
11407
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11470,7 +11476,7 @@ spec:
|
|
|
11470
11476
|
command:
|
|
11471
11477
|
- /opt/app-root/src/run-role.sh
|
|
11472
11478
|
- suite_app_upgrade
|
|
11473
|
-
image: quay.io/ibmmas/cli:13.
|
|
11479
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
11474
11480
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11475
11481
|
# --------------------------------------------------------------------------------
|
|
11476
11482
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11571,7 +11577,7 @@ spec:
|
|
|
11571
11577
|
command:
|
|
11572
11578
|
- /opt/app-root/src/run-role.sh
|
|
11573
11579
|
- suite_app_verify
|
|
11574
|
-
image: quay.io/ibmmas/cli:13.
|
|
11580
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
11575
11581
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11576
11582
|
# --------------------------------------------------------------------------------
|
|
11577
11583
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11714,7 +11720,7 @@ spec:
|
|
|
11714
11720
|
command:
|
|
11715
11721
|
- /opt/app-root/src/run-role.sh
|
|
11716
11722
|
- suite_certs
|
|
11717
|
-
image: quay.io/ibmmas/cli:13.
|
|
11723
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
11718
11724
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11719
11725
|
|
|
11720
11726
|
workspaces:
|
|
@@ -11781,7 +11787,7 @@ spec:
|
|
|
11781
11787
|
command:
|
|
11782
11788
|
- /opt/app-root/src/run-role.sh
|
|
11783
11789
|
- suite_config
|
|
11784
|
-
image: quay.io/ibmmas/cli:13.
|
|
11790
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
11785
11791
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11786
11792
|
workingDir: /workspace/configs
|
|
11787
11793
|
|
|
@@ -11852,7 +11858,7 @@ spec:
|
|
|
11852
11858
|
command:
|
|
11853
11859
|
- /opt/app-root/src/run-role.sh
|
|
11854
11860
|
- suite_db2_setup_for_manage
|
|
11855
|
-
image: quay.io/ibmmas/cli:13.
|
|
11861
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
11856
11862
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11857
11863
|
# --------------------------------------------------------------------------------
|
|
11858
11864
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -12042,7 +12048,7 @@ spec:
|
|
|
12042
12048
|
command:
|
|
12043
12049
|
- /opt/app-root/src/run-role.sh
|
|
12044
12050
|
- suite_dns
|
|
12045
|
-
image: quay.io/ibmmas/cli:13.
|
|
12051
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12046
12052
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12047
12053
|
# --------------------------------------------------------------------------------
|
|
12048
12054
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -12291,7 +12297,7 @@ spec:
|
|
|
12291
12297
|
command:
|
|
12292
12298
|
- /opt/app-root/src/run-role.sh
|
|
12293
12299
|
- suite_install
|
|
12294
|
-
image: quay.io/ibmmas/cli:13.
|
|
12300
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12295
12301
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12296
12302
|
workingDir: /workspace/configs
|
|
12297
12303
|
|
|
@@ -12379,7 +12385,7 @@ spec:
|
|
|
12379
12385
|
command:
|
|
12380
12386
|
- /opt/app-root/src/run-role.sh
|
|
12381
12387
|
- suite_rollback
|
|
12382
|
-
image: quay.io/ibmmas/cli:13.
|
|
12388
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12383
12389
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12384
12390
|
# --------------------------------------------------------------------------------
|
|
12385
12391
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -12444,7 +12450,7 @@ spec:
|
|
|
12444
12450
|
command:
|
|
12445
12451
|
- /opt/app-root/src/run-role.sh
|
|
12446
12452
|
- suite_uninstall
|
|
12447
|
-
image: quay.io/ibmmas/cli:13.
|
|
12453
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12448
12454
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12449
12455
|
# --------------------------------------------------------------------------------
|
|
12450
12456
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -12514,7 +12520,7 @@ spec:
|
|
|
12514
12520
|
command:
|
|
12515
12521
|
- /opt/app-root/src/run-role.sh
|
|
12516
12522
|
- suite_upgrade
|
|
12517
|
-
image: quay.io/ibmmas/cli:13.
|
|
12523
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12518
12524
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12519
12525
|
# --------------------------------------------------------------------------------
|
|
12520
12526
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12581,12 +12587,12 @@ spec:
|
|
|
12581
12587
|
command:
|
|
12582
12588
|
- /opt/app-root/src/run-role.sh
|
|
12583
12589
|
- suite_verify
|
|
12584
|
-
image: quay.io/ibmmas/cli:13.
|
|
12590
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12585
12591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12586
12592
|
|
|
12587
12593
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12588
12594
|
- name: suite-post-verify
|
|
12589
|
-
image: quay.io/ibmmas/cli:13.
|
|
12595
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12590
12596
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12591
12597
|
script: |
|
|
12592
12598
|
#!/usr/bin/env bash
|
|
@@ -12714,7 +12720,7 @@ spec:
|
|
|
12714
12720
|
command:
|
|
12715
12721
|
- /opt/app-root/src/run-role.sh
|
|
12716
12722
|
- turbonomic
|
|
12717
|
-
image: quay.io/ibmmas/cli:13.
|
|
12723
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12718
12724
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12719
12725
|
# --------------------------------------------------------------------------------
|
|
12720
12726
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12795,7 +12801,7 @@ spec:
|
|
|
12795
12801
|
# IBM User Data Services (UDS)
|
|
12796
12802
|
# -------------------------------------------------------------------------
|
|
12797
12803
|
- name: uds
|
|
12798
|
-
image: quay.io/ibmmas/cli:13.
|
|
12804
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12799
12805
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12800
12806
|
workingDir: /workspace/configs
|
|
12801
12807
|
command:
|
|
@@ -12858,7 +12864,7 @@ spec:
|
|
|
12858
12864
|
# IBM Data Reporter Operator (DRO)
|
|
12859
12865
|
# -------------------------------------------------------------------------
|
|
12860
12866
|
- name: dro
|
|
12861
|
-
image: quay.io/ibmmas/cli:13.
|
|
12867
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12862
12868
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12863
12869
|
workingDir: /workspace/configs
|
|
12864
12870
|
command:
|
|
@@ -12944,7 +12950,7 @@ spec:
|
|
|
12944
12950
|
description: "The value to set"
|
|
12945
12951
|
steps:
|
|
12946
12952
|
- name: update-configmap
|
|
12947
|
-
image: quay.io/ibmmas/cli:13.
|
|
12953
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12948
12954
|
command:
|
|
12949
12955
|
- /opt/app-root/src/update-configmap.sh
|
|
12950
12956
|
env:
|
|
@@ -12991,7 +12997,7 @@ spec:
|
|
|
12991
12997
|
|
|
12992
12998
|
steps:
|
|
12993
12999
|
- name: wait-for-configmap
|
|
12994
|
-
image: quay.io/ibmmas/cli:13.
|
|
13000
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
12995
13001
|
command:
|
|
12996
13002
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12997
13003
|
env:
|
|
@@ -13072,7 +13078,7 @@ spec:
|
|
|
13072
13078
|
|
|
13073
13079
|
steps:
|
|
13074
13080
|
- name: wait-for-configmap
|
|
13075
|
-
image: quay.io/ibmmas/cli:13.
|
|
13081
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
13076
13082
|
command:
|
|
13077
13083
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13078
13084
|
env:
|
|
@@ -13132,7 +13138,7 @@ spec:
|
|
|
13132
13138
|
|
|
13133
13139
|
steps:
|
|
13134
13140
|
- name: wait
|
|
13135
|
-
image: quay.io/ibmmas/cli:13.
|
|
13141
|
+
image: quay.io/ibmmas/cli:13.12.0
|
|
13136
13142
|
command:
|
|
13137
13143
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13138
13144
|
env:
|
|
@@ -21792,6 +21798,10 @@ spec:
|
|
|
21792
21798
|
type: string
|
|
21793
21799
|
description: Provides different flavors of server bundle configuration to handle workload for Manage application.
|
|
21794
21800
|
default: "dev"
|
|
21801
|
+
- name: is_full_manage
|
|
21802
|
+
type: string
|
|
21803
|
+
description: Set to true if full Manage is installed instead of Manage Foundation
|
|
21804
|
+
default: "true"
|
|
21795
21805
|
- name: mas_app_settings_tablespace
|
|
21796
21806
|
type: string
|
|
21797
21807
|
description: Name of the Manage database tablespace
|
|
@@ -23802,6 +23812,8 @@ spec:
|
|
|
23802
23812
|
value: $(params.mas_app_settings_doclinks_pvc_accessmode)
|
|
23803
23813
|
- name: mas_app_settings_server_bundles_size
|
|
23804
23814
|
value: $(params.mas_app_settings_server_bundles_size)
|
|
23815
|
+
- name: is_full_manage
|
|
23816
|
+
value: $(params.is_full_manage)
|
|
23805
23817
|
- name: mas_app_settings_tablespace
|
|
23806
23818
|
value: $(params.mas_app_settings_tablespace)
|
|
23807
23819
|
- name: mas_app_settings_indexspace
|