mas-cli 13.15.2__py3-none-any.whl → 13.16.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +145 -108
- {mas_cli-13.15.2.dist-info → mas_cli-13.16.0.dist-info}/METADATA +1 -1
- {mas_cli-13.15.2.dist-info → mas_cli-13.16.0.dist-info}/RECORD +8 -8
- {mas_cli-13.15.2.data → mas_cli-13.16.0.data}/scripts/mas-cli +0 -0
- {mas_cli-13.15.2.dist-info → mas_cli-13.16.0.dist-info}/WHEEL +0 -0
- {mas_cli-13.15.2.dist-info → mas_cli-13.16.0.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/cli.py
CHANGED
|
@@ -117,7 +117,7 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
117
117
|
logging.getLogger('asyncio').setLevel(logging.INFO)
|
|
118
118
|
|
|
119
119
|
# Supports extended semver, unlike mas.cli.__version__
|
|
120
|
-
self.version = "13.
|
|
120
|
+
self.version = "13.16.0"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|
|
@@ -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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.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.16.0
|
|
5628
5628
|
workspaces:
|
|
5629
5629
|
- name: shared-entitlement
|
|
5630
5630
|
|
|
@@ -5953,7 +5953,7 @@ spec:
|
|
|
5953
5953
|
- |-
|
|
5954
5954
|
|
|
5955
5955
|
set -o pipefail
|
|
5956
|
-
trap '[[ $? -eq 1 ]] && mas must-gather --directory /workspace/mustgather --extra-namespaces selenium' ERR EXIT
|
|
5956
|
+
trap '[[ $? -eq 1 ]] && mas must-gather --directory /workspace/mustgather --mas-instance-ids ${MAS_INSTANCE_ID} --extra-namespaces selenium' ERR EXIT
|
|
5957
5957
|
|
|
5958
5958
|
get_trailing_number() {
|
|
5959
5959
|
local input_string="$1"
|
|
@@ -6176,8 +6176,8 @@ spec:
|
|
|
6176
6176
|
WINDOW_DURATION=4
|
|
6177
6177
|
fi
|
|
6178
6178
|
|
|
6179
|
-
echo "argo:argocd proj windows add mas --kind deny --schedule * * * * * --duration ${WINDOW_DURATION}h --applications
|
|
6180
|
-
argocd proj windows add mas --kind deny --schedule "* * * * *" --duration ${WINDOW_DURATION}h --applications "*.$MAS_INSTANCE_ID"
|
|
6179
|
+
echo "argo:argocd proj windows add mas --kind deny --schedule * * * * * --duration ${WINDOW_DURATION}h --applications *.$CLUSTER_NAME.$MAS_INSTANCE_ID.*,*.$CLUSTER_NAME.$MAS_INSTANCE_ID,$MAS_INSTANCE_ID-*"
|
|
6180
|
+
argocd proj windows add mas --kind deny --schedule "* * * * *" --duration ${WINDOW_DURATION}h --applications "*.$CLUSTER_NAME.$MAS_INSTANCE_ID.*,*.$CLUSTER_NAME.$MAS_INSTANCE_ID,$MAS_INSTANCE_ID-*" --grpc-web
|
|
6181
6181
|
|
|
6182
6182
|
UNESCAPED_LDAP_CRT=$(</workspace/shared-additional-configs/ldap_masdeps1_cert.pem)
|
|
6183
6183
|
ESCAPED_LDAP_CRT=${UNESCAPED_LDAP_CRT//\"/\\\"}
|
|
@@ -6190,9 +6190,9 @@ spec:
|
|
|
6190
6190
|
|
|
6191
6191
|
# Remove argocd window
|
|
6192
6192
|
argocd_login
|
|
6193
|
-
ARGOWINDOW=$(argocd proj windows list mas | grep "
|
|
6193
|
+
ARGOWINDOW=$(argocd proj windows list mas | grep "$CLUSTER_NAME.$MAS_INSTANCE_ID\b" | cut -c1-1)
|
|
6194
6194
|
echo "argo:argocd proj windows delete mas $ARGOWINDOW"
|
|
6195
|
-
argocd proj windows delete mas $ARGOWINDOW
|
|
6195
|
+
argocd proj windows delete mas $ARGOWINDOW --grpc-web
|
|
6196
6196
|
|
|
6197
6197
|
# Set auto_delete: true, to allow ArgoCD to automatically delete resources when the deprovision pipelines run
|
|
6198
6198
|
if [[ "$LAUNCHER_ID" == "apps" ]]; then
|
|
@@ -6200,7 +6200,7 @@ spec:
|
|
|
6200
6200
|
CLUSTER_ROOT_APP="cluster.${CLUSTER_NAME}"
|
|
6201
6201
|
INSTANCE_ROOT_APP="instance.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
6202
6202
|
|
|
6203
|
-
argocd app set ${ACCOUNT_ROOT_APP} --parameter auto_delete=true
|
|
6203
|
+
argocd app set ${ACCOUNT_ROOT_APP} --parameter auto_delete=true --grpc-web
|
|
6204
6204
|
|
|
6205
6205
|
# wait for the root apps to sync to make sure the setting has been applied everywhere
|
|
6206
6206
|
check_argo_app_synced "${ACCOUNT_ROOT_APP}"
|
|
@@ -6213,7 +6213,7 @@ spec:
|
|
|
6213
6213
|
- -c
|
|
6214
6214
|
name: gitops-mas-fvt-preparer
|
|
6215
6215
|
imagePullPolicy: Always
|
|
6216
|
-
image: quay.io/ibmmas/cli:13.
|
|
6216
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
6217
6217
|
workspaces:
|
|
6218
6218
|
- name: configs
|
|
6219
6219
|
- name: shared-additional-configs
|
|
@@ -6428,8 +6428,21 @@ spec:
|
|
|
6428
6428
|
- args:
|
|
6429
6429
|
- |-
|
|
6430
6430
|
|
|
6431
|
+
source /mascli/functions/internal/utils
|
|
6432
|
+
|
|
6431
6433
|
set -e -o pipefail
|
|
6432
6434
|
|
|
6435
|
+
process_j2_files() {
|
|
6436
|
+
local source_dir="$1"
|
|
6437
|
+
|
|
6438
|
+
find "$source_dir" -type f -name "*.j2" | while read -r file; do
|
|
6439
|
+
local output_file="${file%.j2}"
|
|
6440
|
+
jinjanate_commmon "$file" > "$output_file"
|
|
6441
|
+
echo "Processed: $file -> $output_file"
|
|
6442
|
+
rm $file
|
|
6443
|
+
done
|
|
6444
|
+
}
|
|
6445
|
+
|
|
6433
6446
|
git config --global user.name "MAS Automation"
|
|
6434
6447
|
git config --global user.email "you@example.com"
|
|
6435
6448
|
git config --global user.password $GITHUB_PAT
|
|
@@ -6481,6 +6494,9 @@ spec:
|
|
|
6481
6494
|
echo "copying $SOURCE_LOCAL_DIR/$SOURCE_GITHUB_REPO/$SOURCE_PATH/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/* to $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID"
|
|
6482
6495
|
cp -r $SOURCE_LOCAL_DIR/$SOURCE_GITHUB_REPO/$SOURCE_PATH/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/* $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/
|
|
6483
6496
|
|
|
6497
|
+
# Process any .j2 files
|
|
6498
|
+
process_j2_files "$TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID"
|
|
6499
|
+
|
|
6484
6500
|
echo "gitops-mas-initiator:: DNS_PROVIDER_CONTROL_IDEN=${DNS_PROVIDER_CONTROL_IDEN} MANUAL_CERTS_CONTROL_FLAG=${MANUAL_CERTS_CONTROL_FLAG}"
|
|
6485
6501
|
if [[ "${MANUAL_CERTS_CONTROL_FLAG}" == "true" ]]; then
|
|
6486
6502
|
|
|
@@ -6683,7 +6699,7 @@ spec:
|
|
|
6683
6699
|
- -c
|
|
6684
6700
|
name: gitops-mas-initiator
|
|
6685
6701
|
imagePullPolicy: IfNotPresent
|
|
6686
|
-
image: quay.io/ibmmas/cli:13.
|
|
6702
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
6687
6703
|
workspaces:
|
|
6688
6704
|
- name: configs
|
|
6689
6705
|
# --------------------------------------------------------------------------------
|
|
@@ -6791,7 +6807,7 @@ spec:
|
|
|
6791
6807
|
- -c
|
|
6792
6808
|
name: gitops-mongo
|
|
6793
6809
|
imagePullPolicy: IfNotPresent
|
|
6794
|
-
image: quay.io/ibmmas/cli:13.
|
|
6810
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
6795
6811
|
workspaces:
|
|
6796
6812
|
- name: configs
|
|
6797
6813
|
|
|
@@ -6917,7 +6933,7 @@ spec:
|
|
|
6917
6933
|
- -c
|
|
6918
6934
|
name: gitops-nvidia-gpu
|
|
6919
6935
|
imagePullPolicy: IfNotPresent
|
|
6920
|
-
image: quay.io/ibmmas/cli:13.
|
|
6936
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
6921
6937
|
workspaces:
|
|
6922
6938
|
- name: configs
|
|
6923
6939
|
# --------------------------------------------------------------------------------
|
|
@@ -7035,7 +7051,7 @@ spec:
|
|
|
7035
7051
|
- -c
|
|
7036
7052
|
name: gitops-process-mongo-user
|
|
7037
7053
|
imagePullPolicy: IfNotPresent
|
|
7038
|
-
image: quay.io/ibmmas/cli:13.
|
|
7054
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
7039
7055
|
workspaces:
|
|
7040
7056
|
- name: configs
|
|
7041
7057
|
# --------------------------------------------------------------------------------
|
|
@@ -7091,7 +7107,7 @@ spec:
|
|
|
7091
7107
|
- -c
|
|
7092
7108
|
name: gitops-rosa
|
|
7093
7109
|
imagePullPolicy: IfNotPresent
|
|
7094
|
-
image: quay.io/ibmmas/cli:13.
|
|
7110
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
7095
7111
|
workspaces:
|
|
7096
7112
|
- name: configs
|
|
7097
7113
|
# --------------------------------------------------------------------------------
|
|
@@ -7278,7 +7294,7 @@ spec:
|
|
|
7278
7294
|
- -c
|
|
7279
7295
|
name: gitops-suite-app-config
|
|
7280
7296
|
imagePullPolicy: IfNotPresent
|
|
7281
|
-
image: quay.io/ibmmas/cli:13.
|
|
7297
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
7282
7298
|
workspaces:
|
|
7283
7299
|
- name: configs
|
|
7284
7300
|
- name: shared-gitops-configs
|
|
@@ -7436,7 +7452,7 @@ spec:
|
|
|
7436
7452
|
- -c
|
|
7437
7453
|
name: gitops-suite-app-install
|
|
7438
7454
|
imagePullPolicy: Always
|
|
7439
|
-
image: quay.io/ibmmas/cli:13.
|
|
7455
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
7440
7456
|
workspaces:
|
|
7441
7457
|
- name: configs
|
|
7442
7458
|
- name: shared-gitops-configs
|
|
@@ -7542,7 +7558,7 @@ spec:
|
|
|
7542
7558
|
- -c
|
|
7543
7559
|
name: gitops-suite-certs
|
|
7544
7560
|
imagePullPolicy: IfNotPresent
|
|
7545
|
-
image: quay.io/ibmmas/cli:13.
|
|
7561
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
7546
7562
|
workspaces:
|
|
7547
7563
|
- name: configs
|
|
7548
7564
|
- name: certificates
|
|
@@ -7712,7 +7728,7 @@ spec:
|
|
|
7712
7728
|
- -c
|
|
7713
7729
|
name: gitops-suite-config
|
|
7714
7730
|
imagePullPolicy: IfNotPresent
|
|
7715
|
-
image: quay.io/ibmmas/cli:13.
|
|
7731
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
7716
7732
|
workspaces:
|
|
7717
7733
|
- name: configs
|
|
7718
7734
|
- name: shared-additional-configs
|
|
@@ -7812,7 +7828,7 @@ spec:
|
|
|
7812
7828
|
- -c
|
|
7813
7829
|
name: gitops-suite-dns
|
|
7814
7830
|
imagePullPolicy: IfNotPresent
|
|
7815
|
-
image: quay.io/ibmmas/cli:13.
|
|
7831
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
7816
7832
|
workspaces:
|
|
7817
7833
|
- name: configs
|
|
7818
7834
|
|
|
@@ -7936,7 +7952,7 @@ spec:
|
|
|
7936
7952
|
- -c
|
|
7937
7953
|
name: gitops-suite-idp-config
|
|
7938
7954
|
imagePullPolicy: IfNotPresent
|
|
7939
|
-
image: quay.io/ibmmas/cli:13.
|
|
7955
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
7940
7956
|
workspaces:
|
|
7941
7957
|
- name: configs
|
|
7942
7958
|
- name: shared-additional-configs
|
|
@@ -8037,7 +8053,7 @@ spec:
|
|
|
8037
8053
|
- -c
|
|
8038
8054
|
name: gitops-suite-objectstorage-config
|
|
8039
8055
|
imagePullPolicy: IfNotPresent
|
|
8040
|
-
image: quay.io/ibmmas/cli:13.
|
|
8056
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
8041
8057
|
workspaces:
|
|
8042
8058
|
- name: configs
|
|
8043
8059
|
- name: shared-gitops-configs
|
|
@@ -8448,7 +8464,7 @@ spec:
|
|
|
8448
8464
|
- -c
|
|
8449
8465
|
name: gitops-suite-smtp-config
|
|
8450
8466
|
imagePullPolicy: IfNotPresent
|
|
8451
|
-
image: quay.io/ibmmas/cli:13.
|
|
8467
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
8452
8468
|
workspaces:
|
|
8453
8469
|
- name: configs
|
|
8454
8470
|
|
|
@@ -8568,7 +8584,7 @@ spec:
|
|
|
8568
8584
|
- -c
|
|
8569
8585
|
name: gitops-suite-watson-studio-config
|
|
8570
8586
|
imagePullPolicy: IfNotPresent
|
|
8571
|
-
image: quay.io/ibmmas/cli:13.
|
|
8587
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
8572
8588
|
workspaces:
|
|
8573
8589
|
- name: configs
|
|
8574
8590
|
- name: shared-gitops-configs
|
|
@@ -8670,7 +8686,7 @@ spec:
|
|
|
8670
8686
|
- -c
|
|
8671
8687
|
name: gitops-suite-workspace
|
|
8672
8688
|
imagePullPolicy: IfNotPresent
|
|
8673
|
-
image: quay.io/ibmmas/cli:13.
|
|
8689
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
8674
8690
|
workspaces:
|
|
8675
8691
|
- name: configs
|
|
8676
8692
|
# --------------------------------------------------------------------------------
|
|
@@ -8944,6 +8960,27 @@ spec:
|
|
|
8944
8960
|
export CUSTOM_LABELS=$(echo "${CUSTOM_LABELS}" | yq --output-format yaml)
|
|
8945
8961
|
echo " CUSTOM_LABELS = ${CUSTOM_LABELS}"
|
|
8946
8962
|
|
|
8963
|
+
# Tekton interprets false (boolean) values as the string ""
|
|
8964
|
+
# The gitops-suite function defaults the following flags to "true" when their value is ""
|
|
8965
|
+
# We'll fix this here by setting these values to "false" explicitly before we call
|
|
8966
|
+
# (these are all required parameters in the pipeline so we don't have to worry about
|
|
8967
|
+
# any impliciations of changing their defaults in this task)
|
|
8968
|
+
if [[ -z "${CIS_ENHANCED_SECURITY}" ]]; then
|
|
8969
|
+
CIS_ENHANCED_SECURITY="false"
|
|
8970
|
+
fi
|
|
8971
|
+
if [[ -z "${OVERRIDE_EDGE_CERTS}" ]]; then
|
|
8972
|
+
OVERRIDE_EDGE_CERTS="false"
|
|
8973
|
+
fi
|
|
8974
|
+
if [[ -z "${CIS_WAF}" ]]; then
|
|
8975
|
+
CIS_WAF="false"
|
|
8976
|
+
fi
|
|
8977
|
+
if [[ -z "${UPDATE_DNS_ENTRIES}" ]]; then
|
|
8978
|
+
UPDATE_DNS_ENTRIES="false"
|
|
8979
|
+
fi
|
|
8980
|
+
if [[ -z "${DELETE_WILDCARDS}" ]]; then
|
|
8981
|
+
DELETE_WILDCARDS="false"
|
|
8982
|
+
fi
|
|
8983
|
+
|
|
8947
8984
|
sed -n -e 's/^.*api.fvtsaas.//p' | cut -d: -f1
|
|
8948
8985
|
mkdir -p /tmp/init-suite
|
|
8949
8986
|
mas gitops-suite -a $ACCOUNT -c $CLUSTER_NAME -m $MAS_INSTANCE_ID \
|
|
@@ -8962,7 +8999,7 @@ spec:
|
|
|
8962
8999
|
- -c
|
|
8963
9000
|
name: gitops-suite
|
|
8964
9001
|
imagePullPolicy: IfNotPresent
|
|
8965
|
-
image: quay.io/ibmmas/cli:13.
|
|
9002
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
8966
9003
|
workspaces:
|
|
8967
9004
|
- name: configs
|
|
8968
9005
|
- name: shared-gitops-configs
|
|
@@ -9012,7 +9049,7 @@ spec:
|
|
|
9012
9049
|
|
|
9013
9050
|
steps:
|
|
9014
9051
|
- name: grafana
|
|
9015
|
-
image: quay.io/ibmmas/cli:13.
|
|
9052
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
9016
9053
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9017
9054
|
command:
|
|
9018
9055
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9146,7 +9183,7 @@ spec:
|
|
|
9146
9183
|
command:
|
|
9147
9184
|
- /opt/app-root/src/run-role.sh
|
|
9148
9185
|
- ibm_catalogs
|
|
9149
|
-
image: quay.io/ibmmas/cli:13.
|
|
9186
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
9150
9187
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9151
9188
|
workingDir: /workspace/configs
|
|
9152
9189
|
# --------------------------------------------------------------------------------
|
|
@@ -9388,7 +9425,7 @@ spec:
|
|
|
9388
9425
|
command:
|
|
9389
9426
|
- /opt/app-root/src/run-role.sh
|
|
9390
9427
|
- kafka
|
|
9391
|
-
image: quay.io/ibmmas/cli:13.
|
|
9428
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
9392
9429
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9393
9430
|
workingDir: /workspace/configs
|
|
9394
9431
|
|
|
@@ -9604,7 +9641,7 @@ spec:
|
|
|
9604
9641
|
command:
|
|
9605
9642
|
- /opt/app-root/src/run-role.sh
|
|
9606
9643
|
- kmodels
|
|
9607
|
-
image: quay.io/ibmmas/cli:13.
|
|
9644
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
9608
9645
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9609
9646
|
# --------------------------------------------------------------------------------
|
|
9610
9647
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9782,7 +9819,7 @@ spec:
|
|
|
9782
9819
|
command:
|
|
9783
9820
|
- /opt/app-root/src/run-role.sh
|
|
9784
9821
|
- mongodb
|
|
9785
|
-
image: quay.io/ibmmas/cli:13.
|
|
9822
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
9786
9823
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9787
9824
|
workingDir: /workspace/configs
|
|
9788
9825
|
|
|
@@ -9825,7 +9862,7 @@ spec:
|
|
|
9825
9862
|
- $(params.base_output_dir)
|
|
9826
9863
|
- --extra-namespaces
|
|
9827
9864
|
- selenium
|
|
9828
|
-
image: quay.io/ibmmas/cli:13.
|
|
9865
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
9829
9866
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9830
9867
|
env:
|
|
9831
9868
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9942,7 +9979,7 @@ spec:
|
|
|
9942
9979
|
command:
|
|
9943
9980
|
- /opt/app-root/src/run-role.sh
|
|
9944
9981
|
- nvidia_gpu
|
|
9945
|
-
image: quay.io/ibmmas/cli:13.
|
|
9982
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
9946
9983
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9947
9984
|
workingDir: /workspace/configs
|
|
9948
9985
|
|
|
@@ -9978,7 +10015,7 @@ spec:
|
|
|
9978
10015
|
# Verify Cluster
|
|
9979
10016
|
# -------------------------------------------------------------------------
|
|
9980
10017
|
- name: ocp-verify-cluster
|
|
9981
|
-
image: quay.io/ibmmas/cli:13.
|
|
10018
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
9982
10019
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9983
10020
|
command:
|
|
9984
10021
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10020,7 +10057,7 @@ spec:
|
|
|
10020
10057
|
# Verify Catalogs
|
|
10021
10058
|
# -------------------------------------------------------------------------
|
|
10022
10059
|
- name: ocp-verify-catalogs
|
|
10023
|
-
image: quay.io/ibmmas/cli:13.
|
|
10060
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
10024
10061
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10025
10062
|
command:
|
|
10026
10063
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10062,7 +10099,7 @@ spec:
|
|
|
10062
10099
|
# Verify Subscriptions
|
|
10063
10100
|
# -------------------------------------------------------------------------
|
|
10064
10101
|
- name: ocp-verify-subscriptions
|
|
10065
|
-
image: quay.io/ibmmas/cli:13.
|
|
10102
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
10066
10103
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10067
10104
|
command:
|
|
10068
10105
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10104,7 +10141,7 @@ spec:
|
|
|
10104
10141
|
# Verify Workloads
|
|
10105
10142
|
# -------------------------------------------------------------------------
|
|
10106
10143
|
- name: ocp-verify-workloads
|
|
10107
|
-
image: quay.io/ibmmas/cli:13.
|
|
10144
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
10108
10145
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10109
10146
|
command:
|
|
10110
10147
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10146,7 +10183,7 @@ spec:
|
|
|
10146
10183
|
# Verify Catalogs - Ingress TLS
|
|
10147
10184
|
# -------------------------------------------------------------------------
|
|
10148
10185
|
- name: ocp-verify-ingress
|
|
10149
|
-
image: quay.io/ibmmas/cli:13.
|
|
10186
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
10150
10187
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10151
10188
|
command:
|
|
10152
10189
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10272,7 +10309,7 @@ spec:
|
|
|
10272
10309
|
command:
|
|
10273
10310
|
- /opt/app-root/src/run-role.sh
|
|
10274
10311
|
- ocp_verify
|
|
10275
|
-
image: quay.io/ibmmas/cli:13.
|
|
10312
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
10276
10313
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10277
10314
|
workingDir: /workspace/configs
|
|
10278
10315
|
# --------------------------------------------------------------------------------
|
|
@@ -10340,7 +10377,7 @@ spec:
|
|
|
10340
10377
|
command:
|
|
10341
10378
|
- /opt/app-root/src/run-role.sh
|
|
10342
10379
|
- ocs
|
|
10343
|
-
image: quay.io/ibmmas/cli:13.
|
|
10380
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
10344
10381
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10345
10382
|
workingDir: /workspace/configs
|
|
10346
10383
|
|
|
@@ -10576,7 +10613,7 @@ spec:
|
|
|
10576
10613
|
command:
|
|
10577
10614
|
- /opt/app-root/src/run-role.sh
|
|
10578
10615
|
- odh
|
|
10579
|
-
image: quay.io/ibmmas/cli:13.
|
|
10616
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
10580
10617
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10581
10618
|
# --------------------------------------------------------------------------------
|
|
10582
10619
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10752,7 +10789,7 @@ spec:
|
|
|
10752
10789
|
command:
|
|
10753
10790
|
- /opt/app-root/src/run-role.sh
|
|
10754
10791
|
- sls
|
|
10755
|
-
image: quay.io/ibmmas/cli:13.
|
|
10792
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
10756
10793
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10757
10794
|
workingDir: /workspace/configs
|
|
10758
10795
|
|
|
@@ -11147,12 +11184,12 @@ spec:
|
|
|
11147
11184
|
command:
|
|
11148
11185
|
- /opt/app-root/src/run-role.sh
|
|
11149
11186
|
- suite_app_config
|
|
11150
|
-
image: quay.io/ibmmas/cli:13.
|
|
11187
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
11151
11188
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11152
11189
|
|
|
11153
11190
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
11154
11191
|
- name: app-cfg-post-verify
|
|
11155
|
-
image: quay.io/ibmmas/cli:13.
|
|
11192
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
11156
11193
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11157
11194
|
command:
|
|
11158
11195
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11347,7 +11384,7 @@ spec:
|
|
|
11347
11384
|
command:
|
|
11348
11385
|
- /opt/app-root/src/run-role.sh
|
|
11349
11386
|
- suite_app_install
|
|
11350
|
-
image: quay.io/ibmmas/cli:13.
|
|
11387
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
11351
11388
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11352
11389
|
|
|
11353
11390
|
workspaces:
|
|
@@ -11436,7 +11473,7 @@ spec:
|
|
|
11436
11473
|
command:
|
|
11437
11474
|
- /opt/app-root/src/run-role.sh
|
|
11438
11475
|
- suite_app_rollback
|
|
11439
|
-
image: quay.io/ibmmas/cli:13.
|
|
11476
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
11440
11477
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11441
11478
|
# --------------------------------------------------------------------------------
|
|
11442
11479
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11499,7 +11536,7 @@ spec:
|
|
|
11499
11536
|
command:
|
|
11500
11537
|
- /opt/app-root/src/run-role.sh
|
|
11501
11538
|
- suite_app_uninstall
|
|
11502
|
-
image: quay.io/ibmmas/cli:13.
|
|
11539
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
11503
11540
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11504
11541
|
# --------------------------------------------------------------------------------
|
|
11505
11542
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11574,7 +11611,7 @@ spec:
|
|
|
11574
11611
|
command:
|
|
11575
11612
|
- /opt/app-root/src/run-role.sh
|
|
11576
11613
|
- suite_app_upgrade
|
|
11577
|
-
image: quay.io/ibmmas/cli:13.
|
|
11614
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
11578
11615
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11579
11616
|
# --------------------------------------------------------------------------------
|
|
11580
11617
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11675,7 +11712,7 @@ spec:
|
|
|
11675
11712
|
command:
|
|
11676
11713
|
- /opt/app-root/src/run-role.sh
|
|
11677
11714
|
- suite_app_verify
|
|
11678
|
-
image: quay.io/ibmmas/cli:13.
|
|
11715
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
11679
11716
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11680
11717
|
# --------------------------------------------------------------------------------
|
|
11681
11718
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11818,7 +11855,7 @@ spec:
|
|
|
11818
11855
|
command:
|
|
11819
11856
|
- /opt/app-root/src/run-role.sh
|
|
11820
11857
|
- suite_certs
|
|
11821
|
-
image: quay.io/ibmmas/cli:13.
|
|
11858
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
11822
11859
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11823
11860
|
|
|
11824
11861
|
workspaces:
|
|
@@ -11885,7 +11922,7 @@ spec:
|
|
|
11885
11922
|
command:
|
|
11886
11923
|
- /opt/app-root/src/run-role.sh
|
|
11887
11924
|
- suite_config
|
|
11888
|
-
image: quay.io/ibmmas/cli:13.
|
|
11925
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
11889
11926
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11890
11927
|
workingDir: /workspace/configs
|
|
11891
11928
|
|
|
@@ -11956,7 +11993,7 @@ spec:
|
|
|
11956
11993
|
command:
|
|
11957
11994
|
- /opt/app-root/src/run-role.sh
|
|
11958
11995
|
- suite_db2_setup_for_manage
|
|
11959
|
-
image: quay.io/ibmmas/cli:13.
|
|
11996
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
11960
11997
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11961
11998
|
# --------------------------------------------------------------------------------
|
|
11962
11999
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -12146,7 +12183,7 @@ spec:
|
|
|
12146
12183
|
command:
|
|
12147
12184
|
- /opt/app-root/src/run-role.sh
|
|
12148
12185
|
- suite_dns
|
|
12149
|
-
image: quay.io/ibmmas/cli:13.
|
|
12186
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
12150
12187
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12151
12188
|
# --------------------------------------------------------------------------------
|
|
12152
12189
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -12395,7 +12432,7 @@ spec:
|
|
|
12395
12432
|
command:
|
|
12396
12433
|
- /opt/app-root/src/run-role.sh
|
|
12397
12434
|
- suite_install
|
|
12398
|
-
image: quay.io/ibmmas/cli:13.
|
|
12435
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
12399
12436
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12400
12437
|
workingDir: /workspace/configs
|
|
12401
12438
|
|
|
@@ -12483,7 +12520,7 @@ spec:
|
|
|
12483
12520
|
command:
|
|
12484
12521
|
- /opt/app-root/src/run-role.sh
|
|
12485
12522
|
- suite_rollback
|
|
12486
|
-
image: quay.io/ibmmas/cli:13.
|
|
12523
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
12487
12524
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12488
12525
|
# --------------------------------------------------------------------------------
|
|
12489
12526
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -12548,7 +12585,7 @@ spec:
|
|
|
12548
12585
|
command:
|
|
12549
12586
|
- /opt/app-root/src/run-role.sh
|
|
12550
12587
|
- suite_uninstall
|
|
12551
|
-
image: quay.io/ibmmas/cli:13.
|
|
12588
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
12552
12589
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12553
12590
|
# --------------------------------------------------------------------------------
|
|
12554
12591
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -12618,7 +12655,7 @@ spec:
|
|
|
12618
12655
|
command:
|
|
12619
12656
|
- /opt/app-root/src/run-role.sh
|
|
12620
12657
|
- suite_upgrade
|
|
12621
|
-
image: quay.io/ibmmas/cli:13.
|
|
12658
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
12622
12659
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12623
12660
|
# --------------------------------------------------------------------------------
|
|
12624
12661
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12685,12 +12722,12 @@ spec:
|
|
|
12685
12722
|
command:
|
|
12686
12723
|
- /opt/app-root/src/run-role.sh
|
|
12687
12724
|
- suite_verify
|
|
12688
|
-
image: quay.io/ibmmas/cli:13.
|
|
12725
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
12689
12726
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12690
12727
|
|
|
12691
12728
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12692
12729
|
- name: suite-post-verify
|
|
12693
|
-
image: quay.io/ibmmas/cli:13.
|
|
12730
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
12694
12731
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12695
12732
|
script: |
|
|
12696
12733
|
#!/usr/bin/env bash
|
|
@@ -12818,7 +12855,7 @@ spec:
|
|
|
12818
12855
|
command:
|
|
12819
12856
|
- /opt/app-root/src/run-role.sh
|
|
12820
12857
|
- turbonomic
|
|
12821
|
-
image: quay.io/ibmmas/cli:13.
|
|
12858
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
12822
12859
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12823
12860
|
# --------------------------------------------------------------------------------
|
|
12824
12861
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12899,7 +12936,7 @@ spec:
|
|
|
12899
12936
|
# IBM User Data Services (UDS)
|
|
12900
12937
|
# -------------------------------------------------------------------------
|
|
12901
12938
|
- name: uds
|
|
12902
|
-
image: quay.io/ibmmas/cli:13.
|
|
12939
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
12903
12940
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12904
12941
|
workingDir: /workspace/configs
|
|
12905
12942
|
command:
|
|
@@ -12962,7 +12999,7 @@ spec:
|
|
|
12962
12999
|
# IBM Data Reporter Operator (DRO)
|
|
12963
13000
|
# -------------------------------------------------------------------------
|
|
12964
13001
|
- name: dro
|
|
12965
|
-
image: quay.io/ibmmas/cli:13.
|
|
13002
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
12966
13003
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12967
13004
|
workingDir: /workspace/configs
|
|
12968
13005
|
command:
|
|
@@ -13048,7 +13085,7 @@ spec:
|
|
|
13048
13085
|
description: "The value to set"
|
|
13049
13086
|
steps:
|
|
13050
13087
|
- name: update-configmap
|
|
13051
|
-
image: quay.io/ibmmas/cli:13.
|
|
13088
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
13052
13089
|
command:
|
|
13053
13090
|
- /opt/app-root/src/update-configmap.sh
|
|
13054
13091
|
env:
|
|
@@ -13095,7 +13132,7 @@ spec:
|
|
|
13095
13132
|
|
|
13096
13133
|
steps:
|
|
13097
13134
|
- name: wait-for-configmap
|
|
13098
|
-
image: quay.io/ibmmas/cli:13.
|
|
13135
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
13099
13136
|
command:
|
|
13100
13137
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13101
13138
|
env:
|
|
@@ -13176,7 +13213,7 @@ spec:
|
|
|
13176
13213
|
|
|
13177
13214
|
steps:
|
|
13178
13215
|
- name: wait-for-configmap
|
|
13179
|
-
image: quay.io/ibmmas/cli:13.
|
|
13216
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
13180
13217
|
command:
|
|
13181
13218
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13182
13219
|
env:
|
|
@@ -13236,7 +13273,7 @@ spec:
|
|
|
13236
13273
|
|
|
13237
13274
|
steps:
|
|
13238
13275
|
- name: wait
|
|
13239
|
-
image: quay.io/ibmmas/cli:13.
|
|
13276
|
+
image: quay.io/ibmmas/cli:13.16.0
|
|
13240
13277
|
command:
|
|
13241
13278
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13242
13279
|
env:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=9g6s4A7Nu9c-_4qU7kt_Zs7VAWqO8w9LPcwKijOesqE,527
|
|
2
|
+
mas/cli/cli.py,sha256=wc6ZAADsbDLwt24lOjeKW-2wzRTWx_4yZag92ohZmfQ,18175
|
|
3
3
|
mas/cli/displayMixins.py,sha256=e3lAx1DIOwsriDcNI0M2JyP1jeLOZKvId6sPrvWLyqs,5984
|
|
4
4
|
mas/cli/gencfg.py,sha256=p38Ss_ooiNHOZTJT8l0YxDaEaPwD4ZXgxEbW-S9YLNY,3311
|
|
5
5
|
mas/cli/validators.py,sha256=vi1pFA8QtqMhqtGk1NlkkNDUrlFCi53kS5wJqFGDgOU,5108
|
|
@@ -17,7 +17,7 @@ mas/cli/install/settings/kafkaSettings.py,sha256=r1uK-IApqB9IQiSNt_8sP0wa4FPJcXU
|
|
|
17
17
|
mas/cli/install/settings/manageSettings.py,sha256=whoAT3B-qQjLD6SaS_9OEmmIvbSXbcI9m-wCDyu4alI,17853
|
|
18
18
|
mas/cli/install/settings/mongodbSettings.py,sha256=UVt8vMLNpgyewlcymSystIhICnHsd0uoM9qpgezVjGg,2567
|
|
19
19
|
mas/cli/install/settings/turbonomicSettings.py,sha256=ul4eWf53b1NCzJTFsEPX6DWM23YUlWILYBygplqXYlU,1631
|
|
20
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
20
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=qVMypPiF2hH9ygpZZcRWcrU5wRE7kpZ8Qb3tXC9qZSg,877610
|
|
21
21
|
mas/cli/templates/jdbccfg.yml.j2,sha256=cANbwkUkKEPQp-P3_BB_Llbt94457Ciagah2hOdySIM,1644
|
|
22
22
|
mas/cli/templates/suite_mongocfg.yml.j2,sha256=WrgJUfGyvfaRIHjY5VR_zLZ5irTpV5khKNq76ejIxKU,1606
|
|
23
23
|
mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml,sha256=8VG_FDFcEjWNaAOZTcS58Pe0tWOXC10SJLloNqzEMC8,757
|
|
@@ -99,8 +99,8 @@ mas/cli/update/argParser.py,sha256=oOIXzB_rsI2p3og_5X5SFt_g7LURyEdLxZeiGCKq1nU,4
|
|
|
99
99
|
mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
100
100
|
mas/cli/upgrade/app.py,sha256=EuEZayc0nw9kA6Hz8M9Mv7uk0hgmspJSZCYhNEfCECk,6428
|
|
101
101
|
mas/cli/upgrade/argParser.py,sha256=pqzNDSHy6l13JunHWQLyOI-NFnDGDoVJ_HM07FLYJSc,2033
|
|
102
|
-
mas_cli-13.
|
|
103
|
-
mas_cli-13.
|
|
104
|
-
mas_cli-13.
|
|
105
|
-
mas_cli-13.
|
|
106
|
-
mas_cli-13.
|
|
102
|
+
mas_cli-13.16.0.data/scripts/mas-cli,sha256=BbibIX0psLEOZdcNaFcO4mJvStD0pKLAe-p-NwVTrBs,3439
|
|
103
|
+
mas_cli-13.16.0.dist-info/METADATA,sha256=yBgVDvDeOg7EoJqFmvKkQ-3pcv9Y4LSHxK2Xxm0C0lc,2259
|
|
104
|
+
mas_cli-13.16.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
105
|
+
mas_cli-13.16.0.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
106
|
+
mas_cli-13.16.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|