mas-cli 11.8.1__py3-none-any.whl → 11.9.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 +132 -102
- {mas_cli-11.8.1.dist-info → mas_cli-11.9.0.dist-info}/METADATA +1 -1
- {mas_cli-11.8.1.dist-info → mas_cli-11.9.0.dist-info}/RECORD +8 -8
- {mas_cli-11.8.1.data → mas_cli-11.9.0.data}/scripts/mas-cli +0 -0
- {mas_cli-11.8.1.dist-info → mas_cli-11.9.0.dist-info}/WHEEL +0 -0
- {mas_cli-11.8.1.dist-info → mas_cli-11.9.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 = "11.
|
|
120
|
+
self.version = "11.9.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:11.
|
|
234
|
+
image: quay.io/ibmmas/cli:11.9.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:11.
|
|
345
|
+
image: quay.io/ibmmas/cli:11.9.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:11.
|
|
463
|
+
image: quay.io/ibmmas/cli:11.9.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:11.
|
|
533
|
+
image: quay.io/ibmmas/cli:11.9.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:11.
|
|
599
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -717,7 +717,7 @@ spec:
|
|
|
717
717
|
command:
|
|
718
718
|
- /opt/app-root/src/run-role.sh
|
|
719
719
|
- cos
|
|
720
|
-
image: quay.io/ibmmas/cli:11.
|
|
720
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
721
721
|
imagePullPolicy: $(params.image_pull_policy)
|
|
722
722
|
workingDir: /workspace/configs
|
|
723
723
|
|
|
@@ -837,7 +837,7 @@ spec:
|
|
|
837
837
|
command:
|
|
838
838
|
- /opt/app-root/src/run-role.sh
|
|
839
839
|
- cp4d_service
|
|
840
|
-
image: quay.io/ibmmas/cli:11.
|
|
840
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
841
841
|
imagePullPolicy: $(params.image_pull_policy)
|
|
842
842
|
workingDir: /workspace/configs
|
|
843
843
|
# --------------------------------------------------------------------------------
|
|
@@ -954,7 +954,7 @@ spec:
|
|
|
954
954
|
command:
|
|
955
955
|
- /opt/app-root/src/run-role.sh
|
|
956
956
|
- cp4d_service
|
|
957
|
-
image: quay.io/ibmmas/cli:11.
|
|
957
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
958
958
|
imagePullPolicy: $(params.image_pull_policy)
|
|
959
959
|
workingDir: /workspace/configs
|
|
960
960
|
|
|
@@ -1060,7 +1060,7 @@ spec:
|
|
|
1060
1060
|
command:
|
|
1061
1061
|
- /opt/app-root/src/run-role.sh
|
|
1062
1062
|
- cp4d
|
|
1063
|
-
image: quay.io/ibmmas/cli:11.
|
|
1063
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
1064
1064
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1065
1065
|
# --------------------------------------------------------------------------------
|
|
1066
1066
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1382,7 +1382,7 @@ spec:
|
|
|
1382
1382
|
command:
|
|
1383
1383
|
- /opt/app-root/src/run-role.sh
|
|
1384
1384
|
- db2
|
|
1385
|
-
image: quay.io/ibmmas/cli:11.
|
|
1385
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
1386
1386
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1387
1387
|
workingDir: /workspace/configs
|
|
1388
1388
|
|
|
@@ -1492,7 +1492,7 @@ spec:
|
|
|
1492
1492
|
command:
|
|
1493
1493
|
- /opt/app-root/src/run-role.sh
|
|
1494
1494
|
- eck
|
|
1495
|
-
image: quay.io/ibmmas/cli:11.
|
|
1495
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
1496
1496
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1497
1497
|
# --------------------------------------------------------------------------------
|
|
1498
1498
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1581,7 +1581,7 @@ spec:
|
|
|
1581
1581
|
command:
|
|
1582
1582
|
- /opt/app-root/src/run-role.sh
|
|
1583
1583
|
- gencfg_workspace
|
|
1584
|
-
image: quay.io/ibmmas/cli:11.
|
|
1584
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
1585
1585
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1586
1586
|
workingDir: /workspace/configs
|
|
1587
1587
|
|
|
@@ -1685,7 +1685,7 @@ spec:
|
|
|
1685
1685
|
- -c
|
|
1686
1686
|
name: gitops-bootstrap
|
|
1687
1687
|
imagePullPolicy: IfNotPresent
|
|
1688
|
-
image: quay.io/ibmmas/cli:11.
|
|
1688
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
1689
1689
|
workspaces:
|
|
1690
1690
|
- name: configs
|
|
1691
1691
|
# --------------------------------------------------------------------------------
|
|
@@ -1767,7 +1767,7 @@ spec:
|
|
|
1767
1767
|
- -c
|
|
1768
1768
|
name: gitops-cis-compliance
|
|
1769
1769
|
imagePullPolicy: IfNotPresent
|
|
1770
|
-
image: quay.io/ibmmas/cli:11.
|
|
1770
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
1771
1771
|
workspaces:
|
|
1772
1772
|
- name: configs
|
|
1773
1773
|
# --------------------------------------------------------------------------------
|
|
@@ -1971,7 +1971,7 @@ spec:
|
|
|
1971
1971
|
- -c
|
|
1972
1972
|
name: gitops-cluster
|
|
1973
1973
|
imagePullPolicy: Always
|
|
1974
|
-
image: quay.io/ibmmas/cli:11.
|
|
1974
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
1975
1975
|
workspaces:
|
|
1976
1976
|
- name: configs
|
|
1977
1977
|
# --------------------------------------------------------------------------------
|
|
@@ -2066,7 +2066,7 @@ spec:
|
|
|
2066
2066
|
- -c
|
|
2067
2067
|
name: gitops-cos
|
|
2068
2068
|
imagePullPolicy: IfNotPresent
|
|
2069
|
-
image: quay.io/ibmmas/cli:11.
|
|
2069
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
2070
2070
|
workspaces:
|
|
2071
2071
|
- name: configs
|
|
2072
2072
|
# --------------------------------------------------------------------------------
|
|
@@ -2214,7 +2214,7 @@ spec:
|
|
|
2214
2214
|
- -c
|
|
2215
2215
|
name: gitops-cp4d-service
|
|
2216
2216
|
imagePullPolicy: IfNotPresent
|
|
2217
|
-
image: quay.io/ibmmas/cli:11.
|
|
2217
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
2218
2218
|
workspaces:
|
|
2219
2219
|
- name: configs
|
|
2220
2220
|
- name: shared-gitops-configs
|
|
@@ -2343,7 +2343,7 @@ spec:
|
|
|
2343
2343
|
- -c
|
|
2344
2344
|
name: gitops-cp4d
|
|
2345
2345
|
imagePullPolicy: IfNotPresent
|
|
2346
|
-
image: quay.io/ibmmas/cli:11.
|
|
2346
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
2347
2347
|
workspaces:
|
|
2348
2348
|
- name: configs
|
|
2349
2349
|
- name: shared-gitops-configs
|
|
@@ -2595,7 +2595,7 @@ spec:
|
|
|
2595
2595
|
- -c
|
|
2596
2596
|
name: gitops-db2u-database
|
|
2597
2597
|
imagePullPolicy: Always
|
|
2598
|
-
image: quay.io/ibmmas/cli:11.
|
|
2598
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
2599
2599
|
workspaces:
|
|
2600
2600
|
- name: configs
|
|
2601
2601
|
- name: shared-gitops-configs
|
|
@@ -2693,7 +2693,7 @@ spec:
|
|
|
2693
2693
|
- -c
|
|
2694
2694
|
name: gitops-db2u
|
|
2695
2695
|
imagePullPolicy: IfNotPresent
|
|
2696
|
-
image: quay.io/ibmmas/cli:11.
|
|
2696
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
2697
2697
|
workspaces:
|
|
2698
2698
|
- name: configs
|
|
2699
2699
|
# --------------------------------------------------------------------------------
|
|
@@ -2820,7 +2820,7 @@ spec:
|
|
|
2820
2820
|
- -c
|
|
2821
2821
|
name: gitops-delete-jdbc-config
|
|
2822
2822
|
imagePullPolicy: IfNotPresent
|
|
2823
|
-
image: quay.io/ibmmas/cli:11.
|
|
2823
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
2824
2824
|
workspaces:
|
|
2825
2825
|
- name: configs
|
|
2826
2826
|
# --------------------------------------------------------------------------------
|
|
@@ -2918,7 +2918,7 @@ spec:
|
|
|
2918
2918
|
- -c
|
|
2919
2919
|
name: gitops-delete-kafka-config
|
|
2920
2920
|
imagePullPolicy: Always
|
|
2921
|
-
image: quay.io/ibmmas/cli:11.
|
|
2921
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
2922
2922
|
workspaces:
|
|
2923
2923
|
- name: configs
|
|
2924
2924
|
|
|
@@ -3010,7 +3010,7 @@ spec:
|
|
|
3010
3010
|
- -c
|
|
3011
3011
|
name: gitops-deprovision-app-config
|
|
3012
3012
|
imagePullPolicy: IfNotPresent
|
|
3013
|
-
image: quay.io/ibmmas/cli:11.
|
|
3013
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
3014
3014
|
workspaces:
|
|
3015
3015
|
- name: configs
|
|
3016
3016
|
# --------------------------------------------------------------------------------
|
|
@@ -3095,7 +3095,7 @@ spec:
|
|
|
3095
3095
|
- -c
|
|
3096
3096
|
name: gitops-deprovision-app-install
|
|
3097
3097
|
imagePullPolicy: IfNotPresent
|
|
3098
|
-
image: quay.io/ibmmas/cli:11.
|
|
3098
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
3099
3099
|
workspaces:
|
|
3100
3100
|
- name: configs
|
|
3101
3101
|
# --------------------------------------------------------------------------------
|
|
@@ -3180,7 +3180,7 @@ spec:
|
|
|
3180
3180
|
- -c
|
|
3181
3181
|
name: gitops-deprovision-cluster
|
|
3182
3182
|
imagePullPolicy: IfNotPresent
|
|
3183
|
-
image: quay.io/ibmmas/cli:11.
|
|
3183
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
3184
3184
|
workspaces:
|
|
3185
3185
|
- name: configs
|
|
3186
3186
|
# --------------------------------------------------------------------------------
|
|
@@ -3291,7 +3291,7 @@ spec:
|
|
|
3291
3291
|
- -c
|
|
3292
3292
|
name: gitops-deprovision-cos
|
|
3293
3293
|
imagePullPolicy: IfNotPresent
|
|
3294
|
-
image: quay.io/ibmmas/cli:11.
|
|
3294
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
3295
3295
|
workspaces:
|
|
3296
3296
|
- name: configs
|
|
3297
3297
|
# --------------------------------------------------------------------------------
|
|
@@ -3379,7 +3379,7 @@ spec:
|
|
|
3379
3379
|
- -c
|
|
3380
3380
|
name: gitops-deprovision-db2u-database
|
|
3381
3381
|
imagePullPolicy: IfNotPresent
|
|
3382
|
-
image: quay.io/ibmmas/cli:11.
|
|
3382
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
3383
3383
|
workspaces:
|
|
3384
3384
|
- name: configs
|
|
3385
3385
|
|
|
@@ -3462,7 +3462,7 @@ spec:
|
|
|
3462
3462
|
- -c
|
|
3463
3463
|
name: gitops-deprovision-db2u
|
|
3464
3464
|
imagePullPolicy: IfNotPresent
|
|
3465
|
-
image: quay.io/ibmmas/cli:11.
|
|
3465
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
3466
3466
|
workspaces:
|
|
3467
3467
|
- name: configs
|
|
3468
3468
|
|
|
@@ -3570,7 +3570,7 @@ spec:
|
|
|
3570
3570
|
- -c
|
|
3571
3571
|
name: gitops-deprovision-efs
|
|
3572
3572
|
imagePullPolicy: IfNotPresent
|
|
3573
|
-
image: quay.io/ibmmas/cli:11.
|
|
3573
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
3574
3574
|
workspaces:
|
|
3575
3575
|
- name: configs
|
|
3576
3576
|
|
|
@@ -3680,7 +3680,7 @@ spec:
|
|
|
3680
3680
|
- -c
|
|
3681
3681
|
name: gitops-deprovision-kafka
|
|
3682
3682
|
imagePullPolicy: IfNotPresent
|
|
3683
|
-
image: quay.io/ibmmas/cli:11.
|
|
3683
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
3684
3684
|
workspaces:
|
|
3685
3685
|
- name: configs
|
|
3686
3686
|
# --------------------------------------------------------------------------------
|
|
@@ -3783,7 +3783,7 @@ spec:
|
|
|
3783
3783
|
- -c
|
|
3784
3784
|
name: gitops-deprovision-mongo
|
|
3785
3785
|
imagePullPolicy: IfNotPresent
|
|
3786
|
-
image: quay.io/ibmmas/cli:11.
|
|
3786
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
3787
3787
|
workspaces:
|
|
3788
3788
|
- name: configs
|
|
3789
3789
|
|
|
@@ -3840,7 +3840,7 @@ spec:
|
|
|
3840
3840
|
- -c
|
|
3841
3841
|
name: gitops-deprovision-rosa
|
|
3842
3842
|
imagePullPolicy: IfNotPresent
|
|
3843
|
-
image: quay.io/ibmmas/cli:11.
|
|
3843
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
3844
3844
|
workspaces:
|
|
3845
3845
|
- name: configs
|
|
3846
3846
|
# --------------------------------------------------------------------------------
|
|
@@ -4045,7 +4045,7 @@ spec:
|
|
|
4045
4045
|
- -c
|
|
4046
4046
|
name: gitops-deprovision-suite-config
|
|
4047
4047
|
imagePullPolicy: IfNotPresent
|
|
4048
|
-
image: quay.io/ibmmas/cli:11.
|
|
4048
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
4049
4049
|
workspaces:
|
|
4050
4050
|
- name: configs
|
|
4051
4051
|
|
|
@@ -4143,7 +4143,7 @@ spec:
|
|
|
4143
4143
|
- -c
|
|
4144
4144
|
name: gitops-deprovision-suite-idp-config
|
|
4145
4145
|
imagePullPolicy: IfNotPresent
|
|
4146
|
-
image: quay.io/ibmmas/cli:11.
|
|
4146
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
4147
4147
|
workspaces:
|
|
4148
4148
|
- name: configs
|
|
4149
4149
|
# --------------------------------------------------------------------------------
|
|
@@ -4235,7 +4235,7 @@ spec:
|
|
|
4235
4235
|
- -c
|
|
4236
4236
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4237
4237
|
imagePullPolicy: IfNotPresent
|
|
4238
|
-
image: quay.io/ibmmas/cli:11.
|
|
4238
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
4239
4239
|
workspaces:
|
|
4240
4240
|
- name: configs
|
|
4241
4241
|
# --------------------------------------------------------------------------------
|
|
@@ -4327,7 +4327,7 @@ spec:
|
|
|
4327
4327
|
- -c
|
|
4328
4328
|
name: gitops-deprovision-suite-smtp-config
|
|
4329
4329
|
imagePullPolicy: IfNotPresent
|
|
4330
|
-
image: quay.io/ibmmas/cli:11.
|
|
4330
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
4331
4331
|
workspaces:
|
|
4332
4332
|
- name: configs
|
|
4333
4333
|
# --------------------------------------------------------------------------------
|
|
@@ -4420,7 +4420,7 @@ spec:
|
|
|
4420
4420
|
- -c
|
|
4421
4421
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4422
4422
|
imagePullPolicy: IfNotPresent
|
|
4423
|
-
image: quay.io/ibmmas/cli:11.
|
|
4423
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
4424
4424
|
workspaces:
|
|
4425
4425
|
- name: configs
|
|
4426
4426
|
# --------------------------------------------------------------------------------
|
|
@@ -4511,7 +4511,7 @@ spec:
|
|
|
4511
4511
|
- -c
|
|
4512
4512
|
name: gitops-deprovision-suite-workspace
|
|
4513
4513
|
imagePullPolicy: Always
|
|
4514
|
-
image: quay.io/ibmmas/cli:11.
|
|
4514
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
4515
4515
|
workspaces:
|
|
4516
4516
|
- name: configs
|
|
4517
4517
|
# --------------------------------------------------------------------------------
|
|
@@ -4604,7 +4604,7 @@ spec:
|
|
|
4604
4604
|
- -c
|
|
4605
4605
|
name: gitops-deprovision-suite
|
|
4606
4606
|
imagePullPolicy: IfNotPresent
|
|
4607
|
-
image: quay.io/ibmmas/cli:11.
|
|
4607
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
4608
4608
|
workspaces:
|
|
4609
4609
|
- name: configs
|
|
4610
4610
|
|
|
@@ -4717,7 +4717,7 @@ spec:
|
|
|
4717
4717
|
- -c
|
|
4718
4718
|
name: gitops-dro
|
|
4719
4719
|
imagePullPolicy: IfNotPresent
|
|
4720
|
-
image: quay.io/ibmmas/cli:11.
|
|
4720
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
4721
4721
|
workspaces:
|
|
4722
4722
|
- name: configs
|
|
4723
4723
|
# --------------------------------------------------------------------------------
|
|
@@ -4834,7 +4834,7 @@ spec:
|
|
|
4834
4834
|
- -c
|
|
4835
4835
|
name: gitops-efs
|
|
4836
4836
|
imagePullPolicy: IfNotPresent
|
|
4837
|
-
image: quay.io/ibmmas/cli:11.
|
|
4837
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
4838
4838
|
workspaces:
|
|
4839
4839
|
- name: configs
|
|
4840
4840
|
|
|
@@ -4969,7 +4969,7 @@ spec:
|
|
|
4969
4969
|
- -c
|
|
4970
4970
|
name: gitops-jdbc-config
|
|
4971
4971
|
imagePullPolicy: Always
|
|
4972
|
-
image: quay.io/ibmmas/cli:11.
|
|
4972
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
4973
4973
|
workspaces:
|
|
4974
4974
|
- name: configs
|
|
4975
4975
|
- name: shared-gitops-configs
|
|
@@ -5065,7 +5065,7 @@ spec:
|
|
|
5065
5065
|
- -c
|
|
5066
5066
|
name: gitops-kafka-config
|
|
5067
5067
|
imagePullPolicy: Always
|
|
5068
|
-
image: quay.io/ibmmas/cli:11.
|
|
5068
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
5069
5069
|
workspaces:
|
|
5070
5070
|
- name: configs
|
|
5071
5071
|
|
|
@@ -5187,7 +5187,7 @@ spec:
|
|
|
5187
5187
|
- -c
|
|
5188
5188
|
name: gitops-kafka
|
|
5189
5189
|
imagePullPolicy: IfNotPresent
|
|
5190
|
-
image: quay.io/ibmmas/cli:11.
|
|
5190
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
5191
5191
|
workspaces:
|
|
5192
5192
|
- name: configs
|
|
5193
5193
|
# --------------------------------------------------------------------------------
|
|
@@ -5313,7 +5313,7 @@ spec:
|
|
|
5313
5313
|
- -c
|
|
5314
5314
|
name: gitops-license
|
|
5315
5315
|
imagePullPolicy: Always
|
|
5316
|
-
image: quay.io/ibmmas/cli:11.
|
|
5316
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
5317
5317
|
workspaces:
|
|
5318
5318
|
- name: shared-entitlement
|
|
5319
5319
|
|
|
@@ -5816,7 +5816,7 @@ spec:
|
|
|
5816
5816
|
- -c
|
|
5817
5817
|
name: gitops-mas-fvt-preparer
|
|
5818
5818
|
imagePullPolicy: Always
|
|
5819
|
-
image: quay.io/ibmmas/cli:11.
|
|
5819
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
5820
5820
|
workspaces:
|
|
5821
5821
|
- name: configs
|
|
5822
5822
|
- name: shared-additional-configs
|
|
@@ -6258,7 +6258,7 @@ spec:
|
|
|
6258
6258
|
- -c
|
|
6259
6259
|
name: gitops-mas-initiator
|
|
6260
6260
|
imagePullPolicy: IfNotPresent
|
|
6261
|
-
image: quay.io/ibmmas/cli:11.
|
|
6261
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
6262
6262
|
workspaces:
|
|
6263
6263
|
- name: configs
|
|
6264
6264
|
# --------------------------------------------------------------------------------
|
|
@@ -6366,7 +6366,7 @@ spec:
|
|
|
6366
6366
|
- -c
|
|
6367
6367
|
name: gitops-mongo
|
|
6368
6368
|
imagePullPolicy: IfNotPresent
|
|
6369
|
-
image: quay.io/ibmmas/cli:11.
|
|
6369
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
6370
6370
|
workspaces:
|
|
6371
6371
|
- name: configs
|
|
6372
6372
|
|
|
@@ -6488,7 +6488,7 @@ spec:
|
|
|
6488
6488
|
- -c
|
|
6489
6489
|
name: gitops-nvidia-gpu
|
|
6490
6490
|
imagePullPolicy: IfNotPresent
|
|
6491
|
-
image: quay.io/ibmmas/cli:11.
|
|
6491
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
6492
6492
|
workspaces:
|
|
6493
6493
|
- name: configs
|
|
6494
6494
|
# --------------------------------------------------------------------------------
|
|
@@ -6606,7 +6606,7 @@ spec:
|
|
|
6606
6606
|
- -c
|
|
6607
6607
|
name: gitops-process-mongo-user
|
|
6608
6608
|
imagePullPolicy: IfNotPresent
|
|
6609
|
-
image: quay.io/ibmmas/cli:11.
|
|
6609
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
6610
6610
|
workspaces:
|
|
6611
6611
|
- name: configs
|
|
6612
6612
|
# --------------------------------------------------------------------------------
|
|
@@ -6662,7 +6662,7 @@ spec:
|
|
|
6662
6662
|
- -c
|
|
6663
6663
|
name: gitops-rosa
|
|
6664
6664
|
imagePullPolicy: IfNotPresent
|
|
6665
|
-
image: quay.io/ibmmas/cli:11.
|
|
6665
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
6666
6666
|
workspaces:
|
|
6667
6667
|
- name: configs
|
|
6668
6668
|
# --------------------------------------------------------------------------------
|
|
@@ -6844,7 +6844,7 @@ spec:
|
|
|
6844
6844
|
- -c
|
|
6845
6845
|
name: gitops-suite-app-config
|
|
6846
6846
|
imagePullPolicy: IfNotPresent
|
|
6847
|
-
image: quay.io/ibmmas/cli:11.
|
|
6847
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
6848
6848
|
workspaces:
|
|
6849
6849
|
- name: configs
|
|
6850
6850
|
- name: shared-gitops-configs
|
|
@@ -7002,7 +7002,7 @@ spec:
|
|
|
7002
7002
|
- -c
|
|
7003
7003
|
name: gitops-suite-app-install
|
|
7004
7004
|
imagePullPolicy: Always
|
|
7005
|
-
image: quay.io/ibmmas/cli:11.
|
|
7005
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
7006
7006
|
workspaces:
|
|
7007
7007
|
- name: configs
|
|
7008
7008
|
- name: shared-gitops-configs
|
|
@@ -7108,7 +7108,7 @@ spec:
|
|
|
7108
7108
|
- -c
|
|
7109
7109
|
name: gitops-suite-certs
|
|
7110
7110
|
imagePullPolicy: IfNotPresent
|
|
7111
|
-
image: quay.io/ibmmas/cli:11.
|
|
7111
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
7112
7112
|
workspaces:
|
|
7113
7113
|
- name: configs
|
|
7114
7114
|
- name: certificates
|
|
@@ -7155,6 +7155,12 @@ spec:
|
|
|
7155
7155
|
- name: cluster_url
|
|
7156
7156
|
type: string
|
|
7157
7157
|
default: ""
|
|
7158
|
+
- name: mas_slscfg_pod_template_yaml
|
|
7159
|
+
type: string
|
|
7160
|
+
default: ""
|
|
7161
|
+
- name: mas_bascfg_pod_template_yaml
|
|
7162
|
+
type: string
|
|
7163
|
+
default: ""
|
|
7158
7164
|
stepTemplate:
|
|
7159
7165
|
name: gitops-suite-config
|
|
7160
7166
|
env:
|
|
@@ -7190,6 +7196,10 @@ spec:
|
|
|
7190
7196
|
value: $(params.dro_contact_lastname)
|
|
7191
7197
|
- name: DRO_CA_CERTIFICATE_FILE
|
|
7192
7198
|
value: $(params.dro_ca_certificate_file)
|
|
7199
|
+
- name: MAS_SLSCFG_POD_TEMPLATE_YAML
|
|
7200
|
+
value: $(params.mas_slscfg_pod_template_yaml)
|
|
7201
|
+
- name: MAS_BASCFG_POD_TEMPLATE_YAML
|
|
7202
|
+
value: $(params.mas_bascfg_pod_template_yaml)
|
|
7193
7203
|
envFrom:
|
|
7194
7204
|
- configMapRef:
|
|
7195
7205
|
name: environment-properties
|
|
@@ -7268,7 +7278,7 @@ spec:
|
|
|
7268
7278
|
- -c
|
|
7269
7279
|
name: gitops-suite-config
|
|
7270
7280
|
imagePullPolicy: IfNotPresent
|
|
7271
|
-
image: quay.io/ibmmas/cli:11.
|
|
7281
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
7272
7282
|
workspaces:
|
|
7273
7283
|
- name: configs
|
|
7274
7284
|
- name: shared-additional-configs
|
|
@@ -7368,7 +7378,7 @@ spec:
|
|
|
7368
7378
|
- -c
|
|
7369
7379
|
name: gitops-suite-dns
|
|
7370
7380
|
imagePullPolicy: IfNotPresent
|
|
7371
|
-
image: quay.io/ibmmas/cli:11.
|
|
7381
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
7372
7382
|
workspaces:
|
|
7373
7383
|
- name: configs
|
|
7374
7384
|
|
|
@@ -7492,7 +7502,7 @@ spec:
|
|
|
7492
7502
|
- -c
|
|
7493
7503
|
name: gitops-suite-idp-config
|
|
7494
7504
|
imagePullPolicy: IfNotPresent
|
|
7495
|
-
image: quay.io/ibmmas/cli:11.
|
|
7505
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
7496
7506
|
workspaces:
|
|
7497
7507
|
- name: configs
|
|
7498
7508
|
- name: shared-additional-configs
|
|
@@ -7593,7 +7603,7 @@ spec:
|
|
|
7593
7603
|
- -c
|
|
7594
7604
|
name: gitops-suite-objectstorage-config
|
|
7595
7605
|
imagePullPolicy: IfNotPresent
|
|
7596
|
-
image: quay.io/ibmmas/cli:11.
|
|
7606
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
7597
7607
|
workspaces:
|
|
7598
7608
|
- name: configs
|
|
7599
7609
|
- name: shared-gitops-configs
|
|
@@ -7652,6 +7662,9 @@ spec:
|
|
|
7652
7662
|
- name: cluster_url
|
|
7653
7663
|
type: string
|
|
7654
7664
|
default: ""
|
|
7665
|
+
- name: mas_smtpcfg_pod_template_yaml
|
|
7666
|
+
type: string
|
|
7667
|
+
default: ""
|
|
7655
7668
|
stepTemplate:
|
|
7656
7669
|
name: gitops-suite-smtp-config
|
|
7657
7670
|
env:
|
|
@@ -7691,6 +7704,8 @@ spec:
|
|
|
7691
7704
|
value: $(params.smtp_default_recipient_email)
|
|
7692
7705
|
- name: SMTP_DEFAULT_SHOULD_EMAIL_PASSWORDS
|
|
7693
7706
|
value: $(params.smtp_default_should_email_passwords)
|
|
7707
|
+
- name: MAS_SMTPCFG_POD_TEMPLATE_YAML
|
|
7708
|
+
value: $(params.mas_smtpcfg_pod_template_yaml)
|
|
7694
7709
|
envFrom:
|
|
7695
7710
|
- configMapRef:
|
|
7696
7711
|
name: environment-properties
|
|
@@ -7729,7 +7744,7 @@ spec:
|
|
|
7729
7744
|
- -c
|
|
7730
7745
|
name: gitops-suite-smtp-config
|
|
7731
7746
|
imagePullPolicy: IfNotPresent
|
|
7732
|
-
image: quay.io/ibmmas/cli:11.
|
|
7747
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
7733
7748
|
workspaces:
|
|
7734
7749
|
- name: configs
|
|
7735
7750
|
|
|
@@ -7838,7 +7853,7 @@ spec:
|
|
|
7838
7853
|
- -c
|
|
7839
7854
|
name: gitops-suite-watson-studio-config
|
|
7840
7855
|
imagePullPolicy: IfNotPresent
|
|
7841
|
-
image: quay.io/ibmmas/cli:11.
|
|
7856
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
7842
7857
|
workspaces:
|
|
7843
7858
|
- name: configs
|
|
7844
7859
|
- name: shared-gitops-configs
|
|
@@ -7935,7 +7950,7 @@ spec:
|
|
|
7935
7950
|
- -c
|
|
7936
7951
|
name: gitops-suite-workspace
|
|
7937
7952
|
imagePullPolicy: IfNotPresent
|
|
7938
|
-
image: quay.io/ibmmas/cli:11.
|
|
7953
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
7939
7954
|
workspaces:
|
|
7940
7955
|
- name: configs
|
|
7941
7956
|
# --------------------------------------------------------------------------------
|
|
@@ -8215,7 +8230,7 @@ spec:
|
|
|
8215
8230
|
- -c
|
|
8216
8231
|
name: gitops-suite
|
|
8217
8232
|
imagePullPolicy: IfNotPresent
|
|
8218
|
-
image: quay.io/ibmmas/cli:11.
|
|
8233
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
8219
8234
|
workspaces:
|
|
8220
8235
|
- name: configs
|
|
8221
8236
|
- name: shared-gitops-configs
|
|
@@ -8265,7 +8280,7 @@ spec:
|
|
|
8265
8280
|
|
|
8266
8281
|
steps:
|
|
8267
8282
|
- name: grafana
|
|
8268
|
-
image: quay.io/ibmmas/cli:11.
|
|
8283
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
8269
8284
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8270
8285
|
command:
|
|
8271
8286
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8399,7 +8414,7 @@ spec:
|
|
|
8399
8414
|
command:
|
|
8400
8415
|
- /opt/app-root/src/run-role.sh
|
|
8401
8416
|
- ibm_catalogs
|
|
8402
|
-
image: quay.io/ibmmas/cli:11.
|
|
8417
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
8403
8418
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8404
8419
|
workingDir: /workspace/configs
|
|
8405
8420
|
# --------------------------------------------------------------------------------
|
|
@@ -8641,7 +8656,7 @@ spec:
|
|
|
8641
8656
|
command:
|
|
8642
8657
|
- /opt/app-root/src/run-role.sh
|
|
8643
8658
|
- kafka
|
|
8644
|
-
image: quay.io/ibmmas/cli:11.
|
|
8659
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
8645
8660
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8646
8661
|
workingDir: /workspace/configs
|
|
8647
8662
|
|
|
@@ -8857,7 +8872,7 @@ spec:
|
|
|
8857
8872
|
command:
|
|
8858
8873
|
- /opt/app-root/src/run-role.sh
|
|
8859
8874
|
- kmodels
|
|
8860
|
-
image: quay.io/ibmmas/cli:11.
|
|
8875
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
8861
8876
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8862
8877
|
# --------------------------------------------------------------------------------
|
|
8863
8878
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9035,7 +9050,7 @@ spec:
|
|
|
9035
9050
|
command:
|
|
9036
9051
|
- /opt/app-root/src/run-role.sh
|
|
9037
9052
|
- mongodb
|
|
9038
|
-
image: quay.io/ibmmas/cli:11.
|
|
9053
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9039
9054
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9040
9055
|
workingDir: /workspace/configs
|
|
9041
9056
|
|
|
@@ -9078,7 +9093,7 @@ spec:
|
|
|
9078
9093
|
- $(params.base_output_dir)
|
|
9079
9094
|
- --extra-namespaces
|
|
9080
9095
|
- selenium
|
|
9081
|
-
image: quay.io/ibmmas/cli:11.
|
|
9096
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9082
9097
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9083
9098
|
env:
|
|
9084
9099
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9195,7 +9210,7 @@ spec:
|
|
|
9195
9210
|
command:
|
|
9196
9211
|
- /opt/app-root/src/run-role.sh
|
|
9197
9212
|
- nvidia_gpu
|
|
9198
|
-
image: quay.io/ibmmas/cli:11.
|
|
9213
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9199
9214
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9200
9215
|
workingDir: /workspace/configs
|
|
9201
9216
|
|
|
@@ -9231,7 +9246,7 @@ spec:
|
|
|
9231
9246
|
# Verify Cluster
|
|
9232
9247
|
# -------------------------------------------------------------------------
|
|
9233
9248
|
- name: ocp-verify-cluster
|
|
9234
|
-
image: quay.io/ibmmas/cli:11.
|
|
9249
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9235
9250
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9236
9251
|
command:
|
|
9237
9252
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9273,7 +9288,7 @@ spec:
|
|
|
9273
9288
|
# Verify Catalogs
|
|
9274
9289
|
# -------------------------------------------------------------------------
|
|
9275
9290
|
- name: ocp-verify-catalogs
|
|
9276
|
-
image: quay.io/ibmmas/cli:11.
|
|
9291
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9277
9292
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9278
9293
|
command:
|
|
9279
9294
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9315,7 +9330,7 @@ spec:
|
|
|
9315
9330
|
# Verify Subscriptions
|
|
9316
9331
|
# -------------------------------------------------------------------------
|
|
9317
9332
|
- name: ocp-verify-subscriptions
|
|
9318
|
-
image: quay.io/ibmmas/cli:11.
|
|
9333
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9319
9334
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9320
9335
|
command:
|
|
9321
9336
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9357,7 +9372,7 @@ spec:
|
|
|
9357
9372
|
# Verify Workloads
|
|
9358
9373
|
# -------------------------------------------------------------------------
|
|
9359
9374
|
- name: ocp-verify-workloads
|
|
9360
|
-
image: quay.io/ibmmas/cli:11.
|
|
9375
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9361
9376
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9362
9377
|
command:
|
|
9363
9378
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9399,7 +9414,7 @@ spec:
|
|
|
9399
9414
|
# Verify Catalogs - Ingress TLS
|
|
9400
9415
|
# -------------------------------------------------------------------------
|
|
9401
9416
|
- name: ocp-verify-ingress
|
|
9402
|
-
image: quay.io/ibmmas/cli:11.
|
|
9417
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9403
9418
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9404
9419
|
command:
|
|
9405
9420
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9525,7 +9540,7 @@ spec:
|
|
|
9525
9540
|
command:
|
|
9526
9541
|
- /opt/app-root/src/run-role.sh
|
|
9527
9542
|
- ocp_verify
|
|
9528
|
-
image: quay.io/ibmmas/cli:11.
|
|
9543
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9529
9544
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9530
9545
|
workingDir: /workspace/configs
|
|
9531
9546
|
# --------------------------------------------------------------------------------
|
|
@@ -9593,7 +9608,7 @@ spec:
|
|
|
9593
9608
|
command:
|
|
9594
9609
|
- /opt/app-root/src/run-role.sh
|
|
9595
9610
|
- ocs
|
|
9596
|
-
image: quay.io/ibmmas/cli:11.
|
|
9611
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9597
9612
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9598
9613
|
workingDir: /workspace/configs
|
|
9599
9614
|
|
|
@@ -9829,7 +9844,7 @@ spec:
|
|
|
9829
9844
|
command:
|
|
9830
9845
|
- /opt/app-root/src/run-role.sh
|
|
9831
9846
|
- odh
|
|
9832
|
-
image: quay.io/ibmmas/cli:11.
|
|
9847
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
9833
9848
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9834
9849
|
# --------------------------------------------------------------------------------
|
|
9835
9850
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10005,7 +10020,7 @@ spec:
|
|
|
10005
10020
|
command:
|
|
10006
10021
|
- /opt/app-root/src/run-role.sh
|
|
10007
10022
|
- sls
|
|
10008
|
-
image: quay.io/ibmmas/cli:11.
|
|
10023
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
10009
10024
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10010
10025
|
workingDir: /workspace/configs
|
|
10011
10026
|
|
|
@@ -10382,12 +10397,12 @@ spec:
|
|
|
10382
10397
|
command:
|
|
10383
10398
|
- /opt/app-root/src/run-role.sh
|
|
10384
10399
|
- suite_app_config
|
|
10385
|
-
image: quay.io/ibmmas/cli:11.
|
|
10400
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
10386
10401
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10387
10402
|
|
|
10388
10403
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10389
10404
|
- name: app-cfg-post-verify
|
|
10390
|
-
image: quay.io/ibmmas/cli:11.
|
|
10405
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
10391
10406
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10392
10407
|
command:
|
|
10393
10408
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10588,7 +10603,7 @@ spec:
|
|
|
10588
10603
|
command:
|
|
10589
10604
|
- /opt/app-root/src/run-role.sh
|
|
10590
10605
|
- suite_app_install
|
|
10591
|
-
image: quay.io/ibmmas/cli:11.
|
|
10606
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
10592
10607
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10593
10608
|
|
|
10594
10609
|
workspaces:
|
|
@@ -10677,7 +10692,7 @@ spec:
|
|
|
10677
10692
|
command:
|
|
10678
10693
|
- /opt/app-root/src/run-role.sh
|
|
10679
10694
|
- suite_app_rollback
|
|
10680
|
-
image: quay.io/ibmmas/cli:11.
|
|
10695
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
10681
10696
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10682
10697
|
# --------------------------------------------------------------------------------
|
|
10683
10698
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10740,7 +10755,7 @@ spec:
|
|
|
10740
10755
|
command:
|
|
10741
10756
|
- /opt/app-root/src/run-role.sh
|
|
10742
10757
|
- suite_app_uninstall
|
|
10743
|
-
image: quay.io/ibmmas/cli:11.
|
|
10758
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
10744
10759
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10745
10760
|
# --------------------------------------------------------------------------------
|
|
10746
10761
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10815,7 +10830,7 @@ spec:
|
|
|
10815
10830
|
command:
|
|
10816
10831
|
- /opt/app-root/src/run-role.sh
|
|
10817
10832
|
- suite_app_upgrade
|
|
10818
|
-
image: quay.io/ibmmas/cli:11.
|
|
10833
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
10819
10834
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10820
10835
|
# --------------------------------------------------------------------------------
|
|
10821
10836
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -10916,7 +10931,7 @@ spec:
|
|
|
10916
10931
|
command:
|
|
10917
10932
|
- /opt/app-root/src/run-role.sh
|
|
10918
10933
|
- suite_app_verify
|
|
10919
|
-
image: quay.io/ibmmas/cli:11.
|
|
10934
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
10920
10935
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10921
10936
|
# --------------------------------------------------------------------------------
|
|
10922
10937
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11059,7 +11074,7 @@ spec:
|
|
|
11059
11074
|
command:
|
|
11060
11075
|
- /opt/app-root/src/run-role.sh
|
|
11061
11076
|
- suite_certs
|
|
11062
|
-
image: quay.io/ibmmas/cli:11.
|
|
11077
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
11063
11078
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11064
11079
|
|
|
11065
11080
|
workspaces:
|
|
@@ -11126,7 +11141,7 @@ spec:
|
|
|
11126
11141
|
command:
|
|
11127
11142
|
- /opt/app-root/src/run-role.sh
|
|
11128
11143
|
- suite_config
|
|
11129
|
-
image: quay.io/ibmmas/cli:11.
|
|
11144
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
11130
11145
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11131
11146
|
workingDir: /workspace/configs
|
|
11132
11147
|
|
|
@@ -11197,7 +11212,7 @@ spec:
|
|
|
11197
11212
|
command:
|
|
11198
11213
|
- /opt/app-root/src/run-role.sh
|
|
11199
11214
|
- suite_db2_setup_for_manage
|
|
11200
|
-
image: quay.io/ibmmas/cli:11.
|
|
11215
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
11201
11216
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11202
11217
|
# --------------------------------------------------------------------------------
|
|
11203
11218
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11387,7 +11402,7 @@ spec:
|
|
|
11387
11402
|
command:
|
|
11388
11403
|
- /opt/app-root/src/run-role.sh
|
|
11389
11404
|
- suite_dns
|
|
11390
|
-
image: quay.io/ibmmas/cli:11.
|
|
11405
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
11391
11406
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11392
11407
|
# --------------------------------------------------------------------------------
|
|
11393
11408
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11636,7 +11651,7 @@ spec:
|
|
|
11636
11651
|
command:
|
|
11637
11652
|
- /opt/app-root/src/run-role.sh
|
|
11638
11653
|
- suite_install
|
|
11639
|
-
image: quay.io/ibmmas/cli:11.
|
|
11654
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
11640
11655
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11641
11656
|
workingDir: /workspace/configs
|
|
11642
11657
|
|
|
@@ -11724,7 +11739,7 @@ spec:
|
|
|
11724
11739
|
command:
|
|
11725
11740
|
- /opt/app-root/src/run-role.sh
|
|
11726
11741
|
- suite_rollback
|
|
11727
|
-
image: quay.io/ibmmas/cli:11.
|
|
11742
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
11728
11743
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11729
11744
|
# --------------------------------------------------------------------------------
|
|
11730
11745
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11789,7 +11804,7 @@ spec:
|
|
|
11789
11804
|
command:
|
|
11790
11805
|
- /opt/app-root/src/run-role.sh
|
|
11791
11806
|
- suite_uninstall
|
|
11792
|
-
image: quay.io/ibmmas/cli:11.
|
|
11807
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
11793
11808
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11794
11809
|
# --------------------------------------------------------------------------------
|
|
11795
11810
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11859,7 +11874,7 @@ spec:
|
|
|
11859
11874
|
command:
|
|
11860
11875
|
- /opt/app-root/src/run-role.sh
|
|
11861
11876
|
- suite_upgrade
|
|
11862
|
-
image: quay.io/ibmmas/cli:11.
|
|
11877
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
11863
11878
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11864
11879
|
# --------------------------------------------------------------------------------
|
|
11865
11880
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -11926,12 +11941,12 @@ spec:
|
|
|
11926
11941
|
command:
|
|
11927
11942
|
- /opt/app-root/src/run-role.sh
|
|
11928
11943
|
- suite_verify
|
|
11929
|
-
image: quay.io/ibmmas/cli:11.
|
|
11944
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
11930
11945
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11931
11946
|
|
|
11932
11947
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
11933
11948
|
- name: suite-post-verify
|
|
11934
|
-
image: quay.io/ibmmas/cli:11.
|
|
11949
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
11935
11950
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11936
11951
|
script: |
|
|
11937
11952
|
#!/usr/bin/env bash
|
|
@@ -12065,7 +12080,7 @@ spec:
|
|
|
12065
12080
|
command:
|
|
12066
12081
|
- /opt/app-root/src/run-role.sh
|
|
12067
12082
|
- turbonomic
|
|
12068
|
-
image: quay.io/ibmmas/cli:11.
|
|
12083
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
12069
12084
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12070
12085
|
# --------------------------------------------------------------------------------
|
|
12071
12086
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12146,7 +12161,7 @@ spec:
|
|
|
12146
12161
|
# IBM User Data Services (UDS)
|
|
12147
12162
|
# -------------------------------------------------------------------------
|
|
12148
12163
|
- name: uds
|
|
12149
|
-
image: quay.io/ibmmas/cli:11.
|
|
12164
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
12150
12165
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12151
12166
|
workingDir: /workspace/configs
|
|
12152
12167
|
command:
|
|
@@ -12209,7 +12224,7 @@ spec:
|
|
|
12209
12224
|
# IBM Data Reporter Operator (DRO)
|
|
12210
12225
|
# -------------------------------------------------------------------------
|
|
12211
12226
|
- name: dro
|
|
12212
|
-
image: quay.io/ibmmas/cli:11.
|
|
12227
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
12213
12228
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12214
12229
|
workingDir: /workspace/configs
|
|
12215
12230
|
command:
|
|
@@ -12295,7 +12310,7 @@ spec:
|
|
|
12295
12310
|
|
|
12296
12311
|
steps:
|
|
12297
12312
|
- name: update-configmap
|
|
12298
|
-
image: quay.io/ibmmas/cli:11.
|
|
12313
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
12299
12314
|
command:
|
|
12300
12315
|
- /opt/app-root/src/update-configmap.sh
|
|
12301
12316
|
env:
|
|
@@ -12357,7 +12372,7 @@ spec:
|
|
|
12357
12372
|
|
|
12358
12373
|
steps:
|
|
12359
12374
|
- name: wait-for-configmap
|
|
12360
|
-
image: quay.io/ibmmas/cli:11.
|
|
12375
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
12361
12376
|
command:
|
|
12362
12377
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12363
12378
|
env:
|
|
@@ -12421,7 +12436,7 @@ spec:
|
|
|
12421
12436
|
|
|
12422
12437
|
steps:
|
|
12423
12438
|
- name: wait
|
|
12424
|
-
image: quay.io/ibmmas/cli:11.
|
|
12439
|
+
image: quay.io/ibmmas/cli:11.9.0
|
|
12425
12440
|
command:
|
|
12426
12441
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12427
12442
|
env:
|
|
@@ -17487,7 +17502,7 @@ spec:
|
|
|
17487
17502
|
value: $(params.cluster_promotion_cluster_values)
|
|
17488
17503
|
|
|
17489
17504
|
- name: install_selenium_grid
|
|
17490
|
-
value: $
|
|
17505
|
+
value: $(params.install_selenium_grid)
|
|
17491
17506
|
|
|
17492
17507
|
- name: devops_build_number
|
|
17493
17508
|
value: $(params.devops_build_number)
|
|
@@ -19035,6 +19050,15 @@ spec:
|
|
|
19035
19050
|
- name: mas_pod_template_yaml
|
|
19036
19051
|
type: string
|
|
19037
19052
|
default: ""
|
|
19053
|
+
- name: mas_bascfg_pod_template_yaml
|
|
19054
|
+
type: string
|
|
19055
|
+
default: ""
|
|
19056
|
+
- name: mas_slscfg_pod_template_yaml
|
|
19057
|
+
type: string
|
|
19058
|
+
default: ""
|
|
19059
|
+
- name: mas_smtpcfg_pod_template_yaml
|
|
19060
|
+
type: string
|
|
19061
|
+
default: ""
|
|
19038
19062
|
|
|
19039
19063
|
- name: db2_channel
|
|
19040
19064
|
type: string
|
|
@@ -19294,6 +19318,10 @@ spec:
|
|
|
19294
19318
|
value: $(params.dro_ca_certificate_file)
|
|
19295
19319
|
- name: cluster_url
|
|
19296
19320
|
value: $(params.cluster_url)
|
|
19321
|
+
- name: mas_bascfg_pod_template_yaml
|
|
19322
|
+
value: $(params.mas_bascfg_pod_template_yaml)
|
|
19323
|
+
- name: mas_slscfg_pod_template_yaml
|
|
19324
|
+
value: $(params.mas_slscfg_pod_template_yaml)
|
|
19297
19325
|
workspaces:
|
|
19298
19326
|
- name: configs
|
|
19299
19327
|
workspace: configs
|
|
@@ -19394,6 +19422,8 @@ spec:
|
|
|
19394
19422
|
value: $(params.smtp_default_should_email_passwords)
|
|
19395
19423
|
- name: cluster_url
|
|
19396
19424
|
value: $(params.cluster_url)
|
|
19425
|
+
- name: mas_smtpcfg_pod_template_yaml
|
|
19426
|
+
value: $(params.mas_smtpcfg_pod_template_yaml)
|
|
19397
19427
|
taskRef:
|
|
19398
19428
|
kind: Task
|
|
19399
19429
|
name: gitops-suite-smtp-config
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=GNl-1GXVMuDPBSV3YcMr2G0qyWqPS_0g3BZzgx_9iNw,526
|
|
2
|
+
mas/cli/cli.py,sha256=8ibD3rSkd_7sbjBb6ChkH7vBSkY-q8e1hGXzz7fdfrU,15811
|
|
3
3
|
mas/cli/displayMixins.py,sha256=VVL2kWzPTqNQy63WT-tYIDnYa7SX3w33QX2XjSWVHWk,5636
|
|
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=Fe3WKIP-c9g6R9Oa3mfLIjnB6wcIhEd
|
|
|
17
17
|
mas/cli/install/settings/manageSettings.py,sha256=StTU-CocoDHs3fIVy5RjC5zJ8pLbPIeKIyjCApa52C4,16165
|
|
18
18
|
mas/cli/install/settings/mongodbSettings.py,sha256=mFKL58d7ZxKkPkViUVAQTGhOxPSwAp5l2nhO0QF31qA,2356
|
|
19
19
|
mas/cli/install/settings/turbonomicSettings.py,sha256=4MWrbZmnToeaDsstfJTn2DvUviokCyjlBM-GPQd4a8A,1678
|
|
20
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
20
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=aZO0S2LPtilraYPimCA54Ze51XRh5YjnG7QXez6xNYs,784952
|
|
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=f1qfvzRdmf7YiYMtVTqKwE5RFVMcUkLGavCIZDuU_7c,5247
|
|
101
101
|
mas/cli/upgrade/argParser.py,sha256=zk629svjIk-hD40Ytc5e5UOLO3xogVrfqSz09S17mWw,1882
|
|
102
|
-
mas_cli-11.
|
|
103
|
-
mas_cli-11.
|
|
104
|
-
mas_cli-11.
|
|
105
|
-
mas_cli-11.
|
|
106
|
-
mas_cli-11.
|
|
102
|
+
mas_cli-11.9.0.data/scripts/mas-cli,sha256=Es-wSefTBcR3Vs5_kIUHQLfWHxTXVrmIPMFY0hbrxt8,3493
|
|
103
|
+
mas_cli-11.9.0.dist-info/METADATA,sha256=dbKfO10rrwGwLvEt3fqBtKbao6jRONyjhx9OTMNCGtI,2084
|
|
104
|
+
mas_cli-11.9.0.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
|
105
|
+
mas_cli-11.9.0.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
106
|
+
mas_cli-11.9.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|