mas-cli 13.24.0__py3-none-any.whl → 13.25.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +4 -1
- mas/cli/install/app.py +93 -7
- mas/cli/install/argBuilder.py +46 -1
- mas/cli/install/argParser.py +104 -0
- mas/cli/install/params.py +15 -0
- mas/cli/install/settings/additionalConfigs.py +4 -0
- mas/cli/install/settings/db2Settings.py +32 -9
- mas/cli/install/summarizer.py +25 -0
- mas/cli/templates/ibm-mas-tekton.yaml +1408 -551
- mas/cli/upgrade/app.py +1 -0
- {mas_cli-13.24.0.dist-info → mas_cli-13.25.1.dist-info}/METADATA +1 -1
- {mas_cli-13.24.0.dist-info → mas_cli-13.25.1.dist-info}/RECORD +16 -16
- {mas_cli-13.24.0.dist-info → mas_cli-13.25.1.dist-info}/WHEEL +1 -1
- {mas_cli-13.24.0.data → mas_cli-13.25.1.data}/scripts/mas-cli +0 -0
- {mas_cli-13.24.0.dist-info → mas_cli-13.25.1.dist-info}/top_level.txt +0 -0
|
@@ -231,7 +231,7 @@ spec:
|
|
|
231
231
|
command:
|
|
232
232
|
- /opt/app-root/src/run-role.sh
|
|
233
233
|
- aibroker
|
|
234
|
-
image: quay.io/ibmmas/cli:13.
|
|
234
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
235
235
|
imagePullPolicy: $(params.image_pull_policy)
|
|
236
236
|
# --------------------------------------------------------------------------------
|
|
237
237
|
# /home/runner/work/cli/cli/tekton/target/tasks/appconnect.yaml
|
|
@@ -342,7 +342,7 @@ spec:
|
|
|
342
342
|
command:
|
|
343
343
|
- /opt/app-root/src/run-role.sh
|
|
344
344
|
- appconnect
|
|
345
|
-
image: quay.io/ibmmas/cli:13.
|
|
345
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
346
346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
347
347
|
workingDir: /workspace/configs
|
|
348
348
|
|
|
@@ -460,7 +460,7 @@ spec:
|
|
|
460
460
|
command:
|
|
461
461
|
- /opt/app-root/src/run-role.sh
|
|
462
462
|
- arcgis
|
|
463
|
-
image: quay.io/ibmmas/cli:13.
|
|
463
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
464
464
|
imagePullPolicy: $(params.image_pull_policy)
|
|
465
465
|
# --------------------------------------------------------------------------------
|
|
466
466
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -530,7 +530,7 @@ spec:
|
|
|
530
530
|
command:
|
|
531
531
|
- /opt/app-root/src/run-role.sh
|
|
532
532
|
- cert_manager
|
|
533
|
-
image: quay.io/ibmmas/cli:13.
|
|
533
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
534
534
|
imagePullPolicy: $(params.image_pull_policy)
|
|
535
535
|
workingDir: /workspace/configs
|
|
536
536
|
# --------------------------------------------------------------------------------
|
|
@@ -596,7 +596,7 @@ spec:
|
|
|
596
596
|
command:
|
|
597
597
|
- /opt/app-root/src/run-role.sh
|
|
598
598
|
- common_services
|
|
599
|
-
image: quay.io/ibmmas/cli:13.
|
|
599
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
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.25.1
|
|
5628
5628
|
workspaces:
|
|
5629
5629
|
- name: shared-entitlement
|
|
5630
5630
|
|
|
@@ -6343,7 +6343,7 @@ spec:
|
|
|
6343
6343
|
- -c
|
|
6344
6344
|
name: gitops-mas-fvt-preparer
|
|
6345
6345
|
imagePullPolicy: Always
|
|
6346
|
-
image: quay.io/ibmmas/cli:13.
|
|
6346
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
6347
6347
|
workspaces:
|
|
6348
6348
|
- name: configs
|
|
6349
6349
|
- name: shared-additional-configs
|
|
@@ -6836,7 +6836,7 @@ spec:
|
|
|
6836
6836
|
- -c
|
|
6837
6837
|
name: gitops-mas-initiator
|
|
6838
6838
|
imagePullPolicy: IfNotPresent
|
|
6839
|
-
image: quay.io/ibmmas/cli:13.
|
|
6839
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
6840
6840
|
workspaces:
|
|
6841
6841
|
- name: configs
|
|
6842
6842
|
# --------------------------------------------------------------------------------
|
|
@@ -6944,7 +6944,7 @@ spec:
|
|
|
6944
6944
|
- -c
|
|
6945
6945
|
name: gitops-mongo
|
|
6946
6946
|
imagePullPolicy: IfNotPresent
|
|
6947
|
-
image: quay.io/ibmmas/cli:13.
|
|
6947
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
6948
6948
|
workspaces:
|
|
6949
6949
|
- name: configs
|
|
6950
6950
|
|
|
@@ -7070,7 +7070,7 @@ spec:
|
|
|
7070
7070
|
- -c
|
|
7071
7071
|
name: gitops-nvidia-gpu
|
|
7072
7072
|
imagePullPolicy: IfNotPresent
|
|
7073
|
-
image: quay.io/ibmmas/cli:13.
|
|
7073
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7074
7074
|
workspaces:
|
|
7075
7075
|
- name: configs
|
|
7076
7076
|
# --------------------------------------------------------------------------------
|
|
@@ -7188,7 +7188,7 @@ spec:
|
|
|
7188
7188
|
- -c
|
|
7189
7189
|
name: gitops-process-mongo-user
|
|
7190
7190
|
imagePullPolicy: IfNotPresent
|
|
7191
|
-
image: quay.io/ibmmas/cli:13.
|
|
7191
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7192
7192
|
workspaces:
|
|
7193
7193
|
- name: configs
|
|
7194
7194
|
# --------------------------------------------------------------------------------
|
|
@@ -7244,7 +7244,7 @@ spec:
|
|
|
7244
7244
|
- -c
|
|
7245
7245
|
name: gitops-rosa
|
|
7246
7246
|
imagePullPolicy: IfNotPresent
|
|
7247
|
-
image: quay.io/ibmmas/cli:13.
|
|
7247
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7248
7248
|
workspaces:
|
|
7249
7249
|
- name: configs
|
|
7250
7250
|
# --------------------------------------------------------------------------------
|
|
@@ -7431,7 +7431,7 @@ spec:
|
|
|
7431
7431
|
- -c
|
|
7432
7432
|
name: gitops-suite-app-config
|
|
7433
7433
|
imagePullPolicy: IfNotPresent
|
|
7434
|
-
image: quay.io/ibmmas/cli:13.
|
|
7434
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7435
7435
|
workspaces:
|
|
7436
7436
|
- name: configs
|
|
7437
7437
|
- name: shared-gitops-configs
|
|
@@ -7589,7 +7589,7 @@ spec:
|
|
|
7589
7589
|
- -c
|
|
7590
7590
|
name: gitops-suite-app-install
|
|
7591
7591
|
imagePullPolicy: Always
|
|
7592
|
-
image: quay.io/ibmmas/cli:13.
|
|
7592
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7593
7593
|
workspaces:
|
|
7594
7594
|
- name: configs
|
|
7595
7595
|
- name: shared-gitops-configs
|
|
@@ -7695,7 +7695,7 @@ spec:
|
|
|
7695
7695
|
- -c
|
|
7696
7696
|
name: gitops-suite-certs
|
|
7697
7697
|
imagePullPolicy: IfNotPresent
|
|
7698
|
-
image: quay.io/ibmmas/cli:13.
|
|
7698
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7699
7699
|
workspaces:
|
|
7700
7700
|
- name: configs
|
|
7701
7701
|
- name: certificates
|
|
@@ -7870,7 +7870,7 @@ spec:
|
|
|
7870
7870
|
- -c
|
|
7871
7871
|
name: gitops-suite-config
|
|
7872
7872
|
imagePullPolicy: IfNotPresent
|
|
7873
|
-
image: quay.io/ibmmas/cli:13.
|
|
7873
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7874
7874
|
workspaces:
|
|
7875
7875
|
- name: configs
|
|
7876
7876
|
- name: shared-additional-configs
|
|
@@ -7970,7 +7970,7 @@ spec:
|
|
|
7970
7970
|
- -c
|
|
7971
7971
|
name: gitops-suite-dns
|
|
7972
7972
|
imagePullPolicy: IfNotPresent
|
|
7973
|
-
image: quay.io/ibmmas/cli:13.
|
|
7973
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7974
7974
|
workspaces:
|
|
7975
7975
|
- name: configs
|
|
7976
7976
|
|
|
@@ -8094,7 +8094,7 @@ spec:
|
|
|
8094
8094
|
- -c
|
|
8095
8095
|
name: gitops-suite-idp-config
|
|
8096
8096
|
imagePullPolicy: IfNotPresent
|
|
8097
|
-
image: quay.io/ibmmas/cli:13.
|
|
8097
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
8098
8098
|
workspaces:
|
|
8099
8099
|
- name: configs
|
|
8100
8100
|
- name: shared-additional-configs
|
|
@@ -8195,7 +8195,7 @@ spec:
|
|
|
8195
8195
|
- -c
|
|
8196
8196
|
name: gitops-suite-objectstorage-config
|
|
8197
8197
|
imagePullPolicy: IfNotPresent
|
|
8198
|
-
image: quay.io/ibmmas/cli:13.
|
|
8198
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
8199
8199
|
workspaces:
|
|
8200
8200
|
- name: configs
|
|
8201
8201
|
- name: shared-gitops-configs
|
|
@@ -8617,7 +8617,7 @@ spec:
|
|
|
8617
8617
|
- -c
|
|
8618
8618
|
name: gitops-suite-smtp-config
|
|
8619
8619
|
imagePullPolicy: IfNotPresent
|
|
8620
|
-
image: quay.io/ibmmas/cli:13.
|
|
8620
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
8621
8621
|
workspaces:
|
|
8622
8622
|
- name: configs
|
|
8623
8623
|
- name: shared-gitops-configs
|
|
@@ -8737,7 +8737,7 @@ spec:
|
|
|
8737
8737
|
- -c
|
|
8738
8738
|
name: gitops-suite-watson-studio-config
|
|
8739
8739
|
imagePullPolicy: IfNotPresent
|
|
8740
|
-
image: quay.io/ibmmas/cli:13.
|
|
8740
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
8741
8741
|
workspaces:
|
|
8742
8742
|
- name: configs
|
|
8743
8743
|
- name: shared-gitops-configs
|
|
@@ -8839,7 +8839,7 @@ spec:
|
|
|
8839
8839
|
- -c
|
|
8840
8840
|
name: gitops-suite-workspace
|
|
8841
8841
|
imagePullPolicy: IfNotPresent
|
|
8842
|
-
image: quay.io/ibmmas/cli:13.
|
|
8842
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
8843
8843
|
workspaces:
|
|
8844
8844
|
- name: configs
|
|
8845
8845
|
# --------------------------------------------------------------------------------
|
|
@@ -9182,7 +9182,7 @@ spec:
|
|
|
9182
9182
|
- -c
|
|
9183
9183
|
name: gitops-suite
|
|
9184
9184
|
imagePullPolicy: IfNotPresent
|
|
9185
|
-
image: quay.io/ibmmas/cli:13.
|
|
9185
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
9186
9186
|
workspaces:
|
|
9187
9187
|
- name: configs
|
|
9188
9188
|
- name: shared-gitops-configs
|
|
@@ -9232,7 +9232,7 @@ spec:
|
|
|
9232
9232
|
|
|
9233
9233
|
steps:
|
|
9234
9234
|
- name: grafana
|
|
9235
|
-
image: quay.io/ibmmas/cli:13.
|
|
9235
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
9236
9236
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9237
9237
|
command:
|
|
9238
9238
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9366,7 +9366,7 @@ spec:
|
|
|
9366
9366
|
command:
|
|
9367
9367
|
- /opt/app-root/src/run-role.sh
|
|
9368
9368
|
- ibm_catalogs
|
|
9369
|
-
image: quay.io/ibmmas/cli:13.
|
|
9369
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
9370
9370
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9371
9371
|
workingDir: /workspace/configs
|
|
9372
9372
|
# --------------------------------------------------------------------------------
|
|
@@ -9608,7 +9608,7 @@ spec:
|
|
|
9608
9608
|
command:
|
|
9609
9609
|
- /opt/app-root/src/run-role.sh
|
|
9610
9610
|
- kafka
|
|
9611
|
-
image: quay.io/ibmmas/cli:13.
|
|
9611
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
9612
9612
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9613
9613
|
workingDir: /workspace/configs
|
|
9614
9614
|
|
|
@@ -9824,7 +9824,7 @@ spec:
|
|
|
9824
9824
|
command:
|
|
9825
9825
|
- /opt/app-root/src/run-role.sh
|
|
9826
9826
|
- kmodels
|
|
9827
|
-
image: quay.io/ibmmas/cli:13.
|
|
9827
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
9828
9828
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9829
9829
|
# --------------------------------------------------------------------------------
|
|
9830
9830
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -10002,7 +10002,7 @@ spec:
|
|
|
10002
10002
|
command:
|
|
10003
10003
|
- /opt/app-root/src/run-role.sh
|
|
10004
10004
|
- mongodb
|
|
10005
|
-
image: quay.io/ibmmas/cli:13.
|
|
10005
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10006
10006
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10007
10007
|
workingDir: /workspace/configs
|
|
10008
10008
|
|
|
@@ -10045,7 +10045,7 @@ spec:
|
|
|
10045
10045
|
- $(params.base_output_dir)
|
|
10046
10046
|
- --extra-namespaces
|
|
10047
10047
|
- selenium
|
|
10048
|
-
image: quay.io/ibmmas/cli:13.
|
|
10048
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10049
10049
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10050
10050
|
env:
|
|
10051
10051
|
- name: DEVOPS_MONGO_URI
|
|
@@ -10162,7 +10162,7 @@ spec:
|
|
|
10162
10162
|
command:
|
|
10163
10163
|
- /opt/app-root/src/run-role.sh
|
|
10164
10164
|
- nvidia_gpu
|
|
10165
|
-
image: quay.io/ibmmas/cli:13.
|
|
10165
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10166
10166
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10167
10167
|
workingDir: /workspace/configs
|
|
10168
10168
|
|
|
@@ -10198,7 +10198,7 @@ spec:
|
|
|
10198
10198
|
# Verify Cluster
|
|
10199
10199
|
# -------------------------------------------------------------------------
|
|
10200
10200
|
- name: ocp-verify-cluster
|
|
10201
|
-
image: quay.io/ibmmas/cli:13.
|
|
10201
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10202
10202
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10203
10203
|
command:
|
|
10204
10204
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10240,7 +10240,7 @@ spec:
|
|
|
10240
10240
|
# Verify Catalogs
|
|
10241
10241
|
# -------------------------------------------------------------------------
|
|
10242
10242
|
- name: ocp-verify-catalogs
|
|
10243
|
-
image: quay.io/ibmmas/cli:13.
|
|
10243
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10244
10244
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10245
10245
|
command:
|
|
10246
10246
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10282,7 +10282,7 @@ spec:
|
|
|
10282
10282
|
# Verify Subscriptions
|
|
10283
10283
|
# -------------------------------------------------------------------------
|
|
10284
10284
|
- name: ocp-verify-subscriptions
|
|
10285
|
-
image: quay.io/ibmmas/cli:13.
|
|
10285
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10286
10286
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10287
10287
|
command:
|
|
10288
10288
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10324,7 +10324,7 @@ spec:
|
|
|
10324
10324
|
# Verify Workloads
|
|
10325
10325
|
# -------------------------------------------------------------------------
|
|
10326
10326
|
- name: ocp-verify-workloads
|
|
10327
|
-
image: quay.io/ibmmas/cli:13.
|
|
10327
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10328
10328
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10329
10329
|
command:
|
|
10330
10330
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10366,7 +10366,7 @@ spec:
|
|
|
10366
10366
|
# Verify Catalogs - Ingress TLS
|
|
10367
10367
|
# -------------------------------------------------------------------------
|
|
10368
10368
|
- name: ocp-verify-ingress
|
|
10369
|
-
image: quay.io/ibmmas/cli:13.
|
|
10369
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10370
10370
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10371
10371
|
command:
|
|
10372
10372
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10492,7 +10492,7 @@ spec:
|
|
|
10492
10492
|
command:
|
|
10493
10493
|
- /opt/app-root/src/run-role.sh
|
|
10494
10494
|
- ocp_verify
|
|
10495
|
-
image: quay.io/ibmmas/cli:13.
|
|
10495
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10496
10496
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10497
10497
|
workingDir: /workspace/configs
|
|
10498
10498
|
# --------------------------------------------------------------------------------
|
|
@@ -10560,7 +10560,7 @@ spec:
|
|
|
10560
10560
|
command:
|
|
10561
10561
|
- /opt/app-root/src/run-role.sh
|
|
10562
10562
|
- ocs
|
|
10563
|
-
image: quay.io/ibmmas/cli:13.
|
|
10563
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10564
10564
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10565
10565
|
workingDir: /workspace/configs
|
|
10566
10566
|
|
|
@@ -10796,7 +10796,7 @@ spec:
|
|
|
10796
10796
|
command:
|
|
10797
10797
|
- /opt/app-root/src/run-role.sh
|
|
10798
10798
|
- odh
|
|
10799
|
-
image: quay.io/ibmmas/cli:13.
|
|
10799
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10800
10800
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10801
10801
|
# --------------------------------------------------------------------------------
|
|
10802
10802
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10972,7 +10972,7 @@ spec:
|
|
|
10972
10972
|
command:
|
|
10973
10973
|
- /opt/app-root/src/run-role.sh
|
|
10974
10974
|
- sls
|
|
10975
|
-
image: quay.io/ibmmas/cli:13.
|
|
10975
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10976
10976
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10977
10977
|
workingDir: /workspace/configs
|
|
10978
10978
|
|
|
@@ -11211,6 +11211,61 @@ spec:
|
|
|
11211
11211
|
type: string
|
|
11212
11212
|
description: Optional. Url to access WML service (same as Cloud Pak for Data url)
|
|
11213
11213
|
default: ""
|
|
11214
|
+
|
|
11215
|
+
# Application Workspace - Operand (Real Estate and Facilities)
|
|
11216
|
+
# TODO: Fix type for storage sizes and max conn pool size
|
|
11217
|
+
- name: mas_ws_facilities_size
|
|
11218
|
+
type: string
|
|
11219
|
+
description: Size of the Facilities Deployment
|
|
11220
|
+
default: ""
|
|
11221
|
+
- name: mas_ws_facilities_routes_timeout
|
|
11222
|
+
type: string
|
|
11223
|
+
description: Optional. Connection timeout of the route.
|
|
11224
|
+
default: ""
|
|
11225
|
+
- name: mas_ws_facilities_liberty_extension_XML
|
|
11226
|
+
type: string
|
|
11227
|
+
description: Optional. Secret name containing XML extension for server.xml
|
|
11228
|
+
default: ""
|
|
11229
|
+
- name: mas_ws_facilities_vault_secret
|
|
11230
|
+
type: string
|
|
11231
|
+
description: Optional. Secret name containing AES encryption secret.
|
|
11232
|
+
default: ""
|
|
11233
|
+
- name: mas_ws_facilities_pull_policy
|
|
11234
|
+
type: string
|
|
11235
|
+
description: Optional. Pull Policy
|
|
11236
|
+
default: ""
|
|
11237
|
+
- name: mas_ws_facilities_storage_log_class
|
|
11238
|
+
type: string
|
|
11239
|
+
description: Define storage class for log
|
|
11240
|
+
default: ""
|
|
11241
|
+
- name: mas_ws_facilities_storage_log_mode
|
|
11242
|
+
type: string
|
|
11243
|
+
description: Define storage mode for log
|
|
11244
|
+
default: ""
|
|
11245
|
+
# - name: mas_ws_facilities_storage_log_size
|
|
11246
|
+
# description: Define storage size for log
|
|
11247
|
+
# type: string
|
|
11248
|
+
# default: ""
|
|
11249
|
+
- name: mas_ws_facilities_storage_userfiles_class
|
|
11250
|
+
type: string
|
|
11251
|
+
description: Define storage class for userfiles
|
|
11252
|
+
default: ""
|
|
11253
|
+
- name: mas_ws_facilities_storage_userfiles_mode
|
|
11254
|
+
type: string
|
|
11255
|
+
description: Define storage mode for userfiles
|
|
11256
|
+
default: ""
|
|
11257
|
+
# - name: mas_ws_facilities_storage_userfiles_size
|
|
11258
|
+
# description: Define storage size for userfiles
|
|
11259
|
+
# type: string
|
|
11260
|
+
# default: ""
|
|
11261
|
+
# - name: mas_ws_facilities_dwfagents
|
|
11262
|
+
# type: array
|
|
11263
|
+
# description: Define a list of dedicated workflow agents
|
|
11264
|
+
# default: []
|
|
11265
|
+
# - name: mas_ws_facilities_db_maxconnpoolsize
|
|
11266
|
+
# description: Define maximum connection pool size
|
|
11267
|
+
# type: string
|
|
11268
|
+
# default: ""
|
|
11214
11269
|
|
|
11215
11270
|
# Custom Label Support
|
|
11216
11271
|
- name: custom_labels
|
|
@@ -11357,6 +11412,35 @@ spec:
|
|
|
11357
11412
|
value: $(params.cpd_wml_instance_id)
|
|
11358
11413
|
- name: CPD_WML_URL
|
|
11359
11414
|
value: $(params.cpd_wml_url)
|
|
11415
|
+
|
|
11416
|
+
# Application Workspace - Operand (Real Estate and Facilities)
|
|
11417
|
+
# TODO: Fix type for storage sizes and max conn pool size
|
|
11418
|
+
- name: MAS_FACILITIES_SIZE
|
|
11419
|
+
value: $(params.mas_ws_facilities_size)
|
|
11420
|
+
- name: MAS_FACILITIES_ROUTES_TIMEOUT
|
|
11421
|
+
value: $(params.mas_ws_facilities_routes_timeout)
|
|
11422
|
+
- name: MAS_FACILITIES_LIBERTY_EXTENSION_XML_SECRET_NAME
|
|
11423
|
+
value: $(params.mas_ws_facilities_liberty_extension_XML)
|
|
11424
|
+
- name: MAS_FACILITIES_VAULT_SECRET_NAME
|
|
11425
|
+
value: $(params.mas_ws_facilities_vault_secret)
|
|
11426
|
+
- name: MAS_FACILITIES_PULL_POLICY
|
|
11427
|
+
value: $(params.mas_ws_facilities_pull_policy)
|
|
11428
|
+
- name: MAS_FACILITIES_STORAGE_LOG_CLASS
|
|
11429
|
+
value: $(params.mas_ws_facilities_storage_log_class)
|
|
11430
|
+
- name: MAS_FACILITIES_STORAGE_LOG_MODE
|
|
11431
|
+
value: $(params.mas_ws_facilities_storage_log_mode)
|
|
11432
|
+
# - name: MAS_FACILITIES_STORAGE_LOG_SIZE
|
|
11433
|
+
# value: $(params.mas_ws_facilities_storage_log_size)
|
|
11434
|
+
- name: MAS_FACILITIES_STORAGE_USERFILES_CLASS
|
|
11435
|
+
value: $(params.mas_ws_facilities_storage_userfiles_class)
|
|
11436
|
+
- name: MAS_FACILITIES_STORAGE_USERFILES_MODE
|
|
11437
|
+
value: $(params.mas_ws_facilities_storage_userfiles_mode)
|
|
11438
|
+
# - name: MAS_FACILITIES_STORAGE_USERFILES_SIZE
|
|
11439
|
+
# value: $(params.mas_ws_facilities_storage_userfiles_size)
|
|
11440
|
+
# - name: MAS_FACILITIES_DWFAGENTS
|
|
11441
|
+
# value: $(params.mas_ws_facilities_dwfagents)
|
|
11442
|
+
# - name: MAS_FACILITIES_DB_MAX_POOLSIZE
|
|
11443
|
+
# value: $(params.mas_ws_facilities_db_maxconnpoolsize)
|
|
11360
11444
|
|
|
11361
11445
|
# Custom Label Support
|
|
11362
11446
|
- name: CUSTOM_LABELS
|
|
@@ -11367,12 +11451,12 @@ spec:
|
|
|
11367
11451
|
command:
|
|
11368
11452
|
- /opt/app-root/src/run-role.sh
|
|
11369
11453
|
- suite_app_config
|
|
11370
|
-
image: quay.io/ibmmas/cli:13.
|
|
11454
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11371
11455
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11372
11456
|
|
|
11373
11457
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
11374
11458
|
- name: app-cfg-post-verify
|
|
11375
|
-
image: quay.io/ibmmas/cli:13.
|
|
11459
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11376
11460
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11377
11461
|
command:
|
|
11378
11462
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11567,7 +11651,7 @@ spec:
|
|
|
11567
11651
|
command:
|
|
11568
11652
|
- /opt/app-root/src/run-role.sh
|
|
11569
11653
|
- suite_app_install
|
|
11570
|
-
image: quay.io/ibmmas/cli:13.
|
|
11654
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11571
11655
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11572
11656
|
|
|
11573
11657
|
workspaces:
|
|
@@ -11656,7 +11740,7 @@ spec:
|
|
|
11656
11740
|
command:
|
|
11657
11741
|
- /opt/app-root/src/run-role.sh
|
|
11658
11742
|
- suite_app_rollback
|
|
11659
|
-
image: quay.io/ibmmas/cli:13.
|
|
11743
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11660
11744
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11661
11745
|
# --------------------------------------------------------------------------------
|
|
11662
11746
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11719,7 +11803,7 @@ spec:
|
|
|
11719
11803
|
command:
|
|
11720
11804
|
- /opt/app-root/src/run-role.sh
|
|
11721
11805
|
- suite_app_uninstall
|
|
11722
|
-
image: quay.io/ibmmas/cli:13.
|
|
11806
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11723
11807
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11724
11808
|
# --------------------------------------------------------------------------------
|
|
11725
11809
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11794,7 +11878,7 @@ spec:
|
|
|
11794
11878
|
command:
|
|
11795
11879
|
- /opt/app-root/src/run-role.sh
|
|
11796
11880
|
- suite_app_upgrade
|
|
11797
|
-
image: quay.io/ibmmas/cli:13.
|
|
11881
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11798
11882
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11799
11883
|
# --------------------------------------------------------------------------------
|
|
11800
11884
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11895,7 +11979,7 @@ spec:
|
|
|
11895
11979
|
command:
|
|
11896
11980
|
- /opt/app-root/src/run-role.sh
|
|
11897
11981
|
- suite_app_verify
|
|
11898
|
-
image: quay.io/ibmmas/cli:13.
|
|
11982
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11899
11983
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11900
11984
|
# --------------------------------------------------------------------------------
|
|
11901
11985
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -12038,7 +12122,7 @@ spec:
|
|
|
12038
12122
|
command:
|
|
12039
12123
|
- /opt/app-root/src/run-role.sh
|
|
12040
12124
|
- suite_certs
|
|
12041
|
-
image: quay.io/ibmmas/cli:13.
|
|
12125
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12042
12126
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12043
12127
|
|
|
12044
12128
|
workspaces:
|
|
@@ -12105,20 +12189,20 @@ spec:
|
|
|
12105
12189
|
command:
|
|
12106
12190
|
- /opt/app-root/src/run-role.sh
|
|
12107
12191
|
- suite_config
|
|
12108
|
-
image: quay.io/ibmmas/cli:13.
|
|
12192
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12109
12193
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12110
12194
|
workingDir: /workspace/configs
|
|
12111
12195
|
|
|
12112
12196
|
workspaces:
|
|
12113
12197
|
- name: configs
|
|
12114
12198
|
# --------------------------------------------------------------------------------
|
|
12115
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/suite-db2-setup-for-
|
|
12199
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/suite-db2-setup-for-facilities.yaml
|
|
12116
12200
|
# --------------------------------------------------------------------------------
|
|
12117
12201
|
---
|
|
12118
12202
|
apiVersion: tekton.dev/v1beta1
|
|
12119
12203
|
kind: Task
|
|
12120
12204
|
metadata:
|
|
12121
|
-
name: mas-devops-suite-db2-setup-for-
|
|
12205
|
+
name: mas-devops-suite-db2-setup-for-facilities
|
|
12122
12206
|
spec:
|
|
12123
12207
|
params:
|
|
12124
12208
|
# Common: Control the image pull policy for the CLI container image
|
|
@@ -12133,155 +12217,167 @@ spec:
|
|
|
12133
12217
|
default: ""
|
|
12134
12218
|
|
|
12135
12219
|
|
|
12136
|
-
|
|
12137
|
-
|
|
12138
|
-
description: Name (specifically, not the ID) of the DB2 Warehouse instance to execute the hack
|
|
12139
|
-
- name: db2_namespace
|
|
12220
|
+
# Entitlement
|
|
12221
|
+
- name: ibm_entitlement_key
|
|
12140
12222
|
type: string
|
|
12141
|
-
|
|
12142
|
-
default: "db2u"
|
|
12143
|
-
|
|
12144
|
-
stepTemplate:
|
|
12145
|
-
env:
|
|
12146
|
-
- name: DEVOPS_MONGO_URI
|
|
12147
|
-
valueFrom:
|
|
12148
|
-
secretKeyRef:
|
|
12149
|
-
name: mas-devops
|
|
12150
|
-
key: DEVOPS_MONGO_URI
|
|
12151
|
-
optional: true
|
|
12152
|
-
- name: DEVOPS_BUILD_NUMBER
|
|
12153
|
-
valueFrom:
|
|
12154
|
-
secretKeyRef:
|
|
12155
|
-
name: mas-devops
|
|
12156
|
-
key: DEVOPS_BUILD_NUMBER
|
|
12157
|
-
optional: true
|
|
12158
|
-
- name: DEVOPS_ENVIRONMENT
|
|
12159
|
-
valueFrom:
|
|
12160
|
-
secretKeyRef:
|
|
12161
|
-
name: mas-devops
|
|
12162
|
-
key: MAS_INSTANCE_ID
|
|
12163
|
-
optional: true
|
|
12164
|
-
- name: DEVOPS_SUITE_NAME
|
|
12165
|
-
value: $(params.devops_suite_name)
|
|
12166
|
-
|
|
12167
|
-
|
|
12168
|
-
# General
|
|
12169
|
-
- name: DB2_INSTANCE_NAME
|
|
12170
|
-
value: $(params.db2_instance_name)
|
|
12171
|
-
- name: DB2_NAMESPACE
|
|
12172
|
-
value: $(params.db2_namespace)
|
|
12223
|
+
default: ""
|
|
12173
12224
|
|
|
12174
|
-
|
|
12175
|
-
- name: suite-db2-setup-for-manage
|
|
12176
|
-
command:
|
|
12177
|
-
- /opt/app-root/src/run-role.sh
|
|
12178
|
-
- suite_db2_setup_for_manage
|
|
12179
|
-
image: quay.io/ibmmas/cli:13.24.0
|
|
12180
|
-
imagePullPolicy: $(params.image_pull_policy)
|
|
12181
|
-
# --------------------------------------------------------------------------------
|
|
12182
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
12183
|
-
# --------------------------------------------------------------------------------
|
|
12184
|
-
---
|
|
12185
|
-
apiVersion: tekton.dev/v1beta1
|
|
12186
|
-
kind: Task
|
|
12187
|
-
metadata:
|
|
12188
|
-
name: mas-devops-suite-dns
|
|
12189
|
-
spec:
|
|
12190
|
-
params:
|
|
12191
|
-
# Common: Control the image pull policy for the CLI container image
|
|
12192
|
-
- name: image_pull_policy
|
|
12225
|
+
- name: db2_action_facilities
|
|
12193
12226
|
type: string
|
|
12194
|
-
|
|
12227
|
+
description: Set to 'install' to set up Db2 instance for Facilities
|
|
12228
|
+
default: "none"
|
|
12195
12229
|
|
|
12196
|
-
#
|
|
12197
|
-
- name:
|
|
12230
|
+
# Db2u Operator
|
|
12231
|
+
- name: db2_channel
|
|
12198
12232
|
type: string
|
|
12199
|
-
description:
|
|
12233
|
+
description: Subscription channel for the Db2 Universal Operator
|
|
12234
|
+
default: ""
|
|
12235
|
+
- name: db2_action
|
|
12236
|
+
type: string
|
|
12237
|
+
description: Action to perform for db2u such as install or upgrade
|
|
12200
12238
|
default: ""
|
|
12201
12239
|
|
|
12240
|
+
# Db2 - Instance
|
|
12241
|
+
- name: db2_namespace
|
|
12242
|
+
type: string
|
|
12243
|
+
description: Namespace to create Db2uCluster instances
|
|
12244
|
+
default: ""
|
|
12245
|
+
- name: db2_instance_name
|
|
12246
|
+
type: string
|
|
12247
|
+
default: ""
|
|
12248
|
+
- name: db2_dbname
|
|
12249
|
+
type: string
|
|
12250
|
+
default: ""
|
|
12251
|
+
- name: db2_version
|
|
12252
|
+
type: string
|
|
12253
|
+
default: ""
|
|
12254
|
+
- name: db2_type
|
|
12255
|
+
type: string
|
|
12256
|
+
default: ""
|
|
12257
|
+
- name: db2_timezone
|
|
12258
|
+
type: string
|
|
12259
|
+
default: ""
|
|
12260
|
+
- name: db2_workload
|
|
12261
|
+
type: string
|
|
12262
|
+
default: ""
|
|
12263
|
+
- name: db2_4k_device_support
|
|
12264
|
+
type: string
|
|
12265
|
+
default: ""
|
|
12266
|
+
- name: db2_table_org
|
|
12267
|
+
type: string
|
|
12268
|
+
default: ""
|
|
12202
12269
|
|
|
12203
|
-
-
|
|
12270
|
+
# Db2 - Node scheduling
|
|
12271
|
+
- name: db2_affinity_key
|
|
12204
12272
|
type: string
|
|
12205
12273
|
default: ""
|
|
12206
|
-
- name:
|
|
12274
|
+
- name: db2_affinity_value
|
|
12207
12275
|
type: string
|
|
12208
|
-
|
|
12276
|
+
default: ""
|
|
12277
|
+
- name: db2_tolerate_key
|
|
12209
12278
|
type: string
|
|
12210
|
-
description: Optional MAS custom labels, comma separated list of key=value pairs
|
|
12211
12279
|
default: ""
|
|
12212
|
-
- name:
|
|
12280
|
+
- name: db2_tolerate_value
|
|
12213
12281
|
type: string
|
|
12214
12282
|
default: ""
|
|
12215
|
-
- name:
|
|
12283
|
+
- name: db2_tolerate_effect
|
|
12216
12284
|
type: string
|
|
12217
12285
|
default: ""
|
|
12218
12286
|
|
|
12219
|
-
#
|
|
12220
|
-
- name:
|
|
12287
|
+
# Db2 - CPU requests and limits
|
|
12288
|
+
- name: db2_cpu_requests
|
|
12221
12289
|
type: string
|
|
12222
12290
|
default: ""
|
|
12223
|
-
- name:
|
|
12291
|
+
- name: db2_cpu_limits
|
|
12224
12292
|
type: string
|
|
12225
12293
|
default: ""
|
|
12226
|
-
|
|
12294
|
+
|
|
12295
|
+
# Db2 - Memory requests and limits
|
|
12296
|
+
- name: db2_memory_requests
|
|
12227
12297
|
type: string
|
|
12228
12298
|
default: ""
|
|
12229
|
-
- name:
|
|
12299
|
+
- name: db2_memory_limits
|
|
12230
12300
|
type: string
|
|
12231
12301
|
default: ""
|
|
12232
12302
|
|
|
12233
|
-
#
|
|
12234
|
-
- name:
|
|
12303
|
+
# Db2 - Storage - Capacity
|
|
12304
|
+
- name: db2_meta_storage_size
|
|
12235
12305
|
type: string
|
|
12236
12306
|
default: ""
|
|
12237
|
-
- name:
|
|
12307
|
+
- name: db2_data_storage_size
|
|
12238
12308
|
type: string
|
|
12239
12309
|
default: ""
|
|
12240
|
-
- name:
|
|
12310
|
+
- name: db2_backup_storage_size
|
|
12241
12311
|
type: string
|
|
12242
12312
|
default: ""
|
|
12243
|
-
- name:
|
|
12313
|
+
- name: db2_logs_storage_size
|
|
12314
|
+
type: string
|
|
12315
|
+
default: ""
|
|
12316
|
+
- name: db2_temp_storage_size
|
|
12244
12317
|
type: string
|
|
12245
12318
|
default: ""
|
|
12246
12319
|
|
|
12247
|
-
#
|
|
12248
|
-
- name:
|
|
12320
|
+
# Db2 - Storage - Class
|
|
12321
|
+
- name: db2_meta_storage_class
|
|
12249
12322
|
type: string
|
|
12250
12323
|
default: ""
|
|
12251
|
-
- name:
|
|
12324
|
+
- name: db2_data_storage_class
|
|
12252
12325
|
type: string
|
|
12253
12326
|
default: ""
|
|
12254
|
-
- name:
|
|
12327
|
+
- name: db2_backup_storage_class
|
|
12255
12328
|
type: string
|
|
12256
|
-
default: "
|
|
12257
|
-
- name:
|
|
12329
|
+
default: ""
|
|
12330
|
+
- name: db2_logs_storage_class
|
|
12331
|
+
type: string
|
|
12332
|
+
default: ""
|
|
12333
|
+
- name: db2_temp_storage_class
|
|
12258
12334
|
type: string
|
|
12259
12335
|
default: ""
|
|
12260
12336
|
|
|
12261
|
-
#
|
|
12262
|
-
- name:
|
|
12337
|
+
# Db2 - Storage - Access Mode
|
|
12338
|
+
- name: db2_meta_storage_accessmode
|
|
12263
12339
|
type: string
|
|
12264
12340
|
default: ""
|
|
12265
|
-
- name:
|
|
12341
|
+
- name: db2_data_storage_accessmode
|
|
12266
12342
|
type: string
|
|
12267
12343
|
default: ""
|
|
12268
|
-
- name:
|
|
12344
|
+
- name: db2_backup_storage_accessmode
|
|
12269
12345
|
type: string
|
|
12270
12346
|
default: ""
|
|
12271
|
-
- name:
|
|
12347
|
+
- name: db2_logs_storage_accessmode
|
|
12272
12348
|
type: string
|
|
12273
12349
|
default: ""
|
|
12274
|
-
- name:
|
|
12350
|
+
- name: db2_temp_storage_accessmode
|
|
12275
12351
|
type: string
|
|
12276
12352
|
default: ""
|
|
12277
|
-
|
|
12353
|
+
|
|
12354
|
+
# Db2 - LDAP
|
|
12355
|
+
- name: db2_ldap_username
|
|
12356
|
+
type: string
|
|
12357
|
+
default: ""
|
|
12358
|
+
- name: db2_ldap_password
|
|
12278
12359
|
type: string
|
|
12279
12360
|
default: ""
|
|
12280
12361
|
|
|
12281
|
-
#
|
|
12282
|
-
- name:
|
|
12362
|
+
# JDBCCfg
|
|
12363
|
+
- name: mas_config_scope
|
|
12283
12364
|
type: string
|
|
12284
|
-
|
|
12365
|
+
default: ""
|
|
12366
|
+
- name: mas_instance_id
|
|
12367
|
+
type: string
|
|
12368
|
+
description: Instance ID
|
|
12369
|
+
default: ""
|
|
12370
|
+
- name: mas_workspace_id
|
|
12371
|
+
type: string
|
|
12372
|
+
default: ""
|
|
12373
|
+
- name: mas_application_id
|
|
12374
|
+
type: string
|
|
12375
|
+
default: ""
|
|
12376
|
+
|
|
12377
|
+
# Custom Labels support
|
|
12378
|
+
- name: custom_labels
|
|
12379
|
+
type: string
|
|
12380
|
+
description: Optional MAS custom labels, comma separated list of key=value pairs
|
|
12285
12381
|
default: ""
|
|
12286
12382
|
|
|
12287
12383
|
stepTemplate:
|
|
@@ -12308,36 +12404,357 @@ spec:
|
|
|
12308
12404
|
value: $(params.devops_suite_name)
|
|
12309
12405
|
|
|
12310
12406
|
|
|
12311
|
-
#
|
|
12312
|
-
- name:
|
|
12313
|
-
value: $(params.
|
|
12314
|
-
- name: MAS_INSTANCE_ID
|
|
12315
|
-
value: $(params.mas_instance_id)
|
|
12316
|
-
- name: MAS_WORKSPACE_ID
|
|
12317
|
-
value: $(params.mas_workspace_id)
|
|
12318
|
-
- name: CUSTOM_LABELS
|
|
12319
|
-
value: $(params.custom_labels)
|
|
12320
|
-
- name: MAS_DOMAIN
|
|
12321
|
-
value: $(params.mas_domain)
|
|
12407
|
+
# Entitlement
|
|
12408
|
+
- name: IBM_ENTITLEMENT_KEY
|
|
12409
|
+
value: $(params.ibm_entitlement_key)
|
|
12322
12410
|
|
|
12323
|
-
|
|
12324
|
-
|
|
12325
|
-
|
|
12326
|
-
|
|
12327
|
-
|
|
12328
|
-
value: $(params.cloudflare_zone)
|
|
12329
|
-
- name: CLOUDFLARE_SUBDOMAIN
|
|
12330
|
-
value: $(params.cloudflare_subdomain)
|
|
12411
|
+
# Db2u Operator
|
|
12412
|
+
- name: DB2_CHANNEL
|
|
12413
|
+
value: $(params.db2_channel)
|
|
12414
|
+
- name: DB2_ACTION
|
|
12415
|
+
value: $(params.db2_action)
|
|
12331
12416
|
|
|
12332
|
-
-
|
|
12333
|
-
|
|
12334
|
-
|
|
12335
|
-
|
|
12336
|
-
|
|
12337
|
-
|
|
12338
|
-
|
|
12339
|
-
|
|
12340
|
-
|
|
12417
|
+
# Db2 - Instance
|
|
12418
|
+
- name: DB2_NAMESPACE
|
|
12419
|
+
value: $(params.db2_namespace)
|
|
12420
|
+
- name: DB2_INSTANCE_NAME
|
|
12421
|
+
value: $(params.db2_instance_name)
|
|
12422
|
+
- name: DB2_DBNAME
|
|
12423
|
+
value: $(params.db2_dbname)
|
|
12424
|
+
- name: DB2_VERSION
|
|
12425
|
+
value: $(params.db2_version)
|
|
12426
|
+
- name: DB2_TYPE
|
|
12427
|
+
value: $(params.db2_type)
|
|
12428
|
+
- name: DB2_TIMEZONE
|
|
12429
|
+
value: $(params.db2_timezone)
|
|
12430
|
+
- name: DB2_WORKLOAD
|
|
12431
|
+
value: $(params.db2_workload)
|
|
12432
|
+
- name: DB2_4K_DEVICE_SUPPORT
|
|
12433
|
+
value: $(params.db2_4k_device_support)
|
|
12434
|
+
- name: DB2_TABLE_ORG
|
|
12435
|
+
value: $(params.db2_table_org)
|
|
12436
|
+
|
|
12437
|
+
# Db2 - Node Scheduling
|
|
12438
|
+
- name: DB2_AFFINITY_KEY
|
|
12439
|
+
value: $(params.db2_affinity_key)
|
|
12440
|
+
- name: DB2_AFFINITY_VALUE
|
|
12441
|
+
value: $(params.db2_affinity_value)
|
|
12442
|
+
- name: DB2_TOLERATE_KEY
|
|
12443
|
+
value: $(params.db2_tolerate_key)
|
|
12444
|
+
- name: DB2_TOLERATE_VALUE
|
|
12445
|
+
value: $(params.db2_tolerate_value)
|
|
12446
|
+
- name: DB2_TOLERATE_EFFECT
|
|
12447
|
+
value: $(params.db2_tolerate_effect)
|
|
12448
|
+
|
|
12449
|
+
# Db2 - CPU requests and limits
|
|
12450
|
+
- name: DB2_CPU_REQUESTS
|
|
12451
|
+
value: $(params.db2_cpu_requests)
|
|
12452
|
+
- name: DB2_CPU_LIMITS
|
|
12453
|
+
value: $(params.db2_cpu_limits)
|
|
12454
|
+
|
|
12455
|
+
# Db2 - Memory requests and limits
|
|
12456
|
+
- name: DB2_MEMORY_REQUESTS
|
|
12457
|
+
value: $(params.db2_memory_requests)
|
|
12458
|
+
- name: DB2_MEMORY_LIMITS
|
|
12459
|
+
value: $(params.db2_memory_limits)
|
|
12460
|
+
|
|
12461
|
+
# Db2 - Storage - Capacity
|
|
12462
|
+
- name: DB2_META_STORAGE_SIZE
|
|
12463
|
+
value: $(params.db2_meta_storage_size)
|
|
12464
|
+
- name: DB2_DATA_STORAGE_SIZE
|
|
12465
|
+
value: $(params.db2_data_storage_size)
|
|
12466
|
+
- name: DB2_BACKUP_STORAGE_SIZE
|
|
12467
|
+
value: $(params.db2_backup_storage_size)
|
|
12468
|
+
- name: DB2_LOGS_STORAGE_SIZE
|
|
12469
|
+
value: $(params.db2_logs_storage_size)
|
|
12470
|
+
- name: DB2_TEMP_STORAGE_SIZE
|
|
12471
|
+
value: $(params.db2_temp_storage_size)
|
|
12472
|
+
|
|
12473
|
+
# Db2 - Storage - Class
|
|
12474
|
+
- name: DB2_META_STORAGE_CLASS
|
|
12475
|
+
value: $(params.db2_meta_storage_class)
|
|
12476
|
+
- name: DB2_DATA_STORAGE_CLASS
|
|
12477
|
+
value: $(params.db2_data_storage_class)
|
|
12478
|
+
- name: DB2_BACKUP_STORAGE_CLASS
|
|
12479
|
+
value: $(params.db2_backup_storage_class)
|
|
12480
|
+
- name: DB2_LOGS_STORAGE_CLASS
|
|
12481
|
+
value: $(params.db2_logs_storage_class)
|
|
12482
|
+
- name: DB2_TEMP_STORAGE_CLASS
|
|
12483
|
+
value: $(params.db2_temp_storage_class)
|
|
12484
|
+
|
|
12485
|
+
# Db2 - Storage - Access mode
|
|
12486
|
+
- name: DB2_META_STORAGE_ACCESSMODE
|
|
12487
|
+
value: $(params.db2_meta_storage_accessmode)
|
|
12488
|
+
- name: DB2_DATA_STORAGE_ACCESSMODE
|
|
12489
|
+
value: $(params.db2_data_storage_accessmode)
|
|
12490
|
+
- name: DB2_BACKUP_STORAGE_ACCESSMODE
|
|
12491
|
+
value: $(params.db2_backup_storage_accessmode)
|
|
12492
|
+
- name: DB2_LOGS_STORAGE_ACCESSMODE
|
|
12493
|
+
value: $(params.db2_logs_storage_accessmode)
|
|
12494
|
+
- name: DB2_TEMP_STORAGE_ACCESSMODE
|
|
12495
|
+
value: $(params.db2_temp_storage_accessmode)
|
|
12496
|
+
|
|
12497
|
+
# Db2 - LDAP
|
|
12498
|
+
- name: DB2_LDAP_USERNAME
|
|
12499
|
+
value: $(params.db2_ldap_username)
|
|
12500
|
+
- name: DB2_LDAP_PASSWORD
|
|
12501
|
+
value: $(params.db2_ldap_password)
|
|
12502
|
+
|
|
12503
|
+
# MAS - JdbcCfg
|
|
12504
|
+
- name: MAS_CONFIG_DIR
|
|
12505
|
+
value: /workspace/configs
|
|
12506
|
+
- name: MAS_CONFIG_SCOPE
|
|
12507
|
+
value: $(params.mas_config_scope)
|
|
12508
|
+
- name: MAS_INSTANCE_ID
|
|
12509
|
+
value: $(params.mas_instance_id)
|
|
12510
|
+
- name: MAS_APP_ID
|
|
12511
|
+
value: $(params.mas_application_id)
|
|
12512
|
+
- name: MAS_WORKSPACE_ID
|
|
12513
|
+
value: $(params.mas_workspace_id)
|
|
12514
|
+
|
|
12515
|
+
# Custom labels support
|
|
12516
|
+
- name: CUSTOM_LABELS
|
|
12517
|
+
value: $(params.custom_labels)
|
|
12518
|
+
|
|
12519
|
+
steps:
|
|
12520
|
+
- name: suite-db2-setup-for-facilities
|
|
12521
|
+
command:
|
|
12522
|
+
- /opt/app-root/src/run-role.sh
|
|
12523
|
+
- suite_db2_setup_for_facilities
|
|
12524
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12525
|
+
imagePullPolicy: $(params.image_pull_policy)
|
|
12526
|
+
workingDir: /workspace/configs
|
|
12527
|
+
|
|
12528
|
+
workspaces:
|
|
12529
|
+
- name: configs
|
|
12530
|
+
optional: true
|
|
12531
|
+
# --------------------------------------------------------------------------------
|
|
12532
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/suite-db2-setup-for-manage.yaml
|
|
12533
|
+
# --------------------------------------------------------------------------------
|
|
12534
|
+
---
|
|
12535
|
+
apiVersion: tekton.dev/v1beta1
|
|
12536
|
+
kind: Task
|
|
12537
|
+
metadata:
|
|
12538
|
+
name: mas-devops-suite-db2-setup-for-manage
|
|
12539
|
+
spec:
|
|
12540
|
+
params:
|
|
12541
|
+
# Common: Control the image pull policy for the CLI container image
|
|
12542
|
+
- name: image_pull_policy
|
|
12543
|
+
type: string
|
|
12544
|
+
default: IfNotPresent
|
|
12545
|
+
|
|
12546
|
+
# Common: Support for saving task execution results to a MongoDb instance
|
|
12547
|
+
- name: devops_suite_name
|
|
12548
|
+
type: string
|
|
12549
|
+
description: Optional name for the junit suite, used to enable save-junit-to-mongo.py
|
|
12550
|
+
default: ""
|
|
12551
|
+
|
|
12552
|
+
|
|
12553
|
+
- name: db2_instance_name
|
|
12554
|
+
type: string
|
|
12555
|
+
description: Name (specifically, not the ID) of the DB2 Warehouse instance to execute the hack
|
|
12556
|
+
- name: db2_namespace
|
|
12557
|
+
type: string
|
|
12558
|
+
description: Namespace where the DB2 Warehouse instance to execute the hack resides
|
|
12559
|
+
default: "db2u"
|
|
12560
|
+
|
|
12561
|
+
stepTemplate:
|
|
12562
|
+
env:
|
|
12563
|
+
- name: DEVOPS_MONGO_URI
|
|
12564
|
+
valueFrom:
|
|
12565
|
+
secretKeyRef:
|
|
12566
|
+
name: mas-devops
|
|
12567
|
+
key: DEVOPS_MONGO_URI
|
|
12568
|
+
optional: true
|
|
12569
|
+
- name: DEVOPS_BUILD_NUMBER
|
|
12570
|
+
valueFrom:
|
|
12571
|
+
secretKeyRef:
|
|
12572
|
+
name: mas-devops
|
|
12573
|
+
key: DEVOPS_BUILD_NUMBER
|
|
12574
|
+
optional: true
|
|
12575
|
+
- name: DEVOPS_ENVIRONMENT
|
|
12576
|
+
valueFrom:
|
|
12577
|
+
secretKeyRef:
|
|
12578
|
+
name: mas-devops
|
|
12579
|
+
key: MAS_INSTANCE_ID
|
|
12580
|
+
optional: true
|
|
12581
|
+
- name: DEVOPS_SUITE_NAME
|
|
12582
|
+
value: $(params.devops_suite_name)
|
|
12583
|
+
|
|
12584
|
+
|
|
12585
|
+
# General
|
|
12586
|
+
- name: DB2_INSTANCE_NAME
|
|
12587
|
+
value: $(params.db2_instance_name)
|
|
12588
|
+
- name: DB2_NAMESPACE
|
|
12589
|
+
value: $(params.db2_namespace)
|
|
12590
|
+
|
|
12591
|
+
steps:
|
|
12592
|
+
- name: suite-db2-setup-for-manage
|
|
12593
|
+
command:
|
|
12594
|
+
- /opt/app-root/src/run-role.sh
|
|
12595
|
+
- suite_db2_setup_for_manage
|
|
12596
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12597
|
+
imagePullPolicy: $(params.image_pull_policy)
|
|
12598
|
+
# --------------------------------------------------------------------------------
|
|
12599
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
12600
|
+
# --------------------------------------------------------------------------------
|
|
12601
|
+
---
|
|
12602
|
+
apiVersion: tekton.dev/v1beta1
|
|
12603
|
+
kind: Task
|
|
12604
|
+
metadata:
|
|
12605
|
+
name: mas-devops-suite-dns
|
|
12606
|
+
spec:
|
|
12607
|
+
params:
|
|
12608
|
+
# Common: Control the image pull policy for the CLI container image
|
|
12609
|
+
- name: image_pull_policy
|
|
12610
|
+
type: string
|
|
12611
|
+
default: IfNotPresent
|
|
12612
|
+
|
|
12613
|
+
# Common: Support for saving task execution results to a MongoDb instance
|
|
12614
|
+
- name: devops_suite_name
|
|
12615
|
+
type: string
|
|
12616
|
+
description: Optional name for the junit suite, used to enable save-junit-to-mongo.py
|
|
12617
|
+
default: ""
|
|
12618
|
+
|
|
12619
|
+
|
|
12620
|
+
- name: dns_provider
|
|
12621
|
+
type: string
|
|
12622
|
+
default: ""
|
|
12623
|
+
- name: mas_instance_id
|
|
12624
|
+
type: string
|
|
12625
|
+
- name: custom_labels
|
|
12626
|
+
type: string
|
|
12627
|
+
description: Optional MAS custom labels, comma separated list of key=value pairs
|
|
12628
|
+
default: ""
|
|
12629
|
+
- name: mas_domain
|
|
12630
|
+
type: string
|
|
12631
|
+
default: ""
|
|
12632
|
+
- name: mas_workspace_id
|
|
12633
|
+
type: string
|
|
12634
|
+
default: ""
|
|
12635
|
+
|
|
12636
|
+
# Cloudflare support
|
|
12637
|
+
- name: cloudflare_email
|
|
12638
|
+
type: string
|
|
12639
|
+
default: ""
|
|
12640
|
+
- name: cloudflare_apitoken
|
|
12641
|
+
type: string
|
|
12642
|
+
default: ""
|
|
12643
|
+
- name: cloudflare_zone
|
|
12644
|
+
type: string
|
|
12645
|
+
default: ""
|
|
12646
|
+
- name: cloudflare_subdomain
|
|
12647
|
+
type: string
|
|
12648
|
+
default: ""
|
|
12649
|
+
|
|
12650
|
+
# IBM Cloud Internet Services support
|
|
12651
|
+
- name: cis_email
|
|
12652
|
+
type: string
|
|
12653
|
+
default: ""
|
|
12654
|
+
- name: cis_apikey
|
|
12655
|
+
type: string
|
|
12656
|
+
default: ""
|
|
12657
|
+
- name: cis_crn
|
|
12658
|
+
type: string
|
|
12659
|
+
default: ""
|
|
12660
|
+
- name: cis_subdomain
|
|
12661
|
+
type: string
|
|
12662
|
+
default: ""
|
|
12663
|
+
|
|
12664
|
+
# IBM Cloud Internet Services support Security Enhancement support
|
|
12665
|
+
- name: cis_service_name
|
|
12666
|
+
type: string
|
|
12667
|
+
default: ""
|
|
12668
|
+
- name: cis_enhanced_security
|
|
12669
|
+
type: string
|
|
12670
|
+
default: ""
|
|
12671
|
+
- name: override_edge_certs
|
|
12672
|
+
type: string
|
|
12673
|
+
default: "false"
|
|
12674
|
+
- name: cis_proxy
|
|
12675
|
+
type: string
|
|
12676
|
+
default: ""
|
|
12677
|
+
|
|
12678
|
+
# AWS Route 53 support
|
|
12679
|
+
- name: aws_access_key_id
|
|
12680
|
+
type: string
|
|
12681
|
+
default: ""
|
|
12682
|
+
- name: aws_secret_access_key
|
|
12683
|
+
type: string
|
|
12684
|
+
default: ""
|
|
12685
|
+
- name: route53_hosted_zone_name
|
|
12686
|
+
type: string
|
|
12687
|
+
default: ""
|
|
12688
|
+
- name: route53_hosted_zone_region
|
|
12689
|
+
type: string
|
|
12690
|
+
default: ""
|
|
12691
|
+
- name: route53_email
|
|
12692
|
+
type: string
|
|
12693
|
+
default: ""
|
|
12694
|
+
- name: route53_subdomain
|
|
12695
|
+
type: string
|
|
12696
|
+
default: ""
|
|
12697
|
+
|
|
12698
|
+
# Use of Manual Certificates
|
|
12699
|
+
- name: mas_manual_cert_mgmt
|
|
12700
|
+
type: string
|
|
12701
|
+
description: Optional boolean parameter that when set to True, indicates that manually created certificates will be used to certify MAS and application routes
|
|
12702
|
+
default: ""
|
|
12703
|
+
|
|
12704
|
+
stepTemplate:
|
|
12705
|
+
env:
|
|
12706
|
+
- name: DEVOPS_MONGO_URI
|
|
12707
|
+
valueFrom:
|
|
12708
|
+
secretKeyRef:
|
|
12709
|
+
name: mas-devops
|
|
12710
|
+
key: DEVOPS_MONGO_URI
|
|
12711
|
+
optional: true
|
|
12712
|
+
- name: DEVOPS_BUILD_NUMBER
|
|
12713
|
+
valueFrom:
|
|
12714
|
+
secretKeyRef:
|
|
12715
|
+
name: mas-devops
|
|
12716
|
+
key: DEVOPS_BUILD_NUMBER
|
|
12717
|
+
optional: true
|
|
12718
|
+
- name: DEVOPS_ENVIRONMENT
|
|
12719
|
+
valueFrom:
|
|
12720
|
+
secretKeyRef:
|
|
12721
|
+
name: mas-devops
|
|
12722
|
+
key: MAS_INSTANCE_ID
|
|
12723
|
+
optional: true
|
|
12724
|
+
- name: DEVOPS_SUITE_NAME
|
|
12725
|
+
value: $(params.devops_suite_name)
|
|
12726
|
+
|
|
12727
|
+
|
|
12728
|
+
# General
|
|
12729
|
+
- name: DNS_PROVIDER
|
|
12730
|
+
value: $(params.dns_provider)
|
|
12731
|
+
- name: MAS_INSTANCE_ID
|
|
12732
|
+
value: $(params.mas_instance_id)
|
|
12733
|
+
- name: MAS_WORKSPACE_ID
|
|
12734
|
+
value: $(params.mas_workspace_id)
|
|
12735
|
+
- name: CUSTOM_LABELS
|
|
12736
|
+
value: $(params.custom_labels)
|
|
12737
|
+
- name: MAS_DOMAIN
|
|
12738
|
+
value: $(params.mas_domain)
|
|
12739
|
+
|
|
12740
|
+
- name: CLOUDFLARE_EMAIL
|
|
12741
|
+
value: $(params.cloudflare_email)
|
|
12742
|
+
- name: CLOUDFLARE_APITOKEN
|
|
12743
|
+
value: $(params.cloudflare_apitoken)
|
|
12744
|
+
- name: CLOUDFLARE_ZONE
|
|
12745
|
+
value: $(params.cloudflare_zone)
|
|
12746
|
+
- name: CLOUDFLARE_SUBDOMAIN
|
|
12747
|
+
value: $(params.cloudflare_subdomain)
|
|
12748
|
+
|
|
12749
|
+
- name: CIS_EMAIL
|
|
12750
|
+
value: $(params.cis_email)
|
|
12751
|
+
- name: CIS_APIKEY
|
|
12752
|
+
value: $(params.cis_apikey)
|
|
12753
|
+
- name: CIS_CRN
|
|
12754
|
+
value: $(params.cis_crn)
|
|
12755
|
+
- name: CIS_SUBDOMAIN
|
|
12756
|
+
value: $(params.cis_subdomain)
|
|
12757
|
+
- name: CIS_SERVICE_NAME
|
|
12341
12758
|
value: $(params.cis_service_name)
|
|
12342
12759
|
- name: CIS_ENHANCED_SECURITY
|
|
12343
12760
|
value: $(params.cis_enhanced_security)
|
|
@@ -12366,7 +12783,7 @@ spec:
|
|
|
12366
12783
|
command:
|
|
12367
12784
|
- /opt/app-root/src/run-role.sh
|
|
12368
12785
|
- suite_dns
|
|
12369
|
-
image: quay.io/ibmmas/cli:13.
|
|
12786
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12370
12787
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12371
12788
|
# --------------------------------------------------------------------------------
|
|
12372
12789
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -12615,7 +13032,7 @@ spec:
|
|
|
12615
13032
|
command:
|
|
12616
13033
|
- /opt/app-root/src/run-role.sh
|
|
12617
13034
|
- suite_install
|
|
12618
|
-
image: quay.io/ibmmas/cli:13.
|
|
13035
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12619
13036
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12620
13037
|
workingDir: /workspace/configs
|
|
12621
13038
|
|
|
@@ -12703,7 +13120,7 @@ spec:
|
|
|
12703
13120
|
command:
|
|
12704
13121
|
- /opt/app-root/src/run-role.sh
|
|
12705
13122
|
- suite_rollback
|
|
12706
|
-
image: quay.io/ibmmas/cli:13.
|
|
13123
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12707
13124
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12708
13125
|
# --------------------------------------------------------------------------------
|
|
12709
13126
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -12768,7 +13185,7 @@ spec:
|
|
|
12768
13185
|
command:
|
|
12769
13186
|
- /opt/app-root/src/run-role.sh
|
|
12770
13187
|
- suite_uninstall
|
|
12771
|
-
image: quay.io/ibmmas/cli:13.
|
|
13188
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12772
13189
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12773
13190
|
# --------------------------------------------------------------------------------
|
|
12774
13191
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -12838,7 +13255,7 @@ spec:
|
|
|
12838
13255
|
command:
|
|
12839
13256
|
- /opt/app-root/src/run-role.sh
|
|
12840
13257
|
- suite_upgrade
|
|
12841
|
-
image: quay.io/ibmmas/cli:13.
|
|
13258
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12842
13259
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12843
13260
|
# --------------------------------------------------------------------------------
|
|
12844
13261
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12900,12 +13317,12 @@ spec:
|
|
|
12900
13317
|
command:
|
|
12901
13318
|
- /opt/app-root/src/run-role.sh
|
|
12902
13319
|
- suite_verify
|
|
12903
|
-
image: quay.io/ibmmas/cli:13.
|
|
13320
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12904
13321
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12905
13322
|
|
|
12906
13323
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12907
13324
|
- name: suite-post-verify
|
|
12908
|
-
image: quay.io/ibmmas/cli:13.
|
|
13325
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12909
13326
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12910
13327
|
command:
|
|
12911
13328
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -13028,7 +13445,7 @@ spec:
|
|
|
13028
13445
|
command:
|
|
13029
13446
|
- /opt/app-root/src/run-role.sh
|
|
13030
13447
|
- turbonomic
|
|
13031
|
-
image: quay.io/ibmmas/cli:13.
|
|
13448
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13032
13449
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13033
13450
|
# --------------------------------------------------------------------------------
|
|
13034
13451
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -13109,7 +13526,7 @@ spec:
|
|
|
13109
13526
|
# IBM User Data Services (UDS)
|
|
13110
13527
|
# -------------------------------------------------------------------------
|
|
13111
13528
|
- name: uds
|
|
13112
|
-
image: quay.io/ibmmas/cli:13.
|
|
13529
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13113
13530
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13114
13531
|
workingDir: /workspace/configs
|
|
13115
13532
|
command:
|
|
@@ -13172,7 +13589,7 @@ spec:
|
|
|
13172
13589
|
# IBM Data Reporter Operator (DRO)
|
|
13173
13590
|
# -------------------------------------------------------------------------
|
|
13174
13591
|
- name: dro
|
|
13175
|
-
image: quay.io/ibmmas/cli:13.
|
|
13592
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13176
13593
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13177
13594
|
workingDir: /workspace/configs
|
|
13178
13595
|
command:
|
|
@@ -13258,7 +13675,7 @@ spec:
|
|
|
13258
13675
|
description: "The value to set"
|
|
13259
13676
|
steps:
|
|
13260
13677
|
- name: update-configmap
|
|
13261
|
-
image: quay.io/ibmmas/cli:13.
|
|
13678
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13262
13679
|
command:
|
|
13263
13680
|
- /opt/app-root/src/update-configmap.sh
|
|
13264
13681
|
env:
|
|
@@ -13305,7 +13722,7 @@ spec:
|
|
|
13305
13722
|
|
|
13306
13723
|
steps:
|
|
13307
13724
|
- name: wait-for-configmap
|
|
13308
|
-
image: quay.io/ibmmas/cli:13.
|
|
13725
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13309
13726
|
command:
|
|
13310
13727
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13311
13728
|
env:
|
|
@@ -13386,7 +13803,7 @@ spec:
|
|
|
13386
13803
|
|
|
13387
13804
|
steps:
|
|
13388
13805
|
- name: wait-for-configmap
|
|
13389
|
-
image: quay.io/ibmmas/cli:13.
|
|
13806
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13390
13807
|
command:
|
|
13391
13808
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13392
13809
|
env:
|
|
@@ -13446,7 +13863,7 @@ spec:
|
|
|
13446
13863
|
|
|
13447
13864
|
steps:
|
|
13448
13865
|
- name: wait
|
|
13449
|
-
image: quay.io/ibmmas/cli:13.
|
|
13866
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13450
13867
|
command:
|
|
13451
13868
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13452
13869
|
env:
|
|
@@ -16140,6 +16557,8 @@ spec:
|
|
|
16140
16557
|
operator: notin
|
|
16141
16558
|
values: [""]
|
|
16142
16559
|
- name: gitops-db2u-replica-database-manage
|
|
16560
|
+
runAfter:
|
|
16561
|
+
- gitops-db2u-database-manage
|
|
16143
16562
|
params:
|
|
16144
16563
|
- name: cluster_name
|
|
16145
16564
|
value: $(params.cluster_name)
|
|
@@ -16494,6 +16913,8 @@ spec:
|
|
|
16494
16913
|
operator: notin
|
|
16495
16914
|
values: [""]
|
|
16496
16915
|
- name: gitops-db2u-replica-database-facilities
|
|
16916
|
+
runAfter:
|
|
16917
|
+
- gitops-db2u-database-facilities
|
|
16497
16918
|
params:
|
|
16498
16919
|
- name: cluster_name
|
|
16499
16920
|
value: $(params.cluster_name)
|
|
@@ -22829,6 +23250,10 @@ spec:
|
|
|
22829
23250
|
type: string
|
|
22830
23251
|
description: Set to 'system' if using the shared system JDBC configuration, or 'workspace-application' if using a dedicated JDBC configuration.
|
|
22831
23252
|
default: ""
|
|
23253
|
+
- name: db2_action_facilities
|
|
23254
|
+
type: string
|
|
23255
|
+
description: Set to 'install' to set up a Db2 instance for Real Estate and Facilities
|
|
23256
|
+
default: "none"
|
|
22832
23257
|
|
|
22833
23258
|
# Dependencies - CP4D
|
|
22834
23259
|
# -----------------------------------------------------------------------------
|
|
@@ -23072,6 +23497,12 @@ spec:
|
|
|
23072
23497
|
description: Workspace Name used when setting up the workspace
|
|
23073
23498
|
default: My Workspace
|
|
23074
23499
|
|
|
23500
|
+
# MAS Workspace Configuration - Facilities
|
|
23501
|
+
- name: mas_appws_bindings_jdbc
|
|
23502
|
+
type: string
|
|
23503
|
+
description: JDBC Bindings Workspace
|
|
23504
|
+
default: "workspace-application"
|
|
23505
|
+
|
|
23075
23506
|
# MAS Configuration - Application Channels
|
|
23076
23507
|
# -------------------------------------------------------------------------
|
|
23077
23508
|
- name: mas_app_channel_iot
|
|
@@ -23102,6 +23533,10 @@ spec:
|
|
|
23102
23533
|
type: string
|
|
23103
23534
|
description: Subscription channel for MVI application operator
|
|
23104
23535
|
default: ""
|
|
23536
|
+
- name: mas_app_channel_facilities
|
|
23537
|
+
type: string
|
|
23538
|
+
description: Subscription channel for Facilities application operator
|
|
23539
|
+
default: ""
|
|
23105
23540
|
# - name: mas_app_channel_aibroker
|
|
23106
23541
|
# type: string
|
|
23107
23542
|
# description: Subscription channel for AI Broker application operator
|
|
@@ -23504,6 +23939,58 @@ spec:
|
|
|
23504
23939
|
default: ""
|
|
23505
23940
|
|
|
23506
23941
|
|
|
23942
|
+
# MAS Application Configuration - Facilities
|
|
23943
|
+
# TODO: Fix type for storage sizes and max conn pool size
|
|
23944
|
+
- name: mas_ws_facilities_size
|
|
23945
|
+
type: string
|
|
23946
|
+
description: Size of the Facilities Deployment
|
|
23947
|
+
default: "small"
|
|
23948
|
+
- name: mas_ws_facilities_routes_timeout
|
|
23949
|
+
type: string
|
|
23950
|
+
description: Optional. Connection timeout of the route.
|
|
23951
|
+
default: ""
|
|
23952
|
+
- name: mas_ws_facilities_liberty_extension_XML
|
|
23953
|
+
type: string
|
|
23954
|
+
description: Optional. Secret name containing XML extension for server.xml
|
|
23955
|
+
default: ""
|
|
23956
|
+
- name: mas_ws_facilities_vault_secret
|
|
23957
|
+
type: string
|
|
23958
|
+
description: Optional. Secret name containing AES encryption secret.
|
|
23959
|
+
default: ""
|
|
23960
|
+
- name: mas_ws_facilities_pull_policy
|
|
23961
|
+
type: string
|
|
23962
|
+
description: Optional. Pull Policy
|
|
23963
|
+
default: ""
|
|
23964
|
+
- name: mas_ws_facilities_storage_log_class
|
|
23965
|
+
type: string
|
|
23966
|
+
description: Define storage class for log
|
|
23967
|
+
default: ""
|
|
23968
|
+
- name: mas_ws_facilities_storage_log_mode
|
|
23969
|
+
type: string
|
|
23970
|
+
description: Define storage mode for log
|
|
23971
|
+
default: ""
|
|
23972
|
+
# - name: mas_ws_facilities_storage_log_size
|
|
23973
|
+
# description: Define storage size for log
|
|
23974
|
+
# type: integer
|
|
23975
|
+
- name: mas_ws_facilities_storage_userfiles_class
|
|
23976
|
+
type: string
|
|
23977
|
+
description: Define storage class for userfiles
|
|
23978
|
+
default: ""
|
|
23979
|
+
- name: mas_ws_facilities_storage_userfiles_mode
|
|
23980
|
+
type: string
|
|
23981
|
+
description: Define storage mode for userfiles
|
|
23982
|
+
default: ""
|
|
23983
|
+
# - name: mas_ws_facilities_storage_userfiles_size
|
|
23984
|
+
# description: Define storage size for userfiles
|
|
23985
|
+
# type: integer
|
|
23986
|
+
# - name: mas_ws_facilities_dwfagents
|
|
23987
|
+
# type: array
|
|
23988
|
+
# description: Define a list of dedicated workflow agents
|
|
23989
|
+
# default: []
|
|
23990
|
+
# - name: mas_ws_facilities_db_maxconnpoolsize
|
|
23991
|
+
# description: Define maximum connection pool size
|
|
23992
|
+
# type: integer
|
|
23993
|
+
|
|
23507
23994
|
tasks:
|
|
23508
23995
|
# Content
|
|
23509
23996
|
# -------
|
|
@@ -23519,6 +24006,8 @@ spec:
|
|
|
23519
24006
|
# 10. Install & Configure Optimizer
|
|
23520
24007
|
# 12. Install & Configure Assist
|
|
23521
24008
|
# 13. Install & Configure Visual Inspection
|
|
24009
|
+
# 14. Install & Configure AI Broker
|
|
24010
|
+
# 15. Install & Configure Facilities
|
|
23522
24011
|
|
|
23523
24012
|
- name: pre-install-check
|
|
23524
24013
|
timeout: "0"
|
|
@@ -24934,7 +25423,7 @@ spec:
|
|
|
24934
25423
|
# Only load the JDBCCfg if IoT or Manage are being installed
|
|
24935
25424
|
# See: https://github.com/tektoncd/pipeline/issues/3591#issuecomment-1073901961
|
|
24936
25425
|
when:
|
|
24937
|
-
- input: "$(params.mas_app_channel_iot)$(params.mas_app_channel_manage)"
|
|
25426
|
+
- input: "$(params.mas_app_channel_iot)$(params.mas_app_channel_manage)$(params.mas_app_channel_facilities)"
|
|
24938
25427
|
operator: notin
|
|
24939
25428
|
values: [""]
|
|
24940
25429
|
workspaces:
|
|
@@ -24942,7 +25431,7 @@ spec:
|
|
|
24942
25431
|
workspace: shared-configs
|
|
24943
25432
|
runAfter:
|
|
24944
25433
|
- suite-verify
|
|
24945
|
-
-
|
|
25434
|
+
- suite-db2-setup-facilities
|
|
24946
25435
|
|
|
24947
25436
|
# 5.8 Configure Kafka in MAS
|
|
24948
25437
|
- name: suite-config-kafka
|
|
@@ -25352,21 +25841,178 @@ spec:
|
|
|
25352
25841
|
value: $(params.ibm_entitlement_key)
|
|
25353
25842
|
- name: custom_labels
|
|
25354
25843
|
value: $(params.custom_labels)
|
|
25355
|
-
|
|
25844
|
+
|
|
25845
|
+
taskRef:
|
|
25846
|
+
name: mas-devops-suite-app-install
|
|
25847
|
+
kind: Task
|
|
25848
|
+
# Only install Monitor if a channel has been chosen
|
|
25849
|
+
when:
|
|
25850
|
+
- input: "$(params.mas_app_channel_monitor)"
|
|
25851
|
+
operator: notin
|
|
25852
|
+
values: [""]
|
|
25853
|
+
runAfter:
|
|
25854
|
+
- app-cfg-manage
|
|
25855
|
+
- app-cfg-iot
|
|
25856
|
+
|
|
25857
|
+
# 8.2 Configure Monitor workspace
|
|
25858
|
+
- name: app-cfg-monitor
|
|
25859
|
+
timeout: "0"
|
|
25860
|
+
params:
|
|
25861
|
+
# Controls the image pull policy for the ibmmas/cli image
|
|
25862
|
+
- name: image_pull_policy
|
|
25863
|
+
value: $(params.image_pull_policy)
|
|
25864
|
+
|
|
25865
|
+
- name: devops_suite_name
|
|
25866
|
+
value: app-monitor-cfg
|
|
25867
|
+
|
|
25868
|
+
- name: mas_instance_id
|
|
25869
|
+
value: $(params.mas_instance_id)
|
|
25870
|
+
- name: mas_app_id
|
|
25871
|
+
value: monitor
|
|
25872
|
+
- name: mas_workspace_id
|
|
25873
|
+
value: "$(params.mas_workspace_id)"
|
|
25874
|
+
- name: custom_labels
|
|
25875
|
+
value: $(params.custom_labels)
|
|
25876
|
+
taskRef:
|
|
25877
|
+
name: mas-devops-suite-app-config
|
|
25878
|
+
kind: Task
|
|
25879
|
+
# Only configure a workspace for Monitor if a channel has been chosen
|
|
25880
|
+
when:
|
|
25881
|
+
- input: "$(params.mas_app_channel_monitor)"
|
|
25882
|
+
operator: notin
|
|
25883
|
+
values: [""]
|
|
25884
|
+
workspaces:
|
|
25885
|
+
- name: configs
|
|
25886
|
+
workspace: shared-configs
|
|
25887
|
+
runAfter:
|
|
25888
|
+
- app-install-monitor
|
|
25889
|
+
|
|
25890
|
+
|
|
25891
|
+
# 9. Install & Configure Predict
|
|
25892
|
+
# -------------------------------------------------------------------------
|
|
25893
|
+
# 9.1 Predict Install
|
|
25894
|
+
- name: app-install-predict
|
|
25895
|
+
timeout: "0"
|
|
25896
|
+
params:
|
|
25897
|
+
# Controls the image pull policy for the ibmmas/cli image
|
|
25898
|
+
- name: image_pull_policy
|
|
25899
|
+
value: $(params.image_pull_policy)
|
|
25900
|
+
|
|
25901
|
+
- name: devops_suite_name
|
|
25902
|
+
value: app-predict-install
|
|
25903
|
+
|
|
25904
|
+
- name: mas_instance_id
|
|
25905
|
+
value: $(params.mas_instance_id)
|
|
25906
|
+
- name: mas_app_id
|
|
25907
|
+
value: predict
|
|
25908
|
+
- name: artifactory_username
|
|
25909
|
+
value: $(params.artifactory_username)
|
|
25910
|
+
- name: artifactory_token
|
|
25911
|
+
value: $(params.artifactory_token)
|
|
25912
|
+
- name: mas_app_channel
|
|
25913
|
+
value: "$(params.mas_app_channel_predict)"
|
|
25914
|
+
- name: ibm_entitlement_key
|
|
25915
|
+
value: $(params.ibm_entitlement_key)
|
|
25916
|
+
- name: custom_labels
|
|
25917
|
+
value: $(params.custom_labels)
|
|
25918
|
+
taskRef:
|
|
25919
|
+
name: mas-devops-suite-app-install
|
|
25920
|
+
kind: Task
|
|
25921
|
+
# Only install Predict if a channel has been chosen
|
|
25922
|
+
when:
|
|
25923
|
+
- input: "$(params.mas_app_channel_predict)"
|
|
25924
|
+
operator: notin
|
|
25925
|
+
values: [""]
|
|
25926
|
+
runAfter:
|
|
25927
|
+
- app-cfg-manage
|
|
25928
|
+
- app-cfg-monitor
|
|
25929
|
+
- suite-config-watson-studio
|
|
25930
|
+
- watson-machine-learning
|
|
25931
|
+
- analytics-service
|
|
25932
|
+
- spss
|
|
25933
|
+
|
|
25934
|
+
# 9.2 Configure Predict workspace
|
|
25935
|
+
- name: app-cfg-predict
|
|
25936
|
+
timeout: "0"
|
|
25937
|
+
params:
|
|
25938
|
+
# Controls the image pull policy for the ibmmas/cli image
|
|
25939
|
+
- name: image_pull_policy
|
|
25940
|
+
value: $(params.image_pull_policy)
|
|
25941
|
+
|
|
25942
|
+
- name: devops_suite_name
|
|
25943
|
+
value: app-predict-cfg
|
|
25944
|
+
|
|
25945
|
+
- name: mas_instance_id
|
|
25946
|
+
value: $(params.mas_instance_id)
|
|
25947
|
+
- name: mas_app_id
|
|
25948
|
+
value: predict
|
|
25949
|
+
- name: mas_workspace_id
|
|
25950
|
+
value: "$(params.mas_workspace_id)"
|
|
25951
|
+
|
|
25952
|
+
- name: cpd_product_version
|
|
25953
|
+
value: "$(params.cpd_product_version)"
|
|
25954
|
+
|
|
25955
|
+
|
|
25956
|
+
- name: predict_deployment_size
|
|
25957
|
+
value: "$(params.predict_deployment_size)"
|
|
25958
|
+
- name: custom_labels
|
|
25959
|
+
value: $(params.custom_labels)
|
|
25960
|
+
taskRef:
|
|
25961
|
+
name: mas-devops-suite-app-config
|
|
25962
|
+
kind: Task
|
|
25963
|
+
# Only install Predict if a channel has been chosen
|
|
25964
|
+
when:
|
|
25965
|
+
- input: "$(params.mas_app_channel_predict)"
|
|
25966
|
+
operator: notin
|
|
25967
|
+
values: [""]
|
|
25968
|
+
workspaces:
|
|
25969
|
+
- name: configs
|
|
25970
|
+
workspace: shared-configs
|
|
25971
|
+
runAfter:
|
|
25972
|
+
- app-install-predict
|
|
25973
|
+
|
|
25974
|
+
# 10. Install & Configure Optimizer
|
|
25975
|
+
# -------------------------------------------------------------------------
|
|
25976
|
+
# 10.1 Optimizer Install
|
|
25977
|
+
- name: app-install-optimizer
|
|
25978
|
+
timeout: "0"
|
|
25979
|
+
params:
|
|
25980
|
+
# Controls the image pull policy for the ibmmas/cli image
|
|
25981
|
+
- name: image_pull_policy
|
|
25982
|
+
value: $(params.image_pull_policy)
|
|
25983
|
+
|
|
25984
|
+
- name: devops_suite_name
|
|
25985
|
+
value: app-optimizer-install
|
|
25986
|
+
|
|
25987
|
+
- name: mas_instance_id
|
|
25988
|
+
value: $(params.mas_instance_id)
|
|
25989
|
+
- name: mas_app_id
|
|
25990
|
+
value: optimizer
|
|
25991
|
+
- name: artifactory_username
|
|
25992
|
+
value: $(params.artifactory_username)
|
|
25993
|
+
- name: artifactory_token
|
|
25994
|
+
value: $(params.artifactory_token)
|
|
25995
|
+
- name: mas_app_channel
|
|
25996
|
+
value: "$(params.mas_app_channel_optimizer)"
|
|
25997
|
+
- name: mas_app_plan
|
|
25998
|
+
value: "$(params.mas_app_plan_optimizer)"
|
|
25999
|
+
- name: ibm_entitlement_key
|
|
26000
|
+
value: $(params.ibm_entitlement_key)
|
|
26001
|
+
- name: custom_labels
|
|
26002
|
+
value: $(params.custom_labels)
|
|
25356
26003
|
taskRef:
|
|
25357
26004
|
name: mas-devops-suite-app-install
|
|
25358
26005
|
kind: Task
|
|
25359
|
-
# Only install
|
|
26006
|
+
# Only install Optimizer if a channel has been chosen
|
|
25360
26007
|
when:
|
|
25361
|
-
- input: "$(params.
|
|
26008
|
+
- input: "$(params.mas_app_channel_optimizer)"
|
|
25362
26009
|
operator: notin
|
|
25363
26010
|
values: [""]
|
|
25364
26011
|
runAfter:
|
|
25365
26012
|
- app-cfg-manage
|
|
25366
|
-
- app-cfg-iot
|
|
25367
26013
|
|
|
25368
|
-
#
|
|
25369
|
-
- name: app-cfg-
|
|
26014
|
+
# 10.2 Configure Optimizer workspace
|
|
26015
|
+
- name: app-cfg-optimizer
|
|
25370
26016
|
timeout: "0"
|
|
25371
26017
|
params:
|
|
25372
26018
|
# Controls the image pull policy for the ibmmas/cli image
|
|
@@ -25374,35 +26020,35 @@ spec:
|
|
|
25374
26020
|
value: $(params.image_pull_policy)
|
|
25375
26021
|
|
|
25376
26022
|
- name: devops_suite_name
|
|
25377
|
-
value: app-
|
|
26023
|
+
value: app-optimizer-cfg
|
|
25378
26024
|
|
|
25379
26025
|
- name: mas_instance_id
|
|
25380
26026
|
value: $(params.mas_instance_id)
|
|
25381
26027
|
- name: mas_app_id
|
|
25382
|
-
value:
|
|
26028
|
+
value: optimizer
|
|
25383
26029
|
- name: mas_workspace_id
|
|
25384
26030
|
value: "$(params.mas_workspace_id)"
|
|
25385
26031
|
- name: custom_labels
|
|
25386
26032
|
value: $(params.custom_labels)
|
|
26033
|
+
|
|
25387
26034
|
taskRef:
|
|
25388
26035
|
name: mas-devops-suite-app-config
|
|
25389
26036
|
kind: Task
|
|
25390
|
-
# Only
|
|
26037
|
+
# Only install Optimizer if a channel has been chosen
|
|
25391
26038
|
when:
|
|
25392
|
-
- input: "$(params.
|
|
26039
|
+
- input: "$(params.mas_app_channel_optimizer)"
|
|
25393
26040
|
operator: notin
|
|
25394
26041
|
values: [""]
|
|
25395
26042
|
workspaces:
|
|
25396
26043
|
- name: configs
|
|
25397
26044
|
workspace: shared-configs
|
|
25398
26045
|
runAfter:
|
|
25399
|
-
- app-install-
|
|
25400
|
-
|
|
26046
|
+
- app-install-optimizer
|
|
25401
26047
|
|
|
25402
|
-
#
|
|
26048
|
+
# 11. Install & Configure Assist
|
|
25403
26049
|
# -------------------------------------------------------------------------
|
|
25404
|
-
#
|
|
25405
|
-
- name: app-install-
|
|
26050
|
+
# 11.1 Assist Install
|
|
26051
|
+
- name: app-install-assist
|
|
25406
26052
|
timeout: "0"
|
|
25407
26053
|
params:
|
|
25408
26054
|
# Controls the image pull policy for the ibmmas/cli image
|
|
@@ -25410,18 +26056,19 @@ spec:
|
|
|
25410
26056
|
value: $(params.image_pull_policy)
|
|
25411
26057
|
|
|
25412
26058
|
- name: devops_suite_name
|
|
25413
|
-
value: app-
|
|
26059
|
+
value: app-assist-install
|
|
25414
26060
|
|
|
25415
26061
|
- name: mas_instance_id
|
|
25416
26062
|
value: $(params.mas_instance_id)
|
|
25417
26063
|
- name: mas_app_id
|
|
25418
|
-
value:
|
|
26064
|
+
value: assist
|
|
26065
|
+
|
|
25419
26066
|
- name: artifactory_username
|
|
25420
26067
|
value: $(params.artifactory_username)
|
|
25421
26068
|
- name: artifactory_token
|
|
25422
26069
|
value: $(params.artifactory_token)
|
|
25423
26070
|
- name: mas_app_channel
|
|
25424
|
-
value: "$(params.
|
|
26071
|
+
value: "$(params.mas_app_channel_assist)"
|
|
25425
26072
|
- name: ibm_entitlement_key
|
|
25426
26073
|
value: $(params.ibm_entitlement_key)
|
|
25427
26074
|
- name: custom_labels
|
|
@@ -25429,21 +26076,16 @@ spec:
|
|
|
25429
26076
|
taskRef:
|
|
25430
26077
|
name: mas-devops-suite-app-install
|
|
25431
26078
|
kind: Task
|
|
25432
|
-
# Only install Predict if a channel has been chosen
|
|
25433
26079
|
when:
|
|
25434
|
-
- input: "$(params.
|
|
26080
|
+
- input: "$(params.mas_app_channel_assist)"
|
|
25435
26081
|
operator: notin
|
|
25436
26082
|
values: [""]
|
|
25437
26083
|
runAfter:
|
|
25438
26084
|
- app-cfg-manage
|
|
25439
|
-
-
|
|
25440
|
-
- suite-config-watson-studio
|
|
25441
|
-
- watson-machine-learning
|
|
25442
|
-
- analytics-service
|
|
25443
|
-
- spss
|
|
26085
|
+
- suite-config-cos
|
|
25444
26086
|
|
|
25445
|
-
#
|
|
25446
|
-
- name: app-cfg-
|
|
26087
|
+
# 11.2 Configure Assist workspace
|
|
26088
|
+
- name: app-cfg-assist
|
|
25447
26089
|
timeout: "0"
|
|
25448
26090
|
params:
|
|
25449
26091
|
# Controls the image pull policy for the ibmmas/cli image
|
|
@@ -25451,41 +26093,35 @@ spec:
|
|
|
25451
26093
|
value: $(params.image_pull_policy)
|
|
25452
26094
|
|
|
25453
26095
|
- name: devops_suite_name
|
|
25454
|
-
value: app-
|
|
26096
|
+
value: app-assist-cfg
|
|
25455
26097
|
|
|
25456
26098
|
- name: mas_instance_id
|
|
25457
26099
|
value: $(params.mas_instance_id)
|
|
25458
26100
|
- name: mas_app_id
|
|
25459
|
-
value:
|
|
26101
|
+
value: assist
|
|
25460
26102
|
- name: mas_workspace_id
|
|
25461
26103
|
value: "$(params.mas_workspace_id)"
|
|
25462
|
-
|
|
25463
|
-
- name: cpd_product_version
|
|
25464
|
-
value: "$(params.cpd_product_version)"
|
|
25465
|
-
|
|
25466
|
-
|
|
25467
|
-
- name: predict_deployment_size
|
|
25468
|
-
value: "$(params.predict_deployment_size)"
|
|
25469
26104
|
- name: custom_labels
|
|
25470
26105
|
value: $(params.custom_labels)
|
|
25471
26106
|
taskRef:
|
|
25472
26107
|
name: mas-devops-suite-app-config
|
|
25473
26108
|
kind: Task
|
|
25474
|
-
# Only install
|
|
26109
|
+
# Only install Assist if a channel has been chosen
|
|
25475
26110
|
when:
|
|
25476
|
-
- input: "$(params.
|
|
26111
|
+
- input: "$(params.mas_app_channel_assist)"
|
|
25477
26112
|
operator: notin
|
|
25478
26113
|
values: [""]
|
|
25479
26114
|
workspaces:
|
|
25480
26115
|
- name: configs
|
|
25481
26116
|
workspace: shared-configs
|
|
25482
26117
|
runAfter:
|
|
25483
|
-
- app-install-
|
|
26118
|
+
- app-install-assist
|
|
25484
26119
|
|
|
25485
|
-
|
|
26120
|
+
|
|
26121
|
+
# 12. Install & Configure Visual Inspection
|
|
25486
26122
|
# -------------------------------------------------------------------------
|
|
25487
|
-
#
|
|
25488
|
-
- name: app-install-
|
|
26123
|
+
# 12.1 MVI Install
|
|
26124
|
+
- name: app-install-visualinspection
|
|
25489
26125
|
timeout: "0"
|
|
25490
26126
|
params:
|
|
25491
26127
|
# Controls the image pull policy for the ibmmas/cli image
|
|
@@ -25493,20 +26129,20 @@ spec:
|
|
|
25493
26129
|
value: $(params.image_pull_policy)
|
|
25494
26130
|
|
|
25495
26131
|
- name: devops_suite_name
|
|
25496
|
-
value: app-
|
|
26132
|
+
value: app-visualinspection-install
|
|
25497
26133
|
|
|
25498
26134
|
- name: mas_instance_id
|
|
25499
26135
|
value: $(params.mas_instance_id)
|
|
25500
26136
|
- name: mas_app_id
|
|
25501
|
-
value:
|
|
26137
|
+
value: visualinspection
|
|
25502
26138
|
- name: artifactory_username
|
|
25503
26139
|
value: $(params.artifactory_username)
|
|
25504
26140
|
- name: artifactory_token
|
|
25505
26141
|
value: $(params.artifactory_token)
|
|
25506
26142
|
- name: mas_app_channel
|
|
25507
|
-
value: "$(params.
|
|
25508
|
-
- name:
|
|
25509
|
-
value:
|
|
26143
|
+
value: "$(params.mas_app_channel_visualinspection)"
|
|
26144
|
+
- name: mas_app_settings_visualinspection_storage_class
|
|
26145
|
+
value: $(params.storage_class_rwx) # use common rwx storage class as user is not prompted to choose this storage class
|
|
25510
26146
|
- name: ibm_entitlement_key
|
|
25511
26147
|
value: $(params.ibm_entitlement_key)
|
|
25512
26148
|
- name: custom_labels
|
|
@@ -25514,16 +26150,18 @@ spec:
|
|
|
25514
26150
|
taskRef:
|
|
25515
26151
|
name: mas-devops-suite-app-install
|
|
25516
26152
|
kind: Task
|
|
25517
|
-
# Only install
|
|
26153
|
+
# Only install MVI if a channel has been chosen
|
|
25518
26154
|
when:
|
|
25519
|
-
- input: "$(params.
|
|
26155
|
+
- input: "$(params.mas_app_channel_visualinspection)"
|
|
25520
26156
|
operator: notin
|
|
25521
26157
|
values: [""]
|
|
25522
26158
|
runAfter:
|
|
25523
26159
|
- app-cfg-manage
|
|
26160
|
+
- nvidia-gpu
|
|
26161
|
+
- suite-verify
|
|
25524
26162
|
|
|
25525
|
-
#
|
|
25526
|
-
- name: app-cfg-
|
|
26163
|
+
# 12.2 Configure MVI workspace
|
|
26164
|
+
- name: app-cfg-visualinspection
|
|
25527
26165
|
timeout: "0"
|
|
25528
26166
|
params:
|
|
25529
26167
|
# Controls the image pull policy for the ibmmas/cli image
|
|
@@ -25531,108 +26169,217 @@ spec:
|
|
|
25531
26169
|
value: $(params.image_pull_policy)
|
|
25532
26170
|
|
|
25533
26171
|
- name: devops_suite_name
|
|
25534
|
-
value: app-
|
|
26172
|
+
value: app-visualinspection-cfg
|
|
25535
26173
|
|
|
25536
26174
|
- name: mas_instance_id
|
|
25537
26175
|
value: $(params.mas_instance_id)
|
|
25538
26176
|
- name: mas_app_id
|
|
25539
|
-
value:
|
|
26177
|
+
value: visualinspection
|
|
25540
26178
|
- name: mas_workspace_id
|
|
25541
26179
|
value: "$(params.mas_workspace_id)"
|
|
25542
26180
|
- name: custom_labels
|
|
25543
26181
|
value: $(params.custom_labels)
|
|
25544
|
-
|
|
25545
26182
|
taskRef:
|
|
25546
26183
|
name: mas-devops-suite-app-config
|
|
25547
26184
|
kind: Task
|
|
25548
|
-
# Only install
|
|
26185
|
+
# Only install MVI if a channel has been chosen
|
|
25549
26186
|
when:
|
|
25550
|
-
- input: "$(params.
|
|
26187
|
+
- input: "$(params.mas_app_channel_visualinspection)"
|
|
25551
26188
|
operator: notin
|
|
25552
26189
|
values: [""]
|
|
25553
26190
|
workspaces:
|
|
25554
26191
|
- name: configs
|
|
25555
26192
|
workspace: shared-configs
|
|
25556
26193
|
runAfter:
|
|
25557
|
-
- app-install-
|
|
26194
|
+
- app-install-visualinspection
|
|
25558
26195
|
|
|
25559
|
-
|
|
26196
|
+
|
|
26197
|
+
# 13. Verify health of the cluster before we consider the install complete
|
|
25560
26198
|
# -------------------------------------------------------------------------
|
|
25561
|
-
|
|
25562
|
-
- name: app-install-assist
|
|
26199
|
+
- name: post-install-verify
|
|
25563
26200
|
timeout: "0"
|
|
26201
|
+
taskRef:
|
|
26202
|
+
kind: Task
|
|
26203
|
+
name: mas-devops-ocp-verify
|
|
25564
26204
|
params:
|
|
25565
26205
|
# Controls the image pull policy for the ibmmas/cli image
|
|
25566
26206
|
- name: image_pull_policy
|
|
25567
26207
|
value: $(params.image_pull_policy)
|
|
25568
26208
|
|
|
26209
|
+
# Pipeline Config
|
|
26210
|
+
- name: skip_pre_check
|
|
26211
|
+
value: $(params.skip_pre_check)
|
|
25569
26212
|
- name: devops_suite_name
|
|
25570
|
-
value:
|
|
26213
|
+
value: post-install-verify
|
|
26214
|
+
- name: verify_cluster
|
|
26215
|
+
value: True
|
|
26216
|
+
- name: verify_catalogsources
|
|
26217
|
+
value: True
|
|
26218
|
+
- name: verify_subscriptions
|
|
26219
|
+
value: True
|
|
26220
|
+
- name: verify_workloads
|
|
26221
|
+
value: True
|
|
26222
|
+
- name: verify_ingress
|
|
26223
|
+
value: True
|
|
26224
|
+
- name: ocp_ingress_tls_secret_name
|
|
26225
|
+
value: $(params.ocp_ingress_tls_secret_name)
|
|
26226
|
+
when:
|
|
26227
|
+
- input: "$(params.skip_pre_check)"
|
|
26228
|
+
operator: notin
|
|
26229
|
+
values: ["True", "true"]
|
|
26230
|
+
|
|
26231
|
+
runAfter:
|
|
26232
|
+
- app-cfg-assist
|
|
26233
|
+
- app-cfg-optimizer
|
|
26234
|
+
- app-cfg-predict # infers Manage completed
|
|
26235
|
+
- app-cfg-monitor # infers IoT completed
|
|
26236
|
+
- app-cfg-visualinspection
|
|
26237
|
+
- arcgis
|
|
26238
|
+
- eck
|
|
26239
|
+
- turbonomic
|
|
26240
|
+
- cognos
|
|
26241
|
+
|
|
26242
|
+
# 14 Install and configure AI Broker
|
|
26243
|
+
# -------------------------------------------------------------------------
|
|
26244
|
+
# 14.1 Install Opendatahub
|
|
26245
|
+
- name: odh
|
|
26246
|
+
params:
|
|
26247
|
+
# Controls the image pull policy for the ibmmas/cli image
|
|
26248
|
+
- name: image_pull_policy
|
|
26249
|
+
value: $(params.image_pull_policy)
|
|
26250
|
+
|
|
26251
|
+
- name: devops_suite_name
|
|
26252
|
+
value: odh
|
|
25571
26253
|
|
|
25572
26254
|
- name: mas_instance_id
|
|
25573
26255
|
value: $(params.mas_instance_id)
|
|
25574
26256
|
- name: mas_app_id
|
|
25575
|
-
value:
|
|
25576
|
-
|
|
26257
|
+
value: aibroker
|
|
25577
26258
|
- name: artifactory_username
|
|
25578
26259
|
value: $(params.artifactory_username)
|
|
25579
26260
|
- name: artifactory_token
|
|
25580
26261
|
value: $(params.artifactory_token)
|
|
25581
26262
|
- name: mas_app_channel
|
|
25582
|
-
value: "$(params.
|
|
26263
|
+
value: "$(params.mas_app_channel_aibroker)"
|
|
25583
26264
|
- name: ibm_entitlement_key
|
|
25584
26265
|
value: $(params.ibm_entitlement_key)
|
|
25585
26266
|
- name: custom_labels
|
|
25586
26267
|
value: $(params.custom_labels)
|
|
26268
|
+
- name: mas_aibroker_storage_provider
|
|
26269
|
+
value: $(params.mas_aibroker_storage_provider)
|
|
26270
|
+
- name: mas_aibroker_storage_accesskey
|
|
26271
|
+
value: $(params.mas_aibroker_storage_accesskey)
|
|
26272
|
+
- name: mas_aibroker_storage_secretkey
|
|
26273
|
+
value: $(params.mas_aibroker_storage_secretkey)
|
|
26274
|
+
- name: mas_aibroker_storage_host
|
|
26275
|
+
value: $(params.mas_aibroker_storage_host)
|
|
26276
|
+
- name: mas_aibroker_storage_port
|
|
26277
|
+
value: $(params.mas_aibroker_storage_port)
|
|
26278
|
+
- name: mas_aibroker_storage_ssl
|
|
26279
|
+
value: $(params.mas_aibroker_storage_ssl)
|
|
26280
|
+
- name: mas_aibroker_storage_region
|
|
26281
|
+
value: $(params.mas_aibroker_storage_region)
|
|
26282
|
+
- name: mas_aibroker_storage_pipelines_bucket
|
|
26283
|
+
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
26284
|
+
- name: mas_aibroker_storage_tenants_bucket
|
|
26285
|
+
value: $(params.mas_aibroker_storage_tenants_bucket)
|
|
26286
|
+
- name: mas_aibroker_storage_templates_bucket
|
|
26287
|
+
value: $(params.mas_aibroker_storage_templates_bucket)
|
|
26288
|
+
- name: mas_aibroker_tenant_name
|
|
26289
|
+
value: $(params.mas_aibroker_tenant_name)
|
|
26290
|
+
- name: mas_aibroker_db_host
|
|
26291
|
+
value: $(params.mas_aibroker_db_host)
|
|
26292
|
+
- name: mas_aibroker_db_port
|
|
26293
|
+
value: $(params.mas_aibroker_db_port)
|
|
26294
|
+
- name: mas_aibroker_db_user
|
|
26295
|
+
value: $(params.mas_aibroker_db_user)
|
|
26296
|
+
- name: mas_aibroker_db_database
|
|
26297
|
+
value: $(params.mas_aibroker_db_database)
|
|
26298
|
+
- name: mas_aibroker_db_secret_name
|
|
26299
|
+
value: $(params.mas_aibroker_db_secret_name)
|
|
26300
|
+
- name: mas_aibroker_db_secret_key
|
|
26301
|
+
value: $(params.mas_aibroker_db_secret_key)
|
|
26302
|
+
- name: mas_aibroker_db_secret_value
|
|
26303
|
+
value: $(params.mas_aibroker_db_secret_value)
|
|
26304
|
+
|
|
25587
26305
|
taskRef:
|
|
25588
|
-
name: mas-devops-
|
|
26306
|
+
name: mas-devops-odh
|
|
25589
26307
|
kind: Task
|
|
25590
26308
|
when:
|
|
25591
|
-
- input: "$(params.
|
|
26309
|
+
- input: "$(params.mas_app_channel_aibroker)"
|
|
25592
26310
|
operator: notin
|
|
25593
26311
|
values: [""]
|
|
25594
26312
|
runAfter:
|
|
25595
|
-
-
|
|
25596
|
-
- suite-config-cos
|
|
26313
|
+
- suite-verify
|
|
25597
26314
|
|
|
25598
|
-
#
|
|
25599
|
-
- name:
|
|
25600
|
-
timeout: "0"
|
|
26315
|
+
# 14.2 Install Kmodels
|
|
26316
|
+
- name: kmodels
|
|
25601
26317
|
params:
|
|
25602
26318
|
# Controls the image pull policy for the ibmmas/cli image
|
|
25603
26319
|
- name: image_pull_policy
|
|
25604
26320
|
value: $(params.image_pull_policy)
|
|
25605
26321
|
|
|
25606
26322
|
- name: devops_suite_name
|
|
25607
|
-
value:
|
|
25608
|
-
|
|
26323
|
+
value: kmodels
|
|
25609
26324
|
- name: mas_instance_id
|
|
25610
26325
|
value: $(params.mas_instance_id)
|
|
25611
26326
|
- name: mas_app_id
|
|
25612
|
-
value:
|
|
25613
|
-
- name:
|
|
25614
|
-
value:
|
|
26327
|
+
value: aibroker
|
|
26328
|
+
- name: artifactory_username
|
|
26329
|
+
value: $(params.artifactory_username)
|
|
26330
|
+
- name: artifactory_token
|
|
26331
|
+
value: $(params.artifactory_token)
|
|
26332
|
+
- name: mas_app_channel
|
|
26333
|
+
value: "$(params.mas_app_channel_aibroker)"
|
|
26334
|
+
- name: ibm_entitlement_key
|
|
26335
|
+
value: $(params.ibm_entitlement_key)
|
|
25615
26336
|
- name: custom_labels
|
|
25616
26337
|
value: $(params.custom_labels)
|
|
26338
|
+
- name: mas_aibroker_storage_provider
|
|
26339
|
+
value: $(params.mas_aibroker_storage_provider)
|
|
26340
|
+
- name: mas_aibroker_storage_accesskey
|
|
26341
|
+
value: $(params.mas_aibroker_storage_accesskey)
|
|
26342
|
+
- name: mas_aibroker_storage_secretkey
|
|
26343
|
+
value: $(params.mas_aibroker_storage_secretkey)
|
|
26344
|
+
- name: mas_aibroker_storage_host
|
|
26345
|
+
value: $(params.mas_aibroker_storage_host)
|
|
26346
|
+
- name: mas_aibroker_storage_port
|
|
26347
|
+
value: $(params.mas_aibroker_storage_port)
|
|
26348
|
+
- name: mas_aibroker_storage_ssl
|
|
26349
|
+
value: $(params.mas_aibroker_storage_ssl)
|
|
26350
|
+
- name: mas_aibroker_storage_region
|
|
26351
|
+
value: $(params.mas_aibroker_storage_region)
|
|
26352
|
+
- name: mas_aibroker_storage_pipelines_bucket
|
|
26353
|
+
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
26354
|
+
- name: mas_aibroker_storage_tenants_bucket
|
|
26355
|
+
value: $(params.mas_aibroker_storage_tenants_bucket)
|
|
26356
|
+
- name: mas_aibroker_storage_templates_bucket
|
|
26357
|
+
value: $(params.mas_aibroker_storage_templates_bucket)
|
|
26358
|
+
- name: mas_aibroker_controller_tag
|
|
26359
|
+
value: $(params.mas_aibroker_controller_tag)
|
|
26360
|
+
- name: mas_aibroker_store_tag
|
|
26361
|
+
value: $(params.mas_aibroker_store_tag)
|
|
26362
|
+
- name: mas_aibroker_watcher_tag
|
|
26363
|
+
value: $(params.mas_aibroker_watcher_tag)
|
|
26364
|
+
- name: mas_aibroker_connector_tag
|
|
26365
|
+
value: $(params.mas_aibroker_connector_tag)
|
|
26366
|
+
- name: mas_aibroker_pipeline_steps_tag
|
|
26367
|
+
value: $(params.mas_aibroker_pipeline_steps_tag)
|
|
26368
|
+
- name: mas_aibroker_tenant_name
|
|
26369
|
+
value: $(params.mas_aibroker_tenant_name)
|
|
26370
|
+
|
|
25617
26371
|
taskRef:
|
|
25618
|
-
name: mas-devops-
|
|
26372
|
+
name: mas-devops-kmodels
|
|
25619
26373
|
kind: Task
|
|
25620
|
-
# Only install Assist if a channel has been chosen
|
|
25621
26374
|
when:
|
|
25622
|
-
- input: "$(params.
|
|
26375
|
+
- input: "$(params.mas_app_channel_aibroker)"
|
|
25623
26376
|
operator: notin
|
|
25624
26377
|
values: [""]
|
|
25625
|
-
workspaces:
|
|
25626
|
-
- name: configs
|
|
25627
|
-
workspace: shared-configs
|
|
25628
26378
|
runAfter:
|
|
25629
|
-
-
|
|
25630
|
-
|
|
26379
|
+
- odh
|
|
25631
26380
|
|
|
25632
|
-
#
|
|
25633
|
-
|
|
25634
|
-
# 12.1 MVI Install
|
|
25635
|
-
- name: app-install-visualinspection
|
|
26381
|
+
# 14.3 Install Aibroker app
|
|
26382
|
+
- name: app-install-aibroker
|
|
25636
26383
|
timeout: "0"
|
|
25637
26384
|
params:
|
|
25638
26385
|
# Controls the image pull policy for the ibmmas/cli image
|
|
@@ -25640,20 +26387,18 @@ spec:
|
|
|
25640
26387
|
value: $(params.image_pull_policy)
|
|
25641
26388
|
|
|
25642
26389
|
- name: devops_suite_name
|
|
25643
|
-
value: app-
|
|
26390
|
+
value: app-aibroker-install
|
|
25644
26391
|
|
|
25645
26392
|
- name: mas_instance_id
|
|
25646
26393
|
value: $(params.mas_instance_id)
|
|
25647
26394
|
- name: mas_app_id
|
|
25648
|
-
value:
|
|
26395
|
+
value: aibroker
|
|
25649
26396
|
- name: artifactory_username
|
|
25650
26397
|
value: $(params.artifactory_username)
|
|
25651
26398
|
- name: artifactory_token
|
|
25652
26399
|
value: $(params.artifactory_token)
|
|
25653
26400
|
- name: mas_app_channel
|
|
25654
|
-
value: "$(params.
|
|
25655
|
-
- name: mas_app_settings_visualinspection_storage_class
|
|
25656
|
-
value: $(params.storage_class_rwx) # use common rwx storage class as user is not prompted to choose this storage class
|
|
26401
|
+
value: "$(params.mas_app_channel_aibroker)"
|
|
25657
26402
|
- name: ibm_entitlement_key
|
|
25658
26403
|
value: $(params.ibm_entitlement_key)
|
|
25659
26404
|
- name: custom_labels
|
|
@@ -25661,18 +26406,16 @@ spec:
|
|
|
25661
26406
|
taskRef:
|
|
25662
26407
|
name: mas-devops-suite-app-install
|
|
25663
26408
|
kind: Task
|
|
25664
|
-
# Only install
|
|
26409
|
+
# Only install aibroker if a channel has been chosen
|
|
25665
26410
|
when:
|
|
25666
|
-
- input: "$(params.
|
|
26411
|
+
- input: "$(params.mas_app_channel_aibroker)"
|
|
25667
26412
|
operator: notin
|
|
25668
26413
|
values: [""]
|
|
25669
26414
|
runAfter:
|
|
25670
|
-
-
|
|
25671
|
-
- nvidia-gpu
|
|
25672
|
-
- suite-verify
|
|
26415
|
+
- kmodels
|
|
25673
26416
|
|
|
25674
|
-
#
|
|
25675
|
-
- name:
|
|
26417
|
+
# 14.4 Configure Aibroker
|
|
26418
|
+
- name: aibroker
|
|
25676
26419
|
timeout: "0"
|
|
25677
26420
|
params:
|
|
25678
26421
|
# Controls the image pull policy for the ibmmas/cli image
|
|
@@ -25680,217 +26423,247 @@ spec:
|
|
|
25680
26423
|
value: $(params.image_pull_policy)
|
|
25681
26424
|
|
|
25682
26425
|
- name: devops_suite_name
|
|
25683
|
-
value:
|
|
25684
|
-
|
|
26426
|
+
value: aibroker
|
|
25685
26427
|
- name: mas_instance_id
|
|
25686
26428
|
value: $(params.mas_instance_id)
|
|
25687
26429
|
- name: mas_app_id
|
|
25688
|
-
value:
|
|
25689
|
-
- name:
|
|
25690
|
-
value:
|
|
26430
|
+
value: aibroker
|
|
26431
|
+
- name: artifactory_username
|
|
26432
|
+
value: $(params.artifactory_username)
|
|
26433
|
+
- name: artifactory_token
|
|
26434
|
+
value: $(params.artifactory_token)
|
|
26435
|
+
- name: mas_app_channel
|
|
26436
|
+
value: "$(params.mas_app_channel_aibroker)"
|
|
26437
|
+
- name: ibm_entitlement_key
|
|
26438
|
+
value: $(params.ibm_entitlement_key)
|
|
25691
26439
|
- name: custom_labels
|
|
25692
26440
|
value: $(params.custom_labels)
|
|
26441
|
+
- name: mas_aibroker_storage_provider
|
|
26442
|
+
value: $(params.mas_aibroker_storage_provider)
|
|
26443
|
+
- name: mas_aibroker_storage_accesskey
|
|
26444
|
+
value: $(params.mas_aibroker_storage_accesskey)
|
|
26445
|
+
- name: mas_aibroker_storage_secretkey
|
|
26446
|
+
value: $(params.mas_aibroker_storage_secretkey)
|
|
26447
|
+
- name: mas_aibroker_storage_host
|
|
26448
|
+
value: $(params.mas_aibroker_storage_host)
|
|
26449
|
+
- name: mas_aibroker_storage_port
|
|
26450
|
+
value: $(params.mas_aibroker_storage_port)
|
|
26451
|
+
- name: mas_aibroker_storage_ssl
|
|
26452
|
+
value: $(params.mas_aibroker_storage_ssl)
|
|
26453
|
+
- name: mas_aibroker_storage_region
|
|
26454
|
+
value: $(params.mas_aibroker_storage_region)
|
|
26455
|
+
- name: mas_aibroker_storage_pipelines_bucket
|
|
26456
|
+
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
26457
|
+
- name: mas_aibroker_storage_tenants_bucket
|
|
26458
|
+
value: $(params.mas_aibroker_storage_tenants_bucket)
|
|
26459
|
+
- name: mas_aibroker_storage_templates_bucket
|
|
26460
|
+
value: $(params.mas_aibroker_storage_templates_bucket)
|
|
26461
|
+
- name: mas_aibroker_watsonxai_apikey
|
|
26462
|
+
value: $(params.mas_aibroker_watsonxai_apikey)
|
|
26463
|
+
- name: mas_aibroker_watsonxai_url
|
|
26464
|
+
value: $(params.mas_aibroker_watsonxai_url)
|
|
26465
|
+
- name: mas_aibroker_watsonxai_project_id
|
|
26466
|
+
value: $(params.mas_aibroker_watsonxai_project_id)
|
|
26467
|
+
- name: mas_aibroker_watsonx_action
|
|
26468
|
+
value: $(params.mas_aibroker_watsonx_action)
|
|
26469
|
+
- name: mas_aibroker_s3_action
|
|
26470
|
+
value: $(params.mas_aibroker_s3_action)
|
|
26471
|
+
- name: mas_aibroker_apikey_action
|
|
26472
|
+
value: $(params.mas_aibroker_apikey_action)
|
|
26473
|
+
- name: mas_aibroker_tenant_name
|
|
26474
|
+
value: $(params.mas_aibroker_tenant_name)
|
|
25693
26475
|
taskRef:
|
|
25694
|
-
name: mas-devops-
|
|
26476
|
+
name: mas-devops-aibroker
|
|
25695
26477
|
kind: Task
|
|
25696
|
-
# Only install MVI if a channel has been chosen
|
|
25697
26478
|
when:
|
|
25698
|
-
- input: "$(params.
|
|
26479
|
+
- input: "$(params.mas_app_channel_aibroker)"
|
|
25699
26480
|
operator: notin
|
|
25700
26481
|
values: [""]
|
|
25701
|
-
workspaces:
|
|
25702
|
-
- name: configs
|
|
25703
|
-
workspace: shared-configs
|
|
25704
|
-
runAfter:
|
|
25705
|
-
- app-install-visualinspection
|
|
25706
|
-
|
|
25707
|
-
|
|
25708
|
-
# 13. Verify health of the cluster before we consider the install complete
|
|
25709
|
-
# -------------------------------------------------------------------------
|
|
25710
|
-
- name: post-install-verify
|
|
25711
|
-
timeout: "0"
|
|
25712
|
-
taskRef:
|
|
25713
|
-
kind: Task
|
|
25714
|
-
name: mas-devops-ocp-verify
|
|
25715
|
-
params:
|
|
25716
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
25717
|
-
- name: image_pull_policy
|
|
25718
|
-
value: $(params.image_pull_policy)
|
|
25719
|
-
|
|
25720
|
-
# Pipeline Config
|
|
25721
|
-
- name: skip_pre_check
|
|
25722
|
-
value: $(params.skip_pre_check)
|
|
25723
|
-
- name: devops_suite_name
|
|
25724
|
-
value: post-install-verify
|
|
25725
|
-
- name: verify_cluster
|
|
25726
|
-
value: True
|
|
25727
|
-
- name: verify_catalogsources
|
|
25728
|
-
value: True
|
|
25729
|
-
- name: verify_subscriptions
|
|
25730
|
-
value: True
|
|
25731
|
-
- name: verify_workloads
|
|
25732
|
-
value: True
|
|
25733
|
-
- name: verify_ingress
|
|
25734
|
-
value: True
|
|
25735
|
-
- name: ocp_ingress_tls_secret_name
|
|
25736
|
-
value: $(params.ocp_ingress_tls_secret_name)
|
|
25737
|
-
when:
|
|
25738
|
-
- input: "$(params.skip_pre_check)"
|
|
25739
|
-
operator: notin
|
|
25740
|
-
values: ["True", "true"]
|
|
25741
26482
|
|
|
25742
26483
|
runAfter:
|
|
25743
|
-
- app-
|
|
25744
|
-
|
|
25745
|
-
|
|
25746
|
-
|
|
25747
|
-
- app-cfg-visualinspection
|
|
25748
|
-
- arcgis
|
|
25749
|
-
- eck
|
|
25750
|
-
- turbonomic
|
|
25751
|
-
- cognos
|
|
26484
|
+
- app-install-aibroker
|
|
26485
|
+
|
|
26486
|
+
# 15 Install and configure Facilities
|
|
26487
|
+
# -------------------------------------------------------------------------
|
|
25752
26488
|
|
|
25753
|
-
#
|
|
25754
|
-
|
|
25755
|
-
|
|
25756
|
-
- name: odh
|
|
26489
|
+
# 15.1 Dedicated Facilities Db2
|
|
26490
|
+
- name: suite-db2-setup-facilities
|
|
26491
|
+
timeout: "0"
|
|
25757
26492
|
params:
|
|
25758
26493
|
# Controls the image pull policy for the ibmmas/cli image
|
|
25759
26494
|
- name: image_pull_policy
|
|
25760
26495
|
value: $(params.image_pull_policy)
|
|
25761
26496
|
|
|
25762
26497
|
- name: devops_suite_name
|
|
25763
|
-
value:
|
|
26498
|
+
value: suite-db2-setup-facilities
|
|
25764
26499
|
|
|
25765
26500
|
- name: mas_instance_id
|
|
25766
26501
|
value: $(params.mas_instance_id)
|
|
25767
|
-
- name:
|
|
25768
|
-
value:
|
|
25769
|
-
|
|
25770
|
-
|
|
25771
|
-
- name: artifactory_token
|
|
25772
|
-
value: $(params.artifactory_token)
|
|
25773
|
-
- name: mas_app_channel
|
|
25774
|
-
value: "$(params.mas_app_channel_aibroker)"
|
|
26502
|
+
- name: db2_instance_name
|
|
26503
|
+
value: "mas-$(params.mas_instance_id)-$(params.mas_workspace_id)-facilities"
|
|
26504
|
+
|
|
26505
|
+
# Entitlement
|
|
25775
26506
|
- name: ibm_entitlement_key
|
|
25776
26507
|
value: $(params.ibm_entitlement_key)
|
|
26508
|
+
|
|
26509
|
+
# Operator Subscription
|
|
26510
|
+
- name: db2_channel
|
|
26511
|
+
value: $(params.db2_channel)
|
|
26512
|
+
|
|
26513
|
+
# DB2 instance
|
|
26514
|
+
- name: db2_ldap_username
|
|
26515
|
+
value: $(params.db2_ldap_username)
|
|
26516
|
+
- name: db2_ldap_password
|
|
26517
|
+
value: $(params.db2_ldap_password)
|
|
26518
|
+
- name: db2_type
|
|
26519
|
+
value: $(params.db2_type)
|
|
26520
|
+
- name: db2_timezone
|
|
26521
|
+
value: $(params.db2_timezone)
|
|
26522
|
+
- name: db2_namespace
|
|
26523
|
+
value: $(params.db2_namespace)
|
|
26524
|
+
- name: db2_dbname
|
|
26525
|
+
value: $(params.db2_dbname)
|
|
26526
|
+
|
|
26527
|
+
- name: db2_version
|
|
26528
|
+
value: $(params.db2_version)
|
|
26529
|
+
- name: db2_workload
|
|
26530
|
+
value: $(params.db2_workload)
|
|
26531
|
+
- name: db2_4k_device_support
|
|
26532
|
+
value: $(params.db2_4k_device_support)
|
|
26533
|
+
- name: db2_table_org
|
|
26534
|
+
value: $(params.db2_table_org)
|
|
26535
|
+
|
|
26536
|
+
# Node Scheduling
|
|
26537
|
+
- name: db2_affinity_key
|
|
26538
|
+
value: $(params.db2_affinity_key)
|
|
26539
|
+
- name: db2_affinity_value
|
|
26540
|
+
value: $(params.db2_affinity_value)
|
|
26541
|
+
- name: db2_tolerate_key
|
|
26542
|
+
value: $(params.db2_tolerate_key)
|
|
26543
|
+
- name: db2_tolerate_value
|
|
26544
|
+
value: $(params.db2_tolerate_value)
|
|
26545
|
+
- name: db2_tolerate_effect
|
|
26546
|
+
value: $(params.db2_tolerate_effect)
|
|
26547
|
+
|
|
26548
|
+
# Requests and Limits - CPU
|
|
26549
|
+
- name: db2_cpu_requests
|
|
26550
|
+
value: $(params.db2_cpu_requests)
|
|
26551
|
+
- name: db2_cpu_limits
|
|
26552
|
+
value: $(params.db2_cpu_limits)
|
|
26553
|
+
|
|
26554
|
+
# Requests and Limits - Memory
|
|
26555
|
+
- name: db2_memory_requests
|
|
26556
|
+
value: $(params.db2_memory_requests)
|
|
26557
|
+
- name: db2_memory_limits
|
|
26558
|
+
value: $(params.db2_memory_limits)
|
|
26559
|
+
|
|
26560
|
+
# Storage - Capacity
|
|
26561
|
+
- name: db2_meta_storage_size
|
|
26562
|
+
value: $(params.db2_meta_storage_size)
|
|
26563
|
+
- name: db2_backup_storage_size
|
|
26564
|
+
value: $(params.db2_backup_storage_size)
|
|
26565
|
+
- name: db2_logs_storage_size
|
|
26566
|
+
value: $(params.db2_logs_storage_size)
|
|
26567
|
+
- name: db2_temp_storage_size
|
|
26568
|
+
value: $(params.db2_temp_storage_size)
|
|
26569
|
+
- name: db2_data_storage_size
|
|
26570
|
+
value: $(params.db2_data_storage_size)
|
|
26571
|
+
|
|
26572
|
+
# Storage - Class
|
|
26573
|
+
- name: db2_meta_storage_class
|
|
26574
|
+
value: $(params.storage_class_rwx)
|
|
26575
|
+
- name: db2_data_storage_class
|
|
26576
|
+
value: $(params.storage_class_rwo)
|
|
26577
|
+
- name: db2_backup_storage_class
|
|
26578
|
+
value: $(params.storage_class_rwx)
|
|
26579
|
+
- name: db2_logs_storage_class
|
|
26580
|
+
value: $(params.storage_class_rwo)
|
|
26581
|
+
- name: db2_temp_storage_class
|
|
26582
|
+
value: $(params.storage_class_rwo)
|
|
26583
|
+
|
|
26584
|
+
# Storage - Access mode
|
|
26585
|
+
- name: db2_meta_storage_accessmode
|
|
26586
|
+
value: $(params.db2_meta_storage_accessmode)
|
|
26587
|
+
- name: db2_backup_storage_accessmode
|
|
26588
|
+
value: $(params.db2_backup_storage_accessmode)
|
|
26589
|
+
- name: db2_temp_storage_accessmode
|
|
26590
|
+
value: $(params.db2_temp_storage_accessmode)
|
|
26591
|
+
- name: db2_logs_storage_accessmode
|
|
26592
|
+
value: $(params.db2_logs_storage_accessmode)
|
|
26593
|
+
- name: db2_data_storage_accessmode
|
|
26594
|
+
value: $(params.db2_data_storage_accessmode)
|
|
26595
|
+
- name: mas_config_scope
|
|
26596
|
+
value: wsapp
|
|
26597
|
+
- name: mas_workspace_id
|
|
26598
|
+
value: $(params.mas_workspace_id)
|
|
26599
|
+
- name: mas_application_id
|
|
26600
|
+
value: facilities
|
|
26601
|
+
- name: db2_action_facilities
|
|
26602
|
+
value: $(params.db2_action_facilities)
|
|
26603
|
+
|
|
26604
|
+
# Custom label support
|
|
25777
26605
|
- name: custom_labels
|
|
25778
26606
|
value: $(params.custom_labels)
|
|
25779
|
-
|
|
25780
|
-
value: $(params.mas_aibroker_storage_provider)
|
|
25781
|
-
- name: mas_aibroker_storage_accesskey
|
|
25782
|
-
value: $(params.mas_aibroker_storage_accesskey)
|
|
25783
|
-
- name: mas_aibroker_storage_secretkey
|
|
25784
|
-
value: $(params.mas_aibroker_storage_secretkey)
|
|
25785
|
-
- name: mas_aibroker_storage_host
|
|
25786
|
-
value: $(params.mas_aibroker_storage_host)
|
|
25787
|
-
- name: mas_aibroker_storage_port
|
|
25788
|
-
value: $(params.mas_aibroker_storage_port)
|
|
25789
|
-
- name: mas_aibroker_storage_ssl
|
|
25790
|
-
value: $(params.mas_aibroker_storage_ssl)
|
|
25791
|
-
- name: mas_aibroker_storage_region
|
|
25792
|
-
value: $(params.mas_aibroker_storage_region)
|
|
25793
|
-
- name: mas_aibroker_storage_pipelines_bucket
|
|
25794
|
-
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
25795
|
-
- name: mas_aibroker_storage_tenants_bucket
|
|
25796
|
-
value: $(params.mas_aibroker_storage_tenants_bucket)
|
|
25797
|
-
- name: mas_aibroker_storage_templates_bucket
|
|
25798
|
-
value: $(params.mas_aibroker_storage_templates_bucket)
|
|
25799
|
-
- name: mas_aibroker_tenant_name
|
|
25800
|
-
value: $(params.mas_aibroker_tenant_name)
|
|
25801
|
-
- name: mas_aibroker_db_host
|
|
25802
|
-
value: $(params.mas_aibroker_db_host)
|
|
25803
|
-
- name: mas_aibroker_db_port
|
|
25804
|
-
value: $(params.mas_aibroker_db_port)
|
|
25805
|
-
- name: mas_aibroker_db_user
|
|
25806
|
-
value: $(params.mas_aibroker_db_user)
|
|
25807
|
-
- name: mas_aibroker_db_database
|
|
25808
|
-
value: $(params.mas_aibroker_db_database)
|
|
25809
|
-
- name: mas_aibroker_db_secret_name
|
|
25810
|
-
value: $(params.mas_aibroker_db_secret_name)
|
|
25811
|
-
- name: mas_aibroker_db_secret_key
|
|
25812
|
-
value: $(params.mas_aibroker_db_secret_key)
|
|
25813
|
-
- name: mas_aibroker_db_secret_value
|
|
25814
|
-
value: $(params.mas_aibroker_db_secret_value)
|
|
25815
|
-
|
|
25816
|
-
taskRef:
|
|
25817
|
-
name: mas-devops-odh
|
|
25818
|
-
kind: Task
|
|
26607
|
+
# Only perform the task when a dedicated database is selected
|
|
25819
26608
|
when:
|
|
25820
|
-
- input: "$(params.
|
|
26609
|
+
- input: "$(params.mas_app_channel_facilities)"
|
|
25821
26610
|
operator: notin
|
|
25822
26611
|
values: [""]
|
|
26612
|
+
- input: "$(params.db2_action_facilities)"
|
|
26613
|
+
operator: in
|
|
26614
|
+
values: ["install"]
|
|
26615
|
+
taskRef:
|
|
26616
|
+
name: mas-devops-suite-db2-setup-for-facilities
|
|
26617
|
+
kind: Task
|
|
26618
|
+
workspaces:
|
|
26619
|
+
- name: configs
|
|
26620
|
+
workspace: shared-configs
|
|
25823
26621
|
runAfter:
|
|
25824
|
-
-
|
|
26622
|
+
- db2-manage
|
|
25825
26623
|
|
|
25826
|
-
#
|
|
25827
|
-
- name:
|
|
26624
|
+
# 15.2 Install Facilities
|
|
26625
|
+
- name: app-install-facilities
|
|
26626
|
+
timeout: "0"
|
|
25828
26627
|
params:
|
|
25829
26628
|
# Controls the image pull policy for the ibmmas/cli image
|
|
25830
26629
|
- name: image_pull_policy
|
|
25831
26630
|
value: $(params.image_pull_policy)
|
|
25832
26631
|
|
|
25833
26632
|
- name: devops_suite_name
|
|
25834
|
-
value:
|
|
25835
|
-
|
|
25836
|
-
value: $(params.mas_instance_id)
|
|
25837
|
-
- name: mas_app_id
|
|
25838
|
-
value: aibroker
|
|
26633
|
+
value: app-facilities-install
|
|
26634
|
+
|
|
25839
26635
|
- name: artifactory_username
|
|
25840
26636
|
value: $(params.artifactory_username)
|
|
25841
26637
|
- name: artifactory_token
|
|
25842
26638
|
value: $(params.artifactory_token)
|
|
26639
|
+
|
|
26640
|
+
- name: mas_instance_id
|
|
26641
|
+
value: $(params.mas_instance_id)
|
|
26642
|
+
- name: mas_app_id
|
|
26643
|
+
value: facilities
|
|
25843
26644
|
- name: mas_app_channel
|
|
25844
|
-
value: "$(params.
|
|
26645
|
+
value: "$(params.mas_app_channel_facilities)"
|
|
25845
26646
|
- name: ibm_entitlement_key
|
|
25846
26647
|
value: $(params.ibm_entitlement_key)
|
|
25847
26648
|
- name: custom_labels
|
|
25848
26649
|
value: $(params.custom_labels)
|
|
25849
|
-
|
|
25850
|
-
value: $(params.mas_aibroker_storage_provider)
|
|
25851
|
-
- name: mas_aibroker_storage_accesskey
|
|
25852
|
-
value: $(params.mas_aibroker_storage_accesskey)
|
|
25853
|
-
- name: mas_aibroker_storage_secretkey
|
|
25854
|
-
value: $(params.mas_aibroker_storage_secretkey)
|
|
25855
|
-
- name: mas_aibroker_storage_host
|
|
25856
|
-
value: $(params.mas_aibroker_storage_host)
|
|
25857
|
-
- name: mas_aibroker_storage_port
|
|
25858
|
-
value: $(params.mas_aibroker_storage_port)
|
|
25859
|
-
- name: mas_aibroker_storage_ssl
|
|
25860
|
-
value: $(params.mas_aibroker_storage_ssl)
|
|
25861
|
-
- name: mas_aibroker_storage_region
|
|
25862
|
-
value: $(params.mas_aibroker_storage_region)
|
|
25863
|
-
- name: mas_aibroker_storage_pipelines_bucket
|
|
25864
|
-
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
25865
|
-
- name: mas_aibroker_storage_tenants_bucket
|
|
25866
|
-
value: $(params.mas_aibroker_storage_tenants_bucket)
|
|
25867
|
-
- name: mas_aibroker_storage_templates_bucket
|
|
25868
|
-
value: $(params.mas_aibroker_storage_templates_bucket)
|
|
25869
|
-
- name: mas_aibroker_controller_tag
|
|
25870
|
-
value: $(params.mas_aibroker_controller_tag)
|
|
25871
|
-
- name: mas_aibroker_store_tag
|
|
25872
|
-
value: $(params.mas_aibroker_store_tag)
|
|
25873
|
-
- name: mas_aibroker_watcher_tag
|
|
25874
|
-
value: $(params.mas_aibroker_watcher_tag)
|
|
25875
|
-
- name: mas_aibroker_connector_tag
|
|
25876
|
-
value: $(params.mas_aibroker_connector_tag)
|
|
25877
|
-
- name: mas_aibroker_pipeline_steps_tag
|
|
25878
|
-
value: $(params.mas_aibroker_pipeline_steps_tag)
|
|
25879
|
-
- name: mas_aibroker_tenant_name
|
|
25880
|
-
value: $(params.mas_aibroker_tenant_name)
|
|
25881
|
-
|
|
26650
|
+
|
|
25882
26651
|
taskRef:
|
|
25883
|
-
name: mas-devops-
|
|
26652
|
+
name: mas-devops-suite-app-install
|
|
25884
26653
|
kind: Task
|
|
26654
|
+
workspaces:
|
|
26655
|
+
- name: pod-templates
|
|
26656
|
+
workspace: shared-pod-templates
|
|
26657
|
+
# Only install facilities if a channel has been chosen
|
|
25885
26658
|
when:
|
|
25886
|
-
- input: "$(params.
|
|
26659
|
+
- input: "$(params.mas_app_channel_facilities)"
|
|
25887
26660
|
operator: notin
|
|
25888
26661
|
values: [""]
|
|
25889
26662
|
runAfter:
|
|
25890
|
-
-
|
|
26663
|
+
- suite-config-db2
|
|
25891
26664
|
|
|
25892
|
-
#
|
|
25893
|
-
- name: app-
|
|
26665
|
+
# 15.3 Configure Facilities workspace
|
|
26666
|
+
- name: app-cfg-facilities
|
|
25894
26667
|
timeout: "0"
|
|
25895
26668
|
params:
|
|
25896
26669
|
# Controls the image pull policy for the ibmmas/cli image
|
|
@@ -25898,101 +26671,102 @@ spec:
|
|
|
25898
26671
|
value: $(params.image_pull_policy)
|
|
25899
26672
|
|
|
25900
26673
|
- name: devops_suite_name
|
|
25901
|
-
value: app-
|
|
26674
|
+
value: app-facilities-cfg
|
|
25902
26675
|
|
|
26676
|
+
# Application Workspace - Identifier
|
|
25903
26677
|
- name: mas_instance_id
|
|
25904
26678
|
value: $(params.mas_instance_id)
|
|
25905
26679
|
- name: mas_app_id
|
|
25906
|
-
value:
|
|
25907
|
-
- name:
|
|
25908
|
-
value: $(params.
|
|
25909
|
-
|
|
25910
|
-
|
|
25911
|
-
- name:
|
|
25912
|
-
value:
|
|
25913
|
-
- name:
|
|
25914
|
-
value: $(params.
|
|
26680
|
+
value: facilities
|
|
26681
|
+
- name: mas_workspace_id
|
|
26682
|
+
value: "$(params.mas_workspace_id)"
|
|
26683
|
+
|
|
26684
|
+
# Application Workspace - Operand
|
|
26685
|
+
- name: mas_appws_bindings_jdbc
|
|
26686
|
+
value: $(params.mas_appws_bindings_jdbc)
|
|
26687
|
+
- name: mas_ws_facilities_size
|
|
26688
|
+
value: $(params.mas_ws_facilities_size)
|
|
26689
|
+
- name: mas_ws_facilities_routes_timeout
|
|
26690
|
+
value: $(params.mas_ws_facilities_routes_timeout)
|
|
26691
|
+
- name: mas_ws_facilities_liberty_extension_XML
|
|
26692
|
+
value: $(params.mas_ws_facilities_liberty_extension_XML)
|
|
26693
|
+
- name: mas_ws_facilities_vault_secret
|
|
26694
|
+
value: $(params.mas_ws_facilities_vault_secret)
|
|
26695
|
+
- name: mas_ws_facilities_pull_policy
|
|
26696
|
+
value: $(params.mas_ws_facilities_pull_policy)
|
|
26697
|
+
- name: mas_ws_facilities_storage_log_class
|
|
26698
|
+
value: $(params.mas_ws_facilities_storage_log_class)
|
|
26699
|
+
- name: mas_ws_facilities_storage_log_mode
|
|
26700
|
+
value: $(params.mas_ws_facilities_storage_log_mode)
|
|
26701
|
+
# - name: mas_ws_facilities_storage_log_size
|
|
26702
|
+
# value: $(params.mas_ws_facilities_storage_log_size)
|
|
26703
|
+
- name: mas_ws_facilities_storage_userfiles_class
|
|
26704
|
+
value: $(params.mas_ws_facilities_storage_userfiles_class)
|
|
26705
|
+
- name: mas_ws_facilities_storage_userfiles_mode
|
|
26706
|
+
value: $(params.mas_ws_facilities_storage_userfiles_mode)
|
|
26707
|
+
# - name: mas_ws_facilities_storage_userfiles_size
|
|
26708
|
+
# value: $(params.mas_ws_facilities_storage_userfiles_size)
|
|
26709
|
+
# - name: mas_ws_facilities_dwfagents
|
|
26710
|
+
# value: "$(params.mas_ws_facilities_dwfagents)"
|
|
26711
|
+
# - name: mas_ws_facilities_db_maxconnpoolsize
|
|
26712
|
+
# value: $(params.mas_ws_facilities_db_maxconnpoolsize)
|
|
26713
|
+
|
|
26714
|
+
# Custom Label Support
|
|
25915
26715
|
- name: custom_labels
|
|
25916
26716
|
value: $(params.custom_labels)
|
|
25917
26717
|
taskRef:
|
|
25918
|
-
name: mas-devops-suite-app-
|
|
26718
|
+
name: mas-devops-suite-app-config
|
|
25919
26719
|
kind: Task
|
|
25920
|
-
# Only install
|
|
26720
|
+
# Only install facilities if a channel has been chosen
|
|
25921
26721
|
when:
|
|
25922
|
-
- input: "$(params.
|
|
26722
|
+
- input: "$(params.mas_app_channel_facilities)"
|
|
25923
26723
|
operator: notin
|
|
25924
26724
|
values: [""]
|
|
26725
|
+
workspaces:
|
|
26726
|
+
- name: configs
|
|
26727
|
+
workspace: shared-configs
|
|
26728
|
+
- name: pod-templates
|
|
26729
|
+
workspace: shared-pod-templates
|
|
25925
26730
|
runAfter:
|
|
25926
|
-
-
|
|
25927
|
-
|
|
25928
|
-
#
|
|
25929
|
-
- name:
|
|
26731
|
+
- app-install-facilities
|
|
26732
|
+
|
|
26733
|
+
# 15.4 Verify Facilities Installation
|
|
26734
|
+
- name: app-verify-facilities
|
|
25930
26735
|
timeout: "0"
|
|
26736
|
+
taskRef:
|
|
26737
|
+
name: mas-devops-suite-app-verify
|
|
26738
|
+
kind: Task
|
|
25931
26739
|
params:
|
|
25932
26740
|
# Controls the image pull policy for the ibmmas/cli image
|
|
25933
26741
|
- name: image_pull_policy
|
|
25934
26742
|
value: $(params.image_pull_policy)
|
|
25935
26743
|
|
|
25936
26744
|
- name: devops_suite_name
|
|
25937
|
-
value:
|
|
26745
|
+
value: app-verify-facilities
|
|
26746
|
+
|
|
26747
|
+
# MAS Details
|
|
25938
26748
|
- name: mas_instance_id
|
|
25939
26749
|
value: $(params.mas_instance_id)
|
|
25940
|
-
- name:
|
|
25941
|
-
value:
|
|
25942
|
-
|
|
25943
|
-
|
|
25944
|
-
- name:
|
|
25945
|
-
value:
|
|
25946
|
-
- name:
|
|
25947
|
-
value:
|
|
25948
|
-
- name:
|
|
25949
|
-
value:
|
|
26750
|
+
- name: mas_workspace_id
|
|
26751
|
+
value: "$(params.mas_workspace_id)"
|
|
26752
|
+
|
|
26753
|
+
# Application CR Details
|
|
26754
|
+
- name: mas_app_ws_apiversion
|
|
26755
|
+
value: apps.mas.ibm.com/v1
|
|
26756
|
+
- name: mas_app_ws_kind
|
|
26757
|
+
value: FacilitiesWorkspace
|
|
26758
|
+
- name: mas_app_namespace
|
|
26759
|
+
value: mas-$(params.mas_instance_id)-facilities
|
|
26760
|
+
|
|
26761
|
+
# Custom Label Support
|
|
25950
26762
|
- name: custom_labels
|
|
25951
26763
|
value: $(params.custom_labels)
|
|
25952
|
-
- name: mas_aibroker_storage_provider
|
|
25953
|
-
value: $(params.mas_aibroker_storage_provider)
|
|
25954
|
-
- name: mas_aibroker_storage_accesskey
|
|
25955
|
-
value: $(params.mas_aibroker_storage_accesskey)
|
|
25956
|
-
- name: mas_aibroker_storage_secretkey
|
|
25957
|
-
value: $(params.mas_aibroker_storage_secretkey)
|
|
25958
|
-
- name: mas_aibroker_storage_host
|
|
25959
|
-
value: $(params.mas_aibroker_storage_host)
|
|
25960
|
-
- name: mas_aibroker_storage_port
|
|
25961
|
-
value: $(params.mas_aibroker_storage_port)
|
|
25962
|
-
- name: mas_aibroker_storage_ssl
|
|
25963
|
-
value: $(params.mas_aibroker_storage_ssl)
|
|
25964
|
-
- name: mas_aibroker_storage_region
|
|
25965
|
-
value: $(params.mas_aibroker_storage_region)
|
|
25966
|
-
- name: mas_aibroker_storage_pipelines_bucket
|
|
25967
|
-
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
25968
|
-
- name: mas_aibroker_storage_tenants_bucket
|
|
25969
|
-
value: $(params.mas_aibroker_storage_tenants_bucket)
|
|
25970
|
-
- name: mas_aibroker_storage_templates_bucket
|
|
25971
|
-
value: $(params.mas_aibroker_storage_templates_bucket)
|
|
25972
|
-
- name: mas_aibroker_watsonxai_apikey
|
|
25973
|
-
value: $(params.mas_aibroker_watsonxai_apikey)
|
|
25974
|
-
- name: mas_aibroker_watsonxai_url
|
|
25975
|
-
value: $(params.mas_aibroker_watsonxai_url)
|
|
25976
|
-
- name: mas_aibroker_watsonxai_project_id
|
|
25977
|
-
value: $(params.mas_aibroker_watsonxai_project_id)
|
|
25978
|
-
- name: mas_aibroker_watsonx_action
|
|
25979
|
-
value: $(params.mas_aibroker_watsonx_action)
|
|
25980
|
-
- name: mas_aibroker_s3_action
|
|
25981
|
-
value: $(params.mas_aibroker_s3_action)
|
|
25982
|
-
- name: mas_aibroker_apikey_action
|
|
25983
|
-
value: $(params.mas_aibroker_apikey_action)
|
|
25984
|
-
- name: mas_aibroker_tenant_name
|
|
25985
|
-
value: $(params.mas_aibroker_tenant_name)
|
|
25986
|
-
taskRef:
|
|
25987
|
-
name: mas-devops-aibroker
|
|
25988
|
-
kind: Task
|
|
25989
26764
|
when:
|
|
25990
|
-
- input: "$(params.
|
|
26765
|
+
- input: "$(params.mas_app_channel_facilities)"
|
|
25991
26766
|
operator: notin
|
|
25992
26767
|
values: [""]
|
|
25993
|
-
|
|
25994
26768
|
runAfter:
|
|
25995
|
-
- app-
|
|
26769
|
+
- app-cfg-facilities
|
|
25996
26770
|
|
|
25997
26771
|
finally:
|
|
25998
26772
|
# Update synchronization configmap
|
|
@@ -26779,6 +27553,22 @@ spec:
|
|
|
26779
27553
|
value: iot
|
|
26780
27554
|
- name: devops_suite_name
|
|
26781
27555
|
value: app-iot-uninstall
|
|
27556
|
+
|
|
27557
|
+
# 1.8 Uninstall Facilities
|
|
27558
|
+
- name: app-uninstall-facilities
|
|
27559
|
+
timeout: "0"
|
|
27560
|
+
runAfter:
|
|
27561
|
+
- waitfor-approval
|
|
27562
|
+
taskRef:
|
|
27563
|
+
kind: Task
|
|
27564
|
+
name: mas-devops-suite-app-uninstall
|
|
27565
|
+
params:
|
|
27566
|
+
- name: mas_instance_id
|
|
27567
|
+
value: $(params.mas_instance_id)
|
|
27568
|
+
- name: mas_app_id
|
|
27569
|
+
value: facilities
|
|
27570
|
+
- name: devops_suite_name
|
|
27571
|
+
value: app-facilities-uninstall
|
|
26782
27572
|
|
|
26783
27573
|
|
|
26784
27574
|
# 2. Uninstall IBM Maximo Application Suite
|
|
@@ -26791,6 +27581,7 @@ spec:
|
|
|
26791
27581
|
- app-uninstall-assist
|
|
26792
27582
|
- app-uninstall-optimizer
|
|
26793
27583
|
- app-uninstall-manage
|
|
27584
|
+
- app-uninstall-facilities
|
|
26794
27585
|
taskRef:
|
|
26795
27586
|
kind: Task
|
|
26796
27587
|
name: mas-devops-suite-uninstall
|
|
@@ -28148,6 +28939,10 @@ spec:
|
|
|
28148
28939
|
type: string
|
|
28149
28940
|
description: Set to 'system' if using the shared system JDBC configuration, or 'workspace-application' if using a dedicated JDBC configuration.
|
|
28150
28941
|
default: ""
|
|
28942
|
+
- name: db2_action_facilities
|
|
28943
|
+
type: string
|
|
28944
|
+
description: Set to 'install' to set up a Db2 instance for Real Estate and Facilities
|
|
28945
|
+
default: "none"
|
|
28151
28946
|
|
|
28152
28947
|
# Dependencies - CP4D
|
|
28153
28948
|
# -----------------------------------------------------------------------------
|
|
@@ -28391,6 +29186,12 @@ spec:
|
|
|
28391
29186
|
description: Workspace Name used when setting up the workspace
|
|
28392
29187
|
default: My Workspace
|
|
28393
29188
|
|
|
29189
|
+
# MAS Workspace Configuration - Facilities
|
|
29190
|
+
- name: mas_appws_bindings_jdbc
|
|
29191
|
+
type: string
|
|
29192
|
+
description: JDBC Bindings Workspace
|
|
29193
|
+
default: "workspace-application"
|
|
29194
|
+
|
|
28394
29195
|
# MAS Configuration - Application Channels
|
|
28395
29196
|
# -------------------------------------------------------------------------
|
|
28396
29197
|
- name: mas_app_channel_iot
|
|
@@ -28421,6 +29222,10 @@ spec:
|
|
|
28421
29222
|
type: string
|
|
28422
29223
|
description: Subscription channel for MVI application operator
|
|
28423
29224
|
default: ""
|
|
29225
|
+
- name: mas_app_channel_facilities
|
|
29226
|
+
type: string
|
|
29227
|
+
description: Subscription channel for Facilities application operator
|
|
29228
|
+
default: ""
|
|
28424
29229
|
# - name: mas_app_channel_aibroker
|
|
28425
29230
|
# type: string
|
|
28426
29231
|
# description: Subscription channel for AI Broker application operator
|
|
@@ -28823,6 +29628,58 @@ spec:
|
|
|
28823
29628
|
default: ""
|
|
28824
29629
|
|
|
28825
29630
|
|
|
29631
|
+
# MAS Application Configuration - Facilities
|
|
29632
|
+
# TODO: Fix type for storage sizes and max conn pool size
|
|
29633
|
+
- name: mas_ws_facilities_size
|
|
29634
|
+
type: string
|
|
29635
|
+
description: Size of the Facilities Deployment
|
|
29636
|
+
default: "small"
|
|
29637
|
+
- name: mas_ws_facilities_routes_timeout
|
|
29638
|
+
type: string
|
|
29639
|
+
description: Optional. Connection timeout of the route.
|
|
29640
|
+
default: ""
|
|
29641
|
+
- name: mas_ws_facilities_liberty_extension_XML
|
|
29642
|
+
type: string
|
|
29643
|
+
description: Optional. Secret name containing XML extension for server.xml
|
|
29644
|
+
default: ""
|
|
29645
|
+
- name: mas_ws_facilities_vault_secret
|
|
29646
|
+
type: string
|
|
29647
|
+
description: Optional. Secret name containing AES encryption secret.
|
|
29648
|
+
default: ""
|
|
29649
|
+
- name: mas_ws_facilities_pull_policy
|
|
29650
|
+
type: string
|
|
29651
|
+
description: Optional. Pull Policy
|
|
29652
|
+
default: ""
|
|
29653
|
+
- name: mas_ws_facilities_storage_log_class
|
|
29654
|
+
type: string
|
|
29655
|
+
description: Define storage class for log
|
|
29656
|
+
default: ""
|
|
29657
|
+
- name: mas_ws_facilities_storage_log_mode
|
|
29658
|
+
type: string
|
|
29659
|
+
description: Define storage mode for log
|
|
29660
|
+
default: ""
|
|
29661
|
+
# - name: mas_ws_facilities_storage_log_size
|
|
29662
|
+
# description: Define storage size for log
|
|
29663
|
+
# type: integer
|
|
29664
|
+
- name: mas_ws_facilities_storage_userfiles_class
|
|
29665
|
+
type: string
|
|
29666
|
+
description: Define storage class for userfiles
|
|
29667
|
+
default: ""
|
|
29668
|
+
- name: mas_ws_facilities_storage_userfiles_mode
|
|
29669
|
+
type: string
|
|
29670
|
+
description: Define storage mode for userfiles
|
|
29671
|
+
default: ""
|
|
29672
|
+
# - name: mas_ws_facilities_storage_userfiles_size
|
|
29673
|
+
# description: Define storage size for userfiles
|
|
29674
|
+
# type: integer
|
|
29675
|
+
# - name: mas_ws_facilities_dwfagents
|
|
29676
|
+
# type: array
|
|
29677
|
+
# description: Define a list of dedicated workflow agents
|
|
29678
|
+
# default: []
|
|
29679
|
+
# - name: mas_ws_facilities_db_maxconnpoolsize
|
|
29680
|
+
# description: Define maximum connection pool size
|
|
29681
|
+
# type: integer
|
|
29682
|
+
|
|
28826
29683
|
# 3. Upgrade
|
|
28827
29684
|
# -------------------------------------------------------------------------
|
|
28828
29685
|
- name: skip_compatibility_check
|
|
@@ -29140,7 +29997,7 @@ spec:
|
|
|
29140
29997
|
name: mas-devops-suite-config
|
|
29141
29998
|
timeout: '0'
|
|
29142
29999
|
when:
|
|
29143
|
-
- input: $(params.mas_app_channel_iot)$(params.mas_app_channel_manage)
|
|
30000
|
+
- input: $(params.mas_app_channel_iot)$(params.mas_app_channel_manage)$(params.mas_app_channel_facilities)
|
|
29144
30001
|
operator: notin
|
|
29145
30002
|
values:
|
|
29146
30003
|
- ''
|