mas-cli 15.1.5__py3-none-any.whl → 15.1.7__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/aiservice/install/app.py +2 -0
- mas/cli/aiservice/install/argBuilder.py +2 -0
- mas/cli/aiservice/install/argParser.py +6 -0
- mas/cli/aiservice/install/params.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +299 -190
- {mas_cli-15.1.5.dist-info → mas_cli-15.1.7.dist-info}/METADATA +1 -1
- {mas_cli-15.1.5.dist-info → mas_cli-15.1.7.dist-info}/RECORD +12 -12
- {mas_cli-15.1.5.data → mas_cli-15.1.7.data}/scripts/mas-cli +0 -0
- {mas_cli-15.1.5.dist-info → mas_cli-15.1.7.dist-info}/WHEEL +0 -0
- {mas_cli-15.1.5.dist-info → mas_cli-15.1.7.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.1.
|
|
132
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
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.1.
|
|
204
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
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.1.
|
|
284
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
285
285
|
imagePullPolicy: $(params.image_pull_policy)
|
|
286
286
|
command:
|
|
287
287
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -602,7 +602,7 @@ spec:
|
|
|
602
602
|
command:
|
|
603
603
|
- /opt/app-root/src/run-role.sh
|
|
604
604
|
- aiservice_tenant
|
|
605
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
605
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
606
606
|
imagePullPolicy: $(params.image_pull_policy)
|
|
607
607
|
workingDir: /workspace/configs
|
|
608
608
|
|
|
@@ -855,7 +855,7 @@ spec:
|
|
|
855
855
|
command:
|
|
856
856
|
- /opt/app-root/src/run-role.sh
|
|
857
857
|
- aiservice
|
|
858
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
858
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
859
859
|
imagePullPolicy: $(params.image_pull_policy)
|
|
860
860
|
workingDir: /workspace/configs
|
|
861
861
|
|
|
@@ -971,7 +971,7 @@ spec:
|
|
|
971
971
|
command:
|
|
972
972
|
- /opt/app-root/src/run-role.sh
|
|
973
973
|
- appconnect
|
|
974
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
974
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
975
975
|
imagePullPolicy: $(params.image_pull_policy)
|
|
976
976
|
workingDir: /workspace/configs
|
|
977
977
|
|
|
@@ -1089,7 +1089,7 @@ spec:
|
|
|
1089
1089
|
command:
|
|
1090
1090
|
- /opt/app-root/src/run-role.sh
|
|
1091
1091
|
- arcgis
|
|
1092
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1092
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
1093
1093
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1094
1094
|
# --------------------------------------------------------------------------------
|
|
1095
1095
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -1159,7 +1159,7 @@ spec:
|
|
|
1159
1159
|
command:
|
|
1160
1160
|
- /opt/app-root/src/run-role.sh
|
|
1161
1161
|
- cert_manager
|
|
1162
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1162
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
1163
1163
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1164
1164
|
workingDir: /workspace/configs
|
|
1165
1165
|
# --------------------------------------------------------------------------------
|
|
@@ -1225,7 +1225,7 @@ spec:
|
|
|
1225
1225
|
command:
|
|
1226
1226
|
- /opt/app-root/src/run-role.sh
|
|
1227
1227
|
- common_services
|
|
1228
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1228
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
1229
1229
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1230
1230
|
workingDir: /workspace/configs
|
|
1231
1231
|
# --------------------------------------------------------------------------------
|
|
@@ -1352,7 +1352,7 @@ spec:
|
|
|
1352
1352
|
command:
|
|
1353
1353
|
- /opt/app-root/src/run-role.sh
|
|
1354
1354
|
- cos
|
|
1355
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1355
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
1356
1356
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1357
1357
|
workingDir: /workspace/configs
|
|
1358
1358
|
|
|
@@ -1472,7 +1472,7 @@ spec:
|
|
|
1472
1472
|
command:
|
|
1473
1473
|
- /opt/app-root/src/run-role.sh
|
|
1474
1474
|
- cp4d_service
|
|
1475
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1475
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
1476
1476
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1477
1477
|
workingDir: /workspace/configs
|
|
1478
1478
|
# --------------------------------------------------------------------------------
|
|
@@ -1589,7 +1589,7 @@ spec:
|
|
|
1589
1589
|
command:
|
|
1590
1590
|
- /opt/app-root/src/run-role.sh
|
|
1591
1591
|
- cp4d_service
|
|
1592
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1592
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
1593
1593
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1594
1594
|
workingDir: /workspace/configs
|
|
1595
1595
|
|
|
@@ -1695,7 +1695,7 @@ spec:
|
|
|
1695
1695
|
command:
|
|
1696
1696
|
- /opt/app-root/src/run-role.sh
|
|
1697
1697
|
- cp4d
|
|
1698
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1698
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
1699
1699
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1700
1700
|
# --------------------------------------------------------------------------------
|
|
1701
1701
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -2017,7 +2017,7 @@ spec:
|
|
|
2017
2017
|
command:
|
|
2018
2018
|
- /opt/app-root/src/run-role.sh
|
|
2019
2019
|
- db2
|
|
2020
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2020
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
2021
2021
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2022
2022
|
workingDir: /workspace/configs
|
|
2023
2023
|
|
|
@@ -2127,7 +2127,7 @@ spec:
|
|
|
2127
2127
|
command:
|
|
2128
2128
|
- /opt/app-root/src/run-role.sh
|
|
2129
2129
|
- eck
|
|
2130
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2130
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
2131
2131
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2132
2132
|
# --------------------------------------------------------------------------------
|
|
2133
2133
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2216,7 +2216,7 @@ spec:
|
|
|
2216
2216
|
command:
|
|
2217
2217
|
- /opt/app-root/src/run-role.sh
|
|
2218
2218
|
- gencfg_workspace
|
|
2219
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2219
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
2220
2220
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2221
2221
|
workingDir: /workspace/configs
|
|
2222
2222
|
|
|
@@ -2411,7 +2411,7 @@ spec:
|
|
|
2411
2411
|
- -c
|
|
2412
2412
|
name: gitops-aibroker-tenant
|
|
2413
2413
|
imagePullPolicy: IfNotPresent
|
|
2414
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2414
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
2415
2415
|
workspaces:
|
|
2416
2416
|
- name: configs
|
|
2417
2417
|
# --------------------------------------------------------------------------------
|
|
@@ -2604,7 +2604,7 @@ spec:
|
|
|
2604
2604
|
- -c
|
|
2605
2605
|
name: gitops-aibroker
|
|
2606
2606
|
imagePullPolicy: IfNotPresent
|
|
2607
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2607
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
2608
2608
|
workspaces:
|
|
2609
2609
|
- name: configs
|
|
2610
2610
|
# --------------------------------------------------------------------------------
|
|
@@ -2705,7 +2705,7 @@ spec:
|
|
|
2705
2705
|
- -c
|
|
2706
2706
|
name: gitops-bootstrap
|
|
2707
2707
|
imagePullPolicy: IfNotPresent
|
|
2708
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2708
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
2709
2709
|
workspaces:
|
|
2710
2710
|
- name: configs
|
|
2711
2711
|
# --------------------------------------------------------------------------------
|
|
@@ -2787,7 +2787,7 @@ spec:
|
|
|
2787
2787
|
- -c
|
|
2788
2788
|
name: gitops-cis-compliance
|
|
2789
2789
|
imagePullPolicy: IfNotPresent
|
|
2790
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2790
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
2791
2791
|
workspaces:
|
|
2792
2792
|
- name: configs
|
|
2793
2793
|
# --------------------------------------------------------------------------------
|
|
@@ -3122,7 +3122,7 @@ spec:
|
|
|
3122
3122
|
- -c
|
|
3123
3123
|
name: gitops-cluster
|
|
3124
3124
|
imagePullPolicy: Always
|
|
3125
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3125
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
3126
3126
|
workspaces:
|
|
3127
3127
|
- name: configs
|
|
3128
3128
|
# --------------------------------------------------------------------------------
|
|
@@ -3230,7 +3230,7 @@ spec:
|
|
|
3230
3230
|
- -c
|
|
3231
3231
|
name: gitops-cos
|
|
3232
3232
|
imagePullPolicy: IfNotPresent
|
|
3233
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3233
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
3234
3234
|
workspaces:
|
|
3235
3235
|
- name: configs
|
|
3236
3236
|
# --------------------------------------------------------------------------------
|
|
@@ -3378,7 +3378,7 @@ spec:
|
|
|
3378
3378
|
- -c
|
|
3379
3379
|
name: gitops-cp4d-service
|
|
3380
3380
|
imagePullPolicy: IfNotPresent
|
|
3381
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3381
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
3382
3382
|
workspaces:
|
|
3383
3383
|
- name: configs
|
|
3384
3384
|
- name: shared-gitops-configs
|
|
@@ -3507,7 +3507,7 @@ spec:
|
|
|
3507
3507
|
- -c
|
|
3508
3508
|
name: gitops-cp4d
|
|
3509
3509
|
imagePullPolicy: IfNotPresent
|
|
3510
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3510
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
3511
3511
|
workspaces:
|
|
3512
3512
|
- name: configs
|
|
3513
3513
|
- name: shared-gitops-configs
|
|
@@ -3798,7 +3798,7 @@ spec:
|
|
|
3798
3798
|
- -c
|
|
3799
3799
|
name: gitops-db2u-database
|
|
3800
3800
|
imagePullPolicy: Always
|
|
3801
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3801
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
3802
3802
|
workspaces:
|
|
3803
3803
|
- name: configs
|
|
3804
3804
|
- name: shared-gitops-configs
|
|
@@ -3896,7 +3896,7 @@ spec:
|
|
|
3896
3896
|
- -c
|
|
3897
3897
|
name: gitops-db2u
|
|
3898
3898
|
imagePullPolicy: IfNotPresent
|
|
3899
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3899
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
3900
3900
|
workspaces:
|
|
3901
3901
|
- name: configs
|
|
3902
3902
|
# --------------------------------------------------------------------------------
|
|
@@ -4023,7 +4023,7 @@ spec:
|
|
|
4023
4023
|
- -c
|
|
4024
4024
|
name: gitops-delete-jdbc-config
|
|
4025
4025
|
imagePullPolicy: IfNotPresent
|
|
4026
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4026
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4027
4027
|
workspaces:
|
|
4028
4028
|
- name: configs
|
|
4029
4029
|
# --------------------------------------------------------------------------------
|
|
@@ -4121,7 +4121,7 @@ spec:
|
|
|
4121
4121
|
- -c
|
|
4122
4122
|
name: gitops-delete-kafka-config
|
|
4123
4123
|
imagePullPolicy: Always
|
|
4124
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4124
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4125
4125
|
workspaces:
|
|
4126
4126
|
- name: configs
|
|
4127
4127
|
|
|
@@ -4213,7 +4213,7 @@ spec:
|
|
|
4213
4213
|
- -c
|
|
4214
4214
|
name: gitops-deprovision-app-config
|
|
4215
4215
|
imagePullPolicy: IfNotPresent
|
|
4216
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4216
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4217
4217
|
workspaces:
|
|
4218
4218
|
- name: configs
|
|
4219
4219
|
# --------------------------------------------------------------------------------
|
|
@@ -4298,7 +4298,7 @@ spec:
|
|
|
4298
4298
|
- -c
|
|
4299
4299
|
name: gitops-deprovision-app-install
|
|
4300
4300
|
imagePullPolicy: IfNotPresent
|
|
4301
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4301
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4302
4302
|
workspaces:
|
|
4303
4303
|
- name: configs
|
|
4304
4304
|
# --------------------------------------------------------------------------------
|
|
@@ -4383,7 +4383,7 @@ spec:
|
|
|
4383
4383
|
- -c
|
|
4384
4384
|
name: gitops-deprovision-cluster
|
|
4385
4385
|
imagePullPolicy: IfNotPresent
|
|
4386
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4386
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4387
4387
|
workspaces:
|
|
4388
4388
|
- name: configs
|
|
4389
4389
|
# --------------------------------------------------------------------------------
|
|
@@ -4502,7 +4502,7 @@ spec:
|
|
|
4502
4502
|
- -c
|
|
4503
4503
|
name: gitops-deprovision-cos
|
|
4504
4504
|
imagePullPolicy: IfNotPresent
|
|
4505
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4505
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4506
4506
|
workspaces:
|
|
4507
4507
|
- name: configs
|
|
4508
4508
|
# --------------------------------------------------------------------------------
|
|
@@ -4607,7 +4607,7 @@ spec:
|
|
|
4607
4607
|
- -c
|
|
4608
4608
|
name: gitops-deprovision-cp4d-service
|
|
4609
4609
|
imagePullPolicy: IfNotPresent
|
|
4610
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4610
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4611
4611
|
workspaces:
|
|
4612
4612
|
- name: configs
|
|
4613
4613
|
# --------------------------------------------------------------------------------
|
|
@@ -4695,7 +4695,7 @@ spec:
|
|
|
4695
4695
|
- -c
|
|
4696
4696
|
name: gitops-deprovision-cp4d
|
|
4697
4697
|
imagePullPolicy: IfNotPresent
|
|
4698
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4698
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4699
4699
|
workspaces:
|
|
4700
4700
|
- name: configs
|
|
4701
4701
|
# --------------------------------------------------------------------------------
|
|
@@ -4788,7 +4788,7 @@ spec:
|
|
|
4788
4788
|
- -c
|
|
4789
4789
|
name: gitops-deprovision-db2u-database
|
|
4790
4790
|
imagePullPolicy: IfNotPresent
|
|
4791
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4791
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4792
4792
|
workspaces:
|
|
4793
4793
|
- name: configs
|
|
4794
4794
|
|
|
@@ -4871,7 +4871,7 @@ spec:
|
|
|
4871
4871
|
- -c
|
|
4872
4872
|
name: gitops-deprovision-db2u
|
|
4873
4873
|
imagePullPolicy: IfNotPresent
|
|
4874
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4874
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4875
4875
|
workspaces:
|
|
4876
4876
|
- name: configs
|
|
4877
4877
|
|
|
@@ -4988,7 +4988,7 @@ spec:
|
|
|
4988
4988
|
- -c
|
|
4989
4989
|
name: gitops-deprovision-efs
|
|
4990
4990
|
imagePullPolicy: IfNotPresent
|
|
4991
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4991
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
4992
4992
|
workspaces:
|
|
4993
4993
|
- name: configs
|
|
4994
4994
|
|
|
@@ -5098,7 +5098,7 @@ spec:
|
|
|
5098
5098
|
- -c
|
|
5099
5099
|
name: gitops-deprovision-kafka
|
|
5100
5100
|
imagePullPolicy: IfNotPresent
|
|
5101
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5101
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
5102
5102
|
workspaces:
|
|
5103
5103
|
- name: configs
|
|
5104
5104
|
# --------------------------------------------------------------------------------
|
|
@@ -5201,7 +5201,7 @@ spec:
|
|
|
5201
5201
|
- -c
|
|
5202
5202
|
name: gitops-deprovision-mongo
|
|
5203
5203
|
imagePullPolicy: IfNotPresent
|
|
5204
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5204
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
5205
5205
|
workspaces:
|
|
5206
5206
|
- name: configs
|
|
5207
5207
|
|
|
@@ -5258,7 +5258,7 @@ spec:
|
|
|
5258
5258
|
- -c
|
|
5259
5259
|
name: gitops-deprovision-rosa
|
|
5260
5260
|
imagePullPolicy: IfNotPresent
|
|
5261
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5261
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
5262
5262
|
workspaces:
|
|
5263
5263
|
- name: configs
|
|
5264
5264
|
# --------------------------------------------------------------------------------
|
|
@@ -5463,7 +5463,7 @@ spec:
|
|
|
5463
5463
|
- -c
|
|
5464
5464
|
name: gitops-deprovision-suite-config
|
|
5465
5465
|
imagePullPolicy: IfNotPresent
|
|
5466
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5466
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
5467
5467
|
workspaces:
|
|
5468
5468
|
- name: configs
|
|
5469
5469
|
|
|
@@ -5561,7 +5561,7 @@ spec:
|
|
|
5561
5561
|
- -c
|
|
5562
5562
|
name: gitops-deprovision-suite-idp-config
|
|
5563
5563
|
imagePullPolicy: IfNotPresent
|
|
5564
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5564
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
5565
5565
|
workspaces:
|
|
5566
5566
|
- name: configs
|
|
5567
5567
|
# --------------------------------------------------------------------------------
|
|
@@ -5653,7 +5653,7 @@ spec:
|
|
|
5653
5653
|
- -c
|
|
5654
5654
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5655
5655
|
imagePullPolicy: IfNotPresent
|
|
5656
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5656
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
5657
5657
|
workspaces:
|
|
5658
5658
|
- name: configs
|
|
5659
5659
|
# --------------------------------------------------------------------------------
|
|
@@ -5865,7 +5865,7 @@ spec:
|
|
|
5865
5865
|
- -c
|
|
5866
5866
|
name: gitops-deprovision-suite-smtp-config
|
|
5867
5867
|
imagePullPolicy: IfNotPresent
|
|
5868
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5868
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
5869
5869
|
workspaces:
|
|
5870
5870
|
- name: configs
|
|
5871
5871
|
# --------------------------------------------------------------------------------
|
|
@@ -5958,7 +5958,7 @@ spec:
|
|
|
5958
5958
|
- -c
|
|
5959
5959
|
name: gitops-deprovision-suite-watson-studio-config
|
|
5960
5960
|
imagePullPolicy: IfNotPresent
|
|
5961
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5961
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
5962
5962
|
workspaces:
|
|
5963
5963
|
- name: configs
|
|
5964
5964
|
# --------------------------------------------------------------------------------
|
|
@@ -6049,7 +6049,7 @@ spec:
|
|
|
6049
6049
|
- -c
|
|
6050
6050
|
name: gitops-deprovision-suite-workspace
|
|
6051
6051
|
imagePullPolicy: Always
|
|
6052
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6052
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
6053
6053
|
workspaces:
|
|
6054
6054
|
- name: configs
|
|
6055
6055
|
# --------------------------------------------------------------------------------
|
|
@@ -6142,7 +6142,7 @@ spec:
|
|
|
6142
6142
|
- -c
|
|
6143
6143
|
name: gitops-deprovision-suite
|
|
6144
6144
|
imagePullPolicy: IfNotPresent
|
|
6145
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6145
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
6146
6146
|
workspaces:
|
|
6147
6147
|
- name: configs
|
|
6148
6148
|
|
|
@@ -6255,7 +6255,7 @@ spec:
|
|
|
6255
6255
|
- -c
|
|
6256
6256
|
name: gitops-dro
|
|
6257
6257
|
imagePullPolicy: IfNotPresent
|
|
6258
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6258
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
6259
6259
|
workspaces:
|
|
6260
6260
|
- name: configs
|
|
6261
6261
|
# --------------------------------------------------------------------------------
|
|
@@ -6382,7 +6382,7 @@ spec:
|
|
|
6382
6382
|
- -c
|
|
6383
6383
|
name: gitops-efs
|
|
6384
6384
|
imagePullPolicy: IfNotPresent
|
|
6385
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6385
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
6386
6386
|
workspaces:
|
|
6387
6387
|
- name: configs
|
|
6388
6388
|
|
|
@@ -6517,7 +6517,7 @@ spec:
|
|
|
6517
6517
|
- -c
|
|
6518
6518
|
name: gitops-jdbc-config
|
|
6519
6519
|
imagePullPolicy: Always
|
|
6520
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6520
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
6521
6521
|
workspaces:
|
|
6522
6522
|
- name: configs
|
|
6523
6523
|
- name: shared-gitops-configs
|
|
@@ -6613,7 +6613,7 @@ spec:
|
|
|
6613
6613
|
- -c
|
|
6614
6614
|
name: gitops-kafka-config
|
|
6615
6615
|
imagePullPolicy: Always
|
|
6616
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6616
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
6617
6617
|
workspaces:
|
|
6618
6618
|
- name: configs
|
|
6619
6619
|
|
|
@@ -6735,7 +6735,7 @@ spec:
|
|
|
6735
6735
|
- -c
|
|
6736
6736
|
name: gitops-kafka
|
|
6737
6737
|
imagePullPolicy: IfNotPresent
|
|
6738
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6738
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
6739
6739
|
workspaces:
|
|
6740
6740
|
- name: configs
|
|
6741
6741
|
# --------------------------------------------------------------------------------
|
|
@@ -6929,7 +6929,7 @@ spec:
|
|
|
6929
6929
|
- -c
|
|
6930
6930
|
name: gitops-kmodel
|
|
6931
6931
|
imagePullPolicy: IfNotPresent
|
|
6932
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6932
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
6933
6933
|
workspaces:
|
|
6934
6934
|
- name: configs
|
|
6935
6935
|
# --------------------------------------------------------------------------------
|
|
@@ -7055,7 +7055,7 @@ spec:
|
|
|
7055
7055
|
- -c
|
|
7056
7056
|
name: gitops-license
|
|
7057
7057
|
imagePullPolicy: Always
|
|
7058
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
7058
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
7059
7059
|
workspaces:
|
|
7060
7060
|
- name: shared-entitlement
|
|
7061
7061
|
|
|
@@ -7158,6 +7158,9 @@ spec:
|
|
|
7158
7158
|
- name: mas_channel
|
|
7159
7159
|
type: string
|
|
7160
7160
|
default: ""
|
|
7161
|
+
- name: mas_appws_components
|
|
7162
|
+
type: string
|
|
7163
|
+
default: ""
|
|
7161
7164
|
|
|
7162
7165
|
- name: launchfvt_core
|
|
7163
7166
|
type: string
|
|
@@ -7290,6 +7293,8 @@ spec:
|
|
|
7290
7293
|
value: $(params.fvt_ansible_version)
|
|
7291
7294
|
- name: MAS_WORKSPACE_ID
|
|
7292
7295
|
value: $(params.mas_workspace_id)
|
|
7296
|
+
- name: MANAGE_COMPONENTS
|
|
7297
|
+
value: $(params.mas_appws_components)
|
|
7293
7298
|
- name: MAS_CHANNEL
|
|
7294
7299
|
value: $(params.mas_channel)
|
|
7295
7300
|
- name: FVT_VERSION_CORE
|
|
@@ -7774,7 +7779,7 @@ spec:
|
|
|
7774
7779
|
- -c
|
|
7775
7780
|
name: gitops-mas-fvt-preparer
|
|
7776
7781
|
imagePullPolicy: Always
|
|
7777
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
7782
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
7778
7783
|
workspaces:
|
|
7779
7784
|
- name: configs
|
|
7780
7785
|
- name: shared-additional-configs
|
|
@@ -8274,7 +8279,7 @@ spec:
|
|
|
8274
8279
|
- -c
|
|
8275
8280
|
name: gitops-mas-initiator
|
|
8276
8281
|
imagePullPolicy: IfNotPresent
|
|
8277
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8282
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
8278
8283
|
workspaces:
|
|
8279
8284
|
- name: configs
|
|
8280
8285
|
# --------------------------------------------------------------------------------
|
|
@@ -8407,7 +8412,7 @@ spec:
|
|
|
8407
8412
|
- -c
|
|
8408
8413
|
name: gitops-mas-provisioner
|
|
8409
8414
|
imagePullPolicy: IfNotPresent
|
|
8410
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8415
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
8411
8416
|
workspaces:
|
|
8412
8417
|
- name: configs
|
|
8413
8418
|
# --------------------------------------------------------------------------------
|
|
@@ -8515,7 +8520,7 @@ spec:
|
|
|
8515
8520
|
- -c
|
|
8516
8521
|
name: gitops-mongo
|
|
8517
8522
|
imagePullPolicy: IfNotPresent
|
|
8518
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8523
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
8519
8524
|
workspaces:
|
|
8520
8525
|
- name: configs
|
|
8521
8526
|
|
|
@@ -8641,7 +8646,7 @@ spec:
|
|
|
8641
8646
|
- -c
|
|
8642
8647
|
name: gitops-nvidia-gpu
|
|
8643
8648
|
imagePullPolicy: IfNotPresent
|
|
8644
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8649
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
8645
8650
|
workspaces:
|
|
8646
8651
|
- name: configs
|
|
8647
8652
|
# --------------------------------------------------------------------------------
|
|
@@ -8690,6 +8695,8 @@ spec:
|
|
|
8690
8695
|
- name: mas_aibroker_storage_ssl
|
|
8691
8696
|
type: string
|
|
8692
8697
|
default: "true"
|
|
8698
|
+
- name: mas_aibroker_storage_region
|
|
8699
|
+
type: string
|
|
8693
8700
|
stepTemplate:
|
|
8694
8701
|
name: gitops-odh
|
|
8695
8702
|
env:
|
|
@@ -8729,6 +8736,8 @@ spec:
|
|
|
8729
8736
|
value: $(params.odh_operator_version)
|
|
8730
8737
|
- name: MAS_AIBROKER_STORAGE_SSL
|
|
8731
8738
|
value: $(params.mas_aibroker_storage_ssl)
|
|
8739
|
+
- name: MAS_AIBROKER_STORAGE_REGION
|
|
8740
|
+
value: $(params.mas_aibroker_storage_region)
|
|
8732
8741
|
envFrom:
|
|
8733
8742
|
- configMapRef:
|
|
8734
8743
|
name: environment-properties
|
|
@@ -8758,7 +8767,7 @@ spec:
|
|
|
8758
8767
|
- -c
|
|
8759
8768
|
name: gitops-odh
|
|
8760
8769
|
imagePullPolicy: IfNotPresent
|
|
8761
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8770
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
8762
8771
|
workspaces:
|
|
8763
8772
|
- name: configs
|
|
8764
8773
|
# --------------------------------------------------------------------------------
|
|
@@ -8876,7 +8885,7 @@ spec:
|
|
|
8876
8885
|
- -c
|
|
8877
8886
|
name: gitops-process-mongo-user
|
|
8878
8887
|
imagePullPolicy: IfNotPresent
|
|
8879
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8888
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
8880
8889
|
workspaces:
|
|
8881
8890
|
- name: configs
|
|
8882
8891
|
# --------------------------------------------------------------------------------
|
|
@@ -8932,7 +8941,7 @@ spec:
|
|
|
8932
8941
|
- -c
|
|
8933
8942
|
name: gitops-rosa
|
|
8934
8943
|
imagePullPolicy: IfNotPresent
|
|
8935
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8944
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
8936
8945
|
workspaces:
|
|
8937
8946
|
- name: configs
|
|
8938
8947
|
# --------------------------------------------------------------------------------
|
|
@@ -9114,7 +9123,7 @@ spec:
|
|
|
9114
9123
|
- -c
|
|
9115
9124
|
name: gitops-suite-app-config
|
|
9116
9125
|
imagePullPolicy: IfNotPresent
|
|
9117
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9126
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
9118
9127
|
workspaces:
|
|
9119
9128
|
- name: configs
|
|
9120
9129
|
- name: shared-gitops-configs
|
|
@@ -9272,7 +9281,7 @@ spec:
|
|
|
9272
9281
|
- -c
|
|
9273
9282
|
name: gitops-suite-app-install
|
|
9274
9283
|
imagePullPolicy: Always
|
|
9275
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9284
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
9276
9285
|
workspaces:
|
|
9277
9286
|
- name: configs
|
|
9278
9287
|
- name: shared-gitops-configs
|
|
@@ -9378,7 +9387,7 @@ spec:
|
|
|
9378
9387
|
- -c
|
|
9379
9388
|
name: gitops-suite-certs
|
|
9380
9389
|
imagePullPolicy: IfNotPresent
|
|
9381
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9390
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
9382
9391
|
workspaces:
|
|
9383
9392
|
- name: configs
|
|
9384
9393
|
- name: certificates
|
|
@@ -9553,7 +9562,7 @@ spec:
|
|
|
9553
9562
|
- -c
|
|
9554
9563
|
name: gitops-suite-config
|
|
9555
9564
|
imagePullPolicy: IfNotPresent
|
|
9556
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9565
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
9557
9566
|
workspaces:
|
|
9558
9567
|
- name: configs
|
|
9559
9568
|
- name: shared-additional-configs
|
|
@@ -9653,7 +9662,7 @@ spec:
|
|
|
9653
9662
|
- -c
|
|
9654
9663
|
name: gitops-suite-dns
|
|
9655
9664
|
imagePullPolicy: IfNotPresent
|
|
9656
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9665
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
9657
9666
|
workspaces:
|
|
9658
9667
|
- name: configs
|
|
9659
9668
|
|
|
@@ -9777,7 +9786,7 @@ spec:
|
|
|
9777
9786
|
- -c
|
|
9778
9787
|
name: gitops-suite-idp-config
|
|
9779
9788
|
imagePullPolicy: IfNotPresent
|
|
9780
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9789
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
9781
9790
|
workspaces:
|
|
9782
9791
|
- name: configs
|
|
9783
9792
|
- name: shared-additional-configs
|
|
@@ -9878,7 +9887,7 @@ spec:
|
|
|
9878
9887
|
- -c
|
|
9879
9888
|
name: gitops-suite-objectstorage-config
|
|
9880
9889
|
imagePullPolicy: IfNotPresent
|
|
9881
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9890
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
9882
9891
|
workspaces:
|
|
9883
9892
|
- name: configs
|
|
9884
9893
|
- name: shared-gitops-configs
|
|
@@ -10300,7 +10309,7 @@ spec:
|
|
|
10300
10309
|
- -c
|
|
10301
10310
|
name: gitops-suite-smtp-config
|
|
10302
10311
|
imagePullPolicy: IfNotPresent
|
|
10303
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10312
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
10304
10313
|
workspaces:
|
|
10305
10314
|
- name: configs
|
|
10306
10315
|
- name: shared-gitops-configs
|
|
@@ -10420,7 +10429,7 @@ spec:
|
|
|
10420
10429
|
- -c
|
|
10421
10430
|
name: gitops-suite-watson-studio-config
|
|
10422
10431
|
imagePullPolicy: IfNotPresent
|
|
10423
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10432
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
10424
10433
|
workspaces:
|
|
10425
10434
|
- name: configs
|
|
10426
10435
|
- name: shared-gitops-configs
|
|
@@ -10522,7 +10531,7 @@ spec:
|
|
|
10522
10531
|
- -c
|
|
10523
10532
|
name: gitops-suite-workspace
|
|
10524
10533
|
imagePullPolicy: IfNotPresent
|
|
10525
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10534
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
10526
10535
|
workspaces:
|
|
10527
10536
|
- name: configs
|
|
10528
10537
|
# --------------------------------------------------------------------------------
|
|
@@ -10860,7 +10869,7 @@ spec:
|
|
|
10860
10869
|
- -c
|
|
10861
10870
|
name: gitops-suite
|
|
10862
10871
|
imagePullPolicy: IfNotPresent
|
|
10863
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10872
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
10864
10873
|
workspaces:
|
|
10865
10874
|
- name: configs
|
|
10866
10875
|
- name: shared-gitops-configs
|
|
@@ -10910,7 +10919,7 @@ spec:
|
|
|
10910
10919
|
|
|
10911
10920
|
steps:
|
|
10912
10921
|
- name: grafana
|
|
10913
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10922
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
10914
10923
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10915
10924
|
command:
|
|
10916
10925
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11044,7 +11053,7 @@ spec:
|
|
|
11044
11053
|
command:
|
|
11045
11054
|
- /opt/app-root/src/run-role.sh
|
|
11046
11055
|
- ibm_catalogs
|
|
11047
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11056
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
11048
11057
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11049
11058
|
workingDir: /workspace/configs
|
|
11050
11059
|
# --------------------------------------------------------------------------------
|
|
@@ -11286,7 +11295,7 @@ spec:
|
|
|
11286
11295
|
command:
|
|
11287
11296
|
- /opt/app-root/src/run-role.sh
|
|
11288
11297
|
- kafka
|
|
11289
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11298
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
11290
11299
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11291
11300
|
workingDir: /workspace/configs
|
|
11292
11301
|
|
|
@@ -11461,7 +11470,7 @@ spec:
|
|
|
11461
11470
|
command:
|
|
11462
11471
|
- /opt/app-root/src/run-role.sh
|
|
11463
11472
|
- aiservice_kmodels
|
|
11464
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11473
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
11465
11474
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11466
11475
|
# --------------------------------------------------------------------------------
|
|
11467
11476
|
# /home/runner/work/cli/cli/tekton/target/tasks/mas-fvt-assist-desktop.yaml
|
|
@@ -11924,7 +11933,7 @@ spec:
|
|
|
11924
11933
|
description: Extracted component names as a JSON array
|
|
11925
11934
|
steps:
|
|
11926
11935
|
- name: extract
|
|
11927
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11936
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
11928
11937
|
script: |
|
|
11929
11938
|
#!/bin/sh
|
|
11930
11939
|
echo "Hello.. Start extraction for $(params.mas_appws_components)"
|
|
@@ -12277,7 +12286,7 @@ spec:
|
|
|
12277
12286
|
echo "No IBM COS instance to delete"
|
|
12278
12287
|
fi
|
|
12279
12288
|
exit 0
|
|
12280
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12289
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
12281
12290
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12282
12291
|
workingDir: /workspace/configs
|
|
12283
12292
|
env:
|
|
@@ -12377,7 +12386,7 @@ spec:
|
|
|
12377
12386
|
echo "No EventStreams instance to delete"
|
|
12378
12387
|
fi
|
|
12379
12388
|
exit 0
|
|
12380
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12389
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
12381
12390
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12382
12391
|
workingDir: /workspace/configs
|
|
12383
12392
|
env:
|
|
@@ -12478,7 +12487,7 @@ spec:
|
|
|
12478
12487
|
command:
|
|
12479
12488
|
- /opt/app-root/src/run-role.sh
|
|
12480
12489
|
- ocp_deprovision
|
|
12481
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12490
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
12482
12491
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12483
12492
|
env:
|
|
12484
12493
|
- name: DEVOPS_MONGO_URI
|
|
@@ -12578,7 +12587,7 @@ spec:
|
|
|
12578
12587
|
command:
|
|
12579
12588
|
- python3
|
|
12580
12589
|
- /opt/app-root/src/finalizer.py
|
|
12581
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12590
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
12582
12591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12583
12592
|
env:
|
|
12584
12593
|
- name: DEVOPS_MONGO_URI
|
|
@@ -14288,7 +14297,7 @@ spec:
|
|
|
14288
14297
|
command:
|
|
14289
14298
|
- python3
|
|
14290
14299
|
- /opt/app-root/src/mobilever.py
|
|
14291
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14300
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
14292
14301
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14293
14302
|
onError: continue
|
|
14294
14303
|
|
|
@@ -14651,7 +14660,7 @@ spec:
|
|
|
14651
14660
|
|
|
14652
14661
|
steps:
|
|
14653
14662
|
- name: post-update-verify
|
|
14654
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14663
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
14655
14664
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14656
14665
|
command:
|
|
14657
14666
|
- ansible-playbook
|
|
@@ -14707,7 +14716,7 @@ spec:
|
|
|
14707
14716
|
|
|
14708
14717
|
steps:
|
|
14709
14718
|
- name: create-offline-upgrade-cron
|
|
14710
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14719
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
14711
14720
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14712
14721
|
command:
|
|
14713
14722
|
- ansible-playbook
|
|
@@ -14763,7 +14772,7 @@ spec:
|
|
|
14763
14772
|
|
|
14764
14773
|
steps:
|
|
14765
14774
|
- name: create-offline-upgrade-cron
|
|
14766
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14775
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
14767
14776
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14768
14777
|
command:
|
|
14769
14778
|
- ansible-playbook
|
|
@@ -15197,7 +15206,7 @@ spec:
|
|
|
15197
15206
|
echo '--------------------------------------------------------------------------------'
|
|
15198
15207
|
exit $RESULT
|
|
15199
15208
|
timeout: "0"
|
|
15200
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15209
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15201
15210
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15202
15211
|
env:
|
|
15203
15212
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15257,7 +15266,7 @@ spec:
|
|
|
15257
15266
|
echo '--------------------------------------------------------------------------------'
|
|
15258
15267
|
exit $RESULT
|
|
15259
15268
|
timeout: "0"
|
|
15260
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15269
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15261
15270
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15262
15271
|
env:
|
|
15263
15272
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15330,7 +15339,7 @@ spec:
|
|
|
15330
15339
|
echo '--------------------------------------------------------------------------------'
|
|
15331
15340
|
exit $RESULT
|
|
15332
15341
|
timeout: "0"
|
|
15333
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15342
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15334
15343
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15335
15344
|
env:
|
|
15336
15345
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15376,7 +15385,7 @@ spec:
|
|
|
15376
15385
|
|
|
15377
15386
|
steps:
|
|
15378
15387
|
- name: start-pipelinerun
|
|
15379
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15388
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15380
15389
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15381
15390
|
command:
|
|
15382
15391
|
- ansible-playbook
|
|
@@ -15473,7 +15482,7 @@ spec:
|
|
|
15473
15482
|
optional: false
|
|
15474
15483
|
|
|
15475
15484
|
- name: wait-for-pipelinerun
|
|
15476
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15485
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15477
15486
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15478
15487
|
# 50 retries at 5 minute intervals = just over 4 hours
|
|
15479
15488
|
command:
|
|
@@ -15517,7 +15526,7 @@ spec:
|
|
|
15517
15526
|
|
|
15518
15527
|
steps:
|
|
15519
15528
|
- name: start-pipelinerun
|
|
15520
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15529
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15521
15530
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15522
15531
|
command:
|
|
15523
15532
|
- ansible-playbook
|
|
@@ -15670,7 +15679,7 @@ spec:
|
|
|
15670
15679
|
optional: false
|
|
15671
15680
|
|
|
15672
15681
|
- name: wait-for-pipelinerun
|
|
15673
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15682
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15674
15683
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15675
15684
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15676
15685
|
command:
|
|
@@ -15719,7 +15728,7 @@ spec:
|
|
|
15719
15728
|
|
|
15720
15729
|
steps:
|
|
15721
15730
|
- name: start-pipelinerun
|
|
15722
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15731
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15723
15732
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15724
15733
|
command:
|
|
15725
15734
|
- ansible-playbook
|
|
@@ -15769,7 +15778,7 @@ spec:
|
|
|
15769
15778
|
|
|
15770
15779
|
steps:
|
|
15771
15780
|
- name: start-pipelinerun
|
|
15772
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15781
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15773
15782
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15774
15783
|
command:
|
|
15775
15784
|
- ansible-playbook
|
|
@@ -15848,7 +15857,7 @@ spec:
|
|
|
15848
15857
|
optional: false
|
|
15849
15858
|
|
|
15850
15859
|
- name: wait-for-pipelinerun
|
|
15851
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15860
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15852
15861
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15853
15862
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
15854
15863
|
command:
|
|
@@ -15893,7 +15902,7 @@ spec:
|
|
|
15893
15902
|
|
|
15894
15903
|
steps:
|
|
15895
15904
|
- name: start-pipelinerun
|
|
15896
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15905
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
15897
15906
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15898
15907
|
command:
|
|
15899
15908
|
- ansible-playbook
|
|
@@ -16021,7 +16030,7 @@ spec:
|
|
|
16021
16030
|
optional: false
|
|
16022
16031
|
|
|
16023
16032
|
- name: wait-for-pipelinerun
|
|
16024
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16033
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16025
16034
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16026
16035
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16027
16036
|
command:
|
|
@@ -16065,7 +16074,7 @@ spec:
|
|
|
16065
16074
|
|
|
16066
16075
|
steps:
|
|
16067
16076
|
- name: start-pipelinerun
|
|
16068
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16077
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16069
16078
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16070
16079
|
command:
|
|
16071
16080
|
- ansible-playbook
|
|
@@ -16218,7 +16227,7 @@ spec:
|
|
|
16218
16227
|
optional: false
|
|
16219
16228
|
|
|
16220
16229
|
- name: wait-for-pipelinerun
|
|
16221
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16230
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16222
16231
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16223
16232
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16224
16233
|
command:
|
|
@@ -16265,7 +16274,7 @@ spec:
|
|
|
16265
16274
|
|
|
16266
16275
|
steps:
|
|
16267
16276
|
- name: start-testng-pipelinerun
|
|
16268
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16277
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16269
16278
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16270
16279
|
command:
|
|
16271
16280
|
- ansible-playbook
|
|
@@ -16357,7 +16366,7 @@ spec:
|
|
|
16357
16366
|
optional: false
|
|
16358
16367
|
|
|
16359
16368
|
- name: wait-for-testng-pipelinerun
|
|
16360
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16369
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16361
16370
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16362
16371
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16363
16372
|
command:
|
|
@@ -16404,7 +16413,7 @@ spec:
|
|
|
16404
16413
|
|
|
16405
16414
|
steps:
|
|
16406
16415
|
- name: start-pytest-pipelinerun
|
|
16407
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16416
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16408
16417
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16409
16418
|
command:
|
|
16410
16419
|
- ansible-playbook
|
|
@@ -16487,7 +16496,7 @@ spec:
|
|
|
16487
16496
|
optional: false
|
|
16488
16497
|
|
|
16489
16498
|
- name: wait-for-pytest-pipelinerun
|
|
16490
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16499
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16491
16500
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16492
16501
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16493
16502
|
command:
|
|
@@ -16535,7 +16544,7 @@ spec:
|
|
|
16535
16544
|
|
|
16536
16545
|
steps:
|
|
16537
16546
|
- name: start-pytest-pipelinerun
|
|
16538
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16547
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16539
16548
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16540
16549
|
command:
|
|
16541
16550
|
- ansible-playbook
|
|
@@ -16606,7 +16615,6 @@ spec:
|
|
|
16606
16615
|
name: mas-fvt-mobile
|
|
16607
16616
|
key: MAS_WORKSPACE_ID
|
|
16608
16617
|
optional: false
|
|
16609
|
-
|
|
16610
16618
|
# Digests
|
|
16611
16619
|
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16612
16620
|
valueFrom:
|
|
@@ -16616,7 +16624,7 @@ spec:
|
|
|
16616
16624
|
optional: false
|
|
16617
16625
|
|
|
16618
16626
|
- name: wait-for-pytest-pipelinerun
|
|
16619
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16627
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16620
16628
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16621
16629
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16622
16630
|
command:
|
|
@@ -16642,7 +16650,7 @@ spec:
|
|
|
16642
16650
|
value: "True"
|
|
16643
16651
|
|
|
16644
16652
|
- name: start-testng-pipelinerun
|
|
16645
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16653
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16646
16654
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16647
16655
|
command:
|
|
16648
16656
|
- ansible-playbook
|
|
@@ -16712,6 +16720,13 @@ spec:
|
|
|
16712
16720
|
name: mas-fvt-mobile
|
|
16713
16721
|
key: MAS_WORKSPACE_ID
|
|
16714
16722
|
optional: false
|
|
16723
|
+
|
|
16724
|
+
- name: MANAGE_COMPONENTS
|
|
16725
|
+
valueFrom:
|
|
16726
|
+
secretKeyRef:
|
|
16727
|
+
name: mas-fvt-mobile
|
|
16728
|
+
key: MANAGE_COMPONENTS
|
|
16729
|
+
optional: false
|
|
16715
16730
|
|
|
16716
16731
|
# Digests
|
|
16717
16732
|
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
@@ -16734,7 +16749,7 @@ spec:
|
|
|
16734
16749
|
optional: false
|
|
16735
16750
|
|
|
16736
16751
|
- name: wait-for-testng-pipelinerun
|
|
16737
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16752
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16738
16753
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16739
16754
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16740
16755
|
command:
|
|
@@ -16777,7 +16792,7 @@ spec:
|
|
|
16777
16792
|
|
|
16778
16793
|
steps:
|
|
16779
16794
|
- name: start-pipelinerun
|
|
16780
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16795
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16781
16796
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16782
16797
|
command:
|
|
16783
16798
|
- ansible-playbook
|
|
@@ -16868,7 +16883,7 @@ spec:
|
|
|
16868
16883
|
optional: false
|
|
16869
16884
|
|
|
16870
16885
|
- name: wait-for-pipelinerun
|
|
16871
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16886
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16872
16887
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16873
16888
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16874
16889
|
command:
|
|
@@ -16912,7 +16927,7 @@ spec:
|
|
|
16912
16927
|
|
|
16913
16928
|
steps:
|
|
16914
16929
|
- name: start-pipelinerun
|
|
16915
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16930
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
16916
16931
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16917
16932
|
command:
|
|
16918
16933
|
- ansible-playbook
|
|
@@ -17003,7 +17018,7 @@ spec:
|
|
|
17003
17018
|
optional: false
|
|
17004
17019
|
|
|
17005
17020
|
- name: wait-for-pipelinerun
|
|
17006
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17021
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17007
17022
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17008
17023
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17009
17024
|
command:
|
|
@@ -17047,7 +17062,7 @@ spec:
|
|
|
17047
17062
|
|
|
17048
17063
|
steps:
|
|
17049
17064
|
- name: start-pipelinerun
|
|
17050
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17065
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17051
17066
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17052
17067
|
command:
|
|
17053
17068
|
- ansible-playbook
|
|
@@ -17126,7 +17141,7 @@ spec:
|
|
|
17126
17141
|
optional: false
|
|
17127
17142
|
|
|
17128
17143
|
- name: wait-for-pipelinerun
|
|
17129
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17144
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17130
17145
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17131
17146
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17132
17147
|
command:
|
|
@@ -17170,7 +17185,7 @@ spec:
|
|
|
17170
17185
|
|
|
17171
17186
|
steps:
|
|
17172
17187
|
- name: start-pipelinerun
|
|
17173
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17188
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17174
17189
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17175
17190
|
command:
|
|
17176
17191
|
- ansible-playbook
|
|
@@ -17255,7 +17270,7 @@ spec:
|
|
|
17255
17270
|
optional: false
|
|
17256
17271
|
|
|
17257
17272
|
- name: wait-for-pipelinerun
|
|
17258
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17273
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17259
17274
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17260
17275
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
17261
17276
|
command:
|
|
@@ -17299,7 +17314,7 @@ spec:
|
|
|
17299
17314
|
|
|
17300
17315
|
steps:
|
|
17301
17316
|
- name: start-pipelinerun
|
|
17302
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17317
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17303
17318
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17304
17319
|
command:
|
|
17305
17320
|
- ansible-playbook
|
|
@@ -17395,7 +17410,7 @@ spec:
|
|
|
17395
17410
|
optional: false
|
|
17396
17411
|
|
|
17397
17412
|
- name: wait-for-pipelinerun
|
|
17398
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17413
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17399
17414
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17400
17415
|
# 10 retries at 5 minute intervals = 50 min
|
|
17401
17416
|
command:
|
|
@@ -17443,7 +17458,7 @@ spec:
|
|
|
17443
17458
|
|
|
17444
17459
|
steps:
|
|
17445
17460
|
- name: start-pipelinerun
|
|
17446
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17461
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17447
17462
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17448
17463
|
command:
|
|
17449
17464
|
- ansible-playbook
|
|
@@ -17547,7 +17562,7 @@ spec:
|
|
|
17547
17562
|
optional: false
|
|
17548
17563
|
|
|
17549
17564
|
- name: wait-for-pipelinerun
|
|
17550
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17565
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17551
17566
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17552
17567
|
# 10 retries at 5 minute intervals = 50 min
|
|
17553
17568
|
command:
|
|
@@ -17591,7 +17606,7 @@ spec:
|
|
|
17591
17606
|
|
|
17592
17607
|
steps:
|
|
17593
17608
|
- name: start-pipelinerun
|
|
17594
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17609
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17595
17610
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17596
17611
|
command:
|
|
17597
17612
|
- ansible-playbook
|
|
@@ -17670,7 +17685,7 @@ spec:
|
|
|
17670
17685
|
optional: false
|
|
17671
17686
|
|
|
17672
17687
|
- name: wait-for-pipelinerun
|
|
17673
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17688
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17674
17689
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17675
17690
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17676
17691
|
command:
|
|
@@ -17714,7 +17729,7 @@ spec:
|
|
|
17714
17729
|
|
|
17715
17730
|
steps:
|
|
17716
17731
|
- name: start-pipelinerun
|
|
17717
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17732
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17718
17733
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17719
17734
|
command:
|
|
17720
17735
|
- ansible-playbook
|
|
@@ -17819,7 +17834,7 @@ spec:
|
|
|
17819
17834
|
optional: false
|
|
17820
17835
|
|
|
17821
17836
|
- name: wait-for-pipelinerun
|
|
17822
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17837
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17823
17838
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17824
17839
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17825
17840
|
command:
|
|
@@ -17947,7 +17962,7 @@ spec:
|
|
|
17947
17962
|
command:
|
|
17948
17963
|
- /opt/app-root/src/run-role.sh
|
|
17949
17964
|
- minio
|
|
17950
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17965
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
17951
17966
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17952
17967
|
# --------------------------------------------------------------------------------
|
|
17953
17968
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -18125,7 +18140,7 @@ spec:
|
|
|
18125
18140
|
command:
|
|
18126
18141
|
- /opt/app-root/src/run-role.sh
|
|
18127
18142
|
- mongodb
|
|
18128
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18143
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18129
18144
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18130
18145
|
workingDir: /workspace/configs
|
|
18131
18146
|
|
|
@@ -18168,7 +18183,7 @@ spec:
|
|
|
18168
18183
|
- $(params.base_output_dir)
|
|
18169
18184
|
- --extra-namespaces
|
|
18170
18185
|
- selenium
|
|
18171
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18186
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18172
18187
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18173
18188
|
env:
|
|
18174
18189
|
- name: DEVOPS_MONGO_URI
|
|
@@ -18285,7 +18300,7 @@ spec:
|
|
|
18285
18300
|
command:
|
|
18286
18301
|
- /opt/app-root/src/run-role.sh
|
|
18287
18302
|
- nvidia_gpu
|
|
18288
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18303
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18289
18304
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18290
18305
|
workingDir: /workspace/configs
|
|
18291
18306
|
|
|
@@ -18321,7 +18336,7 @@ spec:
|
|
|
18321
18336
|
# Verify Cluster
|
|
18322
18337
|
# -------------------------------------------------------------------------
|
|
18323
18338
|
- name: ocp-verify-cluster
|
|
18324
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18339
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18325
18340
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18326
18341
|
command:
|
|
18327
18342
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18363,7 +18378,7 @@ spec:
|
|
|
18363
18378
|
# Verify Catalogs
|
|
18364
18379
|
# -------------------------------------------------------------------------
|
|
18365
18380
|
- name: ocp-verify-catalogs
|
|
18366
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18381
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18367
18382
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18368
18383
|
command:
|
|
18369
18384
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18405,7 +18420,7 @@ spec:
|
|
|
18405
18420
|
# Verify Subscriptions
|
|
18406
18421
|
# -------------------------------------------------------------------------
|
|
18407
18422
|
- name: ocp-verify-subscriptions
|
|
18408
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18423
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18409
18424
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18410
18425
|
command:
|
|
18411
18426
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18447,7 +18462,7 @@ spec:
|
|
|
18447
18462
|
# Verify Workloads
|
|
18448
18463
|
# -------------------------------------------------------------------------
|
|
18449
18464
|
- name: ocp-verify-workloads
|
|
18450
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18465
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18451
18466
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18452
18467
|
command:
|
|
18453
18468
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18489,7 +18504,7 @@ spec:
|
|
|
18489
18504
|
# Verify Catalogs - Ingress TLS
|
|
18490
18505
|
# -------------------------------------------------------------------------
|
|
18491
18506
|
- name: ocp-verify-ingress
|
|
18492
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18507
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18493
18508
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18494
18509
|
command:
|
|
18495
18510
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18615,7 +18630,7 @@ spec:
|
|
|
18615
18630
|
command:
|
|
18616
18631
|
- /opt/app-root/src/run-role.sh
|
|
18617
18632
|
- ocp_verify
|
|
18618
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18633
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18619
18634
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18620
18635
|
workingDir: /workspace/configs
|
|
18621
18636
|
# --------------------------------------------------------------------------------
|
|
@@ -18683,7 +18698,7 @@ spec:
|
|
|
18683
18698
|
command:
|
|
18684
18699
|
- /opt/app-root/src/run-role.sh
|
|
18685
18700
|
- ocs
|
|
18686
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18701
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18687
18702
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18688
18703
|
workingDir: /workspace/configs
|
|
18689
18704
|
|
|
@@ -18866,7 +18881,7 @@ spec:
|
|
|
18866
18881
|
command:
|
|
18867
18882
|
- /opt/app-root/src/run-role.sh
|
|
18868
18883
|
- aiservice_odh
|
|
18869
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18884
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
18870
18885
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18871
18886
|
# --------------------------------------------------------------------------------
|
|
18872
18887
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -19042,7 +19057,7 @@ spec:
|
|
|
19042
19057
|
command:
|
|
19043
19058
|
- /opt/app-root/src/run-role.sh
|
|
19044
19059
|
- sls
|
|
19045
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19060
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
19046
19061
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19047
19062
|
workingDir: /workspace/configs
|
|
19048
19063
|
|
|
@@ -19502,12 +19517,12 @@ spec:
|
|
|
19502
19517
|
command:
|
|
19503
19518
|
- /opt/app-root/src/run-role.sh
|
|
19504
19519
|
- suite_app_config
|
|
19505
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19520
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
19506
19521
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19507
19522
|
|
|
19508
19523
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
19509
19524
|
- name: app-cfg-post-verify
|
|
19510
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19525
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
19511
19526
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19512
19527
|
command:
|
|
19513
19528
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -19702,7 +19717,7 @@ spec:
|
|
|
19702
19717
|
command:
|
|
19703
19718
|
- /opt/app-root/src/run-role.sh
|
|
19704
19719
|
- suite_app_install
|
|
19705
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19720
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
19706
19721
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19707
19722
|
|
|
19708
19723
|
workspaces:
|
|
@@ -19791,7 +19806,7 @@ spec:
|
|
|
19791
19806
|
command:
|
|
19792
19807
|
- /opt/app-root/src/run-role.sh
|
|
19793
19808
|
- suite_app_rollback
|
|
19794
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19809
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
19795
19810
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19796
19811
|
# --------------------------------------------------------------------------------
|
|
19797
19812
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -19854,7 +19869,7 @@ spec:
|
|
|
19854
19869
|
command:
|
|
19855
19870
|
- /opt/app-root/src/run-role.sh
|
|
19856
19871
|
- suite_app_uninstall
|
|
19857
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19872
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
19858
19873
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19859
19874
|
# --------------------------------------------------------------------------------
|
|
19860
19875
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -19929,7 +19944,7 @@ spec:
|
|
|
19929
19944
|
command:
|
|
19930
19945
|
- /opt/app-root/src/run-role.sh
|
|
19931
19946
|
- suite_app_upgrade
|
|
19932
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19947
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
19933
19948
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19934
19949
|
# --------------------------------------------------------------------------------
|
|
19935
19950
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -20030,7 +20045,7 @@ spec:
|
|
|
20030
20045
|
command:
|
|
20031
20046
|
- /opt/app-root/src/run-role.sh
|
|
20032
20047
|
- suite_app_verify
|
|
20033
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20048
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
20034
20049
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20035
20050
|
# --------------------------------------------------------------------------------
|
|
20036
20051
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -20173,7 +20188,7 @@ spec:
|
|
|
20173
20188
|
command:
|
|
20174
20189
|
- /opt/app-root/src/run-role.sh
|
|
20175
20190
|
- suite_certs
|
|
20176
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20191
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
20177
20192
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20178
20193
|
|
|
20179
20194
|
workspaces:
|
|
@@ -20240,7 +20255,7 @@ spec:
|
|
|
20240
20255
|
command:
|
|
20241
20256
|
- /opt/app-root/src/run-role.sh
|
|
20242
20257
|
- suite_config
|
|
20243
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20258
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
20244
20259
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20245
20260
|
workingDir: /workspace/configs
|
|
20246
20261
|
|
|
@@ -20572,7 +20587,7 @@ spec:
|
|
|
20572
20587
|
command:
|
|
20573
20588
|
- /opt/app-root/src/run-role.sh
|
|
20574
20589
|
- suite_db2_setup_for_facilities
|
|
20575
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20590
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
20576
20591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20577
20592
|
workingDir: /workspace/configs
|
|
20578
20593
|
|
|
@@ -20644,7 +20659,7 @@ spec:
|
|
|
20644
20659
|
command:
|
|
20645
20660
|
- /opt/app-root/src/run-role.sh
|
|
20646
20661
|
- suite_db2_setup_for_manage
|
|
20647
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20662
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
20648
20663
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20649
20664
|
# --------------------------------------------------------------------------------
|
|
20650
20665
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -20834,7 +20849,7 @@ spec:
|
|
|
20834
20849
|
command:
|
|
20835
20850
|
- /opt/app-root/src/run-role.sh
|
|
20836
20851
|
- suite_dns
|
|
20837
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20852
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
20838
20853
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20839
20854
|
# --------------------------------------------------------------------------------
|
|
20840
20855
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -21083,7 +21098,7 @@ spec:
|
|
|
21083
21098
|
command:
|
|
21084
21099
|
- /opt/app-root/src/run-role.sh
|
|
21085
21100
|
- suite_install
|
|
21086
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21101
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21087
21102
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21088
21103
|
workingDir: /workspace/configs
|
|
21089
21104
|
|
|
@@ -21171,7 +21186,7 @@ spec:
|
|
|
21171
21186
|
command:
|
|
21172
21187
|
- /opt/app-root/src/run-role.sh
|
|
21173
21188
|
- suite_rollback
|
|
21174
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21189
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21175
21190
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21176
21191
|
# --------------------------------------------------------------------------------
|
|
21177
21192
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -21236,7 +21251,7 @@ spec:
|
|
|
21236
21251
|
command:
|
|
21237
21252
|
- /opt/app-root/src/run-role.sh
|
|
21238
21253
|
- suite_uninstall
|
|
21239
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21254
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21240
21255
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21241
21256
|
# --------------------------------------------------------------------------------
|
|
21242
21257
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -21306,7 +21321,7 @@ spec:
|
|
|
21306
21321
|
command:
|
|
21307
21322
|
- /opt/app-root/src/run-role.sh
|
|
21308
21323
|
- suite_upgrade
|
|
21309
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21324
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21310
21325
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21311
21326
|
# --------------------------------------------------------------------------------
|
|
21312
21327
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -21368,12 +21383,12 @@ spec:
|
|
|
21368
21383
|
command:
|
|
21369
21384
|
- /opt/app-root/src/run-role.sh
|
|
21370
21385
|
- suite_verify
|
|
21371
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21386
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21372
21387
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21373
21388
|
|
|
21374
21389
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
21375
21390
|
- name: suite-post-verify
|
|
21376
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21391
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21377
21392
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21378
21393
|
command:
|
|
21379
21394
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -21496,7 +21511,7 @@ spec:
|
|
|
21496
21511
|
command:
|
|
21497
21512
|
- /opt/app-root/src/run-role.sh
|
|
21498
21513
|
- turbonomic
|
|
21499
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21514
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21500
21515
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21501
21516
|
# --------------------------------------------------------------------------------
|
|
21502
21517
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -21577,7 +21592,7 @@ spec:
|
|
|
21577
21592
|
# IBM User Data Services (UDS)
|
|
21578
21593
|
# -------------------------------------------------------------------------
|
|
21579
21594
|
- name: uds
|
|
21580
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21595
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21581
21596
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21582
21597
|
workingDir: /workspace/configs
|
|
21583
21598
|
command:
|
|
@@ -21640,7 +21655,7 @@ spec:
|
|
|
21640
21655
|
# IBM Data Reporter Operator (DRO)
|
|
21641
21656
|
# -------------------------------------------------------------------------
|
|
21642
21657
|
- name: dro
|
|
21643
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21658
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21644
21659
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21645
21660
|
workingDir: /workspace/configs
|
|
21646
21661
|
command:
|
|
@@ -21726,7 +21741,7 @@ spec:
|
|
|
21726
21741
|
description: "The value to set"
|
|
21727
21742
|
steps:
|
|
21728
21743
|
- name: update-configmap
|
|
21729
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21744
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21730
21745
|
command:
|
|
21731
21746
|
- /opt/app-root/src/update-configmap.sh
|
|
21732
21747
|
env:
|
|
@@ -21773,7 +21788,7 @@ spec:
|
|
|
21773
21788
|
|
|
21774
21789
|
steps:
|
|
21775
21790
|
- name: wait-for-configmap
|
|
21776
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21791
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21777
21792
|
command:
|
|
21778
21793
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21779
21794
|
env:
|
|
@@ -21854,7 +21869,7 @@ spec:
|
|
|
21854
21869
|
|
|
21855
21870
|
steps:
|
|
21856
21871
|
- name: wait-for-configmap
|
|
21857
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21872
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21858
21873
|
command:
|
|
21859
21874
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21860
21875
|
env:
|
|
@@ -21914,7 +21929,7 @@ spec:
|
|
|
21914
21929
|
|
|
21915
21930
|
steps:
|
|
21916
21931
|
- name: wait
|
|
21917
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21932
|
+
image: quay.io/ibmmas/cli:15.1.7
|
|
21918
21933
|
command:
|
|
21919
21934
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
21920
21935
|
env:
|
|
@@ -25338,6 +25353,8 @@ spec:
|
|
|
25338
25353
|
value: $(params.odh_operator_version)
|
|
25339
25354
|
- name: mas_aibroker_storage_ssl
|
|
25340
25355
|
value: $(params.mas_aibroker_storage_ssl)
|
|
25356
|
+
- name: mas_aibroker_storage_region
|
|
25357
|
+
value: $(params.mas_aibroker_storage_region)
|
|
25341
25358
|
|
|
25342
25359
|
# 3.gitops-Aibroker
|
|
25343
25360
|
# -------------------------------------------------------------------------
|
|
@@ -31897,6 +31914,8 @@ spec:
|
|
|
31897
31914
|
type: string
|
|
31898
31915
|
- name: mas_channel
|
|
31899
31916
|
type: string
|
|
31917
|
+
- name: mas_appws_components
|
|
31918
|
+
type: string
|
|
31900
31919
|
|
|
31901
31920
|
- name: launchfvt_core
|
|
31902
31921
|
type: string
|
|
@@ -32065,6 +32084,8 @@ spec:
|
|
|
32065
32084
|
value: $(params.mas_workspace_id)
|
|
32066
32085
|
- name: mas_channel
|
|
32067
32086
|
value: $(params.mas_channel)
|
|
32087
|
+
- name: mas_appws_components
|
|
32088
|
+
value: $(params.mas_appws_components)
|
|
32068
32089
|
|
|
32069
32090
|
- name: launchfvt_core
|
|
32070
32091
|
value: $(params.launchfvt_core)
|
|
@@ -40223,10 +40244,78 @@ spec:
|
|
|
40223
40244
|
value: $(params.mas_app_channel_manage)
|
|
40224
40245
|
- name: input_data_file
|
|
40225
40246
|
value: "MobilePytestSetup.data"
|
|
40226
|
-
- name: enable_perf_debug
|
|
40227
|
-
value: "True"
|
|
40228
40247
|
- name: fvt_test_suite
|
|
40229
40248
|
value: mobile-api-requests
|
|
40249
|
+
- name: enable_perf_debug
|
|
40250
|
+
value: "True"
|
|
40251
|
+
runAfter:
|
|
40252
|
+
- mobile-setup-pytest
|
|
40253
|
+
|
|
40254
|
+
- name: mobile-pytest-asset-image
|
|
40255
|
+
taskRef:
|
|
40256
|
+
kind: Task
|
|
40257
|
+
name: mas-fvt-mobile-pytest
|
|
40258
|
+
timeout: "0"
|
|
40259
|
+
workspaces:
|
|
40260
|
+
- name: configs
|
|
40261
|
+
workspace: shared-configs
|
|
40262
|
+
when:
|
|
40263
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
40264
|
+
operator: notin
|
|
40265
|
+
values: [""]
|
|
40266
|
+
- input: "$(params.fvt_digest_mobile_pytest)"
|
|
40267
|
+
operator: notin
|
|
40268
|
+
values: [""]
|
|
40269
|
+
|
|
40270
|
+
params:
|
|
40271
|
+
- name: fvt_image_registry
|
|
40272
|
+
value: $(params.fvt_image_registry)
|
|
40273
|
+
- name: fvt_image_digest
|
|
40274
|
+
value: $(params.fvt_digest_mobile_pytest)
|
|
40275
|
+
- name: mas_instance_id
|
|
40276
|
+
value: $(params.mas_instance_id)
|
|
40277
|
+
- name: mas_workspace_id
|
|
40278
|
+
value: $(params.mas_workspace_id)
|
|
40279
|
+
- name: product_channel
|
|
40280
|
+
value: $(params.mas_app_channel_manage)
|
|
40281
|
+
- name: input_data_file
|
|
40282
|
+
value: "MobilePytestSetup.data"
|
|
40283
|
+
- name: fvt_test_suite
|
|
40284
|
+
value: mobile-api-asset-image
|
|
40285
|
+
runAfter:
|
|
40286
|
+
- mobile-setup-pytest
|
|
40287
|
+
|
|
40288
|
+
- name: mobile-pytest-download
|
|
40289
|
+
taskRef:
|
|
40290
|
+
kind: Task
|
|
40291
|
+
name: mas-fvt-mobile-pytest
|
|
40292
|
+
timeout: "0"
|
|
40293
|
+
workspaces:
|
|
40294
|
+
- name: configs
|
|
40295
|
+
workspace: shared-configs
|
|
40296
|
+
when:
|
|
40297
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
40298
|
+
operator: notin
|
|
40299
|
+
values: [""]
|
|
40300
|
+
- input: "$(params.fvt_digest_mobile_pytest)"
|
|
40301
|
+
operator: notin
|
|
40302
|
+
values: [""]
|
|
40303
|
+
|
|
40304
|
+
params:
|
|
40305
|
+
- name: fvt_image_registry
|
|
40306
|
+
value: $(params.fvt_image_registry)
|
|
40307
|
+
- name: fvt_image_digest
|
|
40308
|
+
value: $(params.fvt_digest_mobile_pytest)
|
|
40309
|
+
- name: mas_instance_id
|
|
40310
|
+
value: $(params.mas_instance_id)
|
|
40311
|
+
- name: mas_workspace_id
|
|
40312
|
+
value: $(params.mas_workspace_id)
|
|
40313
|
+
- name: product_channel
|
|
40314
|
+
value: $(params.mas_app_channel_manage)
|
|
40315
|
+
- name: input_data_file
|
|
40316
|
+
value: "MobilePytestSetup.data"
|
|
40317
|
+
- name: fvt_test_suite
|
|
40318
|
+
value: mobile-api-download
|
|
40230
40319
|
runAfter:
|
|
40231
40320
|
- mobile-setup-pytest
|
|
40232
40321
|
|
|
@@ -40260,12 +40349,14 @@ spec:
|
|
|
40260
40349
|
value: $(params.mas_app_channel_manage)
|
|
40261
40350
|
- name: input_data_file
|
|
40262
40351
|
value: "MobilePytestSetup.data"
|
|
40263
|
-
- name: enable_perf_debug
|
|
40264
|
-
value: "True"
|
|
40265
40352
|
- name: fvt_test_suite
|
|
40266
40353
|
value: mobile-api-assetm
|
|
40354
|
+
- name: enable_perf_debug
|
|
40355
|
+
value: "True"
|
|
40267
40356
|
runAfter:
|
|
40268
40357
|
- mobile-pytest-requests
|
|
40358
|
+
- mobile-pytest-asset-image
|
|
40359
|
+
- mobile-pytest-download
|
|
40269
40360
|
|
|
40270
40361
|
- name: mobile-pytest-tech
|
|
40271
40362
|
taskRef:
|
|
@@ -40296,12 +40387,14 @@ spec:
|
|
|
40296
40387
|
value: $(params.mas_app_channel_manage)
|
|
40297
40388
|
- name: input_data_file
|
|
40298
40389
|
value: "MobilePytestSetup.data"
|
|
40299
|
-
- name: enable_perf_debug
|
|
40300
|
-
value: "True"
|
|
40301
40390
|
- name: fvt_test_suite
|
|
40302
40391
|
value: mobile-api-tech
|
|
40392
|
+
- name: enable_perf_debug
|
|
40393
|
+
value: "True"
|
|
40303
40394
|
runAfter:
|
|
40304
40395
|
- mobile-pytest-requests
|
|
40396
|
+
- mobile-pytest-asset-image
|
|
40397
|
+
- mobile-pytest-download
|
|
40305
40398
|
|
|
40306
40399
|
- name: mobile-pytest-supervisor
|
|
40307
40400
|
taskRef:
|
|
@@ -40332,12 +40425,14 @@ spec:
|
|
|
40332
40425
|
value: $(params.mas_app_channel_manage)
|
|
40333
40426
|
- name: input_data_file
|
|
40334
40427
|
value: "MobilePytestSetup.data"
|
|
40335
|
-
- name: enable_perf_debug
|
|
40336
|
-
value: "True"
|
|
40337
40428
|
- name: fvt_test_suite
|
|
40338
40429
|
value: mobile-api-supervisor
|
|
40430
|
+
- name: enable_perf_debug
|
|
40431
|
+
value: "True"
|
|
40339
40432
|
runAfter:
|
|
40340
40433
|
- mobile-pytest-requests
|
|
40434
|
+
- mobile-pytest-asset-image
|
|
40435
|
+
- mobile-pytest-download
|
|
40341
40436
|
|
|
40342
40437
|
- name: mobile-pytest-calibration
|
|
40343
40438
|
taskRef:
|
|
@@ -40368,10 +40463,10 @@ spec:
|
|
|
40368
40463
|
value: $(params.mas_app_channel_manage)
|
|
40369
40464
|
- name: input_data_file
|
|
40370
40465
|
value: "MobilePytestSetup.data"
|
|
40371
|
-
- name: enable_perf_debug
|
|
40372
|
-
value: "True"
|
|
40373
40466
|
- name: fvt_test_suite
|
|
40374
40467
|
value: mobile-api-calibration
|
|
40468
|
+
- name: enable_perf_debug
|
|
40469
|
+
value: "True"
|
|
40375
40470
|
runAfter:
|
|
40376
40471
|
- mobile-pytest-assetmanager
|
|
40377
40472
|
- mobile-pytest-tech
|
|
@@ -40406,10 +40501,10 @@ spec:
|
|
|
40406
40501
|
value: $(params.mas_app_channel_manage)
|
|
40407
40502
|
- name: input_data_file
|
|
40408
40503
|
value: "MobilePytestSetup.data"
|
|
40409
|
-
- name: enable_perf_debug
|
|
40410
|
-
value: "True"
|
|
40411
40504
|
- name: fvt_test_suite
|
|
40412
40505
|
value: mobile-api-civil-defects
|
|
40506
|
+
- name: enable_perf_debug
|
|
40507
|
+
value: "True"
|
|
40413
40508
|
runAfter:
|
|
40414
40509
|
- mobile-pytest-assetmanager
|
|
40415
40510
|
- mobile-pytest-tech
|
|
@@ -40444,10 +40539,10 @@ spec:
|
|
|
40444
40539
|
value: $(params.mas_app_channel_manage)
|
|
40445
40540
|
- name: input_data_file
|
|
40446
40541
|
value: "MobilePytestSetup.data"
|
|
40447
|
-
- name: enable_perf_debug
|
|
40448
|
-
value: "True"
|
|
40449
40542
|
- name: fvt_test_suite
|
|
40450
40543
|
value: mobile-api-ic
|
|
40544
|
+
- name: enable_perf_debug
|
|
40545
|
+
value: "True"
|
|
40451
40546
|
runAfter:
|
|
40452
40547
|
- mobile-pytest-calibration
|
|
40453
40548
|
- mobile-pytest-civil-defects
|
|
@@ -40481,10 +40576,10 @@ spec:
|
|
|
40481
40576
|
value: $(params.mas_app_channel_manage)
|
|
40482
40577
|
- name: input_data_file
|
|
40483
40578
|
value: "MobilePytestSetup.data"
|
|
40484
|
-
- name: enable_perf_debug
|
|
40485
|
-
value: "True"
|
|
40486
40579
|
- name: fvt_test_suite
|
|
40487
40580
|
value: mobile-api-ir
|
|
40581
|
+
- name: enable_perf_debug
|
|
40582
|
+
value: "True"
|
|
40488
40583
|
runAfter:
|
|
40489
40584
|
- mobile-pytest-calibration
|
|
40490
40585
|
- mobile-pytest-civil-defects
|
|
@@ -40518,10 +40613,10 @@ spec:
|
|
|
40518
40613
|
value: $(params.mas_app_channel_manage)
|
|
40519
40614
|
- name: input_data_file
|
|
40520
40615
|
value: "MobilePytestSetup.data"
|
|
40521
|
-
- name: enable_perf_debug
|
|
40522
|
-
value: "True"
|
|
40523
40616
|
- name: fvt_test_suite
|
|
40524
40617
|
value: mobile-api-it
|
|
40618
|
+
- name: enable_perf_debug
|
|
40619
|
+
value: "True"
|
|
40525
40620
|
runAfter:
|
|
40526
40621
|
- mobile-pytest-calibration
|
|
40527
40622
|
- mobile-pytest-civil-defects
|
|
@@ -40555,10 +40650,10 @@ spec:
|
|
|
40555
40650
|
value: $(params.mas_app_channel_manage)
|
|
40556
40651
|
- name: input_data_file
|
|
40557
40652
|
value: "MobilePytestSetup.data"
|
|
40558
|
-
- name: enable_perf_debug
|
|
40559
|
-
value: "True"
|
|
40560
40653
|
- name: fvt_test_suite
|
|
40561
40654
|
value: mobile-api-sr
|
|
40655
|
+
- name: enable_perf_debug
|
|
40656
|
+
value: "True"
|
|
40562
40657
|
runAfter:
|
|
40563
40658
|
- mobile-pytest-ic
|
|
40564
40659
|
- mobile-pytest-ir
|
|
@@ -40593,10 +40688,10 @@ spec:
|
|
|
40593
40688
|
value: $(params.mas_app_channel_manage)
|
|
40594
40689
|
- name: input_data_file
|
|
40595
40690
|
value: "MobilePytestSetup.data"
|
|
40596
|
-
- name: enable_perf_debug
|
|
40597
|
-
value: "True"
|
|
40598
40691
|
- name: fvt_test_suite
|
|
40599
40692
|
value: mobile-api-insp
|
|
40693
|
+
- name: enable_perf_debug
|
|
40694
|
+
value: "True"
|
|
40600
40695
|
runAfter:
|
|
40601
40696
|
- mobile-pytest-ic
|
|
40602
40697
|
- mobile-pytest-ir
|
|
@@ -40634,6 +40729,9 @@ spec:
|
|
|
40634
40729
|
- name: mas_workspace_id
|
|
40635
40730
|
type: string
|
|
40636
40731
|
default: ""
|
|
40732
|
+
- name: mas_appws_components
|
|
40733
|
+
type: string
|
|
40734
|
+
default: ""
|
|
40637
40735
|
|
|
40638
40736
|
# FVT Configuration
|
|
40639
40737
|
- name: fvt_image_registry
|
|
@@ -40651,12 +40749,22 @@ spec:
|
|
|
40651
40749
|
type: string
|
|
40652
40750
|
default: ""
|
|
40653
40751
|
|
|
40654
|
-
|
|
40752
|
+
# Image Digests
|
|
40655
40753
|
- name: fvt_digest_manage
|
|
40656
40754
|
type: string
|
|
40657
40755
|
default: ""
|
|
40658
40756
|
|
|
40659
40757
|
tasks:
|
|
40758
|
+
|
|
40759
|
+
# Manage Components Information
|
|
40760
|
+
- name: fvt-component
|
|
40761
|
+
taskRef:
|
|
40762
|
+
kind: Task
|
|
40763
|
+
name: mas-fvt-components
|
|
40764
|
+
params:
|
|
40765
|
+
- name: mas_appws_components
|
|
40766
|
+
value: "$(params.mas_appws_components)"
|
|
40767
|
+
|
|
40660
40768
|
# 2. Manage FVT - Manage Mobile
|
|
40661
40769
|
# -------------------------------------------------------------------------
|
|
40662
40770
|
|
|
@@ -40694,6 +40802,8 @@ spec:
|
|
|
40694
40802
|
- input: "$(params.fvt_digest_mobile_pytest)"
|
|
40695
40803
|
operator: notin
|
|
40696
40804
|
values: [""]
|
|
40805
|
+
runAfter:
|
|
40806
|
+
- fvt-component
|
|
40697
40807
|
|
|
40698
40808
|
## Verification for Mobile JSON Schema
|
|
40699
40809
|
- name: fvt-mob-schema-pre
|
|
@@ -40720,8 +40830,6 @@ spec:
|
|
|
40720
40830
|
value: "MobileSetup4MAS.data"
|
|
40721
40831
|
- name: output_data_file
|
|
40722
40832
|
value: "MobileSetup4MAS.data"
|
|
40723
|
-
- name: enable_perf_debug
|
|
40724
|
-
value: "True"
|
|
40725
40833
|
workspaces:
|
|
40726
40834
|
- name: configs
|
|
40727
40835
|
workspace: shared-configs
|
|
@@ -40748,6 +40856,9 @@ spec:
|
|
|
40748
40856
|
- input: "$(params.mas_app_channel_manage)"
|
|
40749
40857
|
operator: notin
|
|
40750
40858
|
values: [""]
|
|
40859
|
+
- input: "civil"
|
|
40860
|
+
operator: in
|
|
40861
|
+
values: ["$(tasks.fvt-component.results.component_names[*])"]
|
|
40751
40862
|
workspaces:
|
|
40752
40863
|
- name: configs
|
|
40753
40864
|
workspace: shared-configs
|
|
@@ -40882,8 +40993,6 @@ spec:
|
|
|
40882
40993
|
value: mobile-api-mobile-schema
|
|
40883
40994
|
- name: input_data_file
|
|
40884
40995
|
value: "MobileSetup4MAS.data"
|
|
40885
|
-
- name: enable_perf_debug
|
|
40886
|
-
value: "True"
|
|
40887
40996
|
workspaces:
|
|
40888
40997
|
- name: configs
|
|
40889
40998
|
workspace: shared-configs
|