mas-cli 13.25.0__py3-none-any.whl → 13.26.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +15 -3
- mas/cli/gencfg.py +23 -0
- mas/cli/install/app.py +32 -12
- mas/cli/install/argBuilder.py +8 -8
- mas/cli/install/argParser.py +26 -25
- mas/cli/install/catalogs.py +3 -2
- mas/cli/install/params.py +4 -4
- mas/cli/install/settings/db2Settings.py +4 -2
- mas/cli/install/settings/manageSettings.py +3 -1
- mas/cli/install/summarizer.py +1 -0
- mas/cli/templates/facilities-configs.yml.j2 +25 -0
- mas/cli/templates/ibm-mas-tekton.yaml +361 -174
- mas/cli/update/app.py +6 -4
- mas/cli/validators.py +13 -0
- {mas_cli-13.25.0.dist-info → mas_cli-13.26.0.dist-info}/METADATA +1 -1
- {mas_cli-13.25.0.dist-info → mas_cli-13.26.0.dist-info}/RECORD +20 -19
- {mas_cli-13.25.0.data → mas_cli-13.26.0.data}/scripts/mas-cli +0 -0
- {mas_cli-13.25.0.dist-info → mas_cli-13.26.0.dist-info}/WHEEL +0 -0
- {mas_cli-13.25.0.dist-info → mas_cli-13.26.0.dist-info}/top_level.txt +0 -0
|
@@ -231,7 +231,7 @@ spec:
|
|
|
231
231
|
command:
|
|
232
232
|
- /opt/app-root/src/run-role.sh
|
|
233
233
|
- aibroker
|
|
234
|
-
image: quay.io/ibmmas/cli:13.
|
|
234
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
235
235
|
imagePullPolicy: $(params.image_pull_policy)
|
|
236
236
|
# --------------------------------------------------------------------------------
|
|
237
237
|
# /home/runner/work/cli/cli/tekton/target/tasks/appconnect.yaml
|
|
@@ -342,7 +342,7 @@ spec:
|
|
|
342
342
|
command:
|
|
343
343
|
- /opt/app-root/src/run-role.sh
|
|
344
344
|
- appconnect
|
|
345
|
-
image: quay.io/ibmmas/cli:13.
|
|
345
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
346
346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
347
347
|
workingDir: /workspace/configs
|
|
348
348
|
|
|
@@ -460,7 +460,7 @@ spec:
|
|
|
460
460
|
command:
|
|
461
461
|
- /opt/app-root/src/run-role.sh
|
|
462
462
|
- arcgis
|
|
463
|
-
image: quay.io/ibmmas/cli:13.
|
|
463
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
464
464
|
imagePullPolicy: $(params.image_pull_policy)
|
|
465
465
|
# --------------------------------------------------------------------------------
|
|
466
466
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -530,7 +530,7 @@ spec:
|
|
|
530
530
|
command:
|
|
531
531
|
- /opt/app-root/src/run-role.sh
|
|
532
532
|
- cert_manager
|
|
533
|
-
image: quay.io/ibmmas/cli:13.
|
|
533
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
534
534
|
imagePullPolicy: $(params.image_pull_policy)
|
|
535
535
|
workingDir: /workspace/configs
|
|
536
536
|
# --------------------------------------------------------------------------------
|
|
@@ -596,7 +596,7 @@ spec:
|
|
|
596
596
|
command:
|
|
597
597
|
- /opt/app-root/src/run-role.sh
|
|
598
598
|
- common_services
|
|
599
|
-
image: quay.io/ibmmas/cli:13.
|
|
599
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -723,7 +723,7 @@ spec:
|
|
|
723
723
|
command:
|
|
724
724
|
- /opt/app-root/src/run-role.sh
|
|
725
725
|
- cos
|
|
726
|
-
image: quay.io/ibmmas/cli:13.
|
|
726
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
727
727
|
imagePullPolicy: $(params.image_pull_policy)
|
|
728
728
|
workingDir: /workspace/configs
|
|
729
729
|
|
|
@@ -843,7 +843,7 @@ spec:
|
|
|
843
843
|
command:
|
|
844
844
|
- /opt/app-root/src/run-role.sh
|
|
845
845
|
- cp4d_service
|
|
846
|
-
image: quay.io/ibmmas/cli:13.
|
|
846
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
847
847
|
imagePullPolicy: $(params.image_pull_policy)
|
|
848
848
|
workingDir: /workspace/configs
|
|
849
849
|
# --------------------------------------------------------------------------------
|
|
@@ -960,7 +960,7 @@ spec:
|
|
|
960
960
|
command:
|
|
961
961
|
- /opt/app-root/src/run-role.sh
|
|
962
962
|
- cp4d_service
|
|
963
|
-
image: quay.io/ibmmas/cli:13.
|
|
963
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
964
964
|
imagePullPolicy: $(params.image_pull_policy)
|
|
965
965
|
workingDir: /workspace/configs
|
|
966
966
|
|
|
@@ -1066,7 +1066,7 @@ spec:
|
|
|
1066
1066
|
command:
|
|
1067
1067
|
- /opt/app-root/src/run-role.sh
|
|
1068
1068
|
- cp4d
|
|
1069
|
-
image: quay.io/ibmmas/cli:13.
|
|
1069
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
1070
1070
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1071
1071
|
# --------------------------------------------------------------------------------
|
|
1072
1072
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1388,7 +1388,7 @@ spec:
|
|
|
1388
1388
|
command:
|
|
1389
1389
|
- /opt/app-root/src/run-role.sh
|
|
1390
1390
|
- db2
|
|
1391
|
-
image: quay.io/ibmmas/cli:13.
|
|
1391
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
1392
1392
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1393
1393
|
workingDir: /workspace/configs
|
|
1394
1394
|
|
|
@@ -1498,7 +1498,7 @@ spec:
|
|
|
1498
1498
|
command:
|
|
1499
1499
|
- /opt/app-root/src/run-role.sh
|
|
1500
1500
|
- eck
|
|
1501
|
-
image: quay.io/ibmmas/cli:13.
|
|
1501
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
1502
1502
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1503
1503
|
# --------------------------------------------------------------------------------
|
|
1504
1504
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1587,7 +1587,7 @@ spec:
|
|
|
1587
1587
|
command:
|
|
1588
1588
|
- /opt/app-root/src/run-role.sh
|
|
1589
1589
|
- gencfg_workspace
|
|
1590
|
-
image: quay.io/ibmmas/cli:13.
|
|
1590
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
1591
1591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1592
1592
|
workingDir: /workspace/configs
|
|
1593
1593
|
|
|
@@ -1691,7 +1691,7 @@ spec:
|
|
|
1691
1691
|
- -c
|
|
1692
1692
|
name: gitops-bootstrap
|
|
1693
1693
|
imagePullPolicy: IfNotPresent
|
|
1694
|
-
image: quay.io/ibmmas/cli:13.
|
|
1694
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
1695
1695
|
workspaces:
|
|
1696
1696
|
- name: configs
|
|
1697
1697
|
# --------------------------------------------------------------------------------
|
|
@@ -1773,7 +1773,7 @@ spec:
|
|
|
1773
1773
|
- -c
|
|
1774
1774
|
name: gitops-cis-compliance
|
|
1775
1775
|
imagePullPolicy: IfNotPresent
|
|
1776
|
-
image: quay.io/ibmmas/cli:13.
|
|
1776
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -2078,7 +2078,7 @@ spec:
|
|
|
2078
2078
|
- -c
|
|
2079
2079
|
name: gitops-cluster
|
|
2080
2080
|
imagePullPolicy: Always
|
|
2081
|
-
image: quay.io/ibmmas/cli:13.
|
|
2081
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
2082
2082
|
workspaces:
|
|
2083
2083
|
- name: configs
|
|
2084
2084
|
# --------------------------------------------------------------------------------
|
|
@@ -2186,7 +2186,7 @@ spec:
|
|
|
2186
2186
|
- -c
|
|
2187
2187
|
name: gitops-cos
|
|
2188
2188
|
imagePullPolicy: IfNotPresent
|
|
2189
|
-
image: quay.io/ibmmas/cli:13.
|
|
2189
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
2190
2190
|
workspaces:
|
|
2191
2191
|
- name: configs
|
|
2192
2192
|
# --------------------------------------------------------------------------------
|
|
@@ -2334,7 +2334,7 @@ spec:
|
|
|
2334
2334
|
- -c
|
|
2335
2335
|
name: gitops-cp4d-service
|
|
2336
2336
|
imagePullPolicy: IfNotPresent
|
|
2337
|
-
image: quay.io/ibmmas/cli:13.
|
|
2337
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
2338
2338
|
workspaces:
|
|
2339
2339
|
- name: configs
|
|
2340
2340
|
- name: shared-gitops-configs
|
|
@@ -2463,7 +2463,7 @@ spec:
|
|
|
2463
2463
|
- -c
|
|
2464
2464
|
name: gitops-cp4d
|
|
2465
2465
|
imagePullPolicy: IfNotPresent
|
|
2466
|
-
image: quay.io/ibmmas/cli:13.
|
|
2466
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
2467
2467
|
workspaces:
|
|
2468
2468
|
- name: configs
|
|
2469
2469
|
- name: shared-gitops-configs
|
|
@@ -2754,7 +2754,7 @@ spec:
|
|
|
2754
2754
|
- -c
|
|
2755
2755
|
name: gitops-db2u-database
|
|
2756
2756
|
imagePullPolicy: Always
|
|
2757
|
-
image: quay.io/ibmmas/cli:13.
|
|
2757
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
2758
2758
|
workspaces:
|
|
2759
2759
|
- name: configs
|
|
2760
2760
|
- name: shared-gitops-configs
|
|
@@ -2852,7 +2852,7 @@ spec:
|
|
|
2852
2852
|
- -c
|
|
2853
2853
|
name: gitops-db2u
|
|
2854
2854
|
imagePullPolicy: IfNotPresent
|
|
2855
|
-
image: quay.io/ibmmas/cli:13.
|
|
2855
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
2856
2856
|
workspaces:
|
|
2857
2857
|
- name: configs
|
|
2858
2858
|
# --------------------------------------------------------------------------------
|
|
@@ -2979,7 +2979,7 @@ spec:
|
|
|
2979
2979
|
- -c
|
|
2980
2980
|
name: gitops-delete-jdbc-config
|
|
2981
2981
|
imagePullPolicy: IfNotPresent
|
|
2982
|
-
image: quay.io/ibmmas/cli:13.
|
|
2982
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
2983
2983
|
workspaces:
|
|
2984
2984
|
- name: configs
|
|
2985
2985
|
# --------------------------------------------------------------------------------
|
|
@@ -3077,7 +3077,7 @@ spec:
|
|
|
3077
3077
|
- -c
|
|
3078
3078
|
name: gitops-delete-kafka-config
|
|
3079
3079
|
imagePullPolicy: Always
|
|
3080
|
-
image: quay.io/ibmmas/cli:13.
|
|
3080
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
3081
3081
|
workspaces:
|
|
3082
3082
|
- name: configs
|
|
3083
3083
|
|
|
@@ -3169,7 +3169,7 @@ spec:
|
|
|
3169
3169
|
- -c
|
|
3170
3170
|
name: gitops-deprovision-app-config
|
|
3171
3171
|
imagePullPolicy: IfNotPresent
|
|
3172
|
-
image: quay.io/ibmmas/cli:13.
|
|
3172
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
3173
3173
|
workspaces:
|
|
3174
3174
|
- name: configs
|
|
3175
3175
|
# --------------------------------------------------------------------------------
|
|
@@ -3254,7 +3254,7 @@ spec:
|
|
|
3254
3254
|
- -c
|
|
3255
3255
|
name: gitops-deprovision-app-install
|
|
3256
3256
|
imagePullPolicy: IfNotPresent
|
|
3257
|
-
image: quay.io/ibmmas/cli:13.
|
|
3257
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
3258
3258
|
workspaces:
|
|
3259
3259
|
- name: configs
|
|
3260
3260
|
# --------------------------------------------------------------------------------
|
|
@@ -3339,7 +3339,7 @@ spec:
|
|
|
3339
3339
|
- -c
|
|
3340
3340
|
name: gitops-deprovision-cluster
|
|
3341
3341
|
imagePullPolicy: IfNotPresent
|
|
3342
|
-
image: quay.io/ibmmas/cli:13.
|
|
3342
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
3343
3343
|
workspaces:
|
|
3344
3344
|
- name: configs
|
|
3345
3345
|
# --------------------------------------------------------------------------------
|
|
@@ -3458,7 +3458,7 @@ spec:
|
|
|
3458
3458
|
- -c
|
|
3459
3459
|
name: gitops-deprovision-cos
|
|
3460
3460
|
imagePullPolicy: IfNotPresent
|
|
3461
|
-
image: quay.io/ibmmas/cli:13.
|
|
3461
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
3462
3462
|
workspaces:
|
|
3463
3463
|
- name: configs
|
|
3464
3464
|
# --------------------------------------------------------------------------------
|
|
@@ -3551,7 +3551,7 @@ spec:
|
|
|
3551
3551
|
- -c
|
|
3552
3552
|
name: gitops-deprovision-db2u-database
|
|
3553
3553
|
imagePullPolicy: IfNotPresent
|
|
3554
|
-
image: quay.io/ibmmas/cli:13.
|
|
3554
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
3555
3555
|
workspaces:
|
|
3556
3556
|
- name: configs
|
|
3557
3557
|
|
|
@@ -3634,7 +3634,7 @@ spec:
|
|
|
3634
3634
|
- -c
|
|
3635
3635
|
name: gitops-deprovision-db2u
|
|
3636
3636
|
imagePullPolicy: IfNotPresent
|
|
3637
|
-
image: quay.io/ibmmas/cli:13.
|
|
3637
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
3638
3638
|
workspaces:
|
|
3639
3639
|
- name: configs
|
|
3640
3640
|
|
|
@@ -3751,7 +3751,7 @@ spec:
|
|
|
3751
3751
|
- -c
|
|
3752
3752
|
name: gitops-deprovision-efs
|
|
3753
3753
|
imagePullPolicy: IfNotPresent
|
|
3754
|
-
image: quay.io/ibmmas/cli:13.
|
|
3754
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
3755
3755
|
workspaces:
|
|
3756
3756
|
- name: configs
|
|
3757
3757
|
|
|
@@ -3861,7 +3861,7 @@ spec:
|
|
|
3861
3861
|
- -c
|
|
3862
3862
|
name: gitops-deprovision-kafka
|
|
3863
3863
|
imagePullPolicy: IfNotPresent
|
|
3864
|
-
image: quay.io/ibmmas/cli:13.
|
|
3864
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
3865
3865
|
workspaces:
|
|
3866
3866
|
- name: configs
|
|
3867
3867
|
# --------------------------------------------------------------------------------
|
|
@@ -3964,7 +3964,7 @@ spec:
|
|
|
3964
3964
|
- -c
|
|
3965
3965
|
name: gitops-deprovision-mongo
|
|
3966
3966
|
imagePullPolicy: IfNotPresent
|
|
3967
|
-
image: quay.io/ibmmas/cli:13.
|
|
3967
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
3968
3968
|
workspaces:
|
|
3969
3969
|
- name: configs
|
|
3970
3970
|
|
|
@@ -4021,7 +4021,7 @@ spec:
|
|
|
4021
4021
|
- -c
|
|
4022
4022
|
name: gitops-deprovision-rosa
|
|
4023
4023
|
imagePullPolicy: IfNotPresent
|
|
4024
|
-
image: quay.io/ibmmas/cli:13.
|
|
4024
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
4025
4025
|
workspaces:
|
|
4026
4026
|
- name: configs
|
|
4027
4027
|
# --------------------------------------------------------------------------------
|
|
@@ -4226,7 +4226,7 @@ spec:
|
|
|
4226
4226
|
- -c
|
|
4227
4227
|
name: gitops-deprovision-suite-config
|
|
4228
4228
|
imagePullPolicy: IfNotPresent
|
|
4229
|
-
image: quay.io/ibmmas/cli:13.
|
|
4229
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
4230
4230
|
workspaces:
|
|
4231
4231
|
- name: configs
|
|
4232
4232
|
|
|
@@ -4324,7 +4324,7 @@ spec:
|
|
|
4324
4324
|
- -c
|
|
4325
4325
|
name: gitops-deprovision-suite-idp-config
|
|
4326
4326
|
imagePullPolicy: IfNotPresent
|
|
4327
|
-
image: quay.io/ibmmas/cli:13.
|
|
4327
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
4328
4328
|
workspaces:
|
|
4329
4329
|
- name: configs
|
|
4330
4330
|
# --------------------------------------------------------------------------------
|
|
@@ -4416,7 +4416,7 @@ spec:
|
|
|
4416
4416
|
- -c
|
|
4417
4417
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4418
4418
|
imagePullPolicy: IfNotPresent
|
|
4419
|
-
image: quay.io/ibmmas/cli:13.
|
|
4419
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
4420
4420
|
workspaces:
|
|
4421
4421
|
- name: configs
|
|
4422
4422
|
# --------------------------------------------------------------------------------
|
|
@@ -4628,7 +4628,7 @@ spec:
|
|
|
4628
4628
|
- -c
|
|
4629
4629
|
name: gitops-deprovision-suite-smtp-config
|
|
4630
4630
|
imagePullPolicy: IfNotPresent
|
|
4631
|
-
image: quay.io/ibmmas/cli:13.
|
|
4631
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
4632
4632
|
workspaces:
|
|
4633
4633
|
- name: configs
|
|
4634
4634
|
# --------------------------------------------------------------------------------
|
|
@@ -4721,7 +4721,7 @@ spec:
|
|
|
4721
4721
|
- -c
|
|
4722
4722
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4723
4723
|
imagePullPolicy: IfNotPresent
|
|
4724
|
-
image: quay.io/ibmmas/cli:13.
|
|
4724
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
4725
4725
|
workspaces:
|
|
4726
4726
|
- name: configs
|
|
4727
4727
|
# --------------------------------------------------------------------------------
|
|
@@ -4812,7 +4812,7 @@ spec:
|
|
|
4812
4812
|
- -c
|
|
4813
4813
|
name: gitops-deprovision-suite-workspace
|
|
4814
4814
|
imagePullPolicy: Always
|
|
4815
|
-
image: quay.io/ibmmas/cli:13.
|
|
4815
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
4816
4816
|
workspaces:
|
|
4817
4817
|
- name: configs
|
|
4818
4818
|
# --------------------------------------------------------------------------------
|
|
@@ -4905,7 +4905,7 @@ spec:
|
|
|
4905
4905
|
- -c
|
|
4906
4906
|
name: gitops-deprovision-suite
|
|
4907
4907
|
imagePullPolicy: IfNotPresent
|
|
4908
|
-
image: quay.io/ibmmas/cli:13.
|
|
4908
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
4909
4909
|
workspaces:
|
|
4910
4910
|
- name: configs
|
|
4911
4911
|
|
|
@@ -5018,7 +5018,7 @@ spec:
|
|
|
5018
5018
|
- -c
|
|
5019
5019
|
name: gitops-dro
|
|
5020
5020
|
imagePullPolicy: IfNotPresent
|
|
5021
|
-
image: quay.io/ibmmas/cli:13.
|
|
5021
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
5022
5022
|
workspaces:
|
|
5023
5023
|
- name: configs
|
|
5024
5024
|
# --------------------------------------------------------------------------------
|
|
@@ -5145,7 +5145,7 @@ spec:
|
|
|
5145
5145
|
- -c
|
|
5146
5146
|
name: gitops-efs
|
|
5147
5147
|
imagePullPolicy: IfNotPresent
|
|
5148
|
-
image: quay.io/ibmmas/cli:13.
|
|
5148
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
5149
5149
|
workspaces:
|
|
5150
5150
|
- name: configs
|
|
5151
5151
|
|
|
@@ -5280,7 +5280,7 @@ spec:
|
|
|
5280
5280
|
- -c
|
|
5281
5281
|
name: gitops-jdbc-config
|
|
5282
5282
|
imagePullPolicy: Always
|
|
5283
|
-
image: quay.io/ibmmas/cli:13.
|
|
5283
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
5284
5284
|
workspaces:
|
|
5285
5285
|
- name: configs
|
|
5286
5286
|
- name: shared-gitops-configs
|
|
@@ -5376,7 +5376,7 @@ spec:
|
|
|
5376
5376
|
- -c
|
|
5377
5377
|
name: gitops-kafka-config
|
|
5378
5378
|
imagePullPolicy: Always
|
|
5379
|
-
image: quay.io/ibmmas/cli:13.
|
|
5379
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
5380
5380
|
workspaces:
|
|
5381
5381
|
- name: configs
|
|
5382
5382
|
|
|
@@ -5498,7 +5498,7 @@ spec:
|
|
|
5498
5498
|
- -c
|
|
5499
5499
|
name: gitops-kafka
|
|
5500
5500
|
imagePullPolicy: IfNotPresent
|
|
5501
|
-
image: quay.io/ibmmas/cli:13.
|
|
5501
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
5502
5502
|
workspaces:
|
|
5503
5503
|
- name: configs
|
|
5504
5504
|
# --------------------------------------------------------------------------------
|
|
@@ -5624,7 +5624,7 @@ spec:
|
|
|
5624
5624
|
- -c
|
|
5625
5625
|
name: gitops-license
|
|
5626
5626
|
imagePullPolicy: Always
|
|
5627
|
-
image: quay.io/ibmmas/cli:13.
|
|
5627
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
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.26.0
|
|
6347
6347
|
workspaces:
|
|
6348
6348
|
- name: configs
|
|
6349
6349
|
- name: shared-additional-configs
|
|
@@ -6836,7 +6836,140 @@ 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.26.0
|
|
6840
|
+
workspaces:
|
|
6841
|
+
- name: configs
|
|
6842
|
+
# --------------------------------------------------------------------------------
|
|
6843
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-mas-provisioner.yaml
|
|
6844
|
+
# --------------------------------------------------------------------------------
|
|
6845
|
+
---
|
|
6846
|
+
apiVersion: tekton.dev/v1beta1
|
|
6847
|
+
kind: Task
|
|
6848
|
+
metadata:
|
|
6849
|
+
name: gitops-mas-provisioner
|
|
6850
|
+
spec:
|
|
6851
|
+
params:
|
|
6852
|
+
- name: cluster_name
|
|
6853
|
+
type: string
|
|
6854
|
+
- name: account
|
|
6855
|
+
type: string
|
|
6856
|
+
- name: cluster_url
|
|
6857
|
+
type: string
|
|
6858
|
+
default: ""
|
|
6859
|
+
- name: git_branch
|
|
6860
|
+
type: string
|
|
6861
|
+
- name: github_org
|
|
6862
|
+
type: string
|
|
6863
|
+
- name: github_repo
|
|
6864
|
+
type: string
|
|
6865
|
+
- name: github_host
|
|
6866
|
+
type: string
|
|
6867
|
+
- name: secrets_path
|
|
6868
|
+
type: string
|
|
6869
|
+
- name: avp_aws_secret_region
|
|
6870
|
+
type: string
|
|
6871
|
+
- name: provisioner_namespace
|
|
6872
|
+
type: string
|
|
6873
|
+
- name: provisioner_version
|
|
6874
|
+
type: string
|
|
6875
|
+
- name: provisioner_domain
|
|
6876
|
+
type: string
|
|
6877
|
+
- name: enable_mtls
|
|
6878
|
+
type: string
|
|
6879
|
+
- name: enable_pd_alert
|
|
6880
|
+
type: string
|
|
6881
|
+
- name: enable_ocm_alert
|
|
6882
|
+
type: string
|
|
6883
|
+
- name: base_branch
|
|
6884
|
+
type: string
|
|
6885
|
+
- name: status_repo_url
|
|
6886
|
+
type: string
|
|
6887
|
+
- name: async_poll_interval
|
|
6888
|
+
type: string
|
|
6889
|
+
- name: async_poll_max
|
|
6890
|
+
type: string
|
|
6891
|
+
- name: account_alias
|
|
6892
|
+
type: string
|
|
6893
|
+
- name: service_port
|
|
6894
|
+
type: string
|
|
6895
|
+
|
|
6896
|
+
stepTemplate:
|
|
6897
|
+
name: gitops-mas-provisioner
|
|
6898
|
+
env:
|
|
6899
|
+
- name: CLUSTER_NAME
|
|
6900
|
+
value: $(params.cluster_name)
|
|
6901
|
+
- name: ACCOUNT
|
|
6902
|
+
value: $(params.account)
|
|
6903
|
+
- name: CLUSTER_URL
|
|
6904
|
+
value: $(params.cluster_url)
|
|
6905
|
+
- name: GITHUB_REPO
|
|
6906
|
+
value: $(params.github_repo)
|
|
6907
|
+
- name: SECRET_PATH
|
|
6908
|
+
value: $(params.secrets_path)
|
|
6909
|
+
- name: GIT_BRANCH
|
|
6910
|
+
value: $(params.git_branch)
|
|
6911
|
+
- name: GITHUB_ORG
|
|
6912
|
+
value: $(params.github_org)
|
|
6913
|
+
- name: GITHUB_HOST
|
|
6914
|
+
value: $(params.github_host)
|
|
6915
|
+
- name: GITHUB_REPO
|
|
6916
|
+
value: $(params.github_repo)
|
|
6917
|
+
- name: SM_AWS_REGION
|
|
6918
|
+
value: $(params.avp_aws_secret_region)
|
|
6919
|
+
- name: PROVISIONER_NAMESPACE
|
|
6920
|
+
value: $(params.provisioner_namespace)
|
|
6921
|
+
- name: PROVISIONER_VERSION
|
|
6922
|
+
value: $(params.provisioner_version)
|
|
6923
|
+
- name: PROVISIONER_DOMAIN
|
|
6924
|
+
value: $(params.provisioner_domain)
|
|
6925
|
+
- name: STATUS_REPO_URL
|
|
6926
|
+
value: $(params.status_repo_url)
|
|
6927
|
+
- name: BASE_BRANCH
|
|
6928
|
+
value: $(params.base_branch)
|
|
6929
|
+
- name: ACCOUNT_ALIAS
|
|
6930
|
+
value: $(params.account_alias)
|
|
6931
|
+
- name: ENABLE_MTLS
|
|
6932
|
+
value: $(params.enable_mtls)
|
|
6933
|
+
- name: ENABLE_PD_ALERT
|
|
6934
|
+
value: $(params.enable_pd_alert)
|
|
6935
|
+
- name: ENABLE_OCM_ALERT
|
|
6936
|
+
value: $(params.enable_ocm_alert)
|
|
6937
|
+
- name: SERVICE_PORT
|
|
6938
|
+
value: $(params.service_port)
|
|
6939
|
+
- name: ASYNC_POLL_INTERVAL
|
|
6940
|
+
value: $(params.async_poll_interval)
|
|
6941
|
+
- name: ASYNC_POLL_MAX
|
|
6942
|
+
value: $(params.async_poll_max)
|
|
6943
|
+
envFrom:
|
|
6944
|
+
- configMapRef:
|
|
6945
|
+
name: environment-properties
|
|
6946
|
+
optional: true
|
|
6947
|
+
- secretRef:
|
|
6948
|
+
name: secure-properties
|
|
6949
|
+
steps:
|
|
6950
|
+
- args:
|
|
6951
|
+
- |-
|
|
6952
|
+
git config --global user.name "MAS Automation"
|
|
6953
|
+
git config --global user.email "you@example.com"
|
|
6954
|
+
git config --global user.password $GITHUB_PAT
|
|
6955
|
+
|
|
6956
|
+
mkdir -p /tmp/init-mas-provisioner
|
|
6957
|
+
mas gitops-mas-provisioner -a $ACCOUNT -c $CLUSTER_NAME \
|
|
6958
|
+
--dir /tmp/init-mas-provisioner \
|
|
6959
|
+
--secrets-path $SECRET_PATH \
|
|
6960
|
+
--github-push \
|
|
6961
|
+
--github-host $GITHUB_HOST \
|
|
6962
|
+
--github-org $GITHUB_ORG \
|
|
6963
|
+
--github-repo $GITHUB_REPO \
|
|
6964
|
+
--git-branch $GIT_BRANCH
|
|
6965
|
+
|
|
6966
|
+
exit $?
|
|
6967
|
+
command:
|
|
6968
|
+
- /bin/sh
|
|
6969
|
+
- -c
|
|
6970
|
+
name: gitops-mas-provisioner
|
|
6971
|
+
imagePullPolicy: IfNotPresent
|
|
6972
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
6840
6973
|
workspaces:
|
|
6841
6974
|
- name: configs
|
|
6842
6975
|
# --------------------------------------------------------------------------------
|
|
@@ -6944,7 +7077,7 @@ spec:
|
|
|
6944
7077
|
- -c
|
|
6945
7078
|
name: gitops-mongo
|
|
6946
7079
|
imagePullPolicy: IfNotPresent
|
|
6947
|
-
image: quay.io/ibmmas/cli:13.
|
|
7080
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
6948
7081
|
workspaces:
|
|
6949
7082
|
- name: configs
|
|
6950
7083
|
|
|
@@ -7070,7 +7203,7 @@ spec:
|
|
|
7070
7203
|
- -c
|
|
7071
7204
|
name: gitops-nvidia-gpu
|
|
7072
7205
|
imagePullPolicy: IfNotPresent
|
|
7073
|
-
image: quay.io/ibmmas/cli:13.
|
|
7206
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
7074
7207
|
workspaces:
|
|
7075
7208
|
- name: configs
|
|
7076
7209
|
# --------------------------------------------------------------------------------
|
|
@@ -7188,7 +7321,7 @@ spec:
|
|
|
7188
7321
|
- -c
|
|
7189
7322
|
name: gitops-process-mongo-user
|
|
7190
7323
|
imagePullPolicy: IfNotPresent
|
|
7191
|
-
image: quay.io/ibmmas/cli:13.
|
|
7324
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
7192
7325
|
workspaces:
|
|
7193
7326
|
- name: configs
|
|
7194
7327
|
# --------------------------------------------------------------------------------
|
|
@@ -7244,7 +7377,7 @@ spec:
|
|
|
7244
7377
|
- -c
|
|
7245
7378
|
name: gitops-rosa
|
|
7246
7379
|
imagePullPolicy: IfNotPresent
|
|
7247
|
-
image: quay.io/ibmmas/cli:13.
|
|
7380
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
7248
7381
|
workspaces:
|
|
7249
7382
|
- name: configs
|
|
7250
7383
|
# --------------------------------------------------------------------------------
|
|
@@ -7431,7 +7564,7 @@ spec:
|
|
|
7431
7564
|
- -c
|
|
7432
7565
|
name: gitops-suite-app-config
|
|
7433
7566
|
imagePullPolicy: IfNotPresent
|
|
7434
|
-
image: quay.io/ibmmas/cli:13.
|
|
7567
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
7435
7568
|
workspaces:
|
|
7436
7569
|
- name: configs
|
|
7437
7570
|
- name: shared-gitops-configs
|
|
@@ -7589,7 +7722,7 @@ spec:
|
|
|
7589
7722
|
- -c
|
|
7590
7723
|
name: gitops-suite-app-install
|
|
7591
7724
|
imagePullPolicy: Always
|
|
7592
|
-
image: quay.io/ibmmas/cli:13.
|
|
7725
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
7593
7726
|
workspaces:
|
|
7594
7727
|
- name: configs
|
|
7595
7728
|
- name: shared-gitops-configs
|
|
@@ -7695,7 +7828,7 @@ spec:
|
|
|
7695
7828
|
- -c
|
|
7696
7829
|
name: gitops-suite-certs
|
|
7697
7830
|
imagePullPolicy: IfNotPresent
|
|
7698
|
-
image: quay.io/ibmmas/cli:13.
|
|
7831
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
7699
7832
|
workspaces:
|
|
7700
7833
|
- name: configs
|
|
7701
7834
|
- name: certificates
|
|
@@ -7870,7 +8003,7 @@ spec:
|
|
|
7870
8003
|
- -c
|
|
7871
8004
|
name: gitops-suite-config
|
|
7872
8005
|
imagePullPolicy: IfNotPresent
|
|
7873
|
-
image: quay.io/ibmmas/cli:13.
|
|
8006
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
7874
8007
|
workspaces:
|
|
7875
8008
|
- name: configs
|
|
7876
8009
|
- name: shared-additional-configs
|
|
@@ -7970,7 +8103,7 @@ spec:
|
|
|
7970
8103
|
- -c
|
|
7971
8104
|
name: gitops-suite-dns
|
|
7972
8105
|
imagePullPolicy: IfNotPresent
|
|
7973
|
-
image: quay.io/ibmmas/cli:13.
|
|
8106
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
7974
8107
|
workspaces:
|
|
7975
8108
|
- name: configs
|
|
7976
8109
|
|
|
@@ -8094,7 +8227,7 @@ spec:
|
|
|
8094
8227
|
- -c
|
|
8095
8228
|
name: gitops-suite-idp-config
|
|
8096
8229
|
imagePullPolicy: IfNotPresent
|
|
8097
|
-
image: quay.io/ibmmas/cli:13.
|
|
8230
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
8098
8231
|
workspaces:
|
|
8099
8232
|
- name: configs
|
|
8100
8233
|
- name: shared-additional-configs
|
|
@@ -8195,7 +8328,7 @@ spec:
|
|
|
8195
8328
|
- -c
|
|
8196
8329
|
name: gitops-suite-objectstorage-config
|
|
8197
8330
|
imagePullPolicy: IfNotPresent
|
|
8198
|
-
image: quay.io/ibmmas/cli:13.
|
|
8331
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
8199
8332
|
workspaces:
|
|
8200
8333
|
- name: configs
|
|
8201
8334
|
- name: shared-gitops-configs
|
|
@@ -8617,7 +8750,7 @@ spec:
|
|
|
8617
8750
|
- -c
|
|
8618
8751
|
name: gitops-suite-smtp-config
|
|
8619
8752
|
imagePullPolicy: IfNotPresent
|
|
8620
|
-
image: quay.io/ibmmas/cli:13.
|
|
8753
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
8621
8754
|
workspaces:
|
|
8622
8755
|
- name: configs
|
|
8623
8756
|
- name: shared-gitops-configs
|
|
@@ -8737,7 +8870,7 @@ spec:
|
|
|
8737
8870
|
- -c
|
|
8738
8871
|
name: gitops-suite-watson-studio-config
|
|
8739
8872
|
imagePullPolicy: IfNotPresent
|
|
8740
|
-
image: quay.io/ibmmas/cli:13.
|
|
8873
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
8741
8874
|
workspaces:
|
|
8742
8875
|
- name: configs
|
|
8743
8876
|
- name: shared-gitops-configs
|
|
@@ -8839,7 +8972,7 @@ spec:
|
|
|
8839
8972
|
- -c
|
|
8840
8973
|
name: gitops-suite-workspace
|
|
8841
8974
|
imagePullPolicy: IfNotPresent
|
|
8842
|
-
image: quay.io/ibmmas/cli:13.
|
|
8975
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
8843
8976
|
workspaces:
|
|
8844
8977
|
- name: configs
|
|
8845
8978
|
# --------------------------------------------------------------------------------
|
|
@@ -9182,7 +9315,7 @@ spec:
|
|
|
9182
9315
|
- -c
|
|
9183
9316
|
name: gitops-suite
|
|
9184
9317
|
imagePullPolicy: IfNotPresent
|
|
9185
|
-
image: quay.io/ibmmas/cli:13.
|
|
9318
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
9186
9319
|
workspaces:
|
|
9187
9320
|
- name: configs
|
|
9188
9321
|
- name: shared-gitops-configs
|
|
@@ -9232,7 +9365,7 @@ spec:
|
|
|
9232
9365
|
|
|
9233
9366
|
steps:
|
|
9234
9367
|
- name: grafana
|
|
9235
|
-
image: quay.io/ibmmas/cli:13.
|
|
9368
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
9236
9369
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9237
9370
|
command:
|
|
9238
9371
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9366,7 +9499,7 @@ spec:
|
|
|
9366
9499
|
command:
|
|
9367
9500
|
- /opt/app-root/src/run-role.sh
|
|
9368
9501
|
- ibm_catalogs
|
|
9369
|
-
image: quay.io/ibmmas/cli:13.
|
|
9502
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
9370
9503
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9371
9504
|
workingDir: /workspace/configs
|
|
9372
9505
|
# --------------------------------------------------------------------------------
|
|
@@ -9608,7 +9741,7 @@ spec:
|
|
|
9608
9741
|
command:
|
|
9609
9742
|
- /opt/app-root/src/run-role.sh
|
|
9610
9743
|
- kafka
|
|
9611
|
-
image: quay.io/ibmmas/cli:13.
|
|
9744
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
9612
9745
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9613
9746
|
workingDir: /workspace/configs
|
|
9614
9747
|
|
|
@@ -9824,7 +9957,7 @@ spec:
|
|
|
9824
9957
|
command:
|
|
9825
9958
|
- /opt/app-root/src/run-role.sh
|
|
9826
9959
|
- kmodels
|
|
9827
|
-
image: quay.io/ibmmas/cli:13.
|
|
9960
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
9828
9961
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9829
9962
|
# --------------------------------------------------------------------------------
|
|
9830
9963
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -10002,7 +10135,7 @@ spec:
|
|
|
10002
10135
|
command:
|
|
10003
10136
|
- /opt/app-root/src/run-role.sh
|
|
10004
10137
|
- mongodb
|
|
10005
|
-
image: quay.io/ibmmas/cli:13.
|
|
10138
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10006
10139
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10007
10140
|
workingDir: /workspace/configs
|
|
10008
10141
|
|
|
@@ -10045,7 +10178,7 @@ spec:
|
|
|
10045
10178
|
- $(params.base_output_dir)
|
|
10046
10179
|
- --extra-namespaces
|
|
10047
10180
|
- selenium
|
|
10048
|
-
image: quay.io/ibmmas/cli:13.
|
|
10181
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10049
10182
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10050
10183
|
env:
|
|
10051
10184
|
- name: DEVOPS_MONGO_URI
|
|
@@ -10162,7 +10295,7 @@ spec:
|
|
|
10162
10295
|
command:
|
|
10163
10296
|
- /opt/app-root/src/run-role.sh
|
|
10164
10297
|
- nvidia_gpu
|
|
10165
|
-
image: quay.io/ibmmas/cli:13.
|
|
10298
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10166
10299
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10167
10300
|
workingDir: /workspace/configs
|
|
10168
10301
|
|
|
@@ -10198,7 +10331,7 @@ spec:
|
|
|
10198
10331
|
# Verify Cluster
|
|
10199
10332
|
# -------------------------------------------------------------------------
|
|
10200
10333
|
- name: ocp-verify-cluster
|
|
10201
|
-
image: quay.io/ibmmas/cli:13.
|
|
10334
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10202
10335
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10203
10336
|
command:
|
|
10204
10337
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10240,7 +10373,7 @@ spec:
|
|
|
10240
10373
|
# Verify Catalogs
|
|
10241
10374
|
# -------------------------------------------------------------------------
|
|
10242
10375
|
- name: ocp-verify-catalogs
|
|
10243
|
-
image: quay.io/ibmmas/cli:13.
|
|
10376
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10244
10377
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10245
10378
|
command:
|
|
10246
10379
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10282,7 +10415,7 @@ spec:
|
|
|
10282
10415
|
# Verify Subscriptions
|
|
10283
10416
|
# -------------------------------------------------------------------------
|
|
10284
10417
|
- name: ocp-verify-subscriptions
|
|
10285
|
-
image: quay.io/ibmmas/cli:13.
|
|
10418
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10286
10419
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10287
10420
|
command:
|
|
10288
10421
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10324,7 +10457,7 @@ spec:
|
|
|
10324
10457
|
# Verify Workloads
|
|
10325
10458
|
# -------------------------------------------------------------------------
|
|
10326
10459
|
- name: ocp-verify-workloads
|
|
10327
|
-
image: quay.io/ibmmas/cli:13.
|
|
10460
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10328
10461
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10329
10462
|
command:
|
|
10330
10463
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10366,7 +10499,7 @@ spec:
|
|
|
10366
10499
|
# Verify Catalogs - Ingress TLS
|
|
10367
10500
|
# -------------------------------------------------------------------------
|
|
10368
10501
|
- name: ocp-verify-ingress
|
|
10369
|
-
image: quay.io/ibmmas/cli:13.
|
|
10502
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10370
10503
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10371
10504
|
command:
|
|
10372
10505
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10492,7 +10625,7 @@ spec:
|
|
|
10492
10625
|
command:
|
|
10493
10626
|
- /opt/app-root/src/run-role.sh
|
|
10494
10627
|
- ocp_verify
|
|
10495
|
-
image: quay.io/ibmmas/cli:13.
|
|
10628
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10496
10629
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10497
10630
|
workingDir: /workspace/configs
|
|
10498
10631
|
# --------------------------------------------------------------------------------
|
|
@@ -10560,7 +10693,7 @@ spec:
|
|
|
10560
10693
|
command:
|
|
10561
10694
|
- /opt/app-root/src/run-role.sh
|
|
10562
10695
|
- ocs
|
|
10563
|
-
image: quay.io/ibmmas/cli:13.
|
|
10696
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10564
10697
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10565
10698
|
workingDir: /workspace/configs
|
|
10566
10699
|
|
|
@@ -10796,7 +10929,7 @@ spec:
|
|
|
10796
10929
|
command:
|
|
10797
10930
|
- /opt/app-root/src/run-role.sh
|
|
10798
10931
|
- odh
|
|
10799
|
-
image: quay.io/ibmmas/cli:13.
|
|
10932
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10800
10933
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10801
10934
|
# --------------------------------------------------------------------------------
|
|
10802
10935
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10972,7 +11105,7 @@ spec:
|
|
|
10972
11105
|
command:
|
|
10973
11106
|
- /opt/app-root/src/run-role.sh
|
|
10974
11107
|
- sls
|
|
10975
|
-
image: quay.io/ibmmas/cli:13.
|
|
11108
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
10976
11109
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10977
11110
|
workingDir: /workspace/configs
|
|
10978
11111
|
|
|
@@ -11242,10 +11375,6 @@ spec:
|
|
|
11242
11375
|
type: string
|
|
11243
11376
|
description: Define storage mode for log
|
|
11244
11377
|
default: ""
|
|
11245
|
-
# - name: mas_ws_facilities_storage_log_size
|
|
11246
|
-
# description: Define storage size for log
|
|
11247
|
-
# type: string
|
|
11248
|
-
# default: ""
|
|
11249
11378
|
- name: mas_ws_facilities_storage_userfiles_class
|
|
11250
11379
|
type: string
|
|
11251
11380
|
description: Define storage class for userfiles
|
|
@@ -11254,19 +11383,10 @@ spec:
|
|
|
11254
11383
|
type: string
|
|
11255
11384
|
description: Define storage mode for userfiles
|
|
11256
11385
|
default: ""
|
|
11257
|
-
|
|
11258
|
-
|
|
11259
|
-
|
|
11260
|
-
|
|
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: ""
|
|
11269
|
-
|
|
11386
|
+
- name: mas_ws_facilities_config_map_name
|
|
11387
|
+
type: string
|
|
11388
|
+
description: ConfigMap with configurations not supported by Tekton
|
|
11389
|
+
default: ""
|
|
11270
11390
|
# Custom Label Support
|
|
11271
11391
|
- name: custom_labels
|
|
11272
11392
|
type: string
|
|
@@ -11429,18 +11549,12 @@ spec:
|
|
|
11429
11549
|
value: $(params.mas_ws_facilities_storage_log_class)
|
|
11430
11550
|
- name: MAS_FACILITIES_STORAGE_LOG_MODE
|
|
11431
11551
|
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
11552
|
- name: MAS_FACILITIES_STORAGE_USERFILES_CLASS
|
|
11435
11553
|
value: $(params.mas_ws_facilities_storage_userfiles_class)
|
|
11436
11554
|
- name: MAS_FACILITIES_STORAGE_USERFILES_MODE
|
|
11437
11555
|
value: $(params.mas_ws_facilities_storage_userfiles_mode)
|
|
11438
|
-
|
|
11439
|
-
|
|
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)
|
|
11556
|
+
- name: MAS_FACILITIES_CONFIG_MAP_NAME
|
|
11557
|
+
value: $(params.mas_ws_facilities_config_map_name)
|
|
11444
11558
|
|
|
11445
11559
|
# Custom Label Support
|
|
11446
11560
|
- name: CUSTOM_LABELS
|
|
@@ -11451,12 +11565,12 @@ spec:
|
|
|
11451
11565
|
command:
|
|
11452
11566
|
- /opt/app-root/src/run-role.sh
|
|
11453
11567
|
- suite_app_config
|
|
11454
|
-
image: quay.io/ibmmas/cli:13.
|
|
11568
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
11455
11569
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11456
11570
|
|
|
11457
11571
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
11458
11572
|
- name: app-cfg-post-verify
|
|
11459
|
-
image: quay.io/ibmmas/cli:13.
|
|
11573
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
11460
11574
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11461
11575
|
command:
|
|
11462
11576
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11651,7 +11765,7 @@ spec:
|
|
|
11651
11765
|
command:
|
|
11652
11766
|
- /opt/app-root/src/run-role.sh
|
|
11653
11767
|
- suite_app_install
|
|
11654
|
-
image: quay.io/ibmmas/cli:13.
|
|
11768
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
11655
11769
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11656
11770
|
|
|
11657
11771
|
workspaces:
|
|
@@ -11740,7 +11854,7 @@ spec:
|
|
|
11740
11854
|
command:
|
|
11741
11855
|
- /opt/app-root/src/run-role.sh
|
|
11742
11856
|
- suite_app_rollback
|
|
11743
|
-
image: quay.io/ibmmas/cli:13.
|
|
11857
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
11744
11858
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11745
11859
|
# --------------------------------------------------------------------------------
|
|
11746
11860
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11803,7 +11917,7 @@ spec:
|
|
|
11803
11917
|
command:
|
|
11804
11918
|
- /opt/app-root/src/run-role.sh
|
|
11805
11919
|
- suite_app_uninstall
|
|
11806
|
-
image: quay.io/ibmmas/cli:13.
|
|
11920
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
11807
11921
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11808
11922
|
# --------------------------------------------------------------------------------
|
|
11809
11923
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11878,7 +11992,7 @@ spec:
|
|
|
11878
11992
|
command:
|
|
11879
11993
|
- /opt/app-root/src/run-role.sh
|
|
11880
11994
|
- suite_app_upgrade
|
|
11881
|
-
image: quay.io/ibmmas/cli:13.
|
|
11995
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
11882
11996
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11883
11997
|
# --------------------------------------------------------------------------------
|
|
11884
11998
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11979,7 +12093,7 @@ spec:
|
|
|
11979
12093
|
command:
|
|
11980
12094
|
- /opt/app-root/src/run-role.sh
|
|
11981
12095
|
- suite_app_verify
|
|
11982
|
-
image: quay.io/ibmmas/cli:13.
|
|
12096
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
11983
12097
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11984
12098
|
# --------------------------------------------------------------------------------
|
|
11985
12099
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -12122,7 +12236,7 @@ spec:
|
|
|
12122
12236
|
command:
|
|
12123
12237
|
- /opt/app-root/src/run-role.sh
|
|
12124
12238
|
- suite_certs
|
|
12125
|
-
image: quay.io/ibmmas/cli:13.
|
|
12239
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
12126
12240
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12127
12241
|
|
|
12128
12242
|
workspaces:
|
|
@@ -12189,7 +12303,7 @@ spec:
|
|
|
12189
12303
|
command:
|
|
12190
12304
|
- /opt/app-root/src/run-role.sh
|
|
12191
12305
|
- suite_config
|
|
12192
|
-
image: quay.io/ibmmas/cli:13.
|
|
12306
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
12193
12307
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12194
12308
|
workingDir: /workspace/configs
|
|
12195
12309
|
|
|
@@ -12521,7 +12635,7 @@ spec:
|
|
|
12521
12635
|
command:
|
|
12522
12636
|
- /opt/app-root/src/run-role.sh
|
|
12523
12637
|
- suite_db2_setup_for_facilities
|
|
12524
|
-
image: quay.io/ibmmas/cli:13.
|
|
12638
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
12525
12639
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12526
12640
|
workingDir: /workspace/configs
|
|
12527
12641
|
|
|
@@ -12593,7 +12707,7 @@ spec:
|
|
|
12593
12707
|
command:
|
|
12594
12708
|
- /opt/app-root/src/run-role.sh
|
|
12595
12709
|
- suite_db2_setup_for_manage
|
|
12596
|
-
image: quay.io/ibmmas/cli:13.
|
|
12710
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
12597
12711
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12598
12712
|
# --------------------------------------------------------------------------------
|
|
12599
12713
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -12783,7 +12897,7 @@ spec:
|
|
|
12783
12897
|
command:
|
|
12784
12898
|
- /opt/app-root/src/run-role.sh
|
|
12785
12899
|
- suite_dns
|
|
12786
|
-
image: quay.io/ibmmas/cli:13.
|
|
12900
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
12787
12901
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12788
12902
|
# --------------------------------------------------------------------------------
|
|
12789
12903
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -13032,7 +13146,7 @@ spec:
|
|
|
13032
13146
|
command:
|
|
13033
13147
|
- /opt/app-root/src/run-role.sh
|
|
13034
13148
|
- suite_install
|
|
13035
|
-
image: quay.io/ibmmas/cli:13.
|
|
13149
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13036
13150
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13037
13151
|
workingDir: /workspace/configs
|
|
13038
13152
|
|
|
@@ -13120,7 +13234,7 @@ spec:
|
|
|
13120
13234
|
command:
|
|
13121
13235
|
- /opt/app-root/src/run-role.sh
|
|
13122
13236
|
- suite_rollback
|
|
13123
|
-
image: quay.io/ibmmas/cli:13.
|
|
13237
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13124
13238
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13125
13239
|
# --------------------------------------------------------------------------------
|
|
13126
13240
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -13185,7 +13299,7 @@ spec:
|
|
|
13185
13299
|
command:
|
|
13186
13300
|
- /opt/app-root/src/run-role.sh
|
|
13187
13301
|
- suite_uninstall
|
|
13188
|
-
image: quay.io/ibmmas/cli:13.
|
|
13302
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13189
13303
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13190
13304
|
# --------------------------------------------------------------------------------
|
|
13191
13305
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -13255,7 +13369,7 @@ spec:
|
|
|
13255
13369
|
command:
|
|
13256
13370
|
- /opt/app-root/src/run-role.sh
|
|
13257
13371
|
- suite_upgrade
|
|
13258
|
-
image: quay.io/ibmmas/cli:13.
|
|
13372
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13259
13373
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13260
13374
|
# --------------------------------------------------------------------------------
|
|
13261
13375
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -13317,12 +13431,12 @@ spec:
|
|
|
13317
13431
|
command:
|
|
13318
13432
|
- /opt/app-root/src/run-role.sh
|
|
13319
13433
|
- suite_verify
|
|
13320
|
-
image: quay.io/ibmmas/cli:13.
|
|
13434
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13321
13435
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13322
13436
|
|
|
13323
13437
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
13324
13438
|
- name: suite-post-verify
|
|
13325
|
-
image: quay.io/ibmmas/cli:13.
|
|
13439
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13326
13440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13327
13441
|
command:
|
|
13328
13442
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -13445,7 +13559,7 @@ spec:
|
|
|
13445
13559
|
command:
|
|
13446
13560
|
- /opt/app-root/src/run-role.sh
|
|
13447
13561
|
- turbonomic
|
|
13448
|
-
image: quay.io/ibmmas/cli:13.
|
|
13562
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13449
13563
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13450
13564
|
# --------------------------------------------------------------------------------
|
|
13451
13565
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -13526,7 +13640,7 @@ spec:
|
|
|
13526
13640
|
# IBM User Data Services (UDS)
|
|
13527
13641
|
# -------------------------------------------------------------------------
|
|
13528
13642
|
- name: uds
|
|
13529
|
-
image: quay.io/ibmmas/cli:13.
|
|
13643
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13530
13644
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13531
13645
|
workingDir: /workspace/configs
|
|
13532
13646
|
command:
|
|
@@ -13589,7 +13703,7 @@ spec:
|
|
|
13589
13703
|
# IBM Data Reporter Operator (DRO)
|
|
13590
13704
|
# -------------------------------------------------------------------------
|
|
13591
13705
|
- name: dro
|
|
13592
|
-
image: quay.io/ibmmas/cli:13.
|
|
13706
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13593
13707
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13594
13708
|
workingDir: /workspace/configs
|
|
13595
13709
|
command:
|
|
@@ -13675,7 +13789,7 @@ spec:
|
|
|
13675
13789
|
description: "The value to set"
|
|
13676
13790
|
steps:
|
|
13677
13791
|
- name: update-configmap
|
|
13678
|
-
image: quay.io/ibmmas/cli:13.
|
|
13792
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13679
13793
|
command:
|
|
13680
13794
|
- /opt/app-root/src/update-configmap.sh
|
|
13681
13795
|
env:
|
|
@@ -13722,7 +13836,7 @@ spec:
|
|
|
13722
13836
|
|
|
13723
13837
|
steps:
|
|
13724
13838
|
- name: wait-for-configmap
|
|
13725
|
-
image: quay.io/ibmmas/cli:13.
|
|
13839
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13726
13840
|
command:
|
|
13727
13841
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13728
13842
|
env:
|
|
@@ -13803,7 +13917,7 @@ spec:
|
|
|
13803
13917
|
|
|
13804
13918
|
steps:
|
|
13805
13919
|
- name: wait-for-configmap
|
|
13806
|
-
image: quay.io/ibmmas/cli:13.
|
|
13920
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13807
13921
|
command:
|
|
13808
13922
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13809
13923
|
env:
|
|
@@ -13863,7 +13977,7 @@ spec:
|
|
|
13863
13977
|
|
|
13864
13978
|
steps:
|
|
13865
13979
|
- name: wait
|
|
13866
|
-
image: quay.io/ibmmas/cli:13.
|
|
13980
|
+
image: quay.io/ibmmas/cli:13.26.0
|
|
13867
13981
|
command:
|
|
13868
13982
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13869
13983
|
env:
|
|
@@ -20332,6 +20446,43 @@ spec:
|
|
|
20332
20446
|
type: string
|
|
20333
20447
|
default: ''
|
|
20334
20448
|
|
|
20449
|
+
- name: provisioner_namespace
|
|
20450
|
+
type: string
|
|
20451
|
+
default: 'mas-provisioner'
|
|
20452
|
+
- name: provisioner_version
|
|
20453
|
+
type: string
|
|
20454
|
+
default: ''
|
|
20455
|
+
- name: provisioner_domain
|
|
20456
|
+
type: string
|
|
20457
|
+
default: ''
|
|
20458
|
+
- name: provisioner_status_repo_url
|
|
20459
|
+
type: string
|
|
20460
|
+
default: ''
|
|
20461
|
+
- name: provisioner_base_branch
|
|
20462
|
+
type: string
|
|
20463
|
+
default: ''
|
|
20464
|
+
- name: provisioner_service_port
|
|
20465
|
+
type: string
|
|
20466
|
+
default: ''
|
|
20467
|
+
- name: provisioner_account_alias
|
|
20468
|
+
type: string
|
|
20469
|
+
default: ''
|
|
20470
|
+
- name: provisioner_enable_mtls
|
|
20471
|
+
type: string
|
|
20472
|
+
default: ''
|
|
20473
|
+
- name: provisioner_enable_pd_alert
|
|
20474
|
+
type: string
|
|
20475
|
+
default: ''
|
|
20476
|
+
- name: provisioner_enable_ocm_alert
|
|
20477
|
+
type: string
|
|
20478
|
+
default: ''
|
|
20479
|
+
- name: provisioner_async_poll_interval
|
|
20480
|
+
type: string
|
|
20481
|
+
default: ''
|
|
20482
|
+
- name: provisioner_async_poll_max
|
|
20483
|
+
type: string
|
|
20484
|
+
default: ''
|
|
20485
|
+
|
|
20335
20486
|
tasks:
|
|
20336
20487
|
- name: gitops-cluster
|
|
20337
20488
|
params:
|
|
@@ -20571,6 +20722,65 @@ spec:
|
|
|
20571
20722
|
- input: "$(params.nvidia_gpu_action)"
|
|
20572
20723
|
operator: in
|
|
20573
20724
|
values: ["install"]
|
|
20725
|
+
|
|
20726
|
+
- name: gitops-mas-provisioner
|
|
20727
|
+
runAfter:
|
|
20728
|
+
- gitops-cluster
|
|
20729
|
+
params:
|
|
20730
|
+
- name: cluster_name
|
|
20731
|
+
value: $(params.cluster_name)
|
|
20732
|
+
- name: cluster_url
|
|
20733
|
+
value: $(params.cluster_url)
|
|
20734
|
+
- name: account
|
|
20735
|
+
value: $(params.account)
|
|
20736
|
+
- name: avp_aws_secret_region
|
|
20737
|
+
value: $(params.avp_aws_secret_region)
|
|
20738
|
+
- name: secrets_path
|
|
20739
|
+
value: $(params.secrets_path)
|
|
20740
|
+
- name: git_branch
|
|
20741
|
+
value: $(params.git_branch)
|
|
20742
|
+
- name: github_org
|
|
20743
|
+
value: $(params.github_org)
|
|
20744
|
+
- name: github_repo
|
|
20745
|
+
value: $(params.github_repo)
|
|
20746
|
+
- name: github_host
|
|
20747
|
+
value: $(params.github_host)
|
|
20748
|
+
- name: git_commit_msg
|
|
20749
|
+
value: $(params.git_commit_msg)
|
|
20750
|
+
- name: provisioner_namespace
|
|
20751
|
+
value: $(params.provisioner_namespace)
|
|
20752
|
+
- name: provisioner_version
|
|
20753
|
+
value: $(params.provisioner_version)
|
|
20754
|
+
- name: provisioner_domain
|
|
20755
|
+
value: $(params.provisioner_domain)
|
|
20756
|
+
- name: status_repo_url
|
|
20757
|
+
value: $(params.provisioner_status_repo_url)
|
|
20758
|
+
- name: base_branch
|
|
20759
|
+
value: $(params.provisioner_base_branch)
|
|
20760
|
+
- name: service_port
|
|
20761
|
+
value: $(params.provisioner_service_port)
|
|
20762
|
+
- name: account_alias
|
|
20763
|
+
value: $(params.provisioner_account_alias)
|
|
20764
|
+
- name: async_poll_interval
|
|
20765
|
+
value: $(params.provisioner_async_poll_interval)
|
|
20766
|
+
- name: async_poll_max
|
|
20767
|
+
value: $(params.provisioner_async_poll_max)
|
|
20768
|
+
- name: enable_mtls
|
|
20769
|
+
value: $(params.provisioner_enable_mtls)
|
|
20770
|
+
- name: enable_ocm_alert
|
|
20771
|
+
value: $(params.provisioner_enable_ocm_alert)
|
|
20772
|
+
- name: enable_pd_alert
|
|
20773
|
+
value: $(params.provisioner_enable_pd_alert)
|
|
20774
|
+
taskRef:
|
|
20775
|
+
kind: Task
|
|
20776
|
+
name: gitops-mas-provisioner
|
|
20777
|
+
workspaces:
|
|
20778
|
+
- name: configs
|
|
20779
|
+
workspace: configs
|
|
20780
|
+
when:
|
|
20781
|
+
- input: "$(params.provisioner_status_repo_url)"
|
|
20782
|
+
operator: notin
|
|
20783
|
+
values: [""]
|
|
20574
20784
|
# --------------------------------------------------------------------------------
|
|
20575
20785
|
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-mas-deps-after-provision.yaml
|
|
20576
20786
|
# --------------------------------------------------------------------------------
|
|
@@ -23969,9 +24179,6 @@ spec:
|
|
|
23969
24179
|
type: string
|
|
23970
24180
|
description: Define storage mode for log
|
|
23971
24181
|
default: ""
|
|
23972
|
-
# - name: mas_ws_facilities_storage_log_size
|
|
23973
|
-
# description: Define storage size for log
|
|
23974
|
-
# type: integer
|
|
23975
24182
|
- name: mas_ws_facilities_storage_userfiles_class
|
|
23976
24183
|
type: string
|
|
23977
24184
|
description: Define storage class for userfiles
|
|
@@ -23980,16 +24187,10 @@ spec:
|
|
|
23980
24187
|
type: string
|
|
23981
24188
|
description: Define storage mode for userfiles
|
|
23982
24189
|
default: ""
|
|
23983
|
-
|
|
23984
|
-
|
|
23985
|
-
|
|
23986
|
-
|
|
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
|
|
24190
|
+
- name: mas_ws_facilities_config_map_name
|
|
24191
|
+
description: ConfigMap with configurations not supported by Tekton
|
|
24192
|
+
type: string
|
|
24193
|
+
default: ""
|
|
23993
24194
|
|
|
23994
24195
|
tasks:
|
|
23995
24196
|
# Content
|
|
@@ -26698,18 +26899,12 @@ spec:
|
|
|
26698
26899
|
value: $(params.mas_ws_facilities_storage_log_class)
|
|
26699
26900
|
- name: mas_ws_facilities_storage_log_mode
|
|
26700
26901
|
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
26902
|
- name: mas_ws_facilities_storage_userfiles_class
|
|
26704
26903
|
value: $(params.mas_ws_facilities_storage_userfiles_class)
|
|
26705
26904
|
- name: mas_ws_facilities_storage_userfiles_mode
|
|
26706
26905
|
value: $(params.mas_ws_facilities_storage_userfiles_mode)
|
|
26707
|
-
|
|
26708
|
-
|
|
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)
|
|
26906
|
+
- name: mas_ws_facilities_config_map_name
|
|
26907
|
+
value: $(params.mas_ws_facilities_config_map_name)
|
|
26713
26908
|
|
|
26714
26909
|
# Custom Label Support
|
|
26715
26910
|
- name: custom_labels
|
|
@@ -29658,9 +29853,6 @@ spec:
|
|
|
29658
29853
|
type: string
|
|
29659
29854
|
description: Define storage mode for log
|
|
29660
29855
|
default: ""
|
|
29661
|
-
# - name: mas_ws_facilities_storage_log_size
|
|
29662
|
-
# description: Define storage size for log
|
|
29663
|
-
# type: integer
|
|
29664
29856
|
- name: mas_ws_facilities_storage_userfiles_class
|
|
29665
29857
|
type: string
|
|
29666
29858
|
description: Define storage class for userfiles
|
|
@@ -29669,16 +29861,10 @@ spec:
|
|
|
29669
29861
|
type: string
|
|
29670
29862
|
description: Define storage mode for userfiles
|
|
29671
29863
|
default: ""
|
|
29672
|
-
|
|
29673
|
-
|
|
29674
|
-
|
|
29675
|
-
|
|
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
|
|
29864
|
+
- name: mas_ws_facilities_config_map_name
|
|
29865
|
+
description: ConfigMap with configurations not supported by Tekton
|
|
29866
|
+
type: string
|
|
29867
|
+
default: ""
|
|
29682
29868
|
|
|
29683
29869
|
# 3. Upgrade
|
|
29684
29870
|
# -------------------------------------------------------------------------
|
|
@@ -30352,47 +30538,48 @@ spec:
|
|
|
30352
30538
|
runAfter:
|
|
30353
30539
|
- app-manage-upgrade
|
|
30354
30540
|
|
|
30355
|
-
# 10.
|
|
30541
|
+
# 10. Monitor Upgrade (Phase 6 - after IoT)
|
|
30356
30542
|
# -------------------------------------------------------------------------
|
|
30357
|
-
- name: app-
|
|
30543
|
+
- name: app-monitor-upgrade
|
|
30358
30544
|
timeout: "0"
|
|
30359
30545
|
params:
|
|
30360
30546
|
- name: mas_instance_id
|
|
30361
30547
|
value: $(params.mas_instance_id)
|
|
30362
30548
|
- name: mas_app_id
|
|
30363
|
-
value:
|
|
30549
|
+
value: monitor
|
|
30364
30550
|
- name: mas_app_channel
|
|
30365
|
-
value: $(params.
|
|
30551
|
+
value: $(params.mas_app_channel_monitor)
|
|
30366
30552
|
- name: skip_compatibility_check
|
|
30367
30553
|
value: $(params.skip_compatibility_check)
|
|
30368
30554
|
- name: devops_suite_name
|
|
30369
|
-
value: app-
|
|
30555
|
+
value: app-monitor-upgrade
|
|
30370
30556
|
taskRef:
|
|
30371
30557
|
kind: Task
|
|
30372
30558
|
name: mas-devops-suite-app-upgrade
|
|
30373
30559
|
runAfter:
|
|
30374
|
-
- app-
|
|
30560
|
+
- app-iot-upgrade
|
|
30375
30561
|
|
|
30376
|
-
# 11.
|
|
30562
|
+
# 11. Predict Upgrade (Phase 7 - after Monitor)
|
|
30377
30563
|
# -------------------------------------------------------------------------
|
|
30378
|
-
- name: app-
|
|
30564
|
+
- name: app-predict-upgrade
|
|
30379
30565
|
timeout: "0"
|
|
30380
30566
|
params:
|
|
30381
30567
|
- name: mas_instance_id
|
|
30382
30568
|
value: $(params.mas_instance_id)
|
|
30383
30569
|
- name: mas_app_id
|
|
30384
|
-
value:
|
|
30570
|
+
value: predict
|
|
30385
30571
|
- name: mas_app_channel
|
|
30386
|
-
value: $(params.
|
|
30572
|
+
value: $(params.mas_app_channel_predict)
|
|
30387
30573
|
- name: skip_compatibility_check
|
|
30388
30574
|
value: $(params.skip_compatibility_check)
|
|
30389
30575
|
- name: devops_suite_name
|
|
30390
|
-
value: app-
|
|
30576
|
+
value: app-predict-upgrade
|
|
30391
30577
|
taskRef:
|
|
30392
30578
|
kind: Task
|
|
30393
30579
|
name: mas-devops-suite-app-upgrade
|
|
30394
30580
|
runAfter:
|
|
30395
|
-
- app-
|
|
30581
|
+
- app-manage-upgrade
|
|
30582
|
+
- app-monitor-upgrade
|
|
30396
30583
|
|
|
30397
30584
|
# 12. Verify health of the cluster after upgrade
|
|
30398
30585
|
# -------------------------------------------------------------------------
|