mas-cli 15.2.0__py3-none-any.whl → 15.3.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 +354 -166
- mas/cli/update/app.py +5 -3
- {mas_cli-15.2.0.dist-info → mas_cli-15.3.0.dist-info}/METADATA +1 -1
- {mas_cli-15.2.0.dist-info → mas_cli-15.3.0.dist-info}/RECORD +9 -9
- {mas_cli-15.2.0.data → mas_cli-15.3.0.data}/scripts/mas-cli +0 -0
- {mas_cli-15.2.0.dist-info → mas_cli-15.3.0.dist-info}/WHEEL +0 -0
- {mas_cli-15.2.0.dist-info → mas_cli-15.3.0.dist-info}/top_level.txt +0 -0
|
@@ -129,7 +129,7 @@ spec:
|
|
|
129
129
|
|
|
130
130
|
steps:
|
|
131
131
|
- name: start-pipelinerun
|
|
132
|
-
image: quay.io/ibmmas/cli:15.
|
|
132
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
133
133
|
imagePullPolicy: $(params.image_pull_policy)
|
|
134
134
|
command:
|
|
135
135
|
- ansible-playbook
|
|
@@ -201,7 +201,7 @@ spec:
|
|
|
201
201
|
optional: false
|
|
202
202
|
|
|
203
203
|
- name: wait-for-pipelinerun
|
|
204
|
-
image: quay.io/ibmmas/cli:15.
|
|
204
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
205
205
|
imagePullPolicy: $(params.image_pull_policy)
|
|
206
206
|
# 50 retries at 5 minute intervals = 4 hours
|
|
207
207
|
command:
|
|
@@ -281,7 +281,7 @@ spec:
|
|
|
281
281
|
|
|
282
282
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
283
283
|
- name: app-cfg-post-verify
|
|
284
|
-
image: quay.io/ibmmas/cli:15.
|
|
284
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
285
285
|
imagePullPolicy: $(params.image_pull_policy)
|
|
286
286
|
command:
|
|
287
287
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -495,7 +495,7 @@ spec:
|
|
|
495
495
|
command:
|
|
496
496
|
- /opt/app-root/src/run-role.sh
|
|
497
497
|
- aiservice_tenant
|
|
498
|
-
image: quay.io/ibmmas/cli:15.
|
|
498
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
499
499
|
imagePullPolicy: $(params.image_pull_policy)
|
|
500
500
|
workingDir: /workspace/configs
|
|
501
501
|
|
|
@@ -711,7 +711,7 @@ spec:
|
|
|
711
711
|
command:
|
|
712
712
|
- /opt/app-root/src/run-role.sh
|
|
713
713
|
- aiservice
|
|
714
|
-
image: quay.io/ibmmas/cli:15.
|
|
714
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
715
715
|
imagePullPolicy: $(params.image_pull_policy)
|
|
716
716
|
workingDir: /workspace/configs
|
|
717
717
|
|
|
@@ -827,7 +827,7 @@ spec:
|
|
|
827
827
|
command:
|
|
828
828
|
- /opt/app-root/src/run-role.sh
|
|
829
829
|
- appconnect
|
|
830
|
-
image: quay.io/ibmmas/cli:15.
|
|
830
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
831
831
|
imagePullPolicy: $(params.image_pull_policy)
|
|
832
832
|
workingDir: /workspace/configs
|
|
833
833
|
|
|
@@ -945,7 +945,7 @@ spec:
|
|
|
945
945
|
command:
|
|
946
946
|
- /opt/app-root/src/run-role.sh
|
|
947
947
|
- arcgis
|
|
948
|
-
image: quay.io/ibmmas/cli:15.
|
|
948
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
949
949
|
imagePullPolicy: $(params.image_pull_policy)
|
|
950
950
|
# --------------------------------------------------------------------------------
|
|
951
951
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -1015,7 +1015,7 @@ spec:
|
|
|
1015
1015
|
command:
|
|
1016
1016
|
- /opt/app-root/src/run-role.sh
|
|
1017
1017
|
- cert_manager
|
|
1018
|
-
image: quay.io/ibmmas/cli:15.
|
|
1018
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
1019
1019
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1020
1020
|
workingDir: /workspace/configs
|
|
1021
1021
|
# --------------------------------------------------------------------------------
|
|
@@ -1081,7 +1081,7 @@ spec:
|
|
|
1081
1081
|
command:
|
|
1082
1082
|
- /opt/app-root/src/run-role.sh
|
|
1083
1083
|
- common_services
|
|
1084
|
-
image: quay.io/ibmmas/cli:15.
|
|
1084
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
1085
1085
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1086
1086
|
workingDir: /workspace/configs
|
|
1087
1087
|
# --------------------------------------------------------------------------------
|
|
@@ -1208,7 +1208,7 @@ spec:
|
|
|
1208
1208
|
command:
|
|
1209
1209
|
- /opt/app-root/src/run-role.sh
|
|
1210
1210
|
- cos
|
|
1211
|
-
image: quay.io/ibmmas/cli:15.
|
|
1211
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
1212
1212
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1213
1213
|
workingDir: /workspace/configs
|
|
1214
1214
|
|
|
@@ -1328,7 +1328,7 @@ spec:
|
|
|
1328
1328
|
command:
|
|
1329
1329
|
- /opt/app-root/src/run-role.sh
|
|
1330
1330
|
- cp4d_service
|
|
1331
|
-
image: quay.io/ibmmas/cli:15.
|
|
1331
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
1332
1332
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1333
1333
|
workingDir: /workspace/configs
|
|
1334
1334
|
# --------------------------------------------------------------------------------
|
|
@@ -1445,7 +1445,7 @@ spec:
|
|
|
1445
1445
|
command:
|
|
1446
1446
|
- /opt/app-root/src/run-role.sh
|
|
1447
1447
|
- cp4d_service
|
|
1448
|
-
image: quay.io/ibmmas/cli:15.
|
|
1448
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
1449
1449
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1450
1450
|
workingDir: /workspace/configs
|
|
1451
1451
|
|
|
@@ -1551,7 +1551,7 @@ spec:
|
|
|
1551
1551
|
command:
|
|
1552
1552
|
- /opt/app-root/src/run-role.sh
|
|
1553
1553
|
- cp4d
|
|
1554
|
-
image: quay.io/ibmmas/cli:15.
|
|
1554
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
1555
1555
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1556
1556
|
# --------------------------------------------------------------------------------
|
|
1557
1557
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1873,7 +1873,7 @@ spec:
|
|
|
1873
1873
|
command:
|
|
1874
1874
|
- /opt/app-root/src/run-role.sh
|
|
1875
1875
|
- db2
|
|
1876
|
-
image: quay.io/ibmmas/cli:15.
|
|
1876
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
1877
1877
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1878
1878
|
workingDir: /workspace/configs
|
|
1879
1879
|
|
|
@@ -1983,7 +1983,7 @@ spec:
|
|
|
1983
1983
|
command:
|
|
1984
1984
|
- /opt/app-root/src/run-role.sh
|
|
1985
1985
|
- eck
|
|
1986
|
-
image: quay.io/ibmmas/cli:15.
|
|
1986
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
1987
1987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1988
1988
|
# --------------------------------------------------------------------------------
|
|
1989
1989
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2072,7 +2072,7 @@ spec:
|
|
|
2072
2072
|
command:
|
|
2073
2073
|
- /opt/app-root/src/run-role.sh
|
|
2074
2074
|
- gencfg_workspace
|
|
2075
|
-
image: quay.io/ibmmas/cli:15.
|
|
2075
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
2076
2076
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2077
2077
|
workingDir: /workspace/configs
|
|
2078
2078
|
|
|
@@ -2267,7 +2267,7 @@ spec:
|
|
|
2267
2267
|
- -c
|
|
2268
2268
|
name: gitops-aibroker-tenant
|
|
2269
2269
|
imagePullPolicy: IfNotPresent
|
|
2270
|
-
image: quay.io/ibmmas/cli:15.
|
|
2270
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
2271
2271
|
workspaces:
|
|
2272
2272
|
- name: configs
|
|
2273
2273
|
# --------------------------------------------------------------------------------
|
|
@@ -2460,7 +2460,7 @@ spec:
|
|
|
2460
2460
|
- -c
|
|
2461
2461
|
name: gitops-aibroker
|
|
2462
2462
|
imagePullPolicy: IfNotPresent
|
|
2463
|
-
image: quay.io/ibmmas/cli:15.
|
|
2463
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
2464
2464
|
workspaces:
|
|
2465
2465
|
- name: configs
|
|
2466
2466
|
# --------------------------------------------------------------------------------
|
|
@@ -2561,7 +2561,7 @@ spec:
|
|
|
2561
2561
|
- -c
|
|
2562
2562
|
name: gitops-bootstrap
|
|
2563
2563
|
imagePullPolicy: IfNotPresent
|
|
2564
|
-
image: quay.io/ibmmas/cli:15.
|
|
2564
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
2565
2565
|
workspaces:
|
|
2566
2566
|
- name: configs
|
|
2567
2567
|
# --------------------------------------------------------------------------------
|
|
@@ -2643,7 +2643,7 @@ spec:
|
|
|
2643
2643
|
- -c
|
|
2644
2644
|
name: gitops-cis-compliance
|
|
2645
2645
|
imagePullPolicy: IfNotPresent
|
|
2646
|
-
image: quay.io/ibmmas/cli:15.
|
|
2646
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
2647
2647
|
workspaces:
|
|
2648
2648
|
- name: configs
|
|
2649
2649
|
# --------------------------------------------------------------------------------
|
|
@@ -2978,7 +2978,7 @@ spec:
|
|
|
2978
2978
|
- -c
|
|
2979
2979
|
name: gitops-cluster
|
|
2980
2980
|
imagePullPolicy: Always
|
|
2981
|
-
image: quay.io/ibmmas/cli:15.
|
|
2981
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
2982
2982
|
workspaces:
|
|
2983
2983
|
- name: configs
|
|
2984
2984
|
# --------------------------------------------------------------------------------
|
|
@@ -3086,7 +3086,7 @@ spec:
|
|
|
3086
3086
|
- -c
|
|
3087
3087
|
name: gitops-cos
|
|
3088
3088
|
imagePullPolicy: IfNotPresent
|
|
3089
|
-
image: quay.io/ibmmas/cli:15.
|
|
3089
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
3090
3090
|
workspaces:
|
|
3091
3091
|
- name: configs
|
|
3092
3092
|
# --------------------------------------------------------------------------------
|
|
@@ -3234,7 +3234,7 @@ spec:
|
|
|
3234
3234
|
- -c
|
|
3235
3235
|
name: gitops-cp4d-service
|
|
3236
3236
|
imagePullPolicy: IfNotPresent
|
|
3237
|
-
image: quay.io/ibmmas/cli:15.
|
|
3237
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
3238
3238
|
workspaces:
|
|
3239
3239
|
- name: configs
|
|
3240
3240
|
- name: shared-gitops-configs
|
|
@@ -3363,7 +3363,7 @@ spec:
|
|
|
3363
3363
|
- -c
|
|
3364
3364
|
name: gitops-cp4d
|
|
3365
3365
|
imagePullPolicy: IfNotPresent
|
|
3366
|
-
image: quay.io/ibmmas/cli:15.
|
|
3366
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
3367
3367
|
workspaces:
|
|
3368
3368
|
- name: configs
|
|
3369
3369
|
- name: shared-gitops-configs
|
|
@@ -3654,7 +3654,7 @@ spec:
|
|
|
3654
3654
|
- -c
|
|
3655
3655
|
name: gitops-db2u-database
|
|
3656
3656
|
imagePullPolicy: Always
|
|
3657
|
-
image: quay.io/ibmmas/cli:15.
|
|
3657
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
3658
3658
|
workspaces:
|
|
3659
3659
|
- name: configs
|
|
3660
3660
|
- name: shared-gitops-configs
|
|
@@ -3752,7 +3752,7 @@ spec:
|
|
|
3752
3752
|
- -c
|
|
3753
3753
|
name: gitops-db2u
|
|
3754
3754
|
imagePullPolicy: IfNotPresent
|
|
3755
|
-
image: quay.io/ibmmas/cli:15.
|
|
3755
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
3756
3756
|
workspaces:
|
|
3757
3757
|
- name: configs
|
|
3758
3758
|
# --------------------------------------------------------------------------------
|
|
@@ -3879,7 +3879,7 @@ spec:
|
|
|
3879
3879
|
- -c
|
|
3880
3880
|
name: gitops-delete-jdbc-config
|
|
3881
3881
|
imagePullPolicy: IfNotPresent
|
|
3882
|
-
image: quay.io/ibmmas/cli:15.
|
|
3882
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
3883
3883
|
workspaces:
|
|
3884
3884
|
- name: configs
|
|
3885
3885
|
# --------------------------------------------------------------------------------
|
|
@@ -3977,7 +3977,7 @@ spec:
|
|
|
3977
3977
|
- -c
|
|
3978
3978
|
name: gitops-delete-kafka-config
|
|
3979
3979
|
imagePullPolicy: Always
|
|
3980
|
-
image: quay.io/ibmmas/cli:15.
|
|
3980
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
3981
3981
|
workspaces:
|
|
3982
3982
|
- name: configs
|
|
3983
3983
|
|
|
@@ -4069,7 +4069,7 @@ spec:
|
|
|
4069
4069
|
- -c
|
|
4070
4070
|
name: gitops-deprovision-app-config
|
|
4071
4071
|
imagePullPolicy: IfNotPresent
|
|
4072
|
-
image: quay.io/ibmmas/cli:15.
|
|
4072
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
4073
4073
|
workspaces:
|
|
4074
4074
|
- name: configs
|
|
4075
4075
|
# --------------------------------------------------------------------------------
|
|
@@ -4154,7 +4154,7 @@ spec:
|
|
|
4154
4154
|
- -c
|
|
4155
4155
|
name: gitops-deprovision-app-install
|
|
4156
4156
|
imagePullPolicy: IfNotPresent
|
|
4157
|
-
image: quay.io/ibmmas/cli:15.
|
|
4157
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
4158
4158
|
workspaces:
|
|
4159
4159
|
- name: configs
|
|
4160
4160
|
# --------------------------------------------------------------------------------
|
|
@@ -4239,7 +4239,7 @@ spec:
|
|
|
4239
4239
|
- -c
|
|
4240
4240
|
name: gitops-deprovision-cluster
|
|
4241
4241
|
imagePullPolicy: IfNotPresent
|
|
4242
|
-
image: quay.io/ibmmas/cli:15.
|
|
4242
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
4243
4243
|
workspaces:
|
|
4244
4244
|
- name: configs
|
|
4245
4245
|
# --------------------------------------------------------------------------------
|
|
@@ -4358,7 +4358,7 @@ spec:
|
|
|
4358
4358
|
- -c
|
|
4359
4359
|
name: gitops-deprovision-cos
|
|
4360
4360
|
imagePullPolicy: IfNotPresent
|
|
4361
|
-
image: quay.io/ibmmas/cli:15.
|
|
4361
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
4362
4362
|
workspaces:
|
|
4363
4363
|
- name: configs
|
|
4364
4364
|
# --------------------------------------------------------------------------------
|
|
@@ -4463,7 +4463,7 @@ spec:
|
|
|
4463
4463
|
- -c
|
|
4464
4464
|
name: gitops-deprovision-cp4d-service
|
|
4465
4465
|
imagePullPolicy: IfNotPresent
|
|
4466
|
-
image: quay.io/ibmmas/cli:15.
|
|
4466
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
4467
4467
|
workspaces:
|
|
4468
4468
|
- name: configs
|
|
4469
4469
|
# --------------------------------------------------------------------------------
|
|
@@ -4551,7 +4551,7 @@ spec:
|
|
|
4551
4551
|
- -c
|
|
4552
4552
|
name: gitops-deprovision-cp4d
|
|
4553
4553
|
imagePullPolicy: IfNotPresent
|
|
4554
|
-
image: quay.io/ibmmas/cli:15.
|
|
4554
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
4555
4555
|
workspaces:
|
|
4556
4556
|
- name: configs
|
|
4557
4557
|
# --------------------------------------------------------------------------------
|
|
@@ -4644,7 +4644,7 @@ spec:
|
|
|
4644
4644
|
- -c
|
|
4645
4645
|
name: gitops-deprovision-db2u-database
|
|
4646
4646
|
imagePullPolicy: IfNotPresent
|
|
4647
|
-
image: quay.io/ibmmas/cli:15.
|
|
4647
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
4648
4648
|
workspaces:
|
|
4649
4649
|
- name: configs
|
|
4650
4650
|
|
|
@@ -4727,7 +4727,7 @@ spec:
|
|
|
4727
4727
|
- -c
|
|
4728
4728
|
name: gitops-deprovision-db2u
|
|
4729
4729
|
imagePullPolicy: IfNotPresent
|
|
4730
|
-
image: quay.io/ibmmas/cli:15.
|
|
4730
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
4731
4731
|
workspaces:
|
|
4732
4732
|
- name: configs
|
|
4733
4733
|
|
|
@@ -4844,7 +4844,7 @@ spec:
|
|
|
4844
4844
|
- -c
|
|
4845
4845
|
name: gitops-deprovision-efs
|
|
4846
4846
|
imagePullPolicy: IfNotPresent
|
|
4847
|
-
image: quay.io/ibmmas/cli:15.
|
|
4847
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
4848
4848
|
workspaces:
|
|
4849
4849
|
- name: configs
|
|
4850
4850
|
|
|
@@ -4954,7 +4954,7 @@ spec:
|
|
|
4954
4954
|
- -c
|
|
4955
4955
|
name: gitops-deprovision-kafka
|
|
4956
4956
|
imagePullPolicy: IfNotPresent
|
|
4957
|
-
image: quay.io/ibmmas/cli:15.
|
|
4957
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
4958
4958
|
workspaces:
|
|
4959
4959
|
- name: configs
|
|
4960
4960
|
# --------------------------------------------------------------------------------
|
|
@@ -5057,7 +5057,7 @@ spec:
|
|
|
5057
5057
|
- -c
|
|
5058
5058
|
name: gitops-deprovision-mongo
|
|
5059
5059
|
imagePullPolicy: IfNotPresent
|
|
5060
|
-
image: quay.io/ibmmas/cli:15.
|
|
5060
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
5061
5061
|
workspaces:
|
|
5062
5062
|
- name: configs
|
|
5063
5063
|
|
|
@@ -5114,7 +5114,7 @@ spec:
|
|
|
5114
5114
|
- -c
|
|
5115
5115
|
name: gitops-deprovision-rosa
|
|
5116
5116
|
imagePullPolicy: IfNotPresent
|
|
5117
|
-
image: quay.io/ibmmas/cli:15.
|
|
5117
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
5118
5118
|
workspaces:
|
|
5119
5119
|
- name: configs
|
|
5120
5120
|
# --------------------------------------------------------------------------------
|
|
@@ -5319,7 +5319,7 @@ spec:
|
|
|
5319
5319
|
- -c
|
|
5320
5320
|
name: gitops-deprovision-suite-config
|
|
5321
5321
|
imagePullPolicy: IfNotPresent
|
|
5322
|
-
image: quay.io/ibmmas/cli:15.
|
|
5322
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
5323
5323
|
workspaces:
|
|
5324
5324
|
- name: configs
|
|
5325
5325
|
|
|
@@ -5417,7 +5417,7 @@ spec:
|
|
|
5417
5417
|
- -c
|
|
5418
5418
|
name: gitops-deprovision-suite-idp-config
|
|
5419
5419
|
imagePullPolicy: IfNotPresent
|
|
5420
|
-
image: quay.io/ibmmas/cli:15.
|
|
5420
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
5421
5421
|
workspaces:
|
|
5422
5422
|
- name: configs
|
|
5423
5423
|
# --------------------------------------------------------------------------------
|
|
@@ -5509,7 +5509,7 @@ spec:
|
|
|
5509
5509
|
- -c
|
|
5510
5510
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5511
5511
|
imagePullPolicy: IfNotPresent
|
|
5512
|
-
image: quay.io/ibmmas/cli:15.
|
|
5512
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
5513
5513
|
workspaces:
|
|
5514
5514
|
- name: configs
|
|
5515
5515
|
# --------------------------------------------------------------------------------
|
|
@@ -5721,7 +5721,7 @@ spec:
|
|
|
5721
5721
|
- -c
|
|
5722
5722
|
name: gitops-deprovision-suite-smtp-config
|
|
5723
5723
|
imagePullPolicy: IfNotPresent
|
|
5724
|
-
image: quay.io/ibmmas/cli:15.
|
|
5724
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
5725
5725
|
workspaces:
|
|
5726
5726
|
- name: configs
|
|
5727
5727
|
# --------------------------------------------------------------------------------
|
|
@@ -5814,7 +5814,7 @@ spec:
|
|
|
5814
5814
|
- -c
|
|
5815
5815
|
name: gitops-deprovision-suite-watson-studio-config
|
|
5816
5816
|
imagePullPolicy: IfNotPresent
|
|
5817
|
-
image: quay.io/ibmmas/cli:15.
|
|
5817
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
5818
5818
|
workspaces:
|
|
5819
5819
|
- name: configs
|
|
5820
5820
|
# --------------------------------------------------------------------------------
|
|
@@ -5905,7 +5905,7 @@ spec:
|
|
|
5905
5905
|
- -c
|
|
5906
5906
|
name: gitops-deprovision-suite-workspace
|
|
5907
5907
|
imagePullPolicy: Always
|
|
5908
|
-
image: quay.io/ibmmas/cli:15.
|
|
5908
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
5909
5909
|
workspaces:
|
|
5910
5910
|
- name: configs
|
|
5911
5911
|
# --------------------------------------------------------------------------------
|
|
@@ -5998,7 +5998,7 @@ spec:
|
|
|
5998
5998
|
- -c
|
|
5999
5999
|
name: gitops-deprovision-suite
|
|
6000
6000
|
imagePullPolicy: IfNotPresent
|
|
6001
|
-
image: quay.io/ibmmas/cli:15.
|
|
6001
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
6002
6002
|
workspaces:
|
|
6003
6003
|
- name: configs
|
|
6004
6004
|
|
|
@@ -6111,7 +6111,7 @@ spec:
|
|
|
6111
6111
|
- -c
|
|
6112
6112
|
name: gitops-dro
|
|
6113
6113
|
imagePullPolicy: IfNotPresent
|
|
6114
|
-
image: quay.io/ibmmas/cli:15.
|
|
6114
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
6115
6115
|
workspaces:
|
|
6116
6116
|
- name: configs
|
|
6117
6117
|
# --------------------------------------------------------------------------------
|
|
@@ -6238,7 +6238,7 @@ spec:
|
|
|
6238
6238
|
- -c
|
|
6239
6239
|
name: gitops-efs
|
|
6240
6240
|
imagePullPolicy: IfNotPresent
|
|
6241
|
-
image: quay.io/ibmmas/cli:15.
|
|
6241
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
6242
6242
|
workspaces:
|
|
6243
6243
|
- name: configs
|
|
6244
6244
|
|
|
@@ -6373,7 +6373,7 @@ spec:
|
|
|
6373
6373
|
- -c
|
|
6374
6374
|
name: gitops-jdbc-config
|
|
6375
6375
|
imagePullPolicy: Always
|
|
6376
|
-
image: quay.io/ibmmas/cli:15.
|
|
6376
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
6377
6377
|
workspaces:
|
|
6378
6378
|
- name: configs
|
|
6379
6379
|
- name: shared-gitops-configs
|
|
@@ -6469,7 +6469,7 @@ spec:
|
|
|
6469
6469
|
- -c
|
|
6470
6470
|
name: gitops-kafka-config
|
|
6471
6471
|
imagePullPolicy: Always
|
|
6472
|
-
image: quay.io/ibmmas/cli:15.
|
|
6472
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
6473
6473
|
workspaces:
|
|
6474
6474
|
- name: configs
|
|
6475
6475
|
|
|
@@ -6591,7 +6591,7 @@ spec:
|
|
|
6591
6591
|
- -c
|
|
6592
6592
|
name: gitops-kafka
|
|
6593
6593
|
imagePullPolicy: IfNotPresent
|
|
6594
|
-
image: quay.io/ibmmas/cli:15.
|
|
6594
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
6595
6595
|
workspaces:
|
|
6596
6596
|
- name: configs
|
|
6597
6597
|
# --------------------------------------------------------------------------------
|
|
@@ -6785,7 +6785,7 @@ spec:
|
|
|
6785
6785
|
- -c
|
|
6786
6786
|
name: gitops-kmodel
|
|
6787
6787
|
imagePullPolicy: IfNotPresent
|
|
6788
|
-
image: quay.io/ibmmas/cli:15.
|
|
6788
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
6789
6789
|
workspaces:
|
|
6790
6790
|
- name: configs
|
|
6791
6791
|
# --------------------------------------------------------------------------------
|
|
@@ -6911,7 +6911,7 @@ spec:
|
|
|
6911
6911
|
- -c
|
|
6912
6912
|
name: gitops-license
|
|
6913
6913
|
imagePullPolicy: Always
|
|
6914
|
-
image: quay.io/ibmmas/cli:15.
|
|
6914
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
6915
6915
|
workspaces:
|
|
6916
6916
|
- name: shared-entitlement
|
|
6917
6917
|
|
|
@@ -7635,7 +7635,7 @@ spec:
|
|
|
7635
7635
|
- -c
|
|
7636
7636
|
name: gitops-mas-fvt-preparer
|
|
7637
7637
|
imagePullPolicy: Always
|
|
7638
|
-
image: quay.io/ibmmas/cli:15.
|
|
7638
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
7639
7639
|
workspaces:
|
|
7640
7640
|
- name: configs
|
|
7641
7641
|
- name: shared-additional-configs
|
|
@@ -8135,7 +8135,7 @@ spec:
|
|
|
8135
8135
|
- -c
|
|
8136
8136
|
name: gitops-mas-initiator
|
|
8137
8137
|
imagePullPolicy: IfNotPresent
|
|
8138
|
-
image: quay.io/ibmmas/cli:15.
|
|
8138
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
8139
8139
|
workspaces:
|
|
8140
8140
|
- name: configs
|
|
8141
8141
|
# --------------------------------------------------------------------------------
|
|
@@ -8268,7 +8268,7 @@ spec:
|
|
|
8268
8268
|
- -c
|
|
8269
8269
|
name: gitops-mas-provisioner
|
|
8270
8270
|
imagePullPolicy: IfNotPresent
|
|
8271
|
-
image: quay.io/ibmmas/cli:15.
|
|
8271
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
8272
8272
|
workspaces:
|
|
8273
8273
|
- name: configs
|
|
8274
8274
|
# --------------------------------------------------------------------------------
|
|
@@ -8376,7 +8376,7 @@ spec:
|
|
|
8376
8376
|
- -c
|
|
8377
8377
|
name: gitops-mongo
|
|
8378
8378
|
imagePullPolicy: IfNotPresent
|
|
8379
|
-
image: quay.io/ibmmas/cli:15.
|
|
8379
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
8380
8380
|
workspaces:
|
|
8381
8381
|
- name: configs
|
|
8382
8382
|
|
|
@@ -8502,7 +8502,7 @@ spec:
|
|
|
8502
8502
|
- -c
|
|
8503
8503
|
name: gitops-nvidia-gpu
|
|
8504
8504
|
imagePullPolicy: IfNotPresent
|
|
8505
|
-
image: quay.io/ibmmas/cli:15.
|
|
8505
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
8506
8506
|
workspaces:
|
|
8507
8507
|
- name: configs
|
|
8508
8508
|
# --------------------------------------------------------------------------------
|
|
@@ -8623,7 +8623,7 @@ spec:
|
|
|
8623
8623
|
- -c
|
|
8624
8624
|
name: gitops-odh
|
|
8625
8625
|
imagePullPolicy: IfNotPresent
|
|
8626
|
-
image: quay.io/ibmmas/cli:15.
|
|
8626
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
8627
8627
|
workspaces:
|
|
8628
8628
|
- name: configs
|
|
8629
8629
|
# --------------------------------------------------------------------------------
|
|
@@ -8741,7 +8741,7 @@ spec:
|
|
|
8741
8741
|
- -c
|
|
8742
8742
|
name: gitops-process-mongo-user
|
|
8743
8743
|
imagePullPolicy: IfNotPresent
|
|
8744
|
-
image: quay.io/ibmmas/cli:15.
|
|
8744
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
8745
8745
|
workspaces:
|
|
8746
8746
|
- name: configs
|
|
8747
8747
|
# --------------------------------------------------------------------------------
|
|
@@ -8797,7 +8797,7 @@ spec:
|
|
|
8797
8797
|
- -c
|
|
8798
8798
|
name: gitops-rosa
|
|
8799
8799
|
imagePullPolicy: IfNotPresent
|
|
8800
|
-
image: quay.io/ibmmas/cli:15.
|
|
8800
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
8801
8801
|
workspaces:
|
|
8802
8802
|
- name: configs
|
|
8803
8803
|
# --------------------------------------------------------------------------------
|
|
@@ -8979,7 +8979,7 @@ spec:
|
|
|
8979
8979
|
- -c
|
|
8980
8980
|
name: gitops-suite-app-config
|
|
8981
8981
|
imagePullPolicy: IfNotPresent
|
|
8982
|
-
image: quay.io/ibmmas/cli:15.
|
|
8982
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
8983
8983
|
workspaces:
|
|
8984
8984
|
- name: configs
|
|
8985
8985
|
- name: shared-gitops-configs
|
|
@@ -9137,7 +9137,7 @@ spec:
|
|
|
9137
9137
|
- -c
|
|
9138
9138
|
name: gitops-suite-app-install
|
|
9139
9139
|
imagePullPolicy: Always
|
|
9140
|
-
image: quay.io/ibmmas/cli:15.
|
|
9140
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
9141
9141
|
workspaces:
|
|
9142
9142
|
- name: configs
|
|
9143
9143
|
- name: shared-gitops-configs
|
|
@@ -9243,7 +9243,7 @@ spec:
|
|
|
9243
9243
|
- -c
|
|
9244
9244
|
name: gitops-suite-certs
|
|
9245
9245
|
imagePullPolicy: IfNotPresent
|
|
9246
|
-
image: quay.io/ibmmas/cli:15.
|
|
9246
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
9247
9247
|
workspaces:
|
|
9248
9248
|
- name: configs
|
|
9249
9249
|
- name: certificates
|
|
@@ -9418,7 +9418,7 @@ spec:
|
|
|
9418
9418
|
- -c
|
|
9419
9419
|
name: gitops-suite-config
|
|
9420
9420
|
imagePullPolicy: IfNotPresent
|
|
9421
|
-
image: quay.io/ibmmas/cli:15.
|
|
9421
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
9422
9422
|
workspaces:
|
|
9423
9423
|
- name: configs
|
|
9424
9424
|
- name: shared-additional-configs
|
|
@@ -9518,7 +9518,7 @@ spec:
|
|
|
9518
9518
|
- -c
|
|
9519
9519
|
name: gitops-suite-dns
|
|
9520
9520
|
imagePullPolicy: IfNotPresent
|
|
9521
|
-
image: quay.io/ibmmas/cli:15.
|
|
9521
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
9522
9522
|
workspaces:
|
|
9523
9523
|
- name: configs
|
|
9524
9524
|
|
|
@@ -9642,7 +9642,7 @@ spec:
|
|
|
9642
9642
|
- -c
|
|
9643
9643
|
name: gitops-suite-idp-config
|
|
9644
9644
|
imagePullPolicy: IfNotPresent
|
|
9645
|
-
image: quay.io/ibmmas/cli:15.
|
|
9645
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
9646
9646
|
workspaces:
|
|
9647
9647
|
- name: configs
|
|
9648
9648
|
- name: shared-additional-configs
|
|
@@ -9743,7 +9743,7 @@ spec:
|
|
|
9743
9743
|
- -c
|
|
9744
9744
|
name: gitops-suite-objectstorage-config
|
|
9745
9745
|
imagePullPolicy: IfNotPresent
|
|
9746
|
-
image: quay.io/ibmmas/cli:15.
|
|
9746
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
9747
9747
|
workspaces:
|
|
9748
9748
|
- name: configs
|
|
9749
9749
|
- name: shared-gitops-configs
|
|
@@ -10165,7 +10165,7 @@ spec:
|
|
|
10165
10165
|
- -c
|
|
10166
10166
|
name: gitops-suite-smtp-config
|
|
10167
10167
|
imagePullPolicy: IfNotPresent
|
|
10168
|
-
image: quay.io/ibmmas/cli:15.
|
|
10168
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
10169
10169
|
workspaces:
|
|
10170
10170
|
- name: configs
|
|
10171
10171
|
- name: shared-gitops-configs
|
|
@@ -10285,7 +10285,7 @@ spec:
|
|
|
10285
10285
|
- -c
|
|
10286
10286
|
name: gitops-suite-watson-studio-config
|
|
10287
10287
|
imagePullPolicy: IfNotPresent
|
|
10288
|
-
image: quay.io/ibmmas/cli:15.
|
|
10288
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
10289
10289
|
workspaces:
|
|
10290
10290
|
- name: configs
|
|
10291
10291
|
- name: shared-gitops-configs
|
|
@@ -10387,7 +10387,7 @@ spec:
|
|
|
10387
10387
|
- -c
|
|
10388
10388
|
name: gitops-suite-workspace
|
|
10389
10389
|
imagePullPolicy: IfNotPresent
|
|
10390
|
-
image: quay.io/ibmmas/cli:15.
|
|
10390
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
10391
10391
|
workspaces:
|
|
10392
10392
|
- name: configs
|
|
10393
10393
|
# --------------------------------------------------------------------------------
|
|
@@ -10725,7 +10725,7 @@ spec:
|
|
|
10725
10725
|
- -c
|
|
10726
10726
|
name: gitops-suite
|
|
10727
10727
|
imagePullPolicy: IfNotPresent
|
|
10728
|
-
image: quay.io/ibmmas/cli:15.
|
|
10728
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
10729
10729
|
workspaces:
|
|
10730
10730
|
- name: configs
|
|
10731
10731
|
- name: shared-gitops-configs
|
|
@@ -10775,7 +10775,7 @@ spec:
|
|
|
10775
10775
|
|
|
10776
10776
|
steps:
|
|
10777
10777
|
- name: grafana
|
|
10778
|
-
image: quay.io/ibmmas/cli:15.
|
|
10778
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
10779
10779
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10780
10780
|
command:
|
|
10781
10781
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10909,7 +10909,7 @@ spec:
|
|
|
10909
10909
|
command:
|
|
10910
10910
|
- /opt/app-root/src/run-role.sh
|
|
10911
10911
|
- ibm_catalogs
|
|
10912
|
-
image: quay.io/ibmmas/cli:15.
|
|
10912
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
10913
10913
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10914
10914
|
workingDir: /workspace/configs
|
|
10915
10915
|
# --------------------------------------------------------------------------------
|
|
@@ -11151,7 +11151,7 @@ spec:
|
|
|
11151
11151
|
command:
|
|
11152
11152
|
- /opt/app-root/src/run-role.sh
|
|
11153
11153
|
- kafka
|
|
11154
|
-
image: quay.io/ibmmas/cli:15.
|
|
11154
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
11155
11155
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11156
11156
|
workingDir: /workspace/configs
|
|
11157
11157
|
|
|
@@ -11619,7 +11619,7 @@ spec:
|
|
|
11619
11619
|
description: Extracted component names as a JSON array
|
|
11620
11620
|
steps:
|
|
11621
11621
|
- name: extract
|
|
11622
|
-
image: quay.io/ibmmas/cli:15.
|
|
11622
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
11623
11623
|
script: |
|
|
11624
11624
|
#!/bin/sh
|
|
11625
11625
|
echo "Hello.. Start extraction for $(params.mas_appws_components)"
|
|
@@ -11972,7 +11972,7 @@ spec:
|
|
|
11972
11972
|
echo "No IBM COS instance to delete"
|
|
11973
11973
|
fi
|
|
11974
11974
|
exit 0
|
|
11975
|
-
image: quay.io/ibmmas/cli:15.
|
|
11975
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
11976
11976
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11977
11977
|
workingDir: /workspace/configs
|
|
11978
11978
|
env:
|
|
@@ -12072,7 +12072,7 @@ spec:
|
|
|
12072
12072
|
echo "No EventStreams instance to delete"
|
|
12073
12073
|
fi
|
|
12074
12074
|
exit 0
|
|
12075
|
-
image: quay.io/ibmmas/cli:15.
|
|
12075
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
12076
12076
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12077
12077
|
workingDir: /workspace/configs
|
|
12078
12078
|
env:
|
|
@@ -12173,7 +12173,7 @@ spec:
|
|
|
12173
12173
|
command:
|
|
12174
12174
|
- /opt/app-root/src/run-role.sh
|
|
12175
12175
|
- ocp_deprovision
|
|
12176
|
-
image: quay.io/ibmmas/cli:15.
|
|
12176
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
12177
12177
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12178
12178
|
env:
|
|
12179
12179
|
- name: DEVOPS_MONGO_URI
|
|
@@ -12273,7 +12273,7 @@ spec:
|
|
|
12273
12273
|
command:
|
|
12274
12274
|
- python3
|
|
12275
12275
|
- /opt/app-root/src/finalizer.py
|
|
12276
|
-
image: quay.io/ibmmas/cli:15.
|
|
12276
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
12277
12277
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12278
12278
|
env:
|
|
12279
12279
|
- name: DEVOPS_MONGO_URI
|
|
@@ -13983,7 +13983,7 @@ spec:
|
|
|
13983
13983
|
command:
|
|
13984
13984
|
- python3
|
|
13985
13985
|
- /opt/app-root/src/mobilever.py
|
|
13986
|
-
image: quay.io/ibmmas/cli:15.
|
|
13986
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
13987
13987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13988
13988
|
onError: continue
|
|
13989
13989
|
|
|
@@ -14346,7 +14346,7 @@ spec:
|
|
|
14346
14346
|
|
|
14347
14347
|
steps:
|
|
14348
14348
|
- name: post-update-verify
|
|
14349
|
-
image: quay.io/ibmmas/cli:15.
|
|
14349
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
14350
14350
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14351
14351
|
command:
|
|
14352
14352
|
- ansible-playbook
|
|
@@ -14402,7 +14402,7 @@ spec:
|
|
|
14402
14402
|
|
|
14403
14403
|
steps:
|
|
14404
14404
|
- name: create-offline-upgrade-cron
|
|
14405
|
-
image: quay.io/ibmmas/cli:15.
|
|
14405
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
14406
14406
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14407
14407
|
command:
|
|
14408
14408
|
- ansible-playbook
|
|
@@ -14458,7 +14458,7 @@ spec:
|
|
|
14458
14458
|
|
|
14459
14459
|
steps:
|
|
14460
14460
|
- name: create-offline-upgrade-cron
|
|
14461
|
-
image: quay.io/ibmmas/cli:15.
|
|
14461
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
14462
14462
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14463
14463
|
command:
|
|
14464
14464
|
- ansible-playbook
|
|
@@ -14892,7 +14892,7 @@ spec:
|
|
|
14892
14892
|
echo '--------------------------------------------------------------------------------'
|
|
14893
14893
|
exit $RESULT
|
|
14894
14894
|
timeout: "0"
|
|
14895
|
-
image: quay.io/ibmmas/cli:15.
|
|
14895
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
14896
14896
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14897
14897
|
env:
|
|
14898
14898
|
- name: DEVOPS_MONGO_URI
|
|
@@ -14952,7 +14952,7 @@ spec:
|
|
|
14952
14952
|
echo '--------------------------------------------------------------------------------'
|
|
14953
14953
|
exit $RESULT
|
|
14954
14954
|
timeout: "0"
|
|
14955
|
-
image: quay.io/ibmmas/cli:15.
|
|
14955
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
14956
14956
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14957
14957
|
env:
|
|
14958
14958
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15025,7 +15025,7 @@ spec:
|
|
|
15025
15025
|
echo '--------------------------------------------------------------------------------'
|
|
15026
15026
|
exit $RESULT
|
|
15027
15027
|
timeout: "0"
|
|
15028
|
-
image: quay.io/ibmmas/cli:15.
|
|
15028
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15029
15029
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15030
15030
|
env:
|
|
15031
15031
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15071,7 +15071,7 @@ spec:
|
|
|
15071
15071
|
|
|
15072
15072
|
steps:
|
|
15073
15073
|
- name: start-pipelinerun
|
|
15074
|
-
image: quay.io/ibmmas/cli:15.
|
|
15074
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15075
15075
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15076
15076
|
command:
|
|
15077
15077
|
- ansible-playbook
|
|
@@ -15168,7 +15168,7 @@ spec:
|
|
|
15168
15168
|
optional: false
|
|
15169
15169
|
|
|
15170
15170
|
- name: wait-for-pipelinerun
|
|
15171
|
-
image: quay.io/ibmmas/cli:15.
|
|
15171
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15172
15172
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15173
15173
|
# 50 retries at 5 minute intervals = just over 4 hours
|
|
15174
15174
|
command:
|
|
@@ -15212,7 +15212,7 @@ spec:
|
|
|
15212
15212
|
|
|
15213
15213
|
steps:
|
|
15214
15214
|
- name: start-pipelinerun
|
|
15215
|
-
image: quay.io/ibmmas/cli:15.
|
|
15215
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15216
15216
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15217
15217
|
command:
|
|
15218
15218
|
- ansible-playbook
|
|
@@ -15365,7 +15365,7 @@ spec:
|
|
|
15365
15365
|
optional: false
|
|
15366
15366
|
|
|
15367
15367
|
- name: wait-for-pipelinerun
|
|
15368
|
-
image: quay.io/ibmmas/cli:15.
|
|
15368
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15369
15369
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15370
15370
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15371
15371
|
command:
|
|
@@ -15414,7 +15414,7 @@ spec:
|
|
|
15414
15414
|
|
|
15415
15415
|
steps:
|
|
15416
15416
|
- name: start-pipelinerun
|
|
15417
|
-
image: quay.io/ibmmas/cli:15.
|
|
15417
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15418
15418
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15419
15419
|
command:
|
|
15420
15420
|
- ansible-playbook
|
|
@@ -15464,7 +15464,7 @@ spec:
|
|
|
15464
15464
|
|
|
15465
15465
|
steps:
|
|
15466
15466
|
- name: start-pipelinerun
|
|
15467
|
-
image: quay.io/ibmmas/cli:15.
|
|
15467
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15468
15468
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15469
15469
|
command:
|
|
15470
15470
|
- ansible-playbook
|
|
@@ -15543,7 +15543,7 @@ spec:
|
|
|
15543
15543
|
optional: false
|
|
15544
15544
|
|
|
15545
15545
|
- name: wait-for-pipelinerun
|
|
15546
|
-
image: quay.io/ibmmas/cli:15.
|
|
15546
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15547
15547
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15548
15548
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
15549
15549
|
command:
|
|
@@ -15588,7 +15588,7 @@ spec:
|
|
|
15588
15588
|
|
|
15589
15589
|
steps:
|
|
15590
15590
|
- name: start-pipelinerun
|
|
15591
|
-
image: quay.io/ibmmas/cli:15.
|
|
15591
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15592
15592
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15593
15593
|
command:
|
|
15594
15594
|
- ansible-playbook
|
|
@@ -15716,7 +15716,7 @@ spec:
|
|
|
15716
15716
|
optional: false
|
|
15717
15717
|
|
|
15718
15718
|
- name: wait-for-pipelinerun
|
|
15719
|
-
image: quay.io/ibmmas/cli:15.
|
|
15719
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15720
15720
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15721
15721
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15722
15722
|
command:
|
|
@@ -15760,7 +15760,7 @@ spec:
|
|
|
15760
15760
|
|
|
15761
15761
|
steps:
|
|
15762
15762
|
- name: start-pipelinerun
|
|
15763
|
-
image: quay.io/ibmmas/cli:15.
|
|
15763
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15764
15764
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15765
15765
|
command:
|
|
15766
15766
|
- ansible-playbook
|
|
@@ -15913,7 +15913,7 @@ spec:
|
|
|
15913
15913
|
optional: false
|
|
15914
15914
|
|
|
15915
15915
|
- name: wait-for-pipelinerun
|
|
15916
|
-
image: quay.io/ibmmas/cli:15.
|
|
15916
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15917
15917
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15918
15918
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15919
15919
|
command:
|
|
@@ -15960,7 +15960,7 @@ spec:
|
|
|
15960
15960
|
|
|
15961
15961
|
steps:
|
|
15962
15962
|
- name: start-testng-pipelinerun
|
|
15963
|
-
image: quay.io/ibmmas/cli:15.
|
|
15963
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
15964
15964
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15965
15965
|
command:
|
|
15966
15966
|
- ansible-playbook
|
|
@@ -16052,7 +16052,7 @@ spec:
|
|
|
16052
16052
|
optional: false
|
|
16053
16053
|
|
|
16054
16054
|
- name: wait-for-testng-pipelinerun
|
|
16055
|
-
image: quay.io/ibmmas/cli:15.
|
|
16055
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16056
16056
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16057
16057
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16058
16058
|
command:
|
|
@@ -16099,7 +16099,7 @@ spec:
|
|
|
16099
16099
|
|
|
16100
16100
|
steps:
|
|
16101
16101
|
- name: start-pytest-pipelinerun
|
|
16102
|
-
image: quay.io/ibmmas/cli:15.
|
|
16102
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16103
16103
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16104
16104
|
command:
|
|
16105
16105
|
- ansible-playbook
|
|
@@ -16182,7 +16182,7 @@ spec:
|
|
|
16182
16182
|
optional: false
|
|
16183
16183
|
|
|
16184
16184
|
- name: wait-for-pytest-pipelinerun
|
|
16185
|
-
image: quay.io/ibmmas/cli:15.
|
|
16185
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16186
16186
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16187
16187
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16188
16188
|
command:
|
|
@@ -16230,7 +16230,7 @@ spec:
|
|
|
16230
16230
|
|
|
16231
16231
|
steps:
|
|
16232
16232
|
- name: start-pytest-pipelinerun
|
|
16233
|
-
image: quay.io/ibmmas/cli:15.
|
|
16233
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16234
16234
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16235
16235
|
command:
|
|
16236
16236
|
- ansible-playbook
|
|
@@ -16310,7 +16310,7 @@ spec:
|
|
|
16310
16310
|
optional: false
|
|
16311
16311
|
|
|
16312
16312
|
- name: wait-for-pytest-pipelinerun
|
|
16313
|
-
image: quay.io/ibmmas/cli:15.
|
|
16313
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16314
16314
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16315
16315
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16316
16316
|
command:
|
|
@@ -16336,7 +16336,7 @@ spec:
|
|
|
16336
16336
|
value: "True"
|
|
16337
16337
|
|
|
16338
16338
|
- name: start-testng-pipelinerun
|
|
16339
|
-
image: quay.io/ibmmas/cli:15.
|
|
16339
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16340
16340
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16341
16341
|
command:
|
|
16342
16342
|
- ansible-playbook
|
|
@@ -16435,7 +16435,7 @@ spec:
|
|
|
16435
16435
|
optional: false
|
|
16436
16436
|
|
|
16437
16437
|
- name: wait-for-testng-pipelinerun
|
|
16438
|
-
image: quay.io/ibmmas/cli:15.
|
|
16438
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16439
16439
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16440
16440
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16441
16441
|
command:
|
|
@@ -16478,7 +16478,7 @@ spec:
|
|
|
16478
16478
|
|
|
16479
16479
|
steps:
|
|
16480
16480
|
- name: start-pipelinerun
|
|
16481
|
-
image: quay.io/ibmmas/cli:15.
|
|
16481
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16482
16482
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16483
16483
|
command:
|
|
16484
16484
|
- ansible-playbook
|
|
@@ -16569,7 +16569,7 @@ spec:
|
|
|
16569
16569
|
optional: false
|
|
16570
16570
|
|
|
16571
16571
|
- name: wait-for-pipelinerun
|
|
16572
|
-
image: quay.io/ibmmas/cli:15.
|
|
16572
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16573
16573
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16574
16574
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16575
16575
|
command:
|
|
@@ -16613,7 +16613,7 @@ spec:
|
|
|
16613
16613
|
|
|
16614
16614
|
steps:
|
|
16615
16615
|
- name: start-pipelinerun
|
|
16616
|
-
image: quay.io/ibmmas/cli:15.
|
|
16616
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16617
16617
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16618
16618
|
command:
|
|
16619
16619
|
- ansible-playbook
|
|
@@ -16704,7 +16704,7 @@ spec:
|
|
|
16704
16704
|
optional: false
|
|
16705
16705
|
|
|
16706
16706
|
- name: wait-for-pipelinerun
|
|
16707
|
-
image: quay.io/ibmmas/cli:15.
|
|
16707
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16708
16708
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16709
16709
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16710
16710
|
command:
|
|
@@ -16748,7 +16748,7 @@ spec:
|
|
|
16748
16748
|
|
|
16749
16749
|
steps:
|
|
16750
16750
|
- name: start-pipelinerun
|
|
16751
|
-
image: quay.io/ibmmas/cli:15.
|
|
16751
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16752
16752
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16753
16753
|
command:
|
|
16754
16754
|
- ansible-playbook
|
|
@@ -16827,7 +16827,7 @@ spec:
|
|
|
16827
16827
|
optional: false
|
|
16828
16828
|
|
|
16829
16829
|
- name: wait-for-pipelinerun
|
|
16830
|
-
image: quay.io/ibmmas/cli:15.
|
|
16830
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16831
16831
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16832
16832
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16833
16833
|
command:
|
|
@@ -16871,7 +16871,7 @@ spec:
|
|
|
16871
16871
|
|
|
16872
16872
|
steps:
|
|
16873
16873
|
- name: start-pipelinerun
|
|
16874
|
-
image: quay.io/ibmmas/cli:15.
|
|
16874
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16875
16875
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16876
16876
|
command:
|
|
16877
16877
|
- ansible-playbook
|
|
@@ -16956,7 +16956,7 @@ spec:
|
|
|
16956
16956
|
optional: false
|
|
16957
16957
|
|
|
16958
16958
|
- name: wait-for-pipelinerun
|
|
16959
|
-
image: quay.io/ibmmas/cli:15.
|
|
16959
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
16960
16960
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16961
16961
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
16962
16962
|
command:
|
|
@@ -17000,7 +17000,7 @@ spec:
|
|
|
17000
17000
|
|
|
17001
17001
|
steps:
|
|
17002
17002
|
- name: start-pipelinerun
|
|
17003
|
-
image: quay.io/ibmmas/cli:15.
|
|
17003
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17004
17004
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17005
17005
|
command:
|
|
17006
17006
|
- ansible-playbook
|
|
@@ -17096,7 +17096,7 @@ spec:
|
|
|
17096
17096
|
optional: false
|
|
17097
17097
|
|
|
17098
17098
|
- name: wait-for-pipelinerun
|
|
17099
|
-
image: quay.io/ibmmas/cli:15.
|
|
17099
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17100
17100
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17101
17101
|
# 10 retries at 5 minute intervals = 50 min
|
|
17102
17102
|
command:
|
|
@@ -17144,7 +17144,7 @@ spec:
|
|
|
17144
17144
|
|
|
17145
17145
|
steps:
|
|
17146
17146
|
- name: start-pipelinerun
|
|
17147
|
-
image: quay.io/ibmmas/cli:15.
|
|
17147
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17148
17148
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17149
17149
|
command:
|
|
17150
17150
|
- ansible-playbook
|
|
@@ -17248,7 +17248,7 @@ spec:
|
|
|
17248
17248
|
optional: false
|
|
17249
17249
|
|
|
17250
17250
|
- name: wait-for-pipelinerun
|
|
17251
|
-
image: quay.io/ibmmas/cli:15.
|
|
17251
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17252
17252
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17253
17253
|
# 10 retries at 5 minute intervals = 50 min
|
|
17254
17254
|
command:
|
|
@@ -17292,7 +17292,7 @@ spec:
|
|
|
17292
17292
|
|
|
17293
17293
|
steps:
|
|
17294
17294
|
- name: start-pipelinerun
|
|
17295
|
-
image: quay.io/ibmmas/cli:15.
|
|
17295
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17296
17296
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17297
17297
|
command:
|
|
17298
17298
|
- ansible-playbook
|
|
@@ -17371,7 +17371,7 @@ spec:
|
|
|
17371
17371
|
optional: false
|
|
17372
17372
|
|
|
17373
17373
|
- name: wait-for-pipelinerun
|
|
17374
|
-
image: quay.io/ibmmas/cli:15.
|
|
17374
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17375
17375
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17376
17376
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17377
17377
|
command:
|
|
@@ -17415,7 +17415,7 @@ spec:
|
|
|
17415
17415
|
|
|
17416
17416
|
steps:
|
|
17417
17417
|
- name: start-pipelinerun
|
|
17418
|
-
image: quay.io/ibmmas/cli:15.
|
|
17418
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17419
17419
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17420
17420
|
command:
|
|
17421
17421
|
- ansible-playbook
|
|
@@ -17520,7 +17520,7 @@ spec:
|
|
|
17520
17520
|
optional: false
|
|
17521
17521
|
|
|
17522
17522
|
- name: wait-for-pipelinerun
|
|
17523
|
-
image: quay.io/ibmmas/cli:15.
|
|
17523
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17524
17524
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17525
17525
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17526
17526
|
command:
|
|
@@ -17648,7 +17648,7 @@ spec:
|
|
|
17648
17648
|
command:
|
|
17649
17649
|
- /opt/app-root/src/run-role.sh
|
|
17650
17650
|
- minio
|
|
17651
|
-
image: quay.io/ibmmas/cli:15.
|
|
17651
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17652
17652
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17653
17653
|
# --------------------------------------------------------------------------------
|
|
17654
17654
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -17826,7 +17826,7 @@ spec:
|
|
|
17826
17826
|
command:
|
|
17827
17827
|
- /opt/app-root/src/run-role.sh
|
|
17828
17828
|
- mongodb
|
|
17829
|
-
image: quay.io/ibmmas/cli:15.
|
|
17829
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17830
17830
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17831
17831
|
workingDir: /workspace/configs
|
|
17832
17832
|
|
|
@@ -17869,7 +17869,7 @@ spec:
|
|
|
17869
17869
|
- $(params.base_output_dir)
|
|
17870
17870
|
- --extra-namespaces
|
|
17871
17871
|
- selenium
|
|
17872
|
-
image: quay.io/ibmmas/cli:15.
|
|
17872
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17873
17873
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17874
17874
|
env:
|
|
17875
17875
|
- name: DEVOPS_MONGO_URI
|
|
@@ -17986,7 +17986,7 @@ spec:
|
|
|
17986
17986
|
command:
|
|
17987
17987
|
- /opt/app-root/src/run-role.sh
|
|
17988
17988
|
- nvidia_gpu
|
|
17989
|
-
image: quay.io/ibmmas/cli:15.
|
|
17989
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
17990
17990
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17991
17991
|
workingDir: /workspace/configs
|
|
17992
17992
|
|
|
@@ -18022,7 +18022,7 @@ spec:
|
|
|
18022
18022
|
# Verify Cluster
|
|
18023
18023
|
# -------------------------------------------------------------------------
|
|
18024
18024
|
- name: ocp-verify-cluster
|
|
18025
|
-
image: quay.io/ibmmas/cli:15.
|
|
18025
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
18026
18026
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18027
18027
|
command:
|
|
18028
18028
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18064,7 +18064,7 @@ spec:
|
|
|
18064
18064
|
# Verify Catalogs
|
|
18065
18065
|
# -------------------------------------------------------------------------
|
|
18066
18066
|
- name: ocp-verify-catalogs
|
|
18067
|
-
image: quay.io/ibmmas/cli:15.
|
|
18067
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
18068
18068
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18069
18069
|
command:
|
|
18070
18070
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18106,7 +18106,7 @@ spec:
|
|
|
18106
18106
|
# Verify Subscriptions
|
|
18107
18107
|
# -------------------------------------------------------------------------
|
|
18108
18108
|
- name: ocp-verify-subscriptions
|
|
18109
|
-
image: quay.io/ibmmas/cli:15.
|
|
18109
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
18110
18110
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18111
18111
|
command:
|
|
18112
18112
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18148,7 +18148,7 @@ spec:
|
|
|
18148
18148
|
# Verify Workloads
|
|
18149
18149
|
# -------------------------------------------------------------------------
|
|
18150
18150
|
- name: ocp-verify-workloads
|
|
18151
|
-
image: quay.io/ibmmas/cli:15.
|
|
18151
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
18152
18152
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18153
18153
|
command:
|
|
18154
18154
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18190,7 +18190,7 @@ spec:
|
|
|
18190
18190
|
# Verify Catalogs - Ingress TLS
|
|
18191
18191
|
# -------------------------------------------------------------------------
|
|
18192
18192
|
- name: ocp-verify-ingress
|
|
18193
|
-
image: quay.io/ibmmas/cli:15.
|
|
18193
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
18194
18194
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18195
18195
|
command:
|
|
18196
18196
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18316,7 +18316,7 @@ spec:
|
|
|
18316
18316
|
command:
|
|
18317
18317
|
- /opt/app-root/src/run-role.sh
|
|
18318
18318
|
- ocp_verify
|
|
18319
|
-
image: quay.io/ibmmas/cli:15.
|
|
18319
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
18320
18320
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18321
18321
|
workingDir: /workspace/configs
|
|
18322
18322
|
# --------------------------------------------------------------------------------
|
|
@@ -18384,7 +18384,7 @@ spec:
|
|
|
18384
18384
|
command:
|
|
18385
18385
|
- /opt/app-root/src/run-role.sh
|
|
18386
18386
|
- ocs
|
|
18387
|
-
image: quay.io/ibmmas/cli:15.
|
|
18387
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
18388
18388
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18389
18389
|
workingDir: /workspace/configs
|
|
18390
18390
|
|
|
@@ -18513,7 +18513,7 @@ spec:
|
|
|
18513
18513
|
command:
|
|
18514
18514
|
- /opt/app-root/src/run-role.sh
|
|
18515
18515
|
- aiservice_odh
|
|
18516
|
-
image: quay.io/ibmmas/cli:15.
|
|
18516
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
18517
18517
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18518
18518
|
# --------------------------------------------------------------------------------
|
|
18519
18519
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -18689,7 +18689,7 @@ spec:
|
|
|
18689
18689
|
command:
|
|
18690
18690
|
- /opt/app-root/src/run-role.sh
|
|
18691
18691
|
- sls
|
|
18692
|
-
image: quay.io/ibmmas/cli:15.
|
|
18692
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
18693
18693
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18694
18694
|
workingDir: /workspace/configs
|
|
18695
18695
|
|
|
@@ -19149,12 +19149,12 @@ spec:
|
|
|
19149
19149
|
command:
|
|
19150
19150
|
- /opt/app-root/src/run-role.sh
|
|
19151
19151
|
- suite_app_config
|
|
19152
|
-
image: quay.io/ibmmas/cli:15.
|
|
19152
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
19153
19153
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19154
19154
|
|
|
19155
19155
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
19156
19156
|
- name: app-cfg-post-verify
|
|
19157
|
-
image: quay.io/ibmmas/cli:15.
|
|
19157
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
19158
19158
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19159
19159
|
command:
|
|
19160
19160
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -19349,7 +19349,7 @@ spec:
|
|
|
19349
19349
|
command:
|
|
19350
19350
|
- /opt/app-root/src/run-role.sh
|
|
19351
19351
|
- suite_app_install
|
|
19352
|
-
image: quay.io/ibmmas/cli:15.
|
|
19352
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
19353
19353
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19354
19354
|
|
|
19355
19355
|
workspaces:
|
|
@@ -19438,7 +19438,7 @@ spec:
|
|
|
19438
19438
|
command:
|
|
19439
19439
|
- /opt/app-root/src/run-role.sh
|
|
19440
19440
|
- suite_app_rollback
|
|
19441
|
-
image: quay.io/ibmmas/cli:15.
|
|
19441
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
19442
19442
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19443
19443
|
# --------------------------------------------------------------------------------
|
|
19444
19444
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -19501,7 +19501,7 @@ spec:
|
|
|
19501
19501
|
command:
|
|
19502
19502
|
- /opt/app-root/src/run-role.sh
|
|
19503
19503
|
- suite_app_uninstall
|
|
19504
|
-
image: quay.io/ibmmas/cli:15.
|
|
19504
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
19505
19505
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19506
19506
|
# --------------------------------------------------------------------------------
|
|
19507
19507
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -19576,7 +19576,7 @@ spec:
|
|
|
19576
19576
|
command:
|
|
19577
19577
|
- /opt/app-root/src/run-role.sh
|
|
19578
19578
|
- suite_app_upgrade
|
|
19579
|
-
image: quay.io/ibmmas/cli:15.
|
|
19579
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
19580
19580
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19581
19581
|
# --------------------------------------------------------------------------------
|
|
19582
19582
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -19677,7 +19677,7 @@ spec:
|
|
|
19677
19677
|
command:
|
|
19678
19678
|
- /opt/app-root/src/run-role.sh
|
|
19679
19679
|
- suite_app_verify
|
|
19680
|
-
image: quay.io/ibmmas/cli:15.
|
|
19680
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
19681
19681
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19682
19682
|
# --------------------------------------------------------------------------------
|
|
19683
19683
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -19820,7 +19820,7 @@ spec:
|
|
|
19820
19820
|
command:
|
|
19821
19821
|
- /opt/app-root/src/run-role.sh
|
|
19822
19822
|
- suite_certs
|
|
19823
|
-
image: quay.io/ibmmas/cli:15.
|
|
19823
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
19824
19824
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19825
19825
|
|
|
19826
19826
|
workspaces:
|
|
@@ -19887,7 +19887,7 @@ spec:
|
|
|
19887
19887
|
command:
|
|
19888
19888
|
- /opt/app-root/src/run-role.sh
|
|
19889
19889
|
- suite_config
|
|
19890
|
-
image: quay.io/ibmmas/cli:15.
|
|
19890
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
19891
19891
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19892
19892
|
workingDir: /workspace/configs
|
|
19893
19893
|
|
|
@@ -20219,7 +20219,7 @@ spec:
|
|
|
20219
20219
|
command:
|
|
20220
20220
|
- /opt/app-root/src/run-role.sh
|
|
20221
20221
|
- suite_db2_setup_for_facilities
|
|
20222
|
-
image: quay.io/ibmmas/cli:15.
|
|
20222
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
20223
20223
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20224
20224
|
workingDir: /workspace/configs
|
|
20225
20225
|
|
|
@@ -20291,7 +20291,7 @@ spec:
|
|
|
20291
20291
|
command:
|
|
20292
20292
|
- /opt/app-root/src/run-role.sh
|
|
20293
20293
|
- suite_db2_setup_for_manage
|
|
20294
|
-
image: quay.io/ibmmas/cli:15.
|
|
20294
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
20295
20295
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20296
20296
|
# --------------------------------------------------------------------------------
|
|
20297
20297
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -20481,7 +20481,7 @@ spec:
|
|
|
20481
20481
|
command:
|
|
20482
20482
|
- /opt/app-root/src/run-role.sh
|
|
20483
20483
|
- suite_dns
|
|
20484
|
-
image: quay.io/ibmmas/cli:15.
|
|
20484
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
20485
20485
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20486
20486
|
# --------------------------------------------------------------------------------
|
|
20487
20487
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -20730,7 +20730,7 @@ spec:
|
|
|
20730
20730
|
command:
|
|
20731
20731
|
- /opt/app-root/src/run-role.sh
|
|
20732
20732
|
- suite_install
|
|
20733
|
-
image: quay.io/ibmmas/cli:15.
|
|
20733
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
20734
20734
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20735
20735
|
workingDir: /workspace/configs
|
|
20736
20736
|
|
|
@@ -20818,7 +20818,7 @@ spec:
|
|
|
20818
20818
|
command:
|
|
20819
20819
|
- /opt/app-root/src/run-role.sh
|
|
20820
20820
|
- suite_rollback
|
|
20821
|
-
image: quay.io/ibmmas/cli:15.
|
|
20821
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
20822
20822
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20823
20823
|
# --------------------------------------------------------------------------------
|
|
20824
20824
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -20883,7 +20883,7 @@ spec:
|
|
|
20883
20883
|
command:
|
|
20884
20884
|
- /opt/app-root/src/run-role.sh
|
|
20885
20885
|
- suite_uninstall
|
|
20886
|
-
image: quay.io/ibmmas/cli:15.
|
|
20886
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
20887
20887
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20888
20888
|
# --------------------------------------------------------------------------------
|
|
20889
20889
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -20953,7 +20953,7 @@ spec:
|
|
|
20953
20953
|
command:
|
|
20954
20954
|
- /opt/app-root/src/run-role.sh
|
|
20955
20955
|
- suite_upgrade
|
|
20956
|
-
image: quay.io/ibmmas/cli:15.
|
|
20956
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
20957
20957
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20958
20958
|
# --------------------------------------------------------------------------------
|
|
20959
20959
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -21015,12 +21015,12 @@ spec:
|
|
|
21015
21015
|
command:
|
|
21016
21016
|
- /opt/app-root/src/run-role.sh
|
|
21017
21017
|
- suite_verify
|
|
21018
|
-
image: quay.io/ibmmas/cli:15.
|
|
21018
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
21019
21019
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21020
21020
|
|
|
21021
21021
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
21022
21022
|
- name: suite-post-verify
|
|
21023
|
-
image: quay.io/ibmmas/cli:15.
|
|
21023
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
21024
21024
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21025
21025
|
command:
|
|
21026
21026
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -21143,7 +21143,7 @@ spec:
|
|
|
21143
21143
|
command:
|
|
21144
21144
|
- /opt/app-root/src/run-role.sh
|
|
21145
21145
|
- turbonomic
|
|
21146
|
-
image: quay.io/ibmmas/cli:15.
|
|
21146
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
21147
21147
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21148
21148
|
# --------------------------------------------------------------------------------
|
|
21149
21149
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -21224,7 +21224,7 @@ spec:
|
|
|
21224
21224
|
# IBM User Data Services (UDS)
|
|
21225
21225
|
# -------------------------------------------------------------------------
|
|
21226
21226
|
- name: uds
|
|
21227
|
-
image: quay.io/ibmmas/cli:15.
|
|
21227
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
21228
21228
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21229
21229
|
workingDir: /workspace/configs
|
|
21230
21230
|
command:
|
|
@@ -21287,7 +21287,7 @@ spec:
|
|
|
21287
21287
|
# IBM Data Reporter Operator (DRO)
|
|
21288
21288
|
# -------------------------------------------------------------------------
|
|
21289
21289
|
- name: dro
|
|
21290
|
-
image: quay.io/ibmmas/cli:15.
|
|
21290
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
21291
21291
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21292
21292
|
workingDir: /workspace/configs
|
|
21293
21293
|
command:
|
|
@@ -21373,7 +21373,7 @@ spec:
|
|
|
21373
21373
|
description: "The value to set"
|
|
21374
21374
|
steps:
|
|
21375
21375
|
- name: update-configmap
|
|
21376
|
-
image: quay.io/ibmmas/cli:15.
|
|
21376
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
21377
21377
|
command:
|
|
21378
21378
|
- /opt/app-root/src/update-configmap.sh
|
|
21379
21379
|
env:
|
|
@@ -21420,7 +21420,7 @@ spec:
|
|
|
21420
21420
|
|
|
21421
21421
|
steps:
|
|
21422
21422
|
- name: wait-for-configmap
|
|
21423
|
-
image: quay.io/ibmmas/cli:15.
|
|
21423
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
21424
21424
|
command:
|
|
21425
21425
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21426
21426
|
env:
|
|
@@ -21501,7 +21501,7 @@ spec:
|
|
|
21501
21501
|
|
|
21502
21502
|
steps:
|
|
21503
21503
|
- name: wait-for-configmap
|
|
21504
|
-
image: quay.io/ibmmas/cli:15.
|
|
21504
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
21505
21505
|
command:
|
|
21506
21506
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21507
21507
|
env:
|
|
@@ -21561,7 +21561,7 @@ spec:
|
|
|
21561
21561
|
|
|
21562
21562
|
steps:
|
|
21563
21563
|
- name: wait
|
|
21564
|
-
image: quay.io/ibmmas/cli:15.
|
|
21564
|
+
image: quay.io/ibmmas/cli:15.3.0
|
|
21565
21565
|
command:
|
|
21566
21566
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
21567
21567
|
env:
|
|
@@ -22401,6 +22401,11 @@ spec:
|
|
|
22401
22401
|
description: S3/Minio storage template bucket for IBM Maximo AI Service
|
|
22402
22402
|
default: ""
|
|
22403
22403
|
|
|
22404
|
+
- name: aiservice_odh_model_deployment_type
|
|
22405
|
+
type: string
|
|
22406
|
+
description: Model deployment type for ODH. Must be one of; [raw, serverless]
|
|
22407
|
+
default: "raw"
|
|
22408
|
+
|
|
22404
22409
|
- name: minio_root_user
|
|
22405
22410
|
type: string
|
|
22406
22411
|
description: root user for minio
|
|
@@ -37420,6 +37425,48 @@ spec:
|
|
|
37420
37425
|
runAfter:
|
|
37421
37426
|
- fvt-civil-api-defectdetection
|
|
37422
37427
|
|
|
37428
|
+
- name: fvt-ibm-mas-manage-strategylibrary
|
|
37429
|
+
timeout: "0"
|
|
37430
|
+
taskRef:
|
|
37431
|
+
kind: Task
|
|
37432
|
+
name: mas-fvt-manage-cypress
|
|
37433
|
+
when:
|
|
37434
|
+
- input: "$(params.fvt_digest_manage_cypress)"
|
|
37435
|
+
operator: notin
|
|
37436
|
+
values: [""]
|
|
37437
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
37438
|
+
operator: notin
|
|
37439
|
+
values: [""]
|
|
37440
|
+
workspaces:
|
|
37441
|
+
- name: configs
|
|
37442
|
+
workspace: shared-configs
|
|
37443
|
+
|
|
37444
|
+
params:
|
|
37445
|
+
- name: mas_instance_id
|
|
37446
|
+
value: $(params.mas_instance_id)
|
|
37447
|
+
- name: mas_workspace_id
|
|
37448
|
+
value: $(params.mas_workspace_id)
|
|
37449
|
+
- name: fvt_image_registry
|
|
37450
|
+
value: $(params.fvt_image_registry)
|
|
37451
|
+
- name: fvt_image_namespace
|
|
37452
|
+
value: fvt-manage
|
|
37453
|
+
- name: fvt_image_name
|
|
37454
|
+
value: fvt-ibm-mas-manage-cypress
|
|
37455
|
+
- name: fvt_image_digest
|
|
37456
|
+
value: $(params.fvt_digest_manage_cypress)
|
|
37457
|
+
- name: product_channel
|
|
37458
|
+
value: $(params.mas_app_channel_manage)
|
|
37459
|
+
- name: product_id
|
|
37460
|
+
value: ibm-mas-manage
|
|
37461
|
+
|
|
37462
|
+
- name: fvt_test_suite
|
|
37463
|
+
value: rsl-ui-strategylibrary
|
|
37464
|
+
when:
|
|
37465
|
+
- input: "strategy"
|
|
37466
|
+
operator: in
|
|
37467
|
+
values: ["$(tasks.fvt-component.results.component_names[*])"]
|
|
37468
|
+
runAfter:
|
|
37469
|
+
- fvt-manage-setup-is
|
|
37423
37470
|
# --------------------------------------------------------------------------------
|
|
37424
37471
|
# /home/runner/work/cli/cli/tekton/target/pipelines/mas-fvt-manage-regr.yaml
|
|
37425
37472
|
# --------------------------------------------------------------------------------
|
|
@@ -38812,6 +38859,9 @@ spec:
|
|
|
38812
38859
|
# - fvt-manage-base-ui-wo-basic (selenium)
|
|
38813
38860
|
# - fvt-manage-base-ui-requestreport-pages (selenium)
|
|
38814
38861
|
# - fvt-manage-base-api-scheduler-qualification (pytest)
|
|
38862
|
+
# - fvt-manage-base-api-scheduler-planning (pytest)
|
|
38863
|
+
# - fvt-manage-base-api-scheduler-dispatching (pytest)
|
|
38864
|
+
# - fvt-manage-base-api-scheduler-scheduling (pytest)
|
|
38815
38865
|
# -------------------------------------------------------------
|
|
38816
38866
|
|
|
38817
38867
|
# Manage FVT Classification
|
|
@@ -39121,6 +39171,129 @@ spec:
|
|
|
39121
39171
|
- fvt-manage-base-api-system
|
|
39122
39172
|
- fvt-manage-base-api-mif
|
|
39123
39173
|
|
|
39174
|
+
# Manage Scheduler FVT - Planning Dashboard
|
|
39175
|
+
- name: fvt-manage-base-api-scheduler-planning
|
|
39176
|
+
timeout: "0"
|
|
39177
|
+
taskRef:
|
|
39178
|
+
kind: Task
|
|
39179
|
+
name: mas-fvt-manage-pytest
|
|
39180
|
+
when:
|
|
39181
|
+
- input: "$(params.fvt_digest_manage_pytest)"
|
|
39182
|
+
operator: notin
|
|
39183
|
+
values: [""]
|
|
39184
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
39185
|
+
operator: notin
|
|
39186
|
+
values: [""]
|
|
39187
|
+
workspaces:
|
|
39188
|
+
- name: configs
|
|
39189
|
+
workspace: shared-configs
|
|
39190
|
+
params:
|
|
39191
|
+
- name: mas_instance_id
|
|
39192
|
+
value: $(params.mas_instance_id)
|
|
39193
|
+
- name: fvt_image_registry
|
|
39194
|
+
value: $(params.fvt_image_registry)
|
|
39195
|
+
- name: fvt_image_namespace
|
|
39196
|
+
value: fvt-manage
|
|
39197
|
+
- name: fvt_image_name
|
|
39198
|
+
value: fvt-ibm-mas-manage-pytest
|
|
39199
|
+
- name: fvt_image_digest
|
|
39200
|
+
value: $(params.fvt_digest_manage_pytest)
|
|
39201
|
+
- name: product_channel
|
|
39202
|
+
value: $(params.mas_app_channel_manage)
|
|
39203
|
+
- name: product_id
|
|
39204
|
+
value: ibm-mas-manage
|
|
39205
|
+
- name: fvt_test_suite
|
|
39206
|
+
value: base-api-scheduler-planning
|
|
39207
|
+
when:
|
|
39208
|
+
- input: "base"
|
|
39209
|
+
operator: in
|
|
39210
|
+
values: ["$(tasks.fvt-component.results.component_names[*])"]
|
|
39211
|
+
runAfter:
|
|
39212
|
+
- fvt-manage-base-api-system
|
|
39213
|
+
- fvt-manage-base-api-mif
|
|
39214
|
+
|
|
39215
|
+
# Manage Scheduler FVT - Dispatching Dashboard
|
|
39216
|
+
- name: fvt-manage-base-api-scheduler-dispatching
|
|
39217
|
+
timeout: "0"
|
|
39218
|
+
taskRef:
|
|
39219
|
+
kind: Task
|
|
39220
|
+
name: mas-fvt-manage-pytest
|
|
39221
|
+
when:
|
|
39222
|
+
- input: "$(params.fvt_digest_manage_pytest)"
|
|
39223
|
+
operator: notin
|
|
39224
|
+
values: [""]
|
|
39225
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
39226
|
+
operator: notin
|
|
39227
|
+
values: [""]
|
|
39228
|
+
workspaces:
|
|
39229
|
+
- name: configs
|
|
39230
|
+
workspace: shared-configs
|
|
39231
|
+
params:
|
|
39232
|
+
- name: mas_instance_id
|
|
39233
|
+
value: $(params.mas_instance_id)
|
|
39234
|
+
- name: fvt_image_registry
|
|
39235
|
+
value: $(params.fvt_image_registry)
|
|
39236
|
+
- name: fvt_image_namespace
|
|
39237
|
+
value: fvt-manage
|
|
39238
|
+
- name: fvt_image_name
|
|
39239
|
+
value: fvt-ibm-mas-manage-pytest
|
|
39240
|
+
- name: fvt_image_digest
|
|
39241
|
+
value: $(params.fvt_digest_manage_pytest)
|
|
39242
|
+
- name: product_channel
|
|
39243
|
+
value: $(params.mas_app_channel_manage)
|
|
39244
|
+
- name: product_id
|
|
39245
|
+
value: ibm-mas-manage
|
|
39246
|
+
- name: fvt_test_suite
|
|
39247
|
+
value: base-api-scheduler-dispatching
|
|
39248
|
+
when:
|
|
39249
|
+
- input: "base"
|
|
39250
|
+
operator: in
|
|
39251
|
+
values: ["$(tasks.fvt-component.results.component_names[*])"]
|
|
39252
|
+
runAfter:
|
|
39253
|
+
- fvt-manage-base-api-system
|
|
39254
|
+
- fvt-manage-base-api-mif
|
|
39255
|
+
|
|
39256
|
+
# Manage Scheduler FVT - Scheduling Dashboard
|
|
39257
|
+
- name: fvt-manage-base-api-scheduler-scheduling
|
|
39258
|
+
timeout: "0"
|
|
39259
|
+
taskRef:
|
|
39260
|
+
kind: Task
|
|
39261
|
+
name: mas-fvt-manage-pytest
|
|
39262
|
+
when:
|
|
39263
|
+
- input: "$(params.fvt_digest_manage_pytest)"
|
|
39264
|
+
operator: notin
|
|
39265
|
+
values: [""]
|
|
39266
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
39267
|
+
operator: notin
|
|
39268
|
+
values: [""]
|
|
39269
|
+
workspaces:
|
|
39270
|
+
- name: configs
|
|
39271
|
+
workspace: shared-configs
|
|
39272
|
+
params:
|
|
39273
|
+
- name: mas_instance_id
|
|
39274
|
+
value: $(params.mas_instance_id)
|
|
39275
|
+
- name: fvt_image_registry
|
|
39276
|
+
value: $(params.fvt_image_registry)
|
|
39277
|
+
- name: fvt_image_namespace
|
|
39278
|
+
value: fvt-manage
|
|
39279
|
+
- name: fvt_image_name
|
|
39280
|
+
value: fvt-ibm-mas-manage-pytest
|
|
39281
|
+
- name: fvt_image_digest
|
|
39282
|
+
value: $(params.fvt_digest_manage_pytest)
|
|
39283
|
+
- name: product_channel
|
|
39284
|
+
value: $(params.mas_app_channel_manage)
|
|
39285
|
+
- name: product_id
|
|
39286
|
+
value: ibm-mas-manage
|
|
39287
|
+
- name: fvt_test_suite
|
|
39288
|
+
value: base-api-scheduler-scheduling
|
|
39289
|
+
when:
|
|
39290
|
+
- input: "base"
|
|
39291
|
+
operator: in
|
|
39292
|
+
values: ["$(tasks.fvt-component.results.component_names[*])"]
|
|
39293
|
+
runAfter:
|
|
39294
|
+
- fvt-manage-base-api-system
|
|
39295
|
+
- fvt-manage-base-api-mif
|
|
39296
|
+
|
|
39124
39297
|
# -------------------------------------------------------------
|
|
39125
39298
|
# PHASE 4
|
|
39126
39299
|
# - fvt-manage-base-ui-escalation-action (selenium)
|
|
@@ -39175,9 +39348,12 @@ spec:
|
|
|
39175
39348
|
- fvt-manage-base-ui-classification
|
|
39176
39349
|
- fvt-manage-base-ui-helplinks
|
|
39177
39350
|
- fvt-manage-base-ui-wo-basic
|
|
39351
|
+
- fvt-manage-base-ui-requestreport-pages
|
|
39178
39352
|
- fvt-manage-base-api-scheduler-qualification
|
|
39179
39353
|
- fvt-manage-base-api-scheduler-apars
|
|
39180
|
-
- fvt-manage-base-
|
|
39354
|
+
- fvt-manage-base-api-scheduler-planning
|
|
39355
|
+
- fvt-manage-base-api-scheduler-dispatching
|
|
39356
|
+
- fvt-manage-base-api-scheduler-scheduling
|
|
39181
39357
|
|
|
39182
39358
|
# Manage FVT BIRT Reports
|
|
39183
39359
|
- name: fvt-manage-base-ui-birt-report
|
|
@@ -39219,9 +39395,12 @@ spec:
|
|
|
39219
39395
|
- fvt-manage-base-ui-classification
|
|
39220
39396
|
- fvt-manage-base-ui-helplinks
|
|
39221
39397
|
- fvt-manage-base-ui-wo-basic
|
|
39398
|
+
- fvt-manage-base-ui-requestreport-pages
|
|
39222
39399
|
- fvt-manage-base-api-scheduler-qualification
|
|
39223
39400
|
- fvt-manage-base-api-scheduler-apars
|
|
39224
|
-
- fvt-manage-base-
|
|
39401
|
+
- fvt-manage-base-api-scheduler-planning
|
|
39402
|
+
- fvt-manage-base-api-scheduler-dispatching
|
|
39403
|
+
- fvt-manage-base-api-scheduler-scheduling
|
|
39225
39404
|
|
|
39226
39405
|
# Manage FVT New User Update/Delete/Verufy
|
|
39227
39406
|
- name: fvt-manage-base-ui-user-crud
|
|
@@ -39268,9 +39447,12 @@ spec:
|
|
|
39268
39447
|
- fvt-manage-base-ui-classification
|
|
39269
39448
|
- fvt-manage-base-ui-helplinks
|
|
39270
39449
|
- fvt-manage-base-ui-wo-basic
|
|
39450
|
+
- fvt-manage-base-ui-requestreport-pages
|
|
39271
39451
|
- fvt-manage-base-api-scheduler-qualification
|
|
39272
39452
|
- fvt-manage-base-api-scheduler-apars
|
|
39273
|
-
- fvt-manage-base-
|
|
39453
|
+
- fvt-manage-base-api-scheduler-planning
|
|
39454
|
+
- fvt-manage-base-api-scheduler-dispatching
|
|
39455
|
+
- fvt-manage-base-api-scheduler-scheduling
|
|
39274
39456
|
|
|
39275
39457
|
# Manage FVT User Consumption verification
|
|
39276
39458
|
- name: fvt-manage-base-ui-user-consumption
|
|
@@ -39317,9 +39499,12 @@ spec:
|
|
|
39317
39499
|
- fvt-manage-base-ui-classification
|
|
39318
39500
|
- fvt-manage-base-ui-helplinks
|
|
39319
39501
|
- fvt-manage-base-ui-wo-basic
|
|
39502
|
+
- fvt-manage-base-ui-requestreport-pages
|
|
39320
39503
|
- fvt-manage-base-api-scheduler-qualification
|
|
39321
39504
|
- fvt-manage-base-api-scheduler-apars
|
|
39322
|
-
- fvt-manage-base-
|
|
39505
|
+
- fvt-manage-base-api-scheduler-planning
|
|
39506
|
+
- fvt-manage-base-api-scheduler-dispatching
|
|
39507
|
+
- fvt-manage-base-api-scheduler-scheduling
|
|
39323
39508
|
|
|
39324
39509
|
# Manage FVT Communication Template
|
|
39325
39510
|
- name: fvt-manage-base-ui-communication-temp
|
|
@@ -39366,9 +39551,12 @@ spec:
|
|
|
39366
39551
|
- fvt-manage-base-ui-classification
|
|
39367
39552
|
- fvt-manage-base-ui-helplinks
|
|
39368
39553
|
- fvt-manage-base-ui-wo-basic
|
|
39554
|
+
- fvt-manage-base-ui-requestreport-pages
|
|
39369
39555
|
- fvt-manage-base-api-scheduler-qualification
|
|
39370
39556
|
- fvt-manage-base-api-scheduler-apars
|
|
39371
|
-
- fvt-manage-base-
|
|
39557
|
+
- fvt-manage-base-api-scheduler-planning
|
|
39558
|
+
- fvt-manage-base-api-scheduler-dispatching
|
|
39559
|
+
- fvt-manage-base-api-scheduler-scheduling
|
|
39372
39560
|
|
|
39373
39561
|
# -------------------------------------------------------------
|
|
39374
39562
|
# PHASE 5
|