mas-cli 13.20.0__py3-none-any.whl → 13.21.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 +2 -2
- mas/cli/install/argBuilder.py +3 -3
- mas/cli/install/argParser.py +3 -0
- mas/cli/install/params.py +3 -3
- mas/cli/install/settings/db2Settings.py +50 -29
- mas/cli/templates/ibm-mas-tekton.yaml +1728 -164
- mas/cli/upgrade/app.py +41 -8
- mas/cli/upgrade/argParser.py +7 -0
- mas/cli/upgrade/settings/__init__.py +19 -0
- {mas_cli-13.20.0.dist-info → mas_cli-13.21.0.dist-info}/METADATA +1 -1
- {mas_cli-13.20.0.dist-info → mas_cli-13.21.0.dist-info}/RECORD +16 -15
- {mas_cli-13.20.0.data → mas_cli-13.21.0.data}/scripts/mas-cli +0 -0
- {mas_cli-13.20.0.dist-info → mas_cli-13.21.0.dist-info}/WHEEL +0 -0
- {mas_cli-13.20.0.dist-info → mas_cli-13.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.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.21.0
|
|
2082
2082
|
workspaces:
|
|
2083
2083
|
- name: configs
|
|
2084
2084
|
# --------------------------------------------------------------------------------
|
|
@@ -2186,7 +2186,7 @@ spec:
|
|
|
2186
2186
|
- -c
|
|
2187
2187
|
name: gitops-cos
|
|
2188
2188
|
imagePullPolicy: IfNotPresent
|
|
2189
|
-
image: quay.io/ibmmas/cli:13.
|
|
2189
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
2190
2190
|
workspaces:
|
|
2191
2191
|
- name: configs
|
|
2192
2192
|
# --------------------------------------------------------------------------------
|
|
@@ -2334,7 +2334,7 @@ spec:
|
|
|
2334
2334
|
- -c
|
|
2335
2335
|
name: gitops-cp4d-service
|
|
2336
2336
|
imagePullPolicy: IfNotPresent
|
|
2337
|
-
image: quay.io/ibmmas/cli:13.
|
|
2337
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
2338
2338
|
workspaces:
|
|
2339
2339
|
- name: configs
|
|
2340
2340
|
- name: shared-gitops-configs
|
|
@@ -2463,7 +2463,7 @@ spec:
|
|
|
2463
2463
|
- -c
|
|
2464
2464
|
name: gitops-cp4d
|
|
2465
2465
|
imagePullPolicy: IfNotPresent
|
|
2466
|
-
image: quay.io/ibmmas/cli:13.
|
|
2466
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
2467
2467
|
workspaces:
|
|
2468
2468
|
- name: configs
|
|
2469
2469
|
- name: shared-gitops-configs
|
|
@@ -2754,7 +2754,7 @@ spec:
|
|
|
2754
2754
|
- -c
|
|
2755
2755
|
name: gitops-db2u-database
|
|
2756
2756
|
imagePullPolicy: Always
|
|
2757
|
-
image: quay.io/ibmmas/cli:13.
|
|
2757
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
2758
2758
|
workspaces:
|
|
2759
2759
|
- name: configs
|
|
2760
2760
|
- name: shared-gitops-configs
|
|
@@ -2852,7 +2852,7 @@ spec:
|
|
|
2852
2852
|
- -c
|
|
2853
2853
|
name: gitops-db2u
|
|
2854
2854
|
imagePullPolicy: IfNotPresent
|
|
2855
|
-
image: quay.io/ibmmas/cli:13.
|
|
2855
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
2856
2856
|
workspaces:
|
|
2857
2857
|
- name: configs
|
|
2858
2858
|
# --------------------------------------------------------------------------------
|
|
@@ -2979,7 +2979,7 @@ spec:
|
|
|
2979
2979
|
- -c
|
|
2980
2980
|
name: gitops-delete-jdbc-config
|
|
2981
2981
|
imagePullPolicy: IfNotPresent
|
|
2982
|
-
image: quay.io/ibmmas/cli:13.
|
|
2982
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
2983
2983
|
workspaces:
|
|
2984
2984
|
- name: configs
|
|
2985
2985
|
# --------------------------------------------------------------------------------
|
|
@@ -3077,7 +3077,7 @@ spec:
|
|
|
3077
3077
|
- -c
|
|
3078
3078
|
name: gitops-delete-kafka-config
|
|
3079
3079
|
imagePullPolicy: Always
|
|
3080
|
-
image: quay.io/ibmmas/cli:13.
|
|
3080
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
3081
3081
|
workspaces:
|
|
3082
3082
|
- name: configs
|
|
3083
3083
|
|
|
@@ -3169,7 +3169,7 @@ spec:
|
|
|
3169
3169
|
- -c
|
|
3170
3170
|
name: gitops-deprovision-app-config
|
|
3171
3171
|
imagePullPolicy: IfNotPresent
|
|
3172
|
-
image: quay.io/ibmmas/cli:13.
|
|
3172
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
3173
3173
|
workspaces:
|
|
3174
3174
|
- name: configs
|
|
3175
3175
|
# --------------------------------------------------------------------------------
|
|
@@ -3254,7 +3254,7 @@ spec:
|
|
|
3254
3254
|
- -c
|
|
3255
3255
|
name: gitops-deprovision-app-install
|
|
3256
3256
|
imagePullPolicy: IfNotPresent
|
|
3257
|
-
image: quay.io/ibmmas/cli:13.
|
|
3257
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
3258
3258
|
workspaces:
|
|
3259
3259
|
- name: configs
|
|
3260
3260
|
# --------------------------------------------------------------------------------
|
|
@@ -3339,7 +3339,7 @@ spec:
|
|
|
3339
3339
|
- -c
|
|
3340
3340
|
name: gitops-deprovision-cluster
|
|
3341
3341
|
imagePullPolicy: IfNotPresent
|
|
3342
|
-
image: quay.io/ibmmas/cli:13.
|
|
3342
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
3343
3343
|
workspaces:
|
|
3344
3344
|
- name: configs
|
|
3345
3345
|
# --------------------------------------------------------------------------------
|
|
@@ -3458,7 +3458,7 @@ spec:
|
|
|
3458
3458
|
- -c
|
|
3459
3459
|
name: gitops-deprovision-cos
|
|
3460
3460
|
imagePullPolicy: IfNotPresent
|
|
3461
|
-
image: quay.io/ibmmas/cli:13.
|
|
3461
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
3462
3462
|
workspaces:
|
|
3463
3463
|
- name: configs
|
|
3464
3464
|
# --------------------------------------------------------------------------------
|
|
@@ -3551,7 +3551,7 @@ spec:
|
|
|
3551
3551
|
- -c
|
|
3552
3552
|
name: gitops-deprovision-db2u-database
|
|
3553
3553
|
imagePullPolicy: IfNotPresent
|
|
3554
|
-
image: quay.io/ibmmas/cli:13.
|
|
3554
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
3555
3555
|
workspaces:
|
|
3556
3556
|
- name: configs
|
|
3557
3557
|
|
|
@@ -3634,7 +3634,7 @@ spec:
|
|
|
3634
3634
|
- -c
|
|
3635
3635
|
name: gitops-deprovision-db2u
|
|
3636
3636
|
imagePullPolicy: IfNotPresent
|
|
3637
|
-
image: quay.io/ibmmas/cli:13.
|
|
3637
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
3638
3638
|
workspaces:
|
|
3639
3639
|
- name: configs
|
|
3640
3640
|
|
|
@@ -3751,7 +3751,7 @@ spec:
|
|
|
3751
3751
|
- -c
|
|
3752
3752
|
name: gitops-deprovision-efs
|
|
3753
3753
|
imagePullPolicy: IfNotPresent
|
|
3754
|
-
image: quay.io/ibmmas/cli:13.
|
|
3754
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
3755
3755
|
workspaces:
|
|
3756
3756
|
- name: configs
|
|
3757
3757
|
|
|
@@ -3861,7 +3861,7 @@ spec:
|
|
|
3861
3861
|
- -c
|
|
3862
3862
|
name: gitops-deprovision-kafka
|
|
3863
3863
|
imagePullPolicy: IfNotPresent
|
|
3864
|
-
image: quay.io/ibmmas/cli:13.
|
|
3864
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
3865
3865
|
workspaces:
|
|
3866
3866
|
- name: configs
|
|
3867
3867
|
# --------------------------------------------------------------------------------
|
|
@@ -3964,7 +3964,7 @@ spec:
|
|
|
3964
3964
|
- -c
|
|
3965
3965
|
name: gitops-deprovision-mongo
|
|
3966
3966
|
imagePullPolicy: IfNotPresent
|
|
3967
|
-
image: quay.io/ibmmas/cli:13.
|
|
3967
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
3968
3968
|
workspaces:
|
|
3969
3969
|
- name: configs
|
|
3970
3970
|
|
|
@@ -4021,7 +4021,7 @@ spec:
|
|
|
4021
4021
|
- -c
|
|
4022
4022
|
name: gitops-deprovision-rosa
|
|
4023
4023
|
imagePullPolicy: IfNotPresent
|
|
4024
|
-
image: quay.io/ibmmas/cli:13.
|
|
4024
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
4025
4025
|
workspaces:
|
|
4026
4026
|
- name: configs
|
|
4027
4027
|
# --------------------------------------------------------------------------------
|
|
@@ -4226,7 +4226,7 @@ spec:
|
|
|
4226
4226
|
- -c
|
|
4227
4227
|
name: gitops-deprovision-suite-config
|
|
4228
4228
|
imagePullPolicy: IfNotPresent
|
|
4229
|
-
image: quay.io/ibmmas/cli:13.
|
|
4229
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
4230
4230
|
workspaces:
|
|
4231
4231
|
- name: configs
|
|
4232
4232
|
|
|
@@ -4324,7 +4324,7 @@ spec:
|
|
|
4324
4324
|
- -c
|
|
4325
4325
|
name: gitops-deprovision-suite-idp-config
|
|
4326
4326
|
imagePullPolicy: IfNotPresent
|
|
4327
|
-
image: quay.io/ibmmas/cli:13.
|
|
4327
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
4328
4328
|
workspaces:
|
|
4329
4329
|
- name: configs
|
|
4330
4330
|
# --------------------------------------------------------------------------------
|
|
@@ -4416,7 +4416,7 @@ spec:
|
|
|
4416
4416
|
- -c
|
|
4417
4417
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4418
4418
|
imagePullPolicy: IfNotPresent
|
|
4419
|
-
image: quay.io/ibmmas/cli:13.
|
|
4419
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
4420
4420
|
workspaces:
|
|
4421
4421
|
- name: configs
|
|
4422
4422
|
# --------------------------------------------------------------------------------
|
|
@@ -4628,7 +4628,7 @@ spec:
|
|
|
4628
4628
|
- -c
|
|
4629
4629
|
name: gitops-deprovision-suite-smtp-config
|
|
4630
4630
|
imagePullPolicy: IfNotPresent
|
|
4631
|
-
image: quay.io/ibmmas/cli:13.
|
|
4631
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
4632
4632
|
workspaces:
|
|
4633
4633
|
- name: configs
|
|
4634
4634
|
# --------------------------------------------------------------------------------
|
|
@@ -4721,7 +4721,7 @@ spec:
|
|
|
4721
4721
|
- -c
|
|
4722
4722
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4723
4723
|
imagePullPolicy: IfNotPresent
|
|
4724
|
-
image: quay.io/ibmmas/cli:13.
|
|
4724
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
4725
4725
|
workspaces:
|
|
4726
4726
|
- name: configs
|
|
4727
4727
|
# --------------------------------------------------------------------------------
|
|
@@ -4812,7 +4812,7 @@ spec:
|
|
|
4812
4812
|
- -c
|
|
4813
4813
|
name: gitops-deprovision-suite-workspace
|
|
4814
4814
|
imagePullPolicy: Always
|
|
4815
|
-
image: quay.io/ibmmas/cli:13.
|
|
4815
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
4816
4816
|
workspaces:
|
|
4817
4817
|
- name: configs
|
|
4818
4818
|
# --------------------------------------------------------------------------------
|
|
@@ -4905,7 +4905,7 @@ spec:
|
|
|
4905
4905
|
- -c
|
|
4906
4906
|
name: gitops-deprovision-suite
|
|
4907
4907
|
imagePullPolicy: IfNotPresent
|
|
4908
|
-
image: quay.io/ibmmas/cli:13.
|
|
4908
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
4909
4909
|
workspaces:
|
|
4910
4910
|
- name: configs
|
|
4911
4911
|
|
|
@@ -5018,7 +5018,7 @@ spec:
|
|
|
5018
5018
|
- -c
|
|
5019
5019
|
name: gitops-dro
|
|
5020
5020
|
imagePullPolicy: IfNotPresent
|
|
5021
|
-
image: quay.io/ibmmas/cli:13.
|
|
5021
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
5022
5022
|
workspaces:
|
|
5023
5023
|
- name: configs
|
|
5024
5024
|
# --------------------------------------------------------------------------------
|
|
@@ -5145,7 +5145,7 @@ spec:
|
|
|
5145
5145
|
- -c
|
|
5146
5146
|
name: gitops-efs
|
|
5147
5147
|
imagePullPolicy: IfNotPresent
|
|
5148
|
-
image: quay.io/ibmmas/cli:13.
|
|
5148
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
5149
5149
|
workspaces:
|
|
5150
5150
|
- name: configs
|
|
5151
5151
|
|
|
@@ -5280,7 +5280,7 @@ spec:
|
|
|
5280
5280
|
- -c
|
|
5281
5281
|
name: gitops-jdbc-config
|
|
5282
5282
|
imagePullPolicy: Always
|
|
5283
|
-
image: quay.io/ibmmas/cli:13.
|
|
5283
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
5284
5284
|
workspaces:
|
|
5285
5285
|
- name: configs
|
|
5286
5286
|
- name: shared-gitops-configs
|
|
@@ -5376,7 +5376,7 @@ spec:
|
|
|
5376
5376
|
- -c
|
|
5377
5377
|
name: gitops-kafka-config
|
|
5378
5378
|
imagePullPolicy: Always
|
|
5379
|
-
image: quay.io/ibmmas/cli:13.
|
|
5379
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
5380
5380
|
workspaces:
|
|
5381
5381
|
- name: configs
|
|
5382
5382
|
|
|
@@ -5498,7 +5498,7 @@ spec:
|
|
|
5498
5498
|
- -c
|
|
5499
5499
|
name: gitops-kafka
|
|
5500
5500
|
imagePullPolicy: IfNotPresent
|
|
5501
|
-
image: quay.io/ibmmas/cli:13.
|
|
5501
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
5502
5502
|
workspaces:
|
|
5503
5503
|
- name: configs
|
|
5504
5504
|
# --------------------------------------------------------------------------------
|
|
@@ -5624,7 +5624,7 @@ spec:
|
|
|
5624
5624
|
- -c
|
|
5625
5625
|
name: gitops-license
|
|
5626
5626
|
imagePullPolicy: Always
|
|
5627
|
-
image: quay.io/ibmmas/cli:13.
|
|
5627
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
5628
5628
|
workspaces:
|
|
5629
5629
|
- name: shared-entitlement
|
|
5630
5630
|
|
|
@@ -6213,7 +6213,7 @@ spec:
|
|
|
6213
6213
|
- -c
|
|
6214
6214
|
name: gitops-mas-fvt-preparer
|
|
6215
6215
|
imagePullPolicy: Always
|
|
6216
|
-
image: quay.io/ibmmas/cli:13.
|
|
6216
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
6217
6217
|
workspaces:
|
|
6218
6218
|
- name: configs
|
|
6219
6219
|
- name: shared-additional-configs
|
|
@@ -6699,7 +6699,7 @@ spec:
|
|
|
6699
6699
|
- -c
|
|
6700
6700
|
name: gitops-mas-initiator
|
|
6701
6701
|
imagePullPolicy: IfNotPresent
|
|
6702
|
-
image: quay.io/ibmmas/cli:13.
|
|
6702
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
6703
6703
|
workspaces:
|
|
6704
6704
|
- name: configs
|
|
6705
6705
|
# --------------------------------------------------------------------------------
|
|
@@ -6807,7 +6807,7 @@ spec:
|
|
|
6807
6807
|
- -c
|
|
6808
6808
|
name: gitops-mongo
|
|
6809
6809
|
imagePullPolicy: IfNotPresent
|
|
6810
|
-
image: quay.io/ibmmas/cli:13.
|
|
6810
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
6811
6811
|
workspaces:
|
|
6812
6812
|
- name: configs
|
|
6813
6813
|
|
|
@@ -6933,7 +6933,7 @@ spec:
|
|
|
6933
6933
|
- -c
|
|
6934
6934
|
name: gitops-nvidia-gpu
|
|
6935
6935
|
imagePullPolicy: IfNotPresent
|
|
6936
|
-
image: quay.io/ibmmas/cli:13.
|
|
6936
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
6937
6937
|
workspaces:
|
|
6938
6938
|
- name: configs
|
|
6939
6939
|
# --------------------------------------------------------------------------------
|
|
@@ -7051,7 +7051,7 @@ spec:
|
|
|
7051
7051
|
- -c
|
|
7052
7052
|
name: gitops-process-mongo-user
|
|
7053
7053
|
imagePullPolicy: IfNotPresent
|
|
7054
|
-
image: quay.io/ibmmas/cli:13.
|
|
7054
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
7055
7055
|
workspaces:
|
|
7056
7056
|
- name: configs
|
|
7057
7057
|
# --------------------------------------------------------------------------------
|
|
@@ -7107,7 +7107,7 @@ spec:
|
|
|
7107
7107
|
- -c
|
|
7108
7108
|
name: gitops-rosa
|
|
7109
7109
|
imagePullPolicy: IfNotPresent
|
|
7110
|
-
image: quay.io/ibmmas/cli:13.
|
|
7110
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
7111
7111
|
workspaces:
|
|
7112
7112
|
- name: configs
|
|
7113
7113
|
# --------------------------------------------------------------------------------
|
|
@@ -7294,7 +7294,7 @@ spec:
|
|
|
7294
7294
|
- -c
|
|
7295
7295
|
name: gitops-suite-app-config
|
|
7296
7296
|
imagePullPolicy: IfNotPresent
|
|
7297
|
-
image: quay.io/ibmmas/cli:13.
|
|
7297
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
7298
7298
|
workspaces:
|
|
7299
7299
|
- name: configs
|
|
7300
7300
|
- name: shared-gitops-configs
|
|
@@ -7452,7 +7452,7 @@ spec:
|
|
|
7452
7452
|
- -c
|
|
7453
7453
|
name: gitops-suite-app-install
|
|
7454
7454
|
imagePullPolicy: Always
|
|
7455
|
-
image: quay.io/ibmmas/cli:13.
|
|
7455
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
7456
7456
|
workspaces:
|
|
7457
7457
|
- name: configs
|
|
7458
7458
|
- name: shared-gitops-configs
|
|
@@ -7558,7 +7558,7 @@ spec:
|
|
|
7558
7558
|
- -c
|
|
7559
7559
|
name: gitops-suite-certs
|
|
7560
7560
|
imagePullPolicy: IfNotPresent
|
|
7561
|
-
image: quay.io/ibmmas/cli:13.
|
|
7561
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
7562
7562
|
workspaces:
|
|
7563
7563
|
- name: configs
|
|
7564
7564
|
- name: certificates
|
|
@@ -7728,7 +7728,7 @@ spec:
|
|
|
7728
7728
|
- -c
|
|
7729
7729
|
name: gitops-suite-config
|
|
7730
7730
|
imagePullPolicy: IfNotPresent
|
|
7731
|
-
image: quay.io/ibmmas/cli:13.
|
|
7731
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
7732
7732
|
workspaces:
|
|
7733
7733
|
- name: configs
|
|
7734
7734
|
- name: shared-additional-configs
|
|
@@ -7828,7 +7828,7 @@ spec:
|
|
|
7828
7828
|
- -c
|
|
7829
7829
|
name: gitops-suite-dns
|
|
7830
7830
|
imagePullPolicy: IfNotPresent
|
|
7831
|
-
image: quay.io/ibmmas/cli:13.
|
|
7831
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
7832
7832
|
workspaces:
|
|
7833
7833
|
- name: configs
|
|
7834
7834
|
|
|
@@ -7952,7 +7952,7 @@ spec:
|
|
|
7952
7952
|
- -c
|
|
7953
7953
|
name: gitops-suite-idp-config
|
|
7954
7954
|
imagePullPolicy: IfNotPresent
|
|
7955
|
-
image: quay.io/ibmmas/cli:13.
|
|
7955
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
7956
7956
|
workspaces:
|
|
7957
7957
|
- name: configs
|
|
7958
7958
|
- name: shared-additional-configs
|
|
@@ -8053,7 +8053,7 @@ spec:
|
|
|
8053
8053
|
- -c
|
|
8054
8054
|
name: gitops-suite-objectstorage-config
|
|
8055
8055
|
imagePullPolicy: IfNotPresent
|
|
8056
|
-
image: quay.io/ibmmas/cli:13.
|
|
8056
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
8057
8057
|
workspaces:
|
|
8058
8058
|
- name: configs
|
|
8059
8059
|
- name: shared-gitops-configs
|
|
@@ -8464,7 +8464,7 @@ spec:
|
|
|
8464
8464
|
- -c
|
|
8465
8465
|
name: gitops-suite-smtp-config
|
|
8466
8466
|
imagePullPolicy: IfNotPresent
|
|
8467
|
-
image: quay.io/ibmmas/cli:13.
|
|
8467
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
8468
8468
|
workspaces:
|
|
8469
8469
|
- name: configs
|
|
8470
8470
|
|
|
@@ -8584,7 +8584,7 @@ spec:
|
|
|
8584
8584
|
- -c
|
|
8585
8585
|
name: gitops-suite-watson-studio-config
|
|
8586
8586
|
imagePullPolicy: IfNotPresent
|
|
8587
|
-
image: quay.io/ibmmas/cli:13.
|
|
8587
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
8588
8588
|
workspaces:
|
|
8589
8589
|
- name: configs
|
|
8590
8590
|
- name: shared-gitops-configs
|
|
@@ -8686,7 +8686,7 @@ spec:
|
|
|
8686
8686
|
- -c
|
|
8687
8687
|
name: gitops-suite-workspace
|
|
8688
8688
|
imagePullPolicy: IfNotPresent
|
|
8689
|
-
image: quay.io/ibmmas/cli:13.
|
|
8689
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
8690
8690
|
workspaces:
|
|
8691
8691
|
- name: configs
|
|
8692
8692
|
# --------------------------------------------------------------------------------
|
|
@@ -9029,7 +9029,7 @@ spec:
|
|
|
9029
9029
|
- -c
|
|
9030
9030
|
name: gitops-suite
|
|
9031
9031
|
imagePullPolicy: IfNotPresent
|
|
9032
|
-
image: quay.io/ibmmas/cli:13.
|
|
9032
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
9033
9033
|
workspaces:
|
|
9034
9034
|
- name: configs
|
|
9035
9035
|
- name: shared-gitops-configs
|
|
@@ -9079,7 +9079,7 @@ spec:
|
|
|
9079
9079
|
|
|
9080
9080
|
steps:
|
|
9081
9081
|
- name: grafana
|
|
9082
|
-
image: quay.io/ibmmas/cli:13.
|
|
9082
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
9083
9083
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9084
9084
|
command:
|
|
9085
9085
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9213,7 +9213,7 @@ spec:
|
|
|
9213
9213
|
command:
|
|
9214
9214
|
- /opt/app-root/src/run-role.sh
|
|
9215
9215
|
- ibm_catalogs
|
|
9216
|
-
image: quay.io/ibmmas/cli:13.
|
|
9216
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
9217
9217
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9218
9218
|
workingDir: /workspace/configs
|
|
9219
9219
|
# --------------------------------------------------------------------------------
|
|
@@ -9455,7 +9455,7 @@ spec:
|
|
|
9455
9455
|
command:
|
|
9456
9456
|
- /opt/app-root/src/run-role.sh
|
|
9457
9457
|
- kafka
|
|
9458
|
-
image: quay.io/ibmmas/cli:13.
|
|
9458
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
9459
9459
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9460
9460
|
workingDir: /workspace/configs
|
|
9461
9461
|
|
|
@@ -9671,7 +9671,7 @@ spec:
|
|
|
9671
9671
|
command:
|
|
9672
9672
|
- /opt/app-root/src/run-role.sh
|
|
9673
9673
|
- kmodels
|
|
9674
|
-
image: quay.io/ibmmas/cli:13.
|
|
9674
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
9675
9675
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9676
9676
|
# --------------------------------------------------------------------------------
|
|
9677
9677
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9849,7 +9849,7 @@ spec:
|
|
|
9849
9849
|
command:
|
|
9850
9850
|
- /opt/app-root/src/run-role.sh
|
|
9851
9851
|
- mongodb
|
|
9852
|
-
image: quay.io/ibmmas/cli:13.
|
|
9852
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
9853
9853
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9854
9854
|
workingDir: /workspace/configs
|
|
9855
9855
|
|
|
@@ -9892,7 +9892,7 @@ spec:
|
|
|
9892
9892
|
- $(params.base_output_dir)
|
|
9893
9893
|
- --extra-namespaces
|
|
9894
9894
|
- selenium
|
|
9895
|
-
image: quay.io/ibmmas/cli:13.
|
|
9895
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
9896
9896
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9897
9897
|
env:
|
|
9898
9898
|
- name: DEVOPS_MONGO_URI
|
|
@@ -10009,7 +10009,7 @@ spec:
|
|
|
10009
10009
|
command:
|
|
10010
10010
|
- /opt/app-root/src/run-role.sh
|
|
10011
10011
|
- nvidia_gpu
|
|
10012
|
-
image: quay.io/ibmmas/cli:13.
|
|
10012
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
10013
10013
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10014
10014
|
workingDir: /workspace/configs
|
|
10015
10015
|
|
|
@@ -10045,7 +10045,7 @@ spec:
|
|
|
10045
10045
|
# Verify Cluster
|
|
10046
10046
|
# -------------------------------------------------------------------------
|
|
10047
10047
|
- name: ocp-verify-cluster
|
|
10048
|
-
image: quay.io/ibmmas/cli:13.
|
|
10048
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
10049
10049
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10050
10050
|
command:
|
|
10051
10051
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10087,7 +10087,7 @@ spec:
|
|
|
10087
10087
|
# Verify Catalogs
|
|
10088
10088
|
# -------------------------------------------------------------------------
|
|
10089
10089
|
- name: ocp-verify-catalogs
|
|
10090
|
-
image: quay.io/ibmmas/cli:13.
|
|
10090
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
10091
10091
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10092
10092
|
command:
|
|
10093
10093
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10129,7 +10129,7 @@ spec:
|
|
|
10129
10129
|
# Verify Subscriptions
|
|
10130
10130
|
# -------------------------------------------------------------------------
|
|
10131
10131
|
- name: ocp-verify-subscriptions
|
|
10132
|
-
image: quay.io/ibmmas/cli:13.
|
|
10132
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
10133
10133
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10134
10134
|
command:
|
|
10135
10135
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10171,7 +10171,7 @@ spec:
|
|
|
10171
10171
|
# Verify Workloads
|
|
10172
10172
|
# -------------------------------------------------------------------------
|
|
10173
10173
|
- name: ocp-verify-workloads
|
|
10174
|
-
image: quay.io/ibmmas/cli:13.
|
|
10174
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
10175
10175
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10176
10176
|
command:
|
|
10177
10177
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10213,7 +10213,7 @@ spec:
|
|
|
10213
10213
|
# Verify Catalogs - Ingress TLS
|
|
10214
10214
|
# -------------------------------------------------------------------------
|
|
10215
10215
|
- name: ocp-verify-ingress
|
|
10216
|
-
image: quay.io/ibmmas/cli:13.
|
|
10216
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
10217
10217
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10218
10218
|
command:
|
|
10219
10219
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10339,7 +10339,7 @@ spec:
|
|
|
10339
10339
|
command:
|
|
10340
10340
|
- /opt/app-root/src/run-role.sh
|
|
10341
10341
|
- ocp_verify
|
|
10342
|
-
image: quay.io/ibmmas/cli:13.
|
|
10342
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
10343
10343
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10344
10344
|
workingDir: /workspace/configs
|
|
10345
10345
|
# --------------------------------------------------------------------------------
|
|
@@ -10407,7 +10407,7 @@ spec:
|
|
|
10407
10407
|
command:
|
|
10408
10408
|
- /opt/app-root/src/run-role.sh
|
|
10409
10409
|
- ocs
|
|
10410
|
-
image: quay.io/ibmmas/cli:13.
|
|
10410
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
10411
10411
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10412
10412
|
workingDir: /workspace/configs
|
|
10413
10413
|
|
|
@@ -10643,7 +10643,7 @@ spec:
|
|
|
10643
10643
|
command:
|
|
10644
10644
|
- /opt/app-root/src/run-role.sh
|
|
10645
10645
|
- odh
|
|
10646
|
-
image: quay.io/ibmmas/cli:13.
|
|
10646
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
10647
10647
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10648
10648
|
# --------------------------------------------------------------------------------
|
|
10649
10649
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10819,7 +10819,7 @@ spec:
|
|
|
10819
10819
|
command:
|
|
10820
10820
|
- /opt/app-root/src/run-role.sh
|
|
10821
10821
|
- sls
|
|
10822
|
-
image: quay.io/ibmmas/cli:13.
|
|
10822
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
10823
10823
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10824
10824
|
workingDir: /workspace/configs
|
|
10825
10825
|
|
|
@@ -11214,12 +11214,12 @@ spec:
|
|
|
11214
11214
|
command:
|
|
11215
11215
|
- /opt/app-root/src/run-role.sh
|
|
11216
11216
|
- suite_app_config
|
|
11217
|
-
image: quay.io/ibmmas/cli:13.
|
|
11217
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
11218
11218
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11219
11219
|
|
|
11220
11220
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
11221
11221
|
- name: app-cfg-post-verify
|
|
11222
|
-
image: quay.io/ibmmas/cli:13.
|
|
11222
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
11223
11223
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11224
11224
|
command:
|
|
11225
11225
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11414,7 +11414,7 @@ spec:
|
|
|
11414
11414
|
command:
|
|
11415
11415
|
- /opt/app-root/src/run-role.sh
|
|
11416
11416
|
- suite_app_install
|
|
11417
|
-
image: quay.io/ibmmas/cli:13.
|
|
11417
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
11418
11418
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11419
11419
|
|
|
11420
11420
|
workspaces:
|
|
@@ -11503,7 +11503,7 @@ spec:
|
|
|
11503
11503
|
command:
|
|
11504
11504
|
- /opt/app-root/src/run-role.sh
|
|
11505
11505
|
- suite_app_rollback
|
|
11506
|
-
image: quay.io/ibmmas/cli:13.
|
|
11506
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
11507
11507
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11508
11508
|
# --------------------------------------------------------------------------------
|
|
11509
11509
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11566,7 +11566,7 @@ spec:
|
|
|
11566
11566
|
command:
|
|
11567
11567
|
- /opt/app-root/src/run-role.sh
|
|
11568
11568
|
- suite_app_uninstall
|
|
11569
|
-
image: quay.io/ibmmas/cli:13.
|
|
11569
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
11570
11570
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11571
11571
|
# --------------------------------------------------------------------------------
|
|
11572
11572
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11641,7 +11641,7 @@ spec:
|
|
|
11641
11641
|
command:
|
|
11642
11642
|
- /opt/app-root/src/run-role.sh
|
|
11643
11643
|
- suite_app_upgrade
|
|
11644
|
-
image: quay.io/ibmmas/cli:13.
|
|
11644
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
11645
11645
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11646
11646
|
# --------------------------------------------------------------------------------
|
|
11647
11647
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11742,7 +11742,7 @@ spec:
|
|
|
11742
11742
|
command:
|
|
11743
11743
|
- /opt/app-root/src/run-role.sh
|
|
11744
11744
|
- suite_app_verify
|
|
11745
|
-
image: quay.io/ibmmas/cli:13.
|
|
11745
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
11746
11746
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11747
11747
|
# --------------------------------------------------------------------------------
|
|
11748
11748
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11885,7 +11885,7 @@ spec:
|
|
|
11885
11885
|
command:
|
|
11886
11886
|
- /opt/app-root/src/run-role.sh
|
|
11887
11887
|
- suite_certs
|
|
11888
|
-
image: quay.io/ibmmas/cli:13.
|
|
11888
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
11889
11889
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11890
11890
|
|
|
11891
11891
|
workspaces:
|
|
@@ -11952,7 +11952,7 @@ spec:
|
|
|
11952
11952
|
command:
|
|
11953
11953
|
- /opt/app-root/src/run-role.sh
|
|
11954
11954
|
- suite_config
|
|
11955
|
-
image: quay.io/ibmmas/cli:13.
|
|
11955
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
11956
11956
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11957
11957
|
workingDir: /workspace/configs
|
|
11958
11958
|
|
|
@@ -12023,7 +12023,7 @@ spec:
|
|
|
12023
12023
|
command:
|
|
12024
12024
|
- /opt/app-root/src/run-role.sh
|
|
12025
12025
|
- suite_db2_setup_for_manage
|
|
12026
|
-
image: quay.io/ibmmas/cli:13.
|
|
12026
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
12027
12027
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12028
12028
|
# --------------------------------------------------------------------------------
|
|
12029
12029
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -12213,7 +12213,7 @@ spec:
|
|
|
12213
12213
|
command:
|
|
12214
12214
|
- /opt/app-root/src/run-role.sh
|
|
12215
12215
|
- suite_dns
|
|
12216
|
-
image: quay.io/ibmmas/cli:13.
|
|
12216
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
12217
12217
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12218
12218
|
# --------------------------------------------------------------------------------
|
|
12219
12219
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -12462,7 +12462,7 @@ spec:
|
|
|
12462
12462
|
command:
|
|
12463
12463
|
- /opt/app-root/src/run-role.sh
|
|
12464
12464
|
- suite_install
|
|
12465
|
-
image: quay.io/ibmmas/cli:13.
|
|
12465
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
12466
12466
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12467
12467
|
workingDir: /workspace/configs
|
|
12468
12468
|
|
|
@@ -12550,7 +12550,7 @@ spec:
|
|
|
12550
12550
|
command:
|
|
12551
12551
|
- /opt/app-root/src/run-role.sh
|
|
12552
12552
|
- suite_rollback
|
|
12553
|
-
image: quay.io/ibmmas/cli:13.
|
|
12553
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
12554
12554
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12555
12555
|
# --------------------------------------------------------------------------------
|
|
12556
12556
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -12615,7 +12615,7 @@ spec:
|
|
|
12615
12615
|
command:
|
|
12616
12616
|
- /opt/app-root/src/run-role.sh
|
|
12617
12617
|
- suite_uninstall
|
|
12618
|
-
image: quay.io/ibmmas/cli:13.
|
|
12618
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
12619
12619
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12620
12620
|
# --------------------------------------------------------------------------------
|
|
12621
12621
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -12685,7 +12685,7 @@ spec:
|
|
|
12685
12685
|
command:
|
|
12686
12686
|
- /opt/app-root/src/run-role.sh
|
|
12687
12687
|
- suite_upgrade
|
|
12688
|
-
image: quay.io/ibmmas/cli:13.
|
|
12688
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
12689
12689
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12690
12690
|
# --------------------------------------------------------------------------------
|
|
12691
12691
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12752,12 +12752,12 @@ spec:
|
|
|
12752
12752
|
command:
|
|
12753
12753
|
- /opt/app-root/src/run-role.sh
|
|
12754
12754
|
- suite_verify
|
|
12755
|
-
image: quay.io/ibmmas/cli:13.
|
|
12755
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
12756
12756
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12757
12757
|
|
|
12758
12758
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12759
12759
|
- name: suite-post-verify
|
|
12760
|
-
image: quay.io/ibmmas/cli:13.
|
|
12760
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
12761
12761
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12762
12762
|
script: |
|
|
12763
12763
|
#!/usr/bin/env bash
|
|
@@ -12885,7 +12885,7 @@ spec:
|
|
|
12885
12885
|
command:
|
|
12886
12886
|
- /opt/app-root/src/run-role.sh
|
|
12887
12887
|
- turbonomic
|
|
12888
|
-
image: quay.io/ibmmas/cli:13.
|
|
12888
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
12889
12889
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12890
12890
|
# --------------------------------------------------------------------------------
|
|
12891
12891
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12966,7 +12966,7 @@ spec:
|
|
|
12966
12966
|
# IBM User Data Services (UDS)
|
|
12967
12967
|
# -------------------------------------------------------------------------
|
|
12968
12968
|
- name: uds
|
|
12969
|
-
image: quay.io/ibmmas/cli:13.
|
|
12969
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
12970
12970
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12971
12971
|
workingDir: /workspace/configs
|
|
12972
12972
|
command:
|
|
@@ -13029,7 +13029,7 @@ spec:
|
|
|
13029
13029
|
# IBM Data Reporter Operator (DRO)
|
|
13030
13030
|
# -------------------------------------------------------------------------
|
|
13031
13031
|
- name: dro
|
|
13032
|
-
image: quay.io/ibmmas/cli:13.
|
|
13032
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
13033
13033
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13034
13034
|
workingDir: /workspace/configs
|
|
13035
13035
|
command:
|
|
@@ -13115,7 +13115,7 @@ spec:
|
|
|
13115
13115
|
description: "The value to set"
|
|
13116
13116
|
steps:
|
|
13117
13117
|
- name: update-configmap
|
|
13118
|
-
image: quay.io/ibmmas/cli:13.
|
|
13118
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
13119
13119
|
command:
|
|
13120
13120
|
- /opt/app-root/src/update-configmap.sh
|
|
13121
13121
|
env:
|
|
@@ -13162,7 +13162,7 @@ spec:
|
|
|
13162
13162
|
|
|
13163
13163
|
steps:
|
|
13164
13164
|
- name: wait-for-configmap
|
|
13165
|
-
image: quay.io/ibmmas/cli:13.
|
|
13165
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
13166
13166
|
command:
|
|
13167
13167
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13168
13168
|
env:
|
|
@@ -13243,7 +13243,7 @@ spec:
|
|
|
13243
13243
|
|
|
13244
13244
|
steps:
|
|
13245
13245
|
- name: wait-for-configmap
|
|
13246
|
-
image: quay.io/ibmmas/cli:13.
|
|
13246
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
13247
13247
|
command:
|
|
13248
13248
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13249
13249
|
env:
|
|
@@ -13303,7 +13303,7 @@ spec:
|
|
|
13303
13303
|
|
|
13304
13304
|
steps:
|
|
13305
13305
|
- name: wait
|
|
13306
|
-
image: quay.io/ibmmas/cli:13.
|
|
13306
|
+
image: quay.io/ibmmas/cli:13.21.0
|
|
13307
13307
|
command:
|
|
13308
13308
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13309
13309
|
env:
|
|
@@ -27484,6 +27484,11 @@ kind: Pipeline
|
|
|
27484
27484
|
metadata:
|
|
27485
27485
|
name: mas-upgrade
|
|
27486
27486
|
spec:
|
|
27487
|
+
workspaces:
|
|
27488
|
+
# The generated configuration files
|
|
27489
|
+
- name: shared-configs
|
|
27490
|
+
# PodTemplates configurations
|
|
27491
|
+
- name: shared-pod-templates
|
|
27487
27492
|
params:
|
|
27488
27493
|
# 1. Common Parameters
|
|
27489
27494
|
# -------------------------------------------------------------------------
|
|
@@ -27518,55 +27523,1141 @@ spec:
|
|
|
27518
27523
|
- name: mas_instance_id
|
|
27519
27524
|
type: string
|
|
27520
27525
|
default: ""
|
|
27521
|
-
|
|
27522
|
-
# 2.
|
|
27526
|
+
|
|
27527
|
+
# 2. Installation (only needed if Manage Foundation is going to be installed)
|
|
27523
27528
|
# -------------------------------------------------------------------------
|
|
27524
|
-
|
|
27529
|
+
# Storage Class Selection
|
|
27530
|
+
# -----------------------------------------------------------------------------
|
|
27531
|
+
- name: storage_class_rwo
|
|
27525
27532
|
type: string
|
|
27526
|
-
default: "
|
|
27527
|
-
description:
|
|
27533
|
+
default: ""
|
|
27534
|
+
description: ReadWriteOnce storage class
|
|
27535
|
+
- name: storage_class_rwx
|
|
27536
|
+
type: string
|
|
27537
|
+
default: ""
|
|
27538
|
+
description: ReadWriteMany storage class
|
|
27539
|
+
|
|
27540
|
+
# Entitlement
|
|
27541
|
+
# -----------------------------------------------------------------------------
|
|
27542
|
+
- name: ibm_entitlement_key
|
|
27543
|
+
type: string
|
|
27544
|
+
description: IBM Entitlement Key
|
|
27528
27545
|
|
|
27529
27546
|
# Pipeline config
|
|
27547
|
+
# -----------------------------------------------------------------------------
|
|
27530
27548
|
- name: skip_pre_check
|
|
27531
27549
|
type: string
|
|
27532
27550
|
default: ""
|
|
27533
27551
|
|
|
27534
|
-
#
|
|
27552
|
+
# Cluster config
|
|
27553
|
+
- name: ocp_ingress_tls_secret_name
|
|
27554
|
+
type: string
|
|
27555
|
+
default: ""
|
|
27556
|
+
|
|
27557
|
+
# IBM Cloud
|
|
27558
|
+
# -----------------------------------------------------------------------------
|
|
27559
|
+
- name: ibmcloud_apikey
|
|
27560
|
+
type: string
|
|
27561
|
+
default: ""
|
|
27562
|
+
- name: ibmcloud_resourcegroup
|
|
27563
|
+
type: string
|
|
27564
|
+
default: ""
|
|
27565
|
+
|
|
27566
|
+
# Dependencies - ECK
|
|
27567
|
+
# -----------------------------------------------------------------------------
|
|
27568
|
+
- name: eck_action
|
|
27569
|
+
type: string
|
|
27570
|
+
default: "no-action"
|
|
27571
|
+
|
|
27572
|
+
- name: eck_enable_elasticsearch
|
|
27573
|
+
type: string
|
|
27574
|
+
default: ""
|
|
27575
|
+
- name: eck_enable_kibana
|
|
27576
|
+
type: string
|
|
27577
|
+
default: ""
|
|
27578
|
+
- name: eck_enable_logstash
|
|
27579
|
+
type: string
|
|
27580
|
+
default: ""
|
|
27581
|
+
- name: eck_enable_filebeat
|
|
27582
|
+
type: string
|
|
27583
|
+
default: ""
|
|
27584
|
+
|
|
27585
|
+
- name: eck_remote_es_hosts
|
|
27586
|
+
type: string
|
|
27587
|
+
default: ""
|
|
27588
|
+
- name: eck_remote_es_username
|
|
27589
|
+
type: string
|
|
27590
|
+
default: ""
|
|
27591
|
+
- name: eck_remote_es_password
|
|
27592
|
+
type: string
|
|
27593
|
+
default: ""
|
|
27594
|
+
|
|
27595
|
+
|
|
27596
|
+
# Dependencies - Turbonomic
|
|
27597
|
+
# -----------------------------------------------------------------------------
|
|
27598
|
+
# KubeTurbo Configuration
|
|
27535
27599
|
# -------------------------------------------------------------------------
|
|
27536
|
-
- name:
|
|
27600
|
+
- name: kubeturbo_namespace
|
|
27537
27601
|
type: string
|
|
27538
|
-
description:
|
|
27602
|
+
description: MongoDb provider
|
|
27539
27603
|
default: ""
|
|
27540
|
-
|
|
27604
|
+
|
|
27605
|
+
# Turbonomic Configuration
|
|
27606
|
+
# -------------------------------------------------------------------------
|
|
27607
|
+
# Both turbonomic_target_name & turbonomic_server_url need to be set, or the turbonomic role will not execute
|
|
27608
|
+
- name: turbonomic_target_name
|
|
27541
27609
|
type: string
|
|
27542
|
-
description: Subscription channel for Manage application operator
|
|
27543
27610
|
default: ""
|
|
27544
|
-
- name:
|
|
27611
|
+
- name: turbonomic_server_url
|
|
27545
27612
|
type: string
|
|
27546
|
-
description: Subscription channel for Monitor application operator
|
|
27547
27613
|
default: ""
|
|
27548
|
-
- name:
|
|
27614
|
+
- name: turbonomic_server_version
|
|
27549
27615
|
type: string
|
|
27550
|
-
description: Subscription channel for Optimizer application operator
|
|
27551
27616
|
default: ""
|
|
27552
|
-
|
|
27617
|
+
|
|
27618
|
+
# Turbonomic Authentication
|
|
27619
|
+
- name: turbonomic_username
|
|
27553
27620
|
type: string
|
|
27554
|
-
description: Subscription channel for Predict application operator
|
|
27555
27621
|
default: ""
|
|
27556
|
-
- name:
|
|
27622
|
+
- name: turbonomic_password
|
|
27557
27623
|
type: string
|
|
27558
|
-
description: Subscription channel for Assist application operator
|
|
27559
27624
|
default: ""
|
|
27560
|
-
|
|
27625
|
+
|
|
27626
|
+
|
|
27627
|
+
# Dependencies - SLS
|
|
27628
|
+
# -----------------------------------------------------------------------------
|
|
27629
|
+
- name: sls_namespace
|
|
27630
|
+
type: string
|
|
27631
|
+
default: ""
|
|
27632
|
+
- name: sls_entitlement_file
|
|
27633
|
+
type: string
|
|
27634
|
+
default: ""
|
|
27635
|
+
- name: sls_mongodb_cfg_file
|
|
27636
|
+
type: string
|
|
27637
|
+
# The default value works for the default in-cluster install, it will need
|
|
27638
|
+
# to be modified if the mongodb namespace is changed, or if using BYO MongoDb
|
|
27639
|
+
default: "/workspace/configs/mongo-mongoce.yml"
|
|
27640
|
+
- name: sls_catalog_source
|
|
27641
|
+
type: string
|
|
27642
|
+
default: ""
|
|
27643
|
+
- name: sls_channel
|
|
27644
|
+
type: string
|
|
27645
|
+
default: ""
|
|
27646
|
+
- name: sls_icr_cpopen
|
|
27647
|
+
type: string
|
|
27648
|
+
default: ""
|
|
27649
|
+
- name: sls_action
|
|
27650
|
+
type: string
|
|
27651
|
+
default: ""
|
|
27652
|
+
|
|
27653
|
+
# Dependencies - MongoDb
|
|
27654
|
+
# -----------------------------------------------------------------------------
|
|
27655
|
+
- name: mongodb_namespace
|
|
27656
|
+
type: string
|
|
27657
|
+
default: ""
|
|
27658
|
+
- name: mongodb_storage_class
|
|
27659
|
+
type: string
|
|
27660
|
+
default: ""
|
|
27661
|
+
- name: mongodb_replicas
|
|
27662
|
+
type: string
|
|
27663
|
+
description: Optional configuration for mongodb replicas
|
|
27664
|
+
default: ""
|
|
27665
|
+
- name: mongodb_cpu_requests
|
|
27666
|
+
type: string
|
|
27667
|
+
description: Optional configuration for mongodb cpu requests
|
|
27668
|
+
default: ""
|
|
27669
|
+
- name: mongodb_provider
|
|
27670
|
+
type: string
|
|
27671
|
+
description: MongoDb provider
|
|
27672
|
+
default: ""
|
|
27673
|
+
- name: mongodb_version
|
|
27674
|
+
type: string
|
|
27675
|
+
description: MongoDb version
|
|
27676
|
+
default: ""
|
|
27677
|
+
- name: mongodb_action
|
|
27678
|
+
type: string
|
|
27679
|
+
description: MongoDb action
|
|
27680
|
+
default: ""
|
|
27681
|
+
|
|
27682
|
+
# Dependencies - IBM Cloud MongoDb
|
|
27683
|
+
# -------------------------------------------------------------------------
|
|
27684
|
+
- name: ibm_mongo_name
|
|
27685
|
+
type: string
|
|
27686
|
+
description: IBM Cloud MongoDb instance name
|
|
27687
|
+
default: ""
|
|
27688
|
+
- name: ibm_mongo_resourcegroup
|
|
27689
|
+
type: string
|
|
27690
|
+
description: IBM Cloud MongoDb resource group
|
|
27691
|
+
default: ""
|
|
27692
|
+
- name: ibm_mongo_region
|
|
27693
|
+
type: string
|
|
27694
|
+
description: IBM Cloud MongoDb instance region
|
|
27695
|
+
default: ""
|
|
27696
|
+
- name: ibm_mongo_admin_password
|
|
27697
|
+
type: string
|
|
27698
|
+
description: IBM Cloud MongoDb admin password
|
|
27699
|
+
default: ""
|
|
27700
|
+
|
|
27701
|
+
# Dependencies (Kafka) - General variables
|
|
27702
|
+
- name: kafka_action_system
|
|
27703
|
+
type: string
|
|
27704
|
+
description: Set to 'install' to set up a Kafka instance for the whole suite
|
|
27705
|
+
default: "none"
|
|
27706
|
+
- name: kafka_provider
|
|
27707
|
+
type: string
|
|
27708
|
+
description: Kafka provider
|
|
27709
|
+
default: ""
|
|
27710
|
+
- name: kafka_version
|
|
27711
|
+
type: string
|
|
27712
|
+
description: Kafka version
|
|
27713
|
+
default: ""
|
|
27714
|
+
|
|
27715
|
+
# Dependencies - AMQ Streams / Strimzi (Kafka)
|
|
27716
|
+
# -----------------------------------------------------------------------------
|
|
27717
|
+
- name: kafka_namespace
|
|
27718
|
+
type: string
|
|
27719
|
+
default: ""
|
|
27720
|
+
- name: kafka_cluster_size
|
|
27721
|
+
type: string
|
|
27722
|
+
default: ""
|
|
27723
|
+
- name: kafka_user_name
|
|
27724
|
+
type: string
|
|
27725
|
+
default: ""
|
|
27726
|
+
|
|
27727
|
+
# Dependencies - AWS MSK (Kafka)
|
|
27728
|
+
# -------------------------------------------------------------------------
|
|
27729
|
+
- name: vpc_id
|
|
27730
|
+
type: string
|
|
27731
|
+
default: ""
|
|
27732
|
+
- name: aws_kafka_user_name
|
|
27733
|
+
type: string
|
|
27734
|
+
default: ""
|
|
27735
|
+
- name: aws_kafka_user_password
|
|
27736
|
+
type: string
|
|
27737
|
+
default: ""
|
|
27738
|
+
- name: aws_msk_instance_type
|
|
27739
|
+
type: string
|
|
27740
|
+
default: ""
|
|
27741
|
+
- name: aws_msk_instance_number
|
|
27742
|
+
type: string
|
|
27743
|
+
default: ""
|
|
27744
|
+
- name: aws_msk_volume_size
|
|
27745
|
+
type: string
|
|
27746
|
+
default: ""
|
|
27747
|
+
- name: aws_msk_cidr_az1
|
|
27748
|
+
type: string
|
|
27749
|
+
default: ""
|
|
27750
|
+
- name: aws_msk_cidr_az2
|
|
27751
|
+
type: string
|
|
27752
|
+
default: ""
|
|
27753
|
+
- name: aws_msk_cidr_az3
|
|
27754
|
+
type: string
|
|
27755
|
+
default: ""
|
|
27756
|
+
- name: aws_msk_ingress_cidr
|
|
27757
|
+
type: string
|
|
27758
|
+
default: ""
|
|
27759
|
+
- name: aws_msk_egress_cidr
|
|
27760
|
+
type: string
|
|
27761
|
+
default: ""
|
|
27762
|
+
|
|
27763
|
+
# Dependencies - IBM Cloud Event Streams (Kafka)
|
|
27764
|
+
# -----------------------------------------------------------------------------
|
|
27765
|
+
- name: eventstreams_resourcegroup
|
|
27766
|
+
type: string
|
|
27767
|
+
default: ""
|
|
27768
|
+
- name: eventstreams_name
|
|
27769
|
+
type: string
|
|
27770
|
+
default: ""
|
|
27771
|
+
- name: eventstreams_location
|
|
27772
|
+
type: string
|
|
27773
|
+
default: ""
|
|
27774
|
+
- name: eventstreams_retention
|
|
27775
|
+
type: string
|
|
27776
|
+
default: ""
|
|
27777
|
+
- name: eventstreams_create_manage_jms_topics
|
|
27778
|
+
type: string
|
|
27779
|
+
default: ""
|
|
27780
|
+
|
|
27781
|
+
# Dependencies - NVIDIA GPU
|
|
27782
|
+
# -----------------------------------------------------------------------------
|
|
27783
|
+
- name: gpu_namespace
|
|
27784
|
+
type: string
|
|
27785
|
+
description: Optional. Nvidia gpu namespace
|
|
27786
|
+
default: ""
|
|
27787
|
+
- name: gpu_channel
|
|
27788
|
+
type: string
|
|
27789
|
+
description: Optional. Nvidia gpu channel for install and updates
|
|
27790
|
+
default: ""
|
|
27791
|
+
- name: nfd_namespace
|
|
27792
|
+
type: string
|
|
27793
|
+
description: Optional. Node feature discovery namespace
|
|
27794
|
+
default: ""
|
|
27795
|
+
- name: nfd_channel
|
|
27796
|
+
type: string
|
|
27797
|
+
description: Optional. Node feature discovery channel for install and updates
|
|
27798
|
+
default: ""
|
|
27799
|
+
|
|
27800
|
+
# Dependencies - DB2
|
|
27801
|
+
# -----------------------------------------------------------------------------
|
|
27802
|
+
# Dependencies - Db2 - Instance
|
|
27803
|
+
# -------------------------------------------------------------------------
|
|
27804
|
+
- name: db2_namespace
|
|
27805
|
+
type: string
|
|
27806
|
+
description: Namespace to create Db2uCluster instances
|
|
27807
|
+
default: "db2u"
|
|
27808
|
+
- name: db2_channel
|
|
27809
|
+
type: string
|
|
27810
|
+
description: Subscription channel for the Db2 Universal Operator
|
|
27811
|
+
default: ""
|
|
27812
|
+
- name: db2_dbname
|
|
27813
|
+
type: string
|
|
27814
|
+
description: The name of the database created
|
|
27815
|
+
default: "BLUDB"
|
|
27816
|
+
- name: db2_version
|
|
27817
|
+
type: string
|
|
27818
|
+
description: The version of the database created
|
|
27819
|
+
default: ""
|
|
27820
|
+
- name: db2_type
|
|
27821
|
+
type: string
|
|
27822
|
+
description: The type of the database created
|
|
27823
|
+
default: ""
|
|
27824
|
+
- name: db2_timezone
|
|
27825
|
+
type: string
|
|
27826
|
+
description: The timezone of the database created
|
|
27827
|
+
default: ""
|
|
27828
|
+
- name: db2_workload
|
|
27829
|
+
type: string
|
|
27830
|
+
description: The workload profile for the db2 instance ('PUREDATA_OLAP' or 'ANALYTICS')
|
|
27831
|
+
default: "ANALYTICS"
|
|
27832
|
+
- name: db2_4k_device_support
|
|
27833
|
+
type: string
|
|
27834
|
+
description: Enable 4K device support. Set to 'ON' or 'OFF'
|
|
27835
|
+
default: "ON"
|
|
27836
|
+
- name: db2_table_org
|
|
27837
|
+
type: string
|
|
27838
|
+
description: Customize the way database tables will be organized. Set to 'ROW' or 'COLUMN'
|
|
27839
|
+
default: "ROW"
|
|
27840
|
+
|
|
27841
|
+
# Dependences - Db2 - Node scheduling
|
|
27842
|
+
# -------------------------------------------------------------------------
|
|
27843
|
+
- name: db2_affinity_key
|
|
27844
|
+
type: string
|
|
27845
|
+
description: Configure node affinity (1/2)
|
|
27846
|
+
default: ""
|
|
27847
|
+
- name: db2_affinity_value
|
|
27848
|
+
type: string
|
|
27849
|
+
description: Configure node affinity (2/2)
|
|
27850
|
+
default: ""
|
|
27851
|
+
- name: db2_tolerate_key
|
|
27852
|
+
type: string
|
|
27853
|
+
description: Configure node tolerations (1/3)
|
|
27854
|
+
default: ""
|
|
27855
|
+
- name: db2_tolerate_value
|
|
27856
|
+
type: string
|
|
27857
|
+
description: Configure node tolerations (2/3)
|
|
27858
|
+
default: ""
|
|
27859
|
+
- name: db2_tolerate_effect
|
|
27860
|
+
type: string
|
|
27861
|
+
description: Configure node tolerations (3/3)
|
|
27862
|
+
default: ""
|
|
27863
|
+
|
|
27864
|
+
# Dependences - Db2 - CPU requests and limits
|
|
27865
|
+
# -------------------------------------------------------------------------
|
|
27866
|
+
- name: db2_cpu_requests
|
|
27867
|
+
type: string
|
|
27868
|
+
description: Define the Kubernetes CPU request for the Db2 pod
|
|
27869
|
+
default: "4000m"
|
|
27870
|
+
- name: db2_cpu_limits
|
|
27871
|
+
type: string
|
|
27872
|
+
description: Define the Kubernetes CPU limit for the Db2 pod
|
|
27873
|
+
default: "6000m"
|
|
27874
|
+
|
|
27875
|
+
# Dependencies - Db2 - Memory requests and limits
|
|
27876
|
+
# -------------------------------------------------------------------------
|
|
27877
|
+
- name: db2_memory_requests
|
|
27878
|
+
type: string
|
|
27879
|
+
description: Define the Kubernetes memory request for the Db2 pod
|
|
27880
|
+
default: "8Gi"
|
|
27881
|
+
- name: db2_memory_limits
|
|
27882
|
+
type: string
|
|
27883
|
+
description: Define the Kubernetes memory limit for the Db2 pod
|
|
27884
|
+
default: "16Gi"
|
|
27885
|
+
|
|
27886
|
+
# Dependencies - Db2 - Storage - Capacity
|
|
27887
|
+
# -------------------------------------------------------------------------
|
|
27888
|
+
- name: db2_meta_storage_class
|
|
27889
|
+
type: string
|
|
27890
|
+
description: Storage class (metadata)
|
|
27891
|
+
default: ""
|
|
27892
|
+
- name: db2_meta_storage_size
|
|
27893
|
+
type: string
|
|
27894
|
+
description: Storage capacity (metadata)
|
|
27895
|
+
default: "20Gi"
|
|
27896
|
+
- name: db2_backup_storage_class
|
|
27897
|
+
type: string
|
|
27898
|
+
description: Storage class (backup)
|
|
27899
|
+
default: ""
|
|
27900
|
+
- name: db2_backup_storage_size
|
|
27901
|
+
type: string
|
|
27902
|
+
description: Storage capacity (backup)
|
|
27903
|
+
default: "100Gi"
|
|
27904
|
+
- name: db2_logs_storage_class
|
|
27905
|
+
type: string
|
|
27906
|
+
description: Storage class (logs)
|
|
27907
|
+
default: ""
|
|
27908
|
+
- name: db2_logs_storage_size
|
|
27909
|
+
type: string
|
|
27910
|
+
description: Storage capacity (logs)
|
|
27911
|
+
default: "100Gi"
|
|
27912
|
+
- name: db2_temp_storage_class
|
|
27913
|
+
type: string
|
|
27914
|
+
description: Storage class (temp)
|
|
27915
|
+
default: ""
|
|
27916
|
+
- name: db2_temp_storage_size
|
|
27917
|
+
type: string
|
|
27918
|
+
description: Storage capacity (temp)
|
|
27919
|
+
default: "100Gi"
|
|
27920
|
+
- name: db2_data_storage_class
|
|
27921
|
+
type: string
|
|
27922
|
+
description: Storage class (data)
|
|
27923
|
+
default: ""
|
|
27924
|
+
- name: db2_data_storage_size
|
|
27925
|
+
type: string
|
|
27926
|
+
description: Storage capacity (data)
|
|
27927
|
+
default: "100Gi"
|
|
27928
|
+
|
|
27929
|
+
# Dependencies - Db2 - Storage - Access mode
|
|
27930
|
+
# -------------------------------------------------------------------------
|
|
27931
|
+
- name: db2_meta_storage_accessmode
|
|
27932
|
+
type: string
|
|
27933
|
+
description: Optional override for db2 meta storage access mode
|
|
27934
|
+
default: ""
|
|
27935
|
+
- name: db2_backup_storage_accessmode
|
|
27936
|
+
type: string
|
|
27937
|
+
description: Optional override for db2 backup storage access mode
|
|
27938
|
+
default: ""
|
|
27939
|
+
- name: db2_logs_storage_accessmode
|
|
27940
|
+
type: string
|
|
27941
|
+
description: Optional override for db2 logs storage access mode
|
|
27942
|
+
default: ""
|
|
27943
|
+
- name: db2_temp_storage_accessmode
|
|
27944
|
+
type: string
|
|
27945
|
+
description: Optional override for db2 temp storage access mode
|
|
27946
|
+
default: ""
|
|
27947
|
+
- name: db2_data_storage_accessmode
|
|
27948
|
+
type: string
|
|
27949
|
+
description: Optional override for db2 data storage access mode
|
|
27950
|
+
default: ""
|
|
27951
|
+
|
|
27952
|
+
# Dependencies - Db2 - LDAP
|
|
27953
|
+
# -------------------------------------------------------------------------
|
|
27954
|
+
- name: db2_ldap_username
|
|
27955
|
+
type: string
|
|
27956
|
+
description: Define the username of db2 in the local LDAP registry. If this is defined, the LDAP user will be the user identity passed into the MAS JDBC configuration.
|
|
27957
|
+
default: ""
|
|
27958
|
+
- name: db2_ldap_password
|
|
27959
|
+
type: string
|
|
27960
|
+
description: Define the password of the db2 user in the local LDAP registry. Must define when db2_ldap_username is used.
|
|
27961
|
+
default: ""
|
|
27962
|
+
- name: db2_action_system
|
|
27963
|
+
type: string
|
|
27964
|
+
description: Set to 'install' to set up a Db2 instance for the whole suite
|
|
27965
|
+
default: "none"
|
|
27966
|
+
- name: db2_action_manage
|
|
27967
|
+
type: string
|
|
27968
|
+
description: Set to 'install' to set up a Db2 instance for Manage
|
|
27969
|
+
default: "none"
|
|
27970
|
+
- name: db2_binding_manage
|
|
27971
|
+
type: string
|
|
27972
|
+
description: Set to 'system' if using the shared system JDBC configuration, or 'workspace-application' if using a dedicated JDBC configuration.
|
|
27973
|
+
default: ""
|
|
27974
|
+
|
|
27975
|
+
# Dependencies - CP4D
|
|
27976
|
+
# -----------------------------------------------------------------------------
|
|
27977
|
+
- name: cpd_operators_namespace
|
|
27978
|
+
type: string
|
|
27979
|
+
default: ""
|
|
27980
|
+
- name: cpd_instance_namespace
|
|
27981
|
+
type: string
|
|
27982
|
+
default: ""
|
|
27983
|
+
- name: cpd_primary_storage_class
|
|
27984
|
+
type: string
|
|
27985
|
+
default: ""
|
|
27986
|
+
- name: cpd_metadata_storage_class
|
|
27987
|
+
type: string
|
|
27988
|
+
default: ""
|
|
27989
|
+
|
|
27990
|
+
# Dependencies - CP4D Services
|
|
27991
|
+
# -----------------------------------------------------------------------------
|
|
27992
|
+
- name: cpd_product_version
|
|
27993
|
+
type: string
|
|
27994
|
+
default: ""
|
|
27995
|
+
- name: cpd_install_spss
|
|
27996
|
+
type: string
|
|
27997
|
+
default: ""
|
|
27998
|
+
- name: cpd_install_cognos
|
|
27999
|
+
type: string
|
|
28000
|
+
default: ""
|
|
28001
|
+
- name: cpd_install_ws
|
|
28002
|
+
type: string
|
|
28003
|
+
default: ""
|
|
28004
|
+
- name: cpd_install_wml
|
|
28005
|
+
type: string
|
|
28006
|
+
default: ""
|
|
28007
|
+
- name: cpd_install_ae
|
|
28008
|
+
type: string
|
|
28009
|
+
default: ""
|
|
28010
|
+
|
|
28011
|
+
# Dependencies - UDS
|
|
28012
|
+
# -----------------------------------------------------------------------------
|
|
28013
|
+
- name: uds_contact_email
|
|
28014
|
+
type: string
|
|
28015
|
+
default: ""
|
|
28016
|
+
- name: uds_contact_firstname
|
|
28017
|
+
type: string
|
|
28018
|
+
default: ""
|
|
28019
|
+
- name: uds_contact_lastname
|
|
28020
|
+
type: string
|
|
28021
|
+
default: ""
|
|
28022
|
+
- name: uds_event_scheduler_frequency
|
|
28023
|
+
type: string
|
|
28024
|
+
default: ""
|
|
28025
|
+
- name: uds_action
|
|
28026
|
+
type: string
|
|
28027
|
+
default: ""
|
|
28028
|
+
- name: dro_namespace
|
|
28029
|
+
type: string
|
|
28030
|
+
default: ""
|
|
28031
|
+
- name: mas_segment_key
|
|
28032
|
+
type: string
|
|
28033
|
+
default: ""
|
|
28034
|
+
|
|
28035
|
+
# Dependencies - AppConnect
|
|
28036
|
+
# -----------------------------------------------------------------------------
|
|
28037
|
+
# Subscription Channel
|
|
28038
|
+
- name: appconnect_channel
|
|
28039
|
+
type: string
|
|
28040
|
+
default: ""
|
|
28041
|
+
# Dashboard Configuration
|
|
28042
|
+
- name: appconnect_dashboard_version
|
|
28043
|
+
type: string
|
|
28044
|
+
default: ""
|
|
28045
|
+
- name: appconnect_dashboard_name
|
|
28046
|
+
type: string
|
|
28047
|
+
default: ""
|
|
28048
|
+
# License
|
|
28049
|
+
- name: appconnect_license_id
|
|
28050
|
+
type: string
|
|
28051
|
+
default: ""
|
|
28052
|
+
# Storage Class
|
|
28053
|
+
- name: appconnect_storage_class
|
|
28054
|
+
type: string
|
|
28055
|
+
default: ""
|
|
28056
|
+
|
|
28057
|
+
|
|
28058
|
+
# Dependencies - COS
|
|
28059
|
+
# -----------------------------------------------------------------------------
|
|
28060
|
+
- name: cos_type
|
|
28061
|
+
type: string
|
|
28062
|
+
description: COS Provider (ibm or ocs)
|
|
28063
|
+
default: ""
|
|
28064
|
+
- name: cos_resourcegroup
|
|
28065
|
+
type: string
|
|
28066
|
+
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
28067
|
+
default: ""
|
|
28068
|
+
- name: cos_apikey
|
|
28069
|
+
type: string
|
|
28070
|
+
default: ""
|
|
28071
|
+
- name: cos_instance_name
|
|
28072
|
+
type: string
|
|
28073
|
+
description: Name of COS instance in IBM Cloud account
|
|
28074
|
+
default: ""
|
|
28075
|
+
- name: cos_action
|
|
28076
|
+
type: string
|
|
28077
|
+
description: COS action to be performed (provision or deprovision)
|
|
28078
|
+
default: ""
|
|
28079
|
+
- name: cos_use_hmac
|
|
28080
|
+
type: string
|
|
28081
|
+
description: Optional boolean variable weather hmac is enabled or not
|
|
28082
|
+
default: ""
|
|
28083
|
+
|
|
28084
|
+
# MAS Integration - Grafana
|
|
28085
|
+
# -----------------------------------------------------------------------------
|
|
28086
|
+
- name: grafana_action
|
|
28087
|
+
type: string
|
|
28088
|
+
description: Set to 'none' to skip Grafana installation
|
|
28089
|
+
default: "install"
|
|
28090
|
+
- name: grafana_namespace
|
|
28091
|
+
type: string
|
|
28092
|
+
default: ""
|
|
28093
|
+
- name: grafana_v5_namespace
|
|
28094
|
+
type: string
|
|
28095
|
+
default: ""
|
|
28096
|
+
- name: grafana_instance_storage_class
|
|
28097
|
+
type: string
|
|
28098
|
+
default: ""
|
|
28099
|
+
- name: grafana_instance_storage_size
|
|
28100
|
+
type: string
|
|
28101
|
+
default: ""
|
|
28102
|
+
- name: grafana_major_version
|
|
28103
|
+
type: string
|
|
28104
|
+
default: ""
|
|
28105
|
+
|
|
28106
|
+
# Certificate Manager
|
|
28107
|
+
# -----------------------------------------------------------------------------
|
|
28108
|
+
- name: cert_manager_provider
|
|
28109
|
+
type: string
|
|
28110
|
+
default: ""
|
|
28111
|
+
- name: cert_manager_action
|
|
28112
|
+
type: string
|
|
28113
|
+
default: ""
|
|
28114
|
+
|
|
28115
|
+
# MAS DNS Integrations - General
|
|
28116
|
+
# -----------------------------------------------------------------------------
|
|
28117
|
+
- name: dns_provider
|
|
28118
|
+
type: string
|
|
28119
|
+
default: ""
|
|
28120
|
+
|
|
28121
|
+
# MAS DNS Integrations - Cloudflare Support
|
|
28122
|
+
# -----------------------------------------------------------------------------
|
|
28123
|
+
- name: cloudflare_email
|
|
28124
|
+
type: string
|
|
28125
|
+
default: ""
|
|
28126
|
+
- name: cloudflare_apitoken
|
|
28127
|
+
type: string
|
|
28128
|
+
default: ""
|
|
28129
|
+
- name: cloudflare_zone
|
|
28130
|
+
type: string
|
|
28131
|
+
default: ""
|
|
28132
|
+
- name: cloudflare_subdomain
|
|
28133
|
+
type: string
|
|
28134
|
+
default: ""
|
|
28135
|
+
|
|
28136
|
+
# MAS DNS Integrations - IBM Cloud Internet Services Support
|
|
28137
|
+
# -----------------------------------------------------------------------------
|
|
28138
|
+
- name: cis_email
|
|
28139
|
+
type: string
|
|
28140
|
+
default: ""
|
|
28141
|
+
- name: cis_apikey
|
|
28142
|
+
type: string
|
|
28143
|
+
default: ""
|
|
28144
|
+
- name: cis_crn
|
|
28145
|
+
type: string
|
|
28146
|
+
default: ""
|
|
28147
|
+
- name: cis_subdomain
|
|
28148
|
+
type: string
|
|
28149
|
+
default: ""
|
|
28150
|
+
|
|
28151
|
+
# MAS DNS Integrations - CIS Security Enhancement Support
|
|
28152
|
+
# -------------------------------------------------------------------------
|
|
28153
|
+
- name: cis_service_name
|
|
28154
|
+
type: string
|
|
28155
|
+
default: ""
|
|
28156
|
+
- name: cis_enhanced_security
|
|
28157
|
+
type: string
|
|
28158
|
+
default: "false"
|
|
28159
|
+
- name: override_edge_certs
|
|
28160
|
+
type: string
|
|
28161
|
+
default: "false"
|
|
28162
|
+
- name: cis_proxy
|
|
28163
|
+
type: string
|
|
28164
|
+
default: "false"
|
|
28165
|
+
|
|
28166
|
+
# AWS basic info
|
|
28167
|
+
# -------------------------------------------------------------------------
|
|
28168
|
+
- name: aws_access_key_id
|
|
28169
|
+
type: string
|
|
28170
|
+
default: ""
|
|
28171
|
+
- name: aws_secret_access_key
|
|
28172
|
+
type: string
|
|
28173
|
+
default: ""
|
|
28174
|
+
- name: aws_region
|
|
28175
|
+
type: string
|
|
28176
|
+
default: ""
|
|
28177
|
+
|
|
28178
|
+
# MAS DNS Integrations - AWS Route 53
|
|
28179
|
+
# -------------------------------------------------------------------------
|
|
28180
|
+
- name: route53_hosted_zone_name
|
|
28181
|
+
type: string
|
|
28182
|
+
default: ""
|
|
28183
|
+
- name: route53_hosted_zone_region
|
|
28184
|
+
type: string
|
|
28185
|
+
default: ""
|
|
28186
|
+
- name: route53_email
|
|
28187
|
+
type: string
|
|
28188
|
+
default: ""
|
|
28189
|
+
- name: route53_subdomain
|
|
28190
|
+
type: string
|
|
28191
|
+
default: ""
|
|
28192
|
+
|
|
28193
|
+
# IBM Operator Catalog
|
|
28194
|
+
# -------------------------------------------------------------------------
|
|
28195
|
+
- name: mas_catalog_source
|
|
28196
|
+
type: string
|
|
28197
|
+
default: ibm-operator-catalog
|
|
28198
|
+
- name: mas_catalog_version
|
|
28199
|
+
type: string
|
|
28200
|
+
default: v8-amd64
|
|
28201
|
+
- name: mas_catalog_digest
|
|
28202
|
+
type: string
|
|
28203
|
+
description: Set when using dev or pre-release catalog in airgap
|
|
28204
|
+
default: ""
|
|
28205
|
+
|
|
28206
|
+
# MAS Configuration - Workspace
|
|
28207
|
+
# -------------------------------------------------------------------------
|
|
28208
|
+
- name: mas_workspace_id
|
|
28209
|
+
type: string
|
|
28210
|
+
description: Workspace ID used to configure all applications
|
|
28211
|
+
default: ""
|
|
28212
|
+
- name: mas_workspace_name
|
|
28213
|
+
type: string
|
|
28214
|
+
description: Workspace Name used when setting up the workspace
|
|
28215
|
+
default: My Workspace
|
|
28216
|
+
|
|
28217
|
+
# MAS Configuration - Application Channels
|
|
28218
|
+
# -------------------------------------------------------------------------
|
|
28219
|
+
- name: mas_app_channel_iot
|
|
28220
|
+
type: string
|
|
28221
|
+
description: Subscription channel for IoT application operator
|
|
28222
|
+
default: ""
|
|
28223
|
+
- name: mas_app_channel_manage
|
|
28224
|
+
type: string
|
|
28225
|
+
description: Subscription channel for Manage application operator
|
|
28226
|
+
default: ""
|
|
28227
|
+
- name: mas_app_channel_monitor
|
|
28228
|
+
type: string
|
|
28229
|
+
description: Subscription channel for Monitor application operator
|
|
28230
|
+
default: ""
|
|
28231
|
+
- name: mas_app_channel_optimizer
|
|
28232
|
+
type: string
|
|
28233
|
+
description: Subscription channel for Optimizer application operator
|
|
28234
|
+
default: ""
|
|
28235
|
+
- name: mas_app_channel_predict
|
|
28236
|
+
type: string
|
|
28237
|
+
description: Subscription channel for Predict application operator
|
|
28238
|
+
default: ""
|
|
28239
|
+
- name: mas_app_channel_assist
|
|
28240
|
+
type: string
|
|
28241
|
+
description: Subscription channel for Assist application operator
|
|
28242
|
+
default: ""
|
|
28243
|
+
- name: mas_app_channel_visualinspection
|
|
28244
|
+
type: string
|
|
28245
|
+
description: Subscription channel for MVI application operator
|
|
28246
|
+
default: ""
|
|
28247
|
+
# - name: mas_app_channel_aibroker
|
|
28248
|
+
# type: string
|
|
28249
|
+
# description: Subscription channel for AI Broker application operator
|
|
28250
|
+
# default: ""
|
|
28251
|
+
|
|
28252
|
+
|
|
28253
|
+
# MAS Configuration
|
|
28254
|
+
# -----------------------------------------------------------------------------
|
|
28255
|
+
- name: mas_domain
|
|
28256
|
+
type: string
|
|
28257
|
+
default: ""
|
|
28258
|
+
- name: mas_cluster_issuer
|
|
28259
|
+
type: string
|
|
28260
|
+
default: ""
|
|
28261
|
+
- name: mas_icr_cp
|
|
28262
|
+
type: string
|
|
28263
|
+
default: ""
|
|
28264
|
+
- name: mas_icr_cpopen
|
|
28265
|
+
type: string
|
|
28266
|
+
default: ""
|
|
28267
|
+
- name: mas_annotations
|
|
28268
|
+
type: string
|
|
28269
|
+
default: ""
|
|
28270
|
+
- name: mas_trust_default_cas
|
|
28271
|
+
type: string
|
|
28272
|
+
default: ""
|
|
28273
|
+
description: Optional boolean parameter that when set to False, disables the normal trust of well known public certificate authorities
|
|
28274
|
+
- name: enable_ipv6
|
|
28275
|
+
type: string
|
|
28276
|
+
default: "False"
|
|
28277
|
+
description: Optional boolean parameter that when set to True, enables IPv6
|
|
28278
|
+
- name: mas_manual_cert_mgmt
|
|
28279
|
+
type: string
|
|
28280
|
+
default: "False"
|
|
28281
|
+
description: Optional boolean parameter that when set to True, indicates that manually created certificates will be used to certify MAS and application routes
|
|
28282
|
+
- name: mas_add_channel
|
|
28283
|
+
type: string
|
|
28284
|
+
default: ""
|
|
28285
|
+
description: Data Dictionary subscription channel
|
|
28286
|
+
- name: mas_add_catalog
|
|
28287
|
+
type: string
|
|
28288
|
+
default: ""
|
|
28289
|
+
description: Data Dictionary catalog source
|
|
28290
|
+
- name: mas_enable_walkme
|
|
28291
|
+
type: string
|
|
28292
|
+
default: "True"
|
|
28293
|
+
description: Optional parameter to enable or disable guided tour
|
|
28294
|
+
|
|
28295
|
+
# Special characters configuration
|
|
28296
|
+
- name: mas_special_characters
|
|
28297
|
+
type: string
|
|
28298
|
+
default: ''
|
|
28299
|
+
|
|
28300
|
+
# SSO Configuration
|
|
28301
|
+
# -----------------------------------------------------------------------------
|
|
28302
|
+
- name: idle_timeout
|
|
28303
|
+
type: string
|
|
28304
|
+
default: ''
|
|
28305
|
+
- name: idp_session_timeout
|
|
28306
|
+
type: string
|
|
28307
|
+
default: ''
|
|
28308
|
+
- name: access_token_timeout
|
|
28309
|
+
type: string
|
|
28310
|
+
default: ''
|
|
28311
|
+
- name: refresh_token_timeout
|
|
28312
|
+
type: string
|
|
28313
|
+
default: ''
|
|
28314
|
+
- name: default_idp
|
|
28315
|
+
type: string
|
|
28316
|
+
default: ''
|
|
28317
|
+
- name: seamless_login
|
|
28318
|
+
type: string
|
|
28319
|
+
default: ''
|
|
28320
|
+
- name: sso_cookie_name
|
|
28321
|
+
type: string
|
|
28322
|
+
default: ''
|
|
28323
|
+
- name: allow_default_sso_cookie_name
|
|
28324
|
+
type: string
|
|
28325
|
+
default: ''
|
|
28326
|
+
- name: use_only_custom_cookie_name
|
|
28327
|
+
type: string
|
|
28328
|
+
default: ''
|
|
28329
|
+
- name: disable_ldap_cookie
|
|
28330
|
+
type: string
|
|
28331
|
+
default: ''
|
|
28332
|
+
- name: allow_custom_cache_key
|
|
28333
|
+
type: string
|
|
28334
|
+
default: ''
|
|
28335
|
+
|
|
28336
|
+
# MAS Configuration - Superuser Account
|
|
28337
|
+
# -----------------------------------------------------------------------------
|
|
28338
|
+
- name: mas_superuser_username
|
|
28339
|
+
type: string
|
|
28340
|
+
default: ""
|
|
28341
|
+
- name: mas_superuser_password
|
|
28342
|
+
type: string
|
|
28343
|
+
default: ""
|
|
28344
|
+
|
|
28345
|
+
# MAS Application Configuration - IoT Application
|
|
28346
|
+
# -----------------------------------------------------------------------------
|
|
28347
|
+
- name: mas_app_settings_iot_deployment_size
|
|
28348
|
+
type: string
|
|
28349
|
+
description: controls the workload size of iot containers
|
|
28350
|
+
default: ""
|
|
28351
|
+
- name: mas_app_settings_iot_mqttbroker_pvc_storage_class
|
|
28352
|
+
type: string
|
|
28353
|
+
description: defines storage class for iot messagesight
|
|
28354
|
+
default: ""
|
|
28355
|
+
- name: mas_app_settings_iot_fpl_pvc_storage_class
|
|
28356
|
+
type: string
|
|
28357
|
+
description: defines storage class for iot functions pipeline component
|
|
28358
|
+
default: ""
|
|
28359
|
+
|
|
28360
|
+
# MAS Application Configuration - Manage Application
|
|
28361
|
+
# -----------------------------------------------------------------------------
|
|
28362
|
+
- name: mas_appws_bindings_jdbc_manage
|
|
28363
|
+
type: string
|
|
28364
|
+
description: Select the JDBC configuration to bind to
|
|
28365
|
+
default: system
|
|
28366
|
+
- name: mas_appws_components
|
|
28367
|
+
type: string
|
|
28368
|
+
description: Manage components to configure in the workspace
|
|
28369
|
+
default: "base=latest,health=latest"
|
|
28370
|
+
- name: mas_app_settings_aio_flag
|
|
28371
|
+
type: string
|
|
28372
|
+
description: Flag indicating if Asset Investment Optimization (AIO) resource must be loaded or not. It can be loaded only when Optimizer application is installed.
|
|
28373
|
+
default: ""
|
|
28374
|
+
- name: mas_app_settings_demodata
|
|
28375
|
+
type: string
|
|
28376
|
+
description: Flag indicating if manage demodata should be loaded or not
|
|
28377
|
+
default: ""
|
|
28378
|
+
- name: mas_app_settings_base_lang
|
|
28379
|
+
type: string
|
|
28380
|
+
description: Defines Manage application base language
|
|
28381
|
+
default: "EN"
|
|
28382
|
+
- name: mas_app_settings_secondary_langs
|
|
28383
|
+
type: string
|
|
28384
|
+
description: Defines Manage application list of secondary languages
|
|
28385
|
+
default: ""
|
|
28386
|
+
- name: mas_app_settings_server_timezone
|
|
28387
|
+
type: string
|
|
28388
|
+
description: Defines Manage server timezone
|
|
28389
|
+
default: ""
|
|
28390
|
+
- name: mas_app_settings_persistent_volumes_flag
|
|
28391
|
+
type: string
|
|
28392
|
+
description: Flag indicating if persistent volumes should be configured by default during Manage Workspace activation. There are two defaulted File Storage Persistent Volumes Claim resources that will be created out of the box for Manage if this flag is set to true.
|
|
28393
|
+
default: "False"
|
|
28394
|
+
- name: mas_app_settings_jms_queue_pvc_storage_class
|
|
28395
|
+
type: string
|
|
28396
|
+
description: Storage Class for Manage JMS queues.
|
|
28397
|
+
default: ""
|
|
28398
|
+
- name: mas_app_settings_jms_queue_pvc_accessmode
|
|
28399
|
+
type: string
|
|
28400
|
+
description: Storage Access Mode for Manage JMS queues.
|
|
28401
|
+
default: ""
|
|
28402
|
+
- name: mas_app_settings_bim_pvc_storage_class
|
|
28403
|
+
type: string
|
|
28404
|
+
description: Storage Class for Manage BIM.
|
|
28405
|
+
default: ""
|
|
28406
|
+
- name: mas_app_settings_bim_pvc_accessmode
|
|
28407
|
+
type: string
|
|
28408
|
+
description: Storage Access Mode for Manage BIM.
|
|
28409
|
+
default: ""
|
|
28410
|
+
- name: mas_app_settings_doclinks_pvc_storage_class
|
|
28411
|
+
type: string
|
|
28412
|
+
description: Storage Class for Manage Doclinks.
|
|
28413
|
+
default: ""
|
|
28414
|
+
- name: mas_app_settings_doclinks_pvc_accessmode
|
|
28415
|
+
type: string
|
|
28416
|
+
description: Storage Access Mode for Manage Doclinks.
|
|
28417
|
+
default: ""
|
|
28418
|
+
- name: mas_app_settings_server_bundles_size
|
|
28419
|
+
type: string
|
|
28420
|
+
description: Provides different flavors of server bundle configuration to handle workload for Manage application.
|
|
28421
|
+
default: "dev"
|
|
28422
|
+
- name: is_full_manage
|
|
28423
|
+
type: string
|
|
28424
|
+
description: Set to true if full Manage is installed instead of Manage Foundation
|
|
28425
|
+
default: "true"
|
|
28426
|
+
- name: mas_app_settings_tablespace
|
|
28427
|
+
type: string
|
|
28428
|
+
description: Name of the Manage database tablespace
|
|
28429
|
+
default: ""
|
|
28430
|
+
- name: mas_app_settings_indexspace
|
|
28431
|
+
type: string
|
|
28432
|
+
description: Name of the Manage database indexspace
|
|
28433
|
+
default: ""
|
|
28434
|
+
- name: mas_app_settings_db2_schema
|
|
28435
|
+
type: string
|
|
28436
|
+
description: Name of the Manage database schema
|
|
28437
|
+
default: ""
|
|
28438
|
+
- name: mas_app_settings_customization_archive_name
|
|
28439
|
+
type: string
|
|
28440
|
+
description: Name of the Manage custom archive
|
|
28441
|
+
default: ""
|
|
28442
|
+
- name: mas_app_settings_customization_archive_url
|
|
28443
|
+
type: string
|
|
28444
|
+
description: URL of the Manage custom archive
|
|
28445
|
+
default: ""
|
|
28446
|
+
- name: mas_app_settings_customization_archive_username
|
|
28447
|
+
type: string
|
|
28448
|
+
description: Username to authenticate into Manage custom archive url (if required)
|
|
28449
|
+
default: ""
|
|
28450
|
+
- name: mas_app_settings_customization_archive_password
|
|
28451
|
+
type: string
|
|
28452
|
+
description: Password to authenticate into Manage custom archive url (if required)
|
|
28453
|
+
default: ""
|
|
28454
|
+
- name: mas_app_settings_crypto_key
|
|
28455
|
+
type: string
|
|
28456
|
+
description: Manage database encryption key for MXE_SECURITY_CRYPTO_KEY
|
|
28457
|
+
default: ""
|
|
28458
|
+
- name: mas_app_settings_cryptox_key
|
|
28459
|
+
type: string
|
|
28460
|
+
description: Manage database encryption key for MXE_SECURITY_CRYPTOX_KEY
|
|
28461
|
+
default: ""
|
|
28462
|
+
- name: mas_app_settings_old_crypto_key
|
|
28463
|
+
type: string
|
|
28464
|
+
description: Manage database encryption key for MXE_SECURITY_OLD_CRYPTO_KEY
|
|
28465
|
+
default: ""
|
|
28466
|
+
- name: mas_app_settings_old_cryptox_key
|
|
28467
|
+
type: string
|
|
28468
|
+
description: Manage database encryption key for MXE_SECURITY_OLD_CRYPTOX_KEY
|
|
28469
|
+
default: ""
|
|
28470
|
+
- name: mas_app_settings_override_encryption_secrets_flag
|
|
28471
|
+
type: string
|
|
28472
|
+
description: Defines if Manage database encryption secret should be overriden with new values provided
|
|
28473
|
+
default: ""
|
|
28474
|
+
- name: mas_app_settings_default_jms
|
|
28475
|
+
type: string
|
|
28476
|
+
description: Set true if you want to configure JMS queues. It is false by default.
|
|
28477
|
+
default: "" # default is handled by ansible-devops
|
|
28478
|
+
- name: mas_manage_attachment_configuration_mode
|
|
28479
|
+
type: string
|
|
28480
|
+
description: Manage attachment configuration mode (cr or db)
|
|
28481
|
+
default: ""
|
|
28482
|
+
- name: mas_manage_attachments_provider
|
|
28483
|
+
type: string
|
|
28484
|
+
description: Manage attachment provider (filestorage, ibm, aws)
|
|
28485
|
+
default: ""
|
|
28486
|
+
- name: cos_bucket_name # cos_bucket_name in attachments role
|
|
28487
|
+
type: string
|
|
28488
|
+
description: COS Bucket optionally used to hold attachments in Manage
|
|
28489
|
+
default: ""
|
|
28490
|
+
|
|
28491
|
+
# MAS Application Configuration - IBM Maximo Location Services for ESRI
|
|
28492
|
+
# -----------------------------------------------------------------------------
|
|
28493
|
+
- name: install_arcgis
|
|
28494
|
+
type: string
|
|
28495
|
+
description: Flag to control whether to install IBM Maximo Location Services for ESRI
|
|
28496
|
+
default: ""
|
|
28497
|
+
- name: mas_arcgis_channel
|
|
28498
|
+
type: string
|
|
28499
|
+
description: Default channel for IBM Maximo Location Services for ESRI
|
|
28500
|
+
default: "" # default is handled by ansible-devops
|
|
28501
|
+
|
|
28502
|
+
# MAS Application Configuration - Health Application
|
|
28503
|
+
- name: mas_appws_bindings_health_wsl_flag
|
|
28504
|
+
type: string
|
|
28505
|
+
description: Boolean value indicating if Watson Studio must installed and bound to Manage/Health.
|
|
28506
|
+
default: ""
|
|
28507
|
+
|
|
28508
|
+
# MAS Application Configuration - Optimizer Application
|
|
28509
|
+
# -----------------------------------------------------------------------------
|
|
28510
|
+
- name: mas_app_plan_optimizer
|
|
28511
|
+
type: string
|
|
28512
|
+
description: Configure install plan of Optimizer application (full or limited)
|
|
28513
|
+
default: full
|
|
28514
|
+
|
|
28515
|
+
# MAS Application Configuration - Predict
|
|
28516
|
+
# -----------------------------------------------------------------------------
|
|
28517
|
+
- name: predict_deployment_size
|
|
28518
|
+
type: string
|
|
28519
|
+
description: controls the workload size of predict containers
|
|
28520
|
+
default: "small"
|
|
28521
|
+
|
|
28522
|
+
# Dependencies - IBM Maximo AI Broker
|
|
28523
|
+
# -----------------------------------------------------------------------------
|
|
28524
|
+
# MAS Application Configuration - IBM Maximo AI Broker
|
|
28525
|
+
# -----------------------------------------------------------------------------
|
|
28526
|
+
# - name: mas_aibroker_channel
|
|
28527
|
+
- name: mas_app_channel_aibroker
|
|
28528
|
+
type: string
|
|
28529
|
+
description: Default channel for IBM Maximo AI Broker
|
|
28530
|
+
default: ""
|
|
28531
|
+
- name: mas_aibroker_storage_accesskey
|
|
28532
|
+
type: string
|
|
28533
|
+
description: S3/Minio storage access ket for IBM Maximo AI Broker
|
|
28534
|
+
default: ""
|
|
28535
|
+
- name: mas_aibroker_storage_secretkey
|
|
28536
|
+
type: string
|
|
28537
|
+
description: S3/Minio storage secret key for IBM Maximo AI Broker
|
|
28538
|
+
default: ""
|
|
28539
|
+
- name: mas_aibroker_storage_host
|
|
28540
|
+
type: string
|
|
28541
|
+
description: S3/Minio storage host for IBM Maximo AI Broker
|
|
28542
|
+
default: ""
|
|
28543
|
+
- name: mas_aibroker_storage_region
|
|
28544
|
+
type: string
|
|
28545
|
+
description: S3/Minio storage region for IBM Maximo AI Broker
|
|
28546
|
+
default: ""
|
|
28547
|
+
- name: mas_aibroker_storage_port
|
|
28548
|
+
type: string
|
|
28549
|
+
description: S3/Minio storage port for IBM Maximo AI Broker
|
|
28550
|
+
default: ""
|
|
28551
|
+
- name: mas_aibroker_storage_ssl
|
|
28552
|
+
type: string
|
|
28553
|
+
description: S3/Minio storage ssl for IBM Maximo AI Broker
|
|
28554
|
+
default: ""
|
|
28555
|
+
- name: mas_aibroker_storage_provider
|
|
28556
|
+
type: string
|
|
28557
|
+
description: S3/Minio storage provider IBM Maximo AI Broker
|
|
28558
|
+
default: ""
|
|
28559
|
+
- name: mas_aibroker_storage_pipelines_bucket
|
|
28560
|
+
type: string
|
|
28561
|
+
description: S3/Minio storage pipeline bucket for IBM Maximo AI Broker
|
|
28562
|
+
default: ""
|
|
28563
|
+
- name: mas_aibroker_storage_tenants_bucket
|
|
28564
|
+
type: string
|
|
28565
|
+
description: S3/Minio storage tenants bucket for IBM Maximo AI Broker
|
|
28566
|
+
default: ""
|
|
28567
|
+
- name: mas_aibroker_storage_templates_bucket
|
|
28568
|
+
type: string
|
|
28569
|
+
description: S3/Minio storage template bucket for IBM Maximo AI Broker
|
|
28570
|
+
default: ""
|
|
28571
|
+
- name: mas_aibroker_tenant_name
|
|
28572
|
+
type: string
|
|
28573
|
+
description: Tenant name for IBM Maximo AI Broker
|
|
28574
|
+
default: ""
|
|
28575
|
+
- name: mas_aibroker_watsonxai_apikey
|
|
28576
|
+
type: string
|
|
28577
|
+
description: WatsonX api key for IBM Maximo AI Broker
|
|
28578
|
+
default: ""
|
|
28579
|
+
- name: mas_aibroker_watsonxai_url
|
|
28580
|
+
type: string
|
|
28581
|
+
description: WatsonX url for IBM Maximo AI Broker
|
|
28582
|
+
default: ""
|
|
28583
|
+
- name: mas_aibroker_watsonxai_project_id
|
|
28584
|
+
type: string
|
|
28585
|
+
description: WatsonX project ID for IBM Maximo AI Broker
|
|
28586
|
+
default: ""
|
|
28587
|
+
- name: mas_aibroker_watsonx_action
|
|
28588
|
+
type: string
|
|
28589
|
+
description: watsonx action for IBM Maximo AI Broker
|
|
28590
|
+
default: ""
|
|
28591
|
+
- name: mas_aibroker_apikey_action
|
|
28592
|
+
type: string
|
|
28593
|
+
description: AI Broker api key action for IBM Maximo AI Broker
|
|
28594
|
+
default: ""
|
|
28595
|
+
- name: mas_aibroker_s3_action
|
|
28596
|
+
type: string
|
|
28597
|
+
description: s3 action for IBM Maximo AI Broker
|
|
28598
|
+
default: ""
|
|
28599
|
+
- name: mas_aibroker_connector_tag
|
|
28600
|
+
type: string
|
|
28601
|
+
description: connector image tag for IBM Maximo AI Broker
|
|
28602
|
+
default: ""
|
|
28603
|
+
- name: mas_aibroker_controller_tag
|
|
28604
|
+
type: string
|
|
28605
|
+
description: controller image tag for IBM Maximo AI Broker
|
|
28606
|
+
default: ""
|
|
28607
|
+
- name: mas_aibroker_pipeline_steps_tag
|
|
28608
|
+
type: string
|
|
28609
|
+
description: pipeline steps image tag for IBM Maximo AI Broker
|
|
28610
|
+
default: ""
|
|
28611
|
+
- name: mas_aibroker_store_tag
|
|
28612
|
+
type: string
|
|
28613
|
+
description: store image tag for IBM Maximo AI Broker
|
|
28614
|
+
default: ""
|
|
28615
|
+
- name: mas_aibroker_watcher_tag
|
|
28616
|
+
type: string
|
|
28617
|
+
description: watcher image tag for IBM Maximo AI Broker
|
|
28618
|
+
default: ""
|
|
28619
|
+
- name: mas_aibroker_db_host
|
|
28620
|
+
type: string
|
|
28621
|
+
description: database host for IBM Maximo AI Broker
|
|
28622
|
+
default: ""
|
|
28623
|
+
- name: mas_aibroker_db_port
|
|
28624
|
+
type: string
|
|
28625
|
+
description: database port for IBM Maximo AI Broker
|
|
28626
|
+
default: ""
|
|
28627
|
+
- name: mas_aibroker_db_user
|
|
28628
|
+
type: string
|
|
28629
|
+
description: database user for IBM Maximo AI Broker
|
|
28630
|
+
default: ""
|
|
28631
|
+
- name: mas_aibroker_db_database
|
|
28632
|
+
type: string
|
|
28633
|
+
description: database name for IBM Maximo AI Broker
|
|
28634
|
+
default: ""
|
|
28635
|
+
- name: mas_aibroker_db_secret_name
|
|
28636
|
+
type: string
|
|
28637
|
+
description: database secret name for IBM Maximo AI Broker
|
|
28638
|
+
default: ""
|
|
28639
|
+
- name: mas_aibroker_db_secret_key
|
|
28640
|
+
type: string
|
|
28641
|
+
description: database secret key for IBM Maximo AI Broker
|
|
28642
|
+
default: ""
|
|
28643
|
+
- name: mas_aibroker_db_secret_value
|
|
27561
28644
|
type: string
|
|
27562
|
-
description:
|
|
28645
|
+
description: database secret value for IBM Maximo AI Broker
|
|
27563
28646
|
default: ""
|
|
27564
|
-
# - name: mas_app_channel_aibroker
|
|
27565
|
-
# type: string
|
|
27566
|
-
# description: Subscription channel for AI Broker application operator
|
|
27567
|
-
# default: ""
|
|
27568
28647
|
|
|
27569
28648
|
|
|
28649
|
+
# 3. Upgrade
|
|
28650
|
+
# -------------------------------------------------------------------------
|
|
28651
|
+
- name: skip_compatibility_check
|
|
28652
|
+
type: string
|
|
28653
|
+
default: "False"
|
|
28654
|
+
description: Skip performing compatiblity checks before upgrade
|
|
28655
|
+
|
|
28656
|
+
- name: should_install_manage_foundation
|
|
28657
|
+
type: string
|
|
28658
|
+
description: Set to true if Manage Foundation is supposed to be installed (when upgrading to 9.1 from a 9.0 MAS without Manage)
|
|
28659
|
+
default: "false"
|
|
28660
|
+
|
|
27570
28661
|
tasks:
|
|
27571
28662
|
# 1. Wait for approval & verify health of the cluster before we change anything
|
|
27572
28663
|
# -------------------------------------------------------------------------
|
|
@@ -27641,52 +28732,528 @@ spec:
|
|
|
27641
28732
|
runAfter:
|
|
27642
28733
|
- core-upgrade
|
|
27643
28734
|
|
|
28735
|
+
# 3. Install Universal Dependencies (Phase 2)
|
|
28736
|
+
# 3.1 Db2
|
|
28737
|
+
# 3.1.1 System Db2
|
|
28738
|
+
|
|
28739
|
+
- name: db2-system
|
|
28740
|
+
params:
|
|
28741
|
+
- name: image_pull_policy
|
|
28742
|
+
value: $(params.image_pull_policy)
|
|
28743
|
+
- name: devops_suite_name
|
|
28744
|
+
value: dependencies-db2-system
|
|
28745
|
+
- name: mas_instance_id
|
|
28746
|
+
value: $(params.mas_instance_id)
|
|
28747
|
+
- name: ibm_entitlement_key
|
|
28748
|
+
value: $(params.ibm_entitlement_key)
|
|
28749
|
+
- name: db2_channel
|
|
28750
|
+
value: $(params.db2_channel)
|
|
28751
|
+
- name: db2_instance_name
|
|
28752
|
+
value: mas-$(params.mas_instance_id)-system
|
|
28753
|
+
- name: db2_namespace
|
|
28754
|
+
value: $(params.db2_namespace)
|
|
28755
|
+
- name: db2_dbname
|
|
28756
|
+
value: $(params.db2_dbname)
|
|
28757
|
+
- name: db2_version
|
|
28758
|
+
value: $(params.db2_version)
|
|
28759
|
+
- name: db2_workload
|
|
28760
|
+
value: $(params.db2_workload)
|
|
28761
|
+
- name: db2_4k_device_support
|
|
28762
|
+
value: $(params.db2_4k_device_support)
|
|
28763
|
+
- name: db2_table_org
|
|
28764
|
+
value: $(params.db2_table_org)
|
|
28765
|
+
- name: db2_affinity_key
|
|
28766
|
+
value: $(params.db2_affinity_key)
|
|
28767
|
+
- name: db2_affinity_value
|
|
28768
|
+
value: $(params.db2_affinity_value)
|
|
28769
|
+
- name: db2_tolerate_key
|
|
28770
|
+
value: $(params.db2_tolerate_key)
|
|
28771
|
+
- name: db2_tolerate_value
|
|
28772
|
+
value: $(params.db2_tolerate_value)
|
|
28773
|
+
- name: db2_tolerate_effect
|
|
28774
|
+
value: $(params.db2_tolerate_effect)
|
|
28775
|
+
- name: db2_cpu_requests
|
|
28776
|
+
value: $(params.db2_cpu_requests)
|
|
28777
|
+
- name: db2_cpu_limits
|
|
28778
|
+
value: $(params.db2_cpu_limits)
|
|
28779
|
+
- name: db2_memory_requests
|
|
28780
|
+
value: $(params.db2_memory_requests)
|
|
28781
|
+
- name: db2_memory_limits
|
|
28782
|
+
value: $(params.db2_memory_limits)
|
|
28783
|
+
- name: db2_meta_storage_size
|
|
28784
|
+
value: $(params.db2_meta_storage_size)
|
|
28785
|
+
- name: db2_backup_storage_size
|
|
28786
|
+
value: $(params.db2_backup_storage_size)
|
|
28787
|
+
- name: db2_logs_storage_size
|
|
28788
|
+
value: $(params.db2_logs_storage_size)
|
|
28789
|
+
- name: db2_temp_storage_size
|
|
28790
|
+
value: $(params.db2_temp_storage_size)
|
|
28791
|
+
- name: db2_data_storage_size
|
|
28792
|
+
value: $(params.db2_data_storage_size)
|
|
28793
|
+
- name: db2_meta_storage_class
|
|
28794
|
+
value: $(params.storage_class_rwx)
|
|
28795
|
+
- name: db2_data_storage_class
|
|
28796
|
+
value: $(params.storage_class_rwo)
|
|
28797
|
+
- name: db2_backup_storage_class
|
|
28798
|
+
value: $(params.storage_class_rwx)
|
|
28799
|
+
- name: db2_logs_storage_class
|
|
28800
|
+
value: $(params.storage_class_rwo)
|
|
28801
|
+
- name: db2_temp_storage_class
|
|
28802
|
+
value: $(params.storage_class_rwo)
|
|
28803
|
+
- name: db2_meta_storage_accessmode
|
|
28804
|
+
value: $(params.db2_meta_storage_accessmode)
|
|
28805
|
+
- name: db2_backup_storage_accessmode
|
|
28806
|
+
value: $(params.db2_backup_storage_accessmode)
|
|
28807
|
+
- name: db2_temp_storage_accessmode
|
|
28808
|
+
value: $(params.db2_temp_storage_accessmode)
|
|
28809
|
+
- name: db2_logs_storage_accessmode
|
|
28810
|
+
value: $(params.db2_logs_storage_accessmode)
|
|
28811
|
+
- name: db2_data_storage_accessmode
|
|
28812
|
+
value: $(params.db2_data_storage_accessmode)
|
|
28813
|
+
- name: mas_config_scope
|
|
28814
|
+
value: system
|
|
28815
|
+
- name: custom_labels
|
|
28816
|
+
value: $(params.custom_labels)
|
|
28817
|
+
runAfter:
|
|
28818
|
+
- core-verify
|
|
28819
|
+
taskRef:
|
|
28820
|
+
kind: Task
|
|
28821
|
+
name: mas-devops-db2
|
|
28822
|
+
timeout: '0'
|
|
28823
|
+
when:
|
|
28824
|
+
- input: $(params.db2_action_system)
|
|
28825
|
+
operator: in
|
|
28826
|
+
values:
|
|
28827
|
+
- install
|
|
28828
|
+
- input: $(params.should_install_manage_foundation)
|
|
28829
|
+
operator: in
|
|
28830
|
+
values:
|
|
28831
|
+
- 'true'
|
|
28832
|
+
workspaces:
|
|
28833
|
+
- name: configs
|
|
28834
|
+
workspace: shared-configs
|
|
28835
|
+
|
|
28836
|
+
|
|
28837
|
+
# 3.1.2 Dedicated Manage Db2
|
|
28838
|
+
|
|
28839
|
+
- name: db2-manage
|
|
28840
|
+
params:
|
|
28841
|
+
- name: image_pull_policy
|
|
28842
|
+
value: $(params.image_pull_policy)
|
|
28843
|
+
- name: devops_suite_name
|
|
28844
|
+
value: dependencies-db2-manage
|
|
28845
|
+
- name: mas_instance_id
|
|
28846
|
+
value: $(params.mas_instance_id)
|
|
28847
|
+
- name: ibm_entitlement_key
|
|
28848
|
+
value: $(params.ibm_entitlement_key)
|
|
28849
|
+
- name: db2_channel
|
|
28850
|
+
value: $(params.db2_channel)
|
|
28851
|
+
- name: db2_instance_name
|
|
28852
|
+
value: mas-$(params.mas_instance_id)-$(params.mas_workspace_id)-manage
|
|
28853
|
+
- name: db2_ldap_username
|
|
28854
|
+
value: $(params.db2_ldap_username)
|
|
28855
|
+
- name: db2_ldap_password
|
|
28856
|
+
value: $(params.db2_ldap_password)
|
|
28857
|
+
- name: db2_type
|
|
28858
|
+
value: $(params.db2_type)
|
|
28859
|
+
- name: db2_timezone
|
|
28860
|
+
value: $(params.db2_timezone)
|
|
28861
|
+
- name: db2_namespace
|
|
28862
|
+
value: $(params.db2_namespace)
|
|
28863
|
+
- name: db2_dbname
|
|
28864
|
+
value: $(params.db2_dbname)
|
|
28865
|
+
- name: db2_version
|
|
28866
|
+
value: $(params.db2_version)
|
|
28867
|
+
- name: db2_workload
|
|
28868
|
+
value: $(params.db2_workload)
|
|
28869
|
+
- name: db2_4k_device_support
|
|
28870
|
+
value: $(params.db2_4k_device_support)
|
|
28871
|
+
- name: db2_table_org
|
|
28872
|
+
value: $(params.db2_table_org)
|
|
28873
|
+
- name: db2_affinity_key
|
|
28874
|
+
value: $(params.db2_affinity_key)
|
|
28875
|
+
- name: db2_affinity_value
|
|
28876
|
+
value: $(params.db2_affinity_value)
|
|
28877
|
+
- name: db2_tolerate_key
|
|
28878
|
+
value: $(params.db2_tolerate_key)
|
|
28879
|
+
- name: db2_tolerate_value
|
|
28880
|
+
value: $(params.db2_tolerate_value)
|
|
28881
|
+
- name: db2_tolerate_effect
|
|
28882
|
+
value: $(params.db2_tolerate_effect)
|
|
28883
|
+
- name: db2_cpu_requests
|
|
28884
|
+
value: $(params.db2_cpu_requests)
|
|
28885
|
+
- name: db2_cpu_limits
|
|
28886
|
+
value: $(params.db2_cpu_limits)
|
|
28887
|
+
- name: db2_memory_requests
|
|
28888
|
+
value: $(params.db2_memory_requests)
|
|
28889
|
+
- name: db2_memory_limits
|
|
28890
|
+
value: $(params.db2_memory_limits)
|
|
28891
|
+
- name: db2_meta_storage_size
|
|
28892
|
+
value: $(params.db2_meta_storage_size)
|
|
28893
|
+
- name: db2_backup_storage_size
|
|
28894
|
+
value: $(params.db2_backup_storage_size)
|
|
28895
|
+
- name: db2_logs_storage_size
|
|
28896
|
+
value: $(params.db2_logs_storage_size)
|
|
28897
|
+
- name: db2_temp_storage_size
|
|
28898
|
+
value: $(params.db2_temp_storage_size)
|
|
28899
|
+
- name: db2_data_storage_size
|
|
28900
|
+
value: $(params.db2_data_storage_size)
|
|
28901
|
+
- name: db2_meta_storage_class
|
|
28902
|
+
value: $(params.storage_class_rwx)
|
|
28903
|
+
- name: db2_data_storage_class
|
|
28904
|
+
value: $(params.storage_class_rwo)
|
|
28905
|
+
- name: db2_backup_storage_class
|
|
28906
|
+
value: $(params.storage_class_rwx)
|
|
28907
|
+
- name: db2_logs_storage_class
|
|
28908
|
+
value: $(params.storage_class_rwo)
|
|
28909
|
+
- name: db2_temp_storage_class
|
|
28910
|
+
value: $(params.storage_class_rwo)
|
|
28911
|
+
- name: db2_meta_storage_accessmode
|
|
28912
|
+
value: $(params.db2_meta_storage_accessmode)
|
|
28913
|
+
- name: db2_backup_storage_accessmode
|
|
28914
|
+
value: $(params.db2_backup_storage_accessmode)
|
|
28915
|
+
- name: db2_temp_storage_accessmode
|
|
28916
|
+
value: $(params.db2_temp_storage_accessmode)
|
|
28917
|
+
- name: db2_logs_storage_accessmode
|
|
28918
|
+
value: $(params.db2_logs_storage_accessmode)
|
|
28919
|
+
- name: db2_data_storage_accessmode
|
|
28920
|
+
value: $(params.db2_data_storage_accessmode)
|
|
28921
|
+
- name: mas_config_scope
|
|
28922
|
+
value: wsapp
|
|
28923
|
+
- name: mas_workspace_id
|
|
28924
|
+
value: $(params.mas_workspace_id)
|
|
28925
|
+
- name: mas_application_id
|
|
28926
|
+
value: manage
|
|
28927
|
+
- name: custom_labels
|
|
28928
|
+
value: $(params.custom_labels)
|
|
28929
|
+
runAfter:
|
|
28930
|
+
- db2-system
|
|
28931
|
+
taskRef:
|
|
28932
|
+
kind: Task
|
|
28933
|
+
name: mas-devops-db2
|
|
28934
|
+
timeout: '0'
|
|
28935
|
+
when:
|
|
28936
|
+
- input: $(params.db2_action_manage)
|
|
28937
|
+
operator: in
|
|
28938
|
+
values:
|
|
28939
|
+
- install
|
|
28940
|
+
- input: $(params.should_install_manage_foundation)
|
|
28941
|
+
operator: in
|
|
28942
|
+
values:
|
|
28943
|
+
- 'true'
|
|
28944
|
+
workspaces:
|
|
28945
|
+
- name: configs
|
|
28946
|
+
workspace: shared-configs
|
|
28947
|
+
|
|
28948
|
+
|
|
28949
|
+
# 3.1.3 Configure Db2 in MAS
|
|
28950
|
+
|
|
28951
|
+
- name: suite-config-db2
|
|
28952
|
+
params:
|
|
28953
|
+
- name: image_pull_policy
|
|
28954
|
+
value: $(params.image_pull_policy)
|
|
28955
|
+
- name: devops_suite_name
|
|
28956
|
+
value: suite-config-db2
|
|
28957
|
+
- name: mas_instance_id
|
|
28958
|
+
value: $(params.mas_instance_id)
|
|
28959
|
+
runAfter:
|
|
28960
|
+
- db2-manage
|
|
28961
|
+
taskRef:
|
|
28962
|
+
kind: Task
|
|
28963
|
+
name: mas-devops-suite-config
|
|
28964
|
+
timeout: '0'
|
|
28965
|
+
when:
|
|
28966
|
+
- input: $(params.mas_app_channel_iot)$(params.mas_app_channel_manage)
|
|
28967
|
+
operator: notin
|
|
28968
|
+
values:
|
|
28969
|
+
- ''
|
|
28970
|
+
- input: $(params.should_install_manage_foundation)
|
|
28971
|
+
operator: in
|
|
28972
|
+
values:
|
|
28973
|
+
- 'true'
|
|
28974
|
+
workspaces:
|
|
28975
|
+
- name: configs
|
|
28976
|
+
workspace: shared-configs
|
|
28977
|
+
|
|
27644
28978
|
|
|
27645
|
-
#
|
|
28979
|
+
# 4. Install & Configure Manage (Phase 3)
|
|
27646
28980
|
# -------------------------------------------------------------------------
|
|
27647
|
-
|
|
28981
|
+
# 4.1. Prepare database for Maxinst
|
|
28982
|
+
|
|
28983
|
+
- name: suite-db2-setup-system
|
|
28984
|
+
params:
|
|
28985
|
+
- name: image_pull_policy
|
|
28986
|
+
value: $(params.image_pull_policy)
|
|
28987
|
+
- name: devops_suite_name
|
|
28988
|
+
value: suite-db2-setup-system
|
|
28989
|
+
- name: db2_instance_name
|
|
28990
|
+
value: mas-$(params.mas_instance_id)-system
|
|
28991
|
+
- name: db2_namespace
|
|
28992
|
+
value: $(params.db2_namespace)
|
|
28993
|
+
runAfter:
|
|
28994
|
+
- suite-config-db2
|
|
28995
|
+
taskRef:
|
|
28996
|
+
kind: Task
|
|
28997
|
+
name: mas-devops-suite-db2-setup-for-manage
|
|
28998
|
+
timeout: '0'
|
|
28999
|
+
when:
|
|
29000
|
+
- input: $(params.mas_app_channel_manage)
|
|
29001
|
+
operator: notin
|
|
29002
|
+
values:
|
|
29003
|
+
- ''
|
|
29004
|
+
- input: $(params.db2_action_system)
|
|
29005
|
+
operator: in
|
|
29006
|
+
values:
|
|
29007
|
+
- install
|
|
29008
|
+
- input: $(params.db2_action_manage)
|
|
29009
|
+
operator: notin
|
|
29010
|
+
values:
|
|
29011
|
+
- install
|
|
29012
|
+
- byo
|
|
29013
|
+
- input: $(params.should_install_manage_foundation)
|
|
29014
|
+
operator: in
|
|
29015
|
+
values:
|
|
29016
|
+
- 'true'
|
|
29017
|
+
|
|
29018
|
+
|
|
29019
|
+
|
|
29020
|
+
- name: suite-db2-setup-manage
|
|
29021
|
+
params:
|
|
29022
|
+
- name: image_pull_policy
|
|
29023
|
+
value: $(params.image_pull_policy)
|
|
29024
|
+
- name: devops_suite_name
|
|
29025
|
+
value: suite-db2-setup-manage
|
|
29026
|
+
- name: db2_instance_name
|
|
29027
|
+
value: mas-$(params.mas_instance_id)-$(params.mas_workspace_id)-manage
|
|
29028
|
+
- name: db2_namespace
|
|
29029
|
+
value: $(params.db2_namespace)
|
|
29030
|
+
runAfter:
|
|
29031
|
+
- suite-config-db2
|
|
29032
|
+
taskRef:
|
|
29033
|
+
kind: Task
|
|
29034
|
+
name: mas-devops-suite-db2-setup-for-manage
|
|
29035
|
+
timeout: '0'
|
|
29036
|
+
when:
|
|
29037
|
+
- input: $(params.mas_app_channel_manage)
|
|
29038
|
+
operator: notin
|
|
29039
|
+
values:
|
|
29040
|
+
- ''
|
|
29041
|
+
- input: $(params.db2_action_manage)
|
|
29042
|
+
operator: in
|
|
29043
|
+
values:
|
|
29044
|
+
- install
|
|
29045
|
+
- input: $(params.should_install_manage_foundation)
|
|
29046
|
+
operator: in
|
|
29047
|
+
values:
|
|
29048
|
+
- 'true'
|
|
29049
|
+
|
|
29050
|
+
|
|
29051
|
+
# 4.2 Manage Install
|
|
29052
|
+
|
|
29053
|
+
- name: app-install-manage
|
|
29054
|
+
params:
|
|
29055
|
+
- name: image_pull_policy
|
|
29056
|
+
value: $(params.image_pull_policy)
|
|
29057
|
+
- name: devops_suite_name
|
|
29058
|
+
value: app-manage-install
|
|
29059
|
+
- name: mas_instance_id
|
|
29060
|
+
value: $(params.mas_instance_id)
|
|
29061
|
+
- name: mas_app_id
|
|
29062
|
+
value: manage
|
|
29063
|
+
- name: artifactory_username
|
|
29064
|
+
value: $(params.artifactory_username)
|
|
29065
|
+
- name: artifactory_token
|
|
29066
|
+
value: $(params.artifactory_token)
|
|
29067
|
+
- name: mas_app_channel
|
|
29068
|
+
value: $(params.mas_app_channel_manage)
|
|
29069
|
+
- name: ibm_entitlement_key
|
|
29070
|
+
value: $(params.ibm_entitlement_key)
|
|
29071
|
+
- name: custom_labels
|
|
29072
|
+
value: $(params.custom_labels)
|
|
29073
|
+
runAfter:
|
|
29074
|
+
- suite-db2-setup-system
|
|
29075
|
+
- suite-db2-setup-manage
|
|
29076
|
+
taskRef:
|
|
29077
|
+
kind: Task
|
|
29078
|
+
name: mas-devops-suite-app-install
|
|
29079
|
+
timeout: '0'
|
|
29080
|
+
when:
|
|
29081
|
+
- input: $(params.mas_app_channel_manage)
|
|
29082
|
+
operator: notin
|
|
29083
|
+
values:
|
|
29084
|
+
- ''
|
|
29085
|
+
- input: $(params.should_install_manage_foundation)
|
|
29086
|
+
operator: in
|
|
29087
|
+
values:
|
|
29088
|
+
- 'true'
|
|
29089
|
+
workspaces:
|
|
29090
|
+
- name: pod-templates
|
|
29091
|
+
workspace: shared-pod-templates
|
|
29092
|
+
|
|
29093
|
+
|
|
29094
|
+
# 4.3 Configure Manage workspace
|
|
29095
|
+
|
|
29096
|
+
- name: app-cfg-manage
|
|
29097
|
+
params:
|
|
29098
|
+
- name: image_pull_policy
|
|
29099
|
+
value: $(params.image_pull_policy)
|
|
29100
|
+
- name: devops_suite_name
|
|
29101
|
+
value: app-manage-cfg
|
|
29102
|
+
- name: mas_instance_id
|
|
29103
|
+
value: $(params.mas_instance_id)
|
|
29104
|
+
- name: mas_app_id
|
|
29105
|
+
value: manage
|
|
29106
|
+
- name: mas_workspace_id
|
|
29107
|
+
value: $(params.mas_workspace_id)
|
|
29108
|
+
- name: mas_appws_components
|
|
29109
|
+
value: $(params.mas_appws_components)
|
|
29110
|
+
- name: mas_appws_bindings_jdbc
|
|
29111
|
+
value: $(params.mas_appws_bindings_jdbc_manage)
|
|
29112
|
+
- name: mas_appws_bindings_health_wsl_flag
|
|
29113
|
+
value: $(params.mas_appws_bindings_health_wsl_flag)
|
|
29114
|
+
- name: mas_app_settings_aio_flag
|
|
29115
|
+
value: $(params.mas_app_settings_aio_flag)
|
|
29116
|
+
- name: mas_app_settings_demodata
|
|
29117
|
+
value: $(params.mas_app_settings_demodata)
|
|
29118
|
+
- name: mas_app_settings_base_lang
|
|
29119
|
+
value: $(params.mas_app_settings_base_lang)
|
|
29120
|
+
- name: mas_app_settings_secondary_langs
|
|
29121
|
+
value: $(params.mas_app_settings_secondary_langs)
|
|
29122
|
+
- name: mas_app_settings_server_timezone
|
|
29123
|
+
value: $(params.mas_app_settings_server_timezone)
|
|
29124
|
+
- name: mas_app_settings_persistent_volumes_flag
|
|
29125
|
+
value: $(params.mas_app_settings_persistent_volumes_flag)
|
|
29126
|
+
- name: mas_app_settings_jms_queue_pvc_storage_class
|
|
29127
|
+
value: $(params.mas_app_settings_jms_queue_pvc_storage_class)
|
|
29128
|
+
- name: mas_app_settings_jms_queue_pvc_accessmode
|
|
29129
|
+
value: $(params.mas_app_settings_jms_queue_pvc_accessmode)
|
|
29130
|
+
- name: mas_app_settings_bim_pvc_storage_class
|
|
29131
|
+
value: $(params.mas_app_settings_bim_pvc_storage_class)
|
|
29132
|
+
- name: mas_app_settings_bim_pvc_accessmode
|
|
29133
|
+
value: $(params.mas_app_settings_bim_pvc_accessmode)
|
|
29134
|
+
- name: mas_app_settings_doclinks_pvc_storage_class
|
|
29135
|
+
value: $(params.mas_app_settings_doclinks_pvc_storage_class)
|
|
29136
|
+
- name: mas_app_settings_doclinks_pvc_accessmode
|
|
29137
|
+
value: $(params.mas_app_settings_doclinks_pvc_accessmode)
|
|
29138
|
+
- name: mas_app_settings_server_bundles_size
|
|
29139
|
+
value: $(params.mas_app_settings_server_bundles_size)
|
|
29140
|
+
- name: is_full_manage
|
|
29141
|
+
value: $(params.is_full_manage)
|
|
29142
|
+
- name: mas_app_settings_tablespace
|
|
29143
|
+
value: $(params.mas_app_settings_tablespace)
|
|
29144
|
+
- name: mas_app_settings_indexspace
|
|
29145
|
+
value: $(params.mas_app_settings_indexspace)
|
|
29146
|
+
- name: mas_app_settings_db2_schema
|
|
29147
|
+
value: $(params.mas_app_settings_db2_schema)
|
|
29148
|
+
- name: mas_app_settings_customization_archive_url
|
|
29149
|
+
value: $(params.mas_app_settings_customization_archive_url)
|
|
29150
|
+
- name: mas_app_settings_customization_archive_name
|
|
29151
|
+
value: $(params.mas_app_settings_customization_archive_name)
|
|
29152
|
+
- name: mas_app_settings_customization_archive_username
|
|
29153
|
+
value: $(params.mas_app_settings_customization_archive_username)
|
|
29154
|
+
- name: mas_app_settings_customization_archive_password
|
|
29155
|
+
value: $(params.mas_app_settings_customization_archive_password)
|
|
29156
|
+
- name: mas_app_settings_crypto_key
|
|
29157
|
+
value: $(params.mas_app_settings_crypto_key)
|
|
29158
|
+
- name: mas_app_settings_cryptox_key
|
|
29159
|
+
value: $(params.mas_app_settings_cryptox_key)
|
|
29160
|
+
- name: mas_app_settings_old_crypto_key
|
|
29161
|
+
value: $(params.mas_app_settings_old_crypto_key)
|
|
29162
|
+
- name: mas_app_settings_old_cryptox_key
|
|
29163
|
+
value: $(params.mas_app_settings_old_cryptox_key)
|
|
29164
|
+
- name: mas_app_settings_override_encryption_secrets_flag
|
|
29165
|
+
value: $(params.mas_app_settings_override_encryption_secrets_flag)
|
|
29166
|
+
- name: mas_app_settings_default_jms
|
|
29167
|
+
value: $(params.mas_app_settings_default_jms)
|
|
29168
|
+
- name: mas_manage_attachment_configuration_mode
|
|
29169
|
+
value: $(params.mas_manage_attachment_configuration_mode)
|
|
29170
|
+
- name: mas_manage_attachments_provider
|
|
29171
|
+
value: $(params.mas_manage_attachments_provider)
|
|
29172
|
+
- name: db2_namespace
|
|
29173
|
+
value: $(params.db2_namespace)
|
|
29174
|
+
- name: ibmcloud_resourcegroup
|
|
29175
|
+
value: $(params.ibmcloud_resourcegroup)
|
|
29176
|
+
- name: ibmcloud_apikey
|
|
29177
|
+
value: $(params.ibmcloud_apikey)
|
|
29178
|
+
- name: cos_resourcegroup
|
|
29179
|
+
value: $(params.cos_resourcegroup)
|
|
29180
|
+
- name: cos_apikey
|
|
29181
|
+
value: $(params.cos_apikey)
|
|
29182
|
+
- name: cos_instance_name
|
|
29183
|
+
value: $(params.cos_instance_name)
|
|
29184
|
+
- name: cos_bucket_name
|
|
29185
|
+
value: $(params.cos_bucket_name)
|
|
29186
|
+
- name: custom_labels
|
|
29187
|
+
value: $(params.custom_labels)
|
|
29188
|
+
runAfter:
|
|
29189
|
+
- app-install-manage
|
|
29190
|
+
taskRef:
|
|
29191
|
+
kind: Task
|
|
29192
|
+
name: mas-devops-suite-app-config
|
|
29193
|
+
timeout: '0'
|
|
29194
|
+
when:
|
|
29195
|
+
- input: $(params.mas_app_channel_manage)
|
|
29196
|
+
operator: notin
|
|
29197
|
+
values:
|
|
29198
|
+
- ''
|
|
29199
|
+
- input: $(params.should_install_manage_foundation)
|
|
29200
|
+
operator: in
|
|
29201
|
+
values:
|
|
29202
|
+
- 'true'
|
|
29203
|
+
workspaces:
|
|
29204
|
+
- name: configs
|
|
29205
|
+
workspace: shared-configs
|
|
29206
|
+
- name: pod-templates
|
|
29207
|
+
workspace: shared-pod-templates
|
|
29208
|
+
|
|
29209
|
+
|
|
29210
|
+
# 5. Manage Upgrade (Phase 4)
|
|
29211
|
+
# -------------------------------------------------------------------------
|
|
29212
|
+
- name: app-manage-upgrade
|
|
27648
29213
|
timeout: "0"
|
|
27649
29214
|
params:
|
|
27650
29215
|
- name: mas_instance_id
|
|
27651
29216
|
value: $(params.mas_instance_id)
|
|
27652
29217
|
- name: mas_app_id
|
|
27653
|
-
value:
|
|
29218
|
+
value: manage
|
|
27654
29219
|
- name: mas_app_channel
|
|
27655
|
-
value: $(params.
|
|
29220
|
+
value: $(params.mas_app_channel_manage)
|
|
27656
29221
|
- name: skip_compatibility_check
|
|
27657
29222
|
value: $(params.skip_compatibility_check)
|
|
27658
29223
|
- name: devops_suite_name
|
|
27659
|
-
value: app-
|
|
29224
|
+
value: app-manage-upgrade
|
|
27660
29225
|
taskRef:
|
|
27661
29226
|
kind: Task
|
|
27662
29227
|
name: mas-devops-suite-app-upgrade
|
|
27663
29228
|
runAfter:
|
|
27664
|
-
-
|
|
27665
|
-
|
|
29229
|
+
- app-cfg-manage
|
|
29230
|
+
when:
|
|
29231
|
+
- input: "$(params.should_install_manage_foundation)"
|
|
29232
|
+
operator: notin
|
|
29233
|
+
values: ["true"]
|
|
27666
29234
|
|
|
27667
|
-
#
|
|
29235
|
+
# 6. IoT Upgrade (Phase 5 - after Manage)
|
|
27668
29236
|
# -------------------------------------------------------------------------
|
|
27669
|
-
- name: app-
|
|
29237
|
+
- name: app-iot-upgrade
|
|
27670
29238
|
timeout: "0"
|
|
27671
29239
|
params:
|
|
27672
29240
|
- name: mas_instance_id
|
|
27673
29241
|
value: $(params.mas_instance_id)
|
|
27674
29242
|
- name: mas_app_id
|
|
27675
|
-
value:
|
|
29243
|
+
value: iot
|
|
27676
29244
|
- name: mas_app_channel
|
|
27677
|
-
value: $(params.
|
|
29245
|
+
value: $(params.mas_app_channel_iot)
|
|
27678
29246
|
- name: skip_compatibility_check
|
|
27679
29247
|
value: $(params.skip_compatibility_check)
|
|
27680
29248
|
- name: devops_suite_name
|
|
27681
|
-
value: app-
|
|
29249
|
+
value: app-iot-upgrade
|
|
27682
29250
|
taskRef:
|
|
27683
29251
|
kind: Task
|
|
27684
29252
|
name: mas-devops-suite-app-upgrade
|
|
27685
29253
|
runAfter:
|
|
27686
|
-
-
|
|
27687
|
-
|
|
29254
|
+
- app-manage-upgrade
|
|
27688
29255
|
|
|
27689
|
-
#
|
|
29256
|
+
# 7. Visual Inspection Upgrade (Phase 5 - after Manage)
|
|
27690
29257
|
# -------------------------------------------------------------------------
|
|
27691
29258
|
- name: app-visualinspection-upgrade
|
|
27692
29259
|
timeout: "0"
|
|
@@ -27705,10 +29272,10 @@ spec:
|
|
|
27705
29272
|
kind: Task
|
|
27706
29273
|
name: mas-devops-suite-app-upgrade
|
|
27707
29274
|
runAfter:
|
|
27708
|
-
-
|
|
29275
|
+
- app-manage-upgrade
|
|
27709
29276
|
|
|
27710
29277
|
|
|
27711
|
-
#
|
|
29278
|
+
# 8. Assist Upgrade (Phase 5 - after Manage)
|
|
27712
29279
|
# -------------------------------------------------------------------------
|
|
27713
29280
|
- name: app-assist-upgrade
|
|
27714
29281
|
timeout: "0"
|
|
@@ -27727,10 +29294,10 @@ spec:
|
|
|
27727
29294
|
kind: Task
|
|
27728
29295
|
name: mas-devops-suite-app-upgrade
|
|
27729
29296
|
runAfter:
|
|
27730
|
-
-
|
|
29297
|
+
- app-manage-upgrade
|
|
27731
29298
|
|
|
27732
29299
|
|
|
27733
|
-
#
|
|
29300
|
+
# 9. Optimizer Upgrade (Phase 5 - after Manage)
|
|
27734
29301
|
# -------------------------------------------------------------------------
|
|
27735
29302
|
- name: app-optimizer-upgrade
|
|
27736
29303
|
timeout: "0"
|
|
@@ -27749,54 +29316,51 @@ spec:
|
|
|
27749
29316
|
kind: Task
|
|
27750
29317
|
name: mas-devops-suite-app-upgrade
|
|
27751
29318
|
runAfter:
|
|
27752
|
-
-
|
|
27753
|
-
|
|
29319
|
+
- app-manage-upgrade
|
|
27754
29320
|
|
|
27755
|
-
#
|
|
29321
|
+
# 10. Predict Upgrade (Phase 5 - after Manage)
|
|
27756
29322
|
# -------------------------------------------------------------------------
|
|
27757
|
-
- name: app-
|
|
29323
|
+
- name: app-predict-upgrade
|
|
27758
29324
|
timeout: "0"
|
|
27759
29325
|
params:
|
|
27760
29326
|
- name: mas_instance_id
|
|
27761
29327
|
value: $(params.mas_instance_id)
|
|
27762
29328
|
- name: mas_app_id
|
|
27763
|
-
value:
|
|
29329
|
+
value: predict
|
|
27764
29330
|
- name: mas_app_channel
|
|
27765
|
-
value: $(params.
|
|
29331
|
+
value: $(params.mas_app_channel_predict)
|
|
27766
29332
|
- name: skip_compatibility_check
|
|
27767
29333
|
value: $(params.skip_compatibility_check)
|
|
27768
29334
|
- name: devops_suite_name
|
|
27769
|
-
value: app-
|
|
29335
|
+
value: app-predict-upgrade
|
|
27770
29336
|
taskRef:
|
|
27771
29337
|
kind: Task
|
|
27772
29338
|
name: mas-devops-suite-app-upgrade
|
|
27773
29339
|
runAfter:
|
|
27774
|
-
- app-
|
|
27775
|
-
|
|
29340
|
+
- app-manage-upgrade
|
|
27776
29341
|
|
|
27777
|
-
#
|
|
29342
|
+
# 11. Monitor Upgrade (Phase 6 - after IoT)
|
|
27778
29343
|
# -------------------------------------------------------------------------
|
|
27779
|
-
- name: app-
|
|
29344
|
+
- name: app-monitor-upgrade
|
|
27780
29345
|
timeout: "0"
|
|
27781
29346
|
params:
|
|
27782
29347
|
- name: mas_instance_id
|
|
27783
29348
|
value: $(params.mas_instance_id)
|
|
27784
29349
|
- name: mas_app_id
|
|
27785
|
-
value:
|
|
29350
|
+
value: monitor
|
|
27786
29351
|
- name: mas_app_channel
|
|
27787
|
-
value: $(params.
|
|
29352
|
+
value: $(params.mas_app_channel_monitor)
|
|
27788
29353
|
- name: skip_compatibility_check
|
|
27789
29354
|
value: $(params.skip_compatibility_check)
|
|
27790
29355
|
- name: devops_suite_name
|
|
27791
|
-
value: app-
|
|
29356
|
+
value: app-monitor-upgrade
|
|
27792
29357
|
taskRef:
|
|
27793
29358
|
kind: Task
|
|
27794
29359
|
name: mas-devops-suite-app-upgrade
|
|
27795
29360
|
runAfter:
|
|
27796
|
-
- app-
|
|
27797
|
-
|
|
29361
|
+
- app-iot-upgrade
|
|
27798
29362
|
|
|
27799
|
-
#
|
|
29363
|
+
# 12. Verify health of the cluster after upgrade
|
|
27800
29364
|
# -------------------------------------------------------------------------
|
|
27801
29365
|
- name: post-upgrade-verify
|
|
27802
29366
|
timeout: "0"
|
|
@@ -27819,12 +29383,12 @@ spec:
|
|
|
27819
29383
|
values: ["True", "true"]
|
|
27820
29384
|
|
|
27821
29385
|
runAfter:
|
|
27822
|
-
# Phase
|
|
29386
|
+
# Phase 5 apps that don't have a phase 6 app following it
|
|
27823
29387
|
- app-assist-upgrade
|
|
27824
29388
|
- app-optimizer-upgrade
|
|
27825
29389
|
- app-visualinspection-upgrade
|
|
27826
|
-
# Phase 3 apps
|
|
27827
29390
|
- app-predict-upgrade
|
|
29391
|
+
# Phase 6 apps
|
|
27828
29392
|
- app-monitor-upgrade
|
|
27829
29393
|
|
|
27830
29394
|
finally:
|