mas-cli 15.6.3__py3-none-any.whl → 15.7.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/aiservice/install/app.py +9 -0
- mas/cli/aiservice/install/argBuilder.py +4 -0
- mas/cli/aiservice/install/argParser.py +12 -0
- mas/cli/aiservice/install/params.py +2 -0
- mas/cli/cli.py +7 -2
- mas/cli/install/catalogs.py +3 -4
- mas/cli/templates/ibm-mas-tekton.yaml +347 -362
- mas/cli/update/app.py +6 -4
- mas/cli/upgrade/app.py +12 -1
- {mas_cli-15.6.3.dist-info → mas_cli-15.7.0.dist-info}/METADATA +1 -1
- {mas_cli-15.6.3.dist-info → mas_cli-15.7.0.dist-info}/RECORD +15 -15
- {mas_cli-15.6.3.data → mas_cli-15.7.0.data}/scripts/mas-cli +0 -0
- {mas_cli-15.6.3.dist-info → mas_cli-15.7.0.dist-info}/WHEEL +0 -0
- {mas_cli-15.6.3.dist-info → mas_cli-15.7.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.7.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.7.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.7.0
|
|
285
285
|
imagePullPolicy: $(params.image_pull_policy)
|
|
286
286
|
command:
|
|
287
287
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -388,6 +388,14 @@ spec:
|
|
|
388
388
|
type: string
|
|
389
389
|
description:
|
|
390
390
|
default: "This option is mandatory"
|
|
391
|
+
- name: aiservice_watsonxai_deployment_id
|
|
392
|
+
type: string
|
|
393
|
+
description: WatsonX deployment ID for IBM Maximo AI Service
|
|
394
|
+
default: ""
|
|
395
|
+
- name: aiservice_watsonxai_space_id
|
|
396
|
+
type: string
|
|
397
|
+
description: WatsonX space ID for IBM Maximo AI Service
|
|
398
|
+
default: ""
|
|
391
399
|
- name: aiservice_watsonx_action
|
|
392
400
|
type: string
|
|
393
401
|
description:
|
|
@@ -471,6 +479,10 @@ spec:
|
|
|
471
479
|
value: $(params.aiservice_watsonxai_url)
|
|
472
480
|
- name: AISERVICE_WATSONXAI_PROJECT_ID
|
|
473
481
|
value: $(params.aiservice_watsonxai_project_id)
|
|
482
|
+
- name: AISERVICE_WATSONXAI_DEPLOYMENT_ID
|
|
483
|
+
value: $(params.aiservice_watsonxai_deployment_id)
|
|
484
|
+
- name: AISERVICE_WATSONXAI_SPACE_ID
|
|
485
|
+
value: $(params.aiservice_watsonxai_space_id)
|
|
474
486
|
- name: AISERVICE_WATSONX_ACTION
|
|
475
487
|
value: $(params.aiservice_watsonx_action)
|
|
476
488
|
|
|
@@ -495,7 +507,7 @@ spec:
|
|
|
495
507
|
command:
|
|
496
508
|
- /opt/app-root/src/run-role.sh
|
|
497
509
|
- aiservice_tenant
|
|
498
|
-
image: quay.io/ibmmas/cli:15.
|
|
510
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
499
511
|
imagePullPolicy: $(params.image_pull_policy)
|
|
500
512
|
workingDir: /workspace/configs
|
|
501
513
|
|
|
@@ -575,6 +587,14 @@ spec:
|
|
|
575
587
|
type: string
|
|
576
588
|
description:
|
|
577
589
|
default: "This option is mandatory"
|
|
590
|
+
- name: aiservice_watsonxai_deployment_id
|
|
591
|
+
type: string
|
|
592
|
+
description: WatsonX deployment ID for IBM Maximo AI Service
|
|
593
|
+
default: ""
|
|
594
|
+
- name: aiservice_watsonxai_space_id
|
|
595
|
+
type: string
|
|
596
|
+
description: WatsonX space ID for IBM Maximo AI Service
|
|
597
|
+
default: ""
|
|
578
598
|
- name: aiservice_watsonx_action
|
|
579
599
|
type: string
|
|
580
600
|
description:
|
|
@@ -680,6 +700,10 @@ spec:
|
|
|
680
700
|
value: $(params.aiservice_watsonxai_url)
|
|
681
701
|
- name: AISERVICE_WATSONXAI_PROJECT_ID
|
|
682
702
|
value: $(params.aiservice_watsonxai_project_id)
|
|
703
|
+
- name: AISERVICE_WATSONXAI_DEPLOYMENT_ID
|
|
704
|
+
value: $(params.aiservice_watsonxai_deployment_id)
|
|
705
|
+
- name: AISERVICE_WATSONXAI_SPACE_ID
|
|
706
|
+
value: $(params.aiservice_watsonxai_space_id)
|
|
683
707
|
- name: AISERVICE_WATSONX_ACTION
|
|
684
708
|
value: $(params.aiservice_watsonx_action)
|
|
685
709
|
|
|
@@ -711,7 +735,7 @@ spec:
|
|
|
711
735
|
command:
|
|
712
736
|
- /opt/app-root/src/run-role.sh
|
|
713
737
|
- aiservice
|
|
714
|
-
image: quay.io/ibmmas/cli:15.
|
|
738
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
715
739
|
imagePullPolicy: $(params.image_pull_policy)
|
|
716
740
|
workingDir: /workspace/configs
|
|
717
741
|
|
|
@@ -827,7 +851,7 @@ spec:
|
|
|
827
851
|
command:
|
|
828
852
|
- /opt/app-root/src/run-role.sh
|
|
829
853
|
- appconnect
|
|
830
|
-
image: quay.io/ibmmas/cli:15.
|
|
854
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
831
855
|
imagePullPolicy: $(params.image_pull_policy)
|
|
832
856
|
workingDir: /workspace/configs
|
|
833
857
|
|
|
@@ -945,7 +969,7 @@ spec:
|
|
|
945
969
|
command:
|
|
946
970
|
- /opt/app-root/src/run-role.sh
|
|
947
971
|
- arcgis
|
|
948
|
-
image: quay.io/ibmmas/cli:15.
|
|
972
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
949
973
|
imagePullPolicy: $(params.image_pull_policy)
|
|
950
974
|
# --------------------------------------------------------------------------------
|
|
951
975
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -1015,7 +1039,7 @@ spec:
|
|
|
1015
1039
|
command:
|
|
1016
1040
|
- /opt/app-root/src/run-role.sh
|
|
1017
1041
|
- cert_manager
|
|
1018
|
-
image: quay.io/ibmmas/cli:15.
|
|
1042
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
1019
1043
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1020
1044
|
workingDir: /workspace/configs
|
|
1021
1045
|
# --------------------------------------------------------------------------------
|
|
@@ -1081,7 +1105,7 @@ spec:
|
|
|
1081
1105
|
command:
|
|
1082
1106
|
- /opt/app-root/src/run-role.sh
|
|
1083
1107
|
- common_services
|
|
1084
|
-
image: quay.io/ibmmas/cli:15.
|
|
1108
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
1085
1109
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1086
1110
|
workingDir: /workspace/configs
|
|
1087
1111
|
# --------------------------------------------------------------------------------
|
|
@@ -1208,7 +1232,7 @@ spec:
|
|
|
1208
1232
|
command:
|
|
1209
1233
|
- /opt/app-root/src/run-role.sh
|
|
1210
1234
|
- cos
|
|
1211
|
-
image: quay.io/ibmmas/cli:15.
|
|
1235
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
1212
1236
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1213
1237
|
workingDir: /workspace/configs
|
|
1214
1238
|
|
|
@@ -1328,7 +1352,7 @@ spec:
|
|
|
1328
1352
|
command:
|
|
1329
1353
|
- /opt/app-root/src/run-role.sh
|
|
1330
1354
|
- cp4d_service
|
|
1331
|
-
image: quay.io/ibmmas/cli:15.
|
|
1355
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
1332
1356
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1333
1357
|
workingDir: /workspace/configs
|
|
1334
1358
|
# --------------------------------------------------------------------------------
|
|
@@ -1445,7 +1469,7 @@ spec:
|
|
|
1445
1469
|
command:
|
|
1446
1470
|
- /opt/app-root/src/run-role.sh
|
|
1447
1471
|
- cp4d_service
|
|
1448
|
-
image: quay.io/ibmmas/cli:15.
|
|
1472
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
1449
1473
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1450
1474
|
workingDir: /workspace/configs
|
|
1451
1475
|
|
|
@@ -1551,7 +1575,7 @@ spec:
|
|
|
1551
1575
|
command:
|
|
1552
1576
|
- /opt/app-root/src/run-role.sh
|
|
1553
1577
|
- cp4d
|
|
1554
|
-
image: quay.io/ibmmas/cli:15.
|
|
1578
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
1555
1579
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1556
1580
|
# --------------------------------------------------------------------------------
|
|
1557
1581
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1873,7 +1897,7 @@ spec:
|
|
|
1873
1897
|
command:
|
|
1874
1898
|
- /opt/app-root/src/run-role.sh
|
|
1875
1899
|
- db2
|
|
1876
|
-
image: quay.io/ibmmas/cli:15.
|
|
1900
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
1877
1901
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1878
1902
|
workingDir: /workspace/configs
|
|
1879
1903
|
|
|
@@ -1983,7 +2007,7 @@ spec:
|
|
|
1983
2007
|
command:
|
|
1984
2008
|
- /opt/app-root/src/run-role.sh
|
|
1985
2009
|
- eck
|
|
1986
|
-
image: quay.io/ibmmas/cli:15.
|
|
2010
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
1987
2011
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1988
2012
|
# --------------------------------------------------------------------------------
|
|
1989
2013
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2072,7 +2096,7 @@ spec:
|
|
|
2072
2096
|
command:
|
|
2073
2097
|
- /opt/app-root/src/run-role.sh
|
|
2074
2098
|
- gencfg_workspace
|
|
2075
|
-
image: quay.io/ibmmas/cli:15.
|
|
2099
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
2076
2100
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2077
2101
|
workingDir: /workspace/configs
|
|
2078
2102
|
|
|
@@ -2266,7 +2290,7 @@ spec:
|
|
|
2266
2290
|
- -c
|
|
2267
2291
|
name: gitops-aiservice-tenant
|
|
2268
2292
|
imagePullPolicy: IfNotPresent
|
|
2269
|
-
image: quay.io/ibmmas/cli:15.
|
|
2293
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
2270
2294
|
workspaces:
|
|
2271
2295
|
- name: configs
|
|
2272
2296
|
# --------------------------------------------------------------------------------
|
|
@@ -2460,7 +2484,7 @@ spec:
|
|
|
2460
2484
|
- -c
|
|
2461
2485
|
name: gitops-aiservice
|
|
2462
2486
|
imagePullPolicy: IfNotPresent
|
|
2463
|
-
image: quay.io/ibmmas/cli:15.
|
|
2487
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
2464
2488
|
workspaces:
|
|
2465
2489
|
- name: configs
|
|
2466
2490
|
# --------------------------------------------------------------------------------
|
|
@@ -2561,7 +2585,7 @@ spec:
|
|
|
2561
2585
|
- -c
|
|
2562
2586
|
name: gitops-bootstrap
|
|
2563
2587
|
imagePullPolicy: IfNotPresent
|
|
2564
|
-
image: quay.io/ibmmas/cli:15.
|
|
2588
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
2565
2589
|
workspaces:
|
|
2566
2590
|
- name: configs
|
|
2567
2591
|
# --------------------------------------------------------------------------------
|
|
@@ -2643,7 +2667,7 @@ spec:
|
|
|
2643
2667
|
- -c
|
|
2644
2668
|
name: gitops-cis-compliance
|
|
2645
2669
|
imagePullPolicy: IfNotPresent
|
|
2646
|
-
image: quay.io/ibmmas/cli:15.
|
|
2670
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
2647
2671
|
workspaces:
|
|
2648
2672
|
- name: configs
|
|
2649
2673
|
# --------------------------------------------------------------------------------
|
|
@@ -2983,7 +3007,7 @@ spec:
|
|
|
2983
3007
|
- -c
|
|
2984
3008
|
name: gitops-cluster
|
|
2985
3009
|
imagePullPolicy: Always
|
|
2986
|
-
image: quay.io/ibmmas/cli:15.
|
|
3010
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
2987
3011
|
workspaces:
|
|
2988
3012
|
- name: configs
|
|
2989
3013
|
- name: gitops-cluster-configs
|
|
@@ -3092,7 +3116,7 @@ spec:
|
|
|
3092
3116
|
- -c
|
|
3093
3117
|
name: gitops-cos
|
|
3094
3118
|
imagePullPolicy: IfNotPresent
|
|
3095
|
-
image: quay.io/ibmmas/cli:15.
|
|
3119
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
3096
3120
|
workspaces:
|
|
3097
3121
|
- name: configs
|
|
3098
3122
|
# --------------------------------------------------------------------------------
|
|
@@ -3240,7 +3264,7 @@ spec:
|
|
|
3240
3264
|
- -c
|
|
3241
3265
|
name: gitops-cp4d-service
|
|
3242
3266
|
imagePullPolicy: IfNotPresent
|
|
3243
|
-
image: quay.io/ibmmas/cli:15.
|
|
3267
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
3244
3268
|
workspaces:
|
|
3245
3269
|
- name: configs
|
|
3246
3270
|
- name: shared-gitops-configs
|
|
@@ -3369,7 +3393,7 @@ spec:
|
|
|
3369
3393
|
- -c
|
|
3370
3394
|
name: gitops-cp4d
|
|
3371
3395
|
imagePullPolicy: IfNotPresent
|
|
3372
|
-
image: quay.io/ibmmas/cli:15.
|
|
3396
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
3373
3397
|
workspaces:
|
|
3374
3398
|
- name: configs
|
|
3375
3399
|
- name: shared-gitops-configs
|
|
@@ -3660,7 +3684,7 @@ spec:
|
|
|
3660
3684
|
- -c
|
|
3661
3685
|
name: gitops-db2u-database
|
|
3662
3686
|
imagePullPolicy: Always
|
|
3663
|
-
image: quay.io/ibmmas/cli:15.
|
|
3687
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
3664
3688
|
workspaces:
|
|
3665
3689
|
- name: configs
|
|
3666
3690
|
- name: shared-gitops-configs
|
|
@@ -3758,7 +3782,7 @@ spec:
|
|
|
3758
3782
|
- -c
|
|
3759
3783
|
name: gitops-db2u
|
|
3760
3784
|
imagePullPolicy: IfNotPresent
|
|
3761
|
-
image: quay.io/ibmmas/cli:15.
|
|
3785
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
3762
3786
|
workspaces:
|
|
3763
3787
|
- name: configs
|
|
3764
3788
|
# --------------------------------------------------------------------------------
|
|
@@ -3885,7 +3909,7 @@ spec:
|
|
|
3885
3909
|
- -c
|
|
3886
3910
|
name: gitops-delete-jdbc-config
|
|
3887
3911
|
imagePullPolicy: IfNotPresent
|
|
3888
|
-
image: quay.io/ibmmas/cli:15.
|
|
3912
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
3889
3913
|
workspaces:
|
|
3890
3914
|
- name: configs
|
|
3891
3915
|
# --------------------------------------------------------------------------------
|
|
@@ -3983,7 +4007,7 @@ spec:
|
|
|
3983
4007
|
- -c
|
|
3984
4008
|
name: gitops-delete-kafka-config
|
|
3985
4009
|
imagePullPolicy: Always
|
|
3986
|
-
image: quay.io/ibmmas/cli:15.
|
|
4010
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
3987
4011
|
workspaces:
|
|
3988
4012
|
- name: configs
|
|
3989
4013
|
|
|
@@ -4079,7 +4103,7 @@ spec:
|
|
|
4079
4103
|
- -c
|
|
4080
4104
|
name: gitops-deprovision-aiservice-tenant
|
|
4081
4105
|
imagePullPolicy: IfNotPresent
|
|
4082
|
-
image: quay.io/ibmmas/cli:15.
|
|
4106
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
4083
4107
|
workspaces:
|
|
4084
4108
|
- name: configs
|
|
4085
4109
|
# --------------------------------------------------------------------------------
|
|
@@ -4167,7 +4191,7 @@ spec:
|
|
|
4167
4191
|
- -c
|
|
4168
4192
|
name: gitops-deprovision-aiservice
|
|
4169
4193
|
imagePullPolicy: IfNotPresent
|
|
4170
|
-
image: quay.io/ibmmas/cli:15.
|
|
4194
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
4171
4195
|
workspaces:
|
|
4172
4196
|
- name: configs
|
|
4173
4197
|
# --------------------------------------------------------------------------------
|
|
@@ -4255,7 +4279,7 @@ spec:
|
|
|
4255
4279
|
- -c
|
|
4256
4280
|
name: gitops-deprovision-app-config
|
|
4257
4281
|
imagePullPolicy: IfNotPresent
|
|
4258
|
-
image: quay.io/ibmmas/cli:15.
|
|
4282
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
4259
4283
|
workspaces:
|
|
4260
4284
|
- name: configs
|
|
4261
4285
|
# --------------------------------------------------------------------------------
|
|
@@ -4340,7 +4364,7 @@ spec:
|
|
|
4340
4364
|
- -c
|
|
4341
4365
|
name: gitops-deprovision-app-install
|
|
4342
4366
|
imagePullPolicy: IfNotPresent
|
|
4343
|
-
image: quay.io/ibmmas/cli:15.
|
|
4367
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
4344
4368
|
workspaces:
|
|
4345
4369
|
- name: configs
|
|
4346
4370
|
# --------------------------------------------------------------------------------
|
|
@@ -4425,7 +4449,7 @@ spec:
|
|
|
4425
4449
|
- -c
|
|
4426
4450
|
name: gitops-deprovision-cluster
|
|
4427
4451
|
imagePullPolicy: IfNotPresent
|
|
4428
|
-
image: quay.io/ibmmas/cli:15.
|
|
4452
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
4429
4453
|
workspaces:
|
|
4430
4454
|
- name: configs
|
|
4431
4455
|
# --------------------------------------------------------------------------------
|
|
@@ -4544,7 +4568,7 @@ spec:
|
|
|
4544
4568
|
- -c
|
|
4545
4569
|
name: gitops-deprovision-cos
|
|
4546
4570
|
imagePullPolicy: IfNotPresent
|
|
4547
|
-
image: quay.io/ibmmas/cli:15.
|
|
4571
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
4548
4572
|
workspaces:
|
|
4549
4573
|
- name: configs
|
|
4550
4574
|
# --------------------------------------------------------------------------------
|
|
@@ -4649,7 +4673,7 @@ spec:
|
|
|
4649
4673
|
- -c
|
|
4650
4674
|
name: gitops-deprovision-cp4d-service
|
|
4651
4675
|
imagePullPolicy: IfNotPresent
|
|
4652
|
-
image: quay.io/ibmmas/cli:15.
|
|
4676
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
4653
4677
|
workspaces:
|
|
4654
4678
|
- name: configs# --------------------------------------------------------------------------------
|
|
4655
4679
|
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-cp4d.yaml
|
|
@@ -4736,7 +4760,7 @@ spec:
|
|
|
4736
4760
|
- -c
|
|
4737
4761
|
name: gitops-deprovision-cp4d
|
|
4738
4762
|
imagePullPolicy: IfNotPresent
|
|
4739
|
-
image: quay.io/ibmmas/cli:15.
|
|
4763
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
4740
4764
|
workspaces:
|
|
4741
4765
|
- name: configs
|
|
4742
4766
|
# --------------------------------------------------------------------------------
|
|
@@ -4821,7 +4845,7 @@ spec:
|
|
|
4821
4845
|
- -c
|
|
4822
4846
|
name: gitops-deprovision-customer-subscription
|
|
4823
4847
|
imagePullPolicy: IfNotPresent
|
|
4824
|
-
image: quay.io/ibmmas/cli:15.
|
|
4848
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
4825
4849
|
workspaces:
|
|
4826
4850
|
- name: shared-entitlement
|
|
4827
4851
|
# --------------------------------------------------------------------------------
|
|
@@ -4914,7 +4938,7 @@ spec:
|
|
|
4914
4938
|
- -c
|
|
4915
4939
|
name: gitops-deprovision-db2u-database
|
|
4916
4940
|
imagePullPolicy: IfNotPresent
|
|
4917
|
-
image: quay.io/ibmmas/cli:15.
|
|
4941
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
4918
4942
|
workspaces:
|
|
4919
4943
|
- name: configs
|
|
4920
4944
|
|
|
@@ -4997,7 +5021,7 @@ spec:
|
|
|
4997
5021
|
- -c
|
|
4998
5022
|
name: gitops-deprovision-db2u
|
|
4999
5023
|
imagePullPolicy: IfNotPresent
|
|
5000
|
-
image: quay.io/ibmmas/cli:15.
|
|
5024
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
5001
5025
|
workspaces:
|
|
5002
5026
|
- name: configs
|
|
5003
5027
|
|
|
@@ -5114,7 +5138,7 @@ spec:
|
|
|
5114
5138
|
- -c
|
|
5115
5139
|
name: gitops-deprovision-efs
|
|
5116
5140
|
imagePullPolicy: IfNotPresent
|
|
5117
|
-
image: quay.io/ibmmas/cli:15.
|
|
5141
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
5118
5142
|
workspaces:
|
|
5119
5143
|
- name: configs
|
|
5120
5144
|
|
|
@@ -5224,7 +5248,7 @@ spec:
|
|
|
5224
5248
|
- -c
|
|
5225
5249
|
name: gitops-deprovision-kafka
|
|
5226
5250
|
imagePullPolicy: IfNotPresent
|
|
5227
|
-
image: quay.io/ibmmas/cli:15.
|
|
5251
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
5228
5252
|
workspaces:
|
|
5229
5253
|
- name: configs
|
|
5230
5254
|
# --------------------------------------------------------------------------------
|
|
@@ -5327,7 +5351,7 @@ spec:
|
|
|
5327
5351
|
- -c
|
|
5328
5352
|
name: gitops-deprovision-mongo
|
|
5329
5353
|
imagePullPolicy: IfNotPresent
|
|
5330
|
-
image: quay.io/ibmmas/cli:15.
|
|
5354
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
5331
5355
|
workspaces:
|
|
5332
5356
|
- name: configs
|
|
5333
5357
|
|
|
@@ -5418,7 +5442,7 @@ spec:
|
|
|
5418
5442
|
- -c
|
|
5419
5443
|
name: gitops-deprovision-odh
|
|
5420
5444
|
imagePullPolicy: IfNotPresent
|
|
5421
|
-
image: quay.io/ibmmas/cli:15.
|
|
5445
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
5422
5446
|
workspaces:
|
|
5423
5447
|
- name: configs
|
|
5424
5448
|
# --------------------------------------------------------------------------------
|
|
@@ -5472,7 +5496,7 @@ spec:
|
|
|
5472
5496
|
- -c
|
|
5473
5497
|
name: gitops-deprovision-rosa
|
|
5474
5498
|
imagePullPolicy: IfNotPresent
|
|
5475
|
-
image: quay.io/ibmmas/cli:15.
|
|
5499
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
5476
5500
|
workspaces:
|
|
5477
5501
|
- name: configs
|
|
5478
5502
|
# --------------------------------------------------------------------------------
|
|
@@ -5677,7 +5701,7 @@ spec:
|
|
|
5677
5701
|
- -c
|
|
5678
5702
|
name: gitops-deprovision-suite-config
|
|
5679
5703
|
imagePullPolicy: IfNotPresent
|
|
5680
|
-
image: quay.io/ibmmas/cli:15.
|
|
5704
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
5681
5705
|
workspaces:
|
|
5682
5706
|
- name: configs
|
|
5683
5707
|
|
|
@@ -5775,7 +5799,7 @@ spec:
|
|
|
5775
5799
|
- -c
|
|
5776
5800
|
name: gitops-deprovision-suite-idp-config
|
|
5777
5801
|
imagePullPolicy: IfNotPresent
|
|
5778
|
-
image: quay.io/ibmmas/cli:15.
|
|
5802
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
5779
5803
|
workspaces:
|
|
5780
5804
|
- name: configs
|
|
5781
5805
|
# --------------------------------------------------------------------------------
|
|
@@ -5867,7 +5891,7 @@ spec:
|
|
|
5867
5891
|
- -c
|
|
5868
5892
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5869
5893
|
imagePullPolicy: IfNotPresent
|
|
5870
|
-
image: quay.io/ibmmas/cli:15.
|
|
5894
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
5871
5895
|
workspaces:
|
|
5872
5896
|
- name: configs
|
|
5873
5897
|
# --------------------------------------------------------------------------------
|
|
@@ -6079,7 +6103,7 @@ spec:
|
|
|
6079
6103
|
- -c
|
|
6080
6104
|
name: gitops-deprovision-suite-smtp-config
|
|
6081
6105
|
imagePullPolicy: IfNotPresent
|
|
6082
|
-
image: quay.io/ibmmas/cli:15.
|
|
6106
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
6083
6107
|
workspaces:
|
|
6084
6108
|
- name: configs
|
|
6085
6109
|
# --------------------------------------------------------------------------------
|
|
@@ -6172,7 +6196,7 @@ spec:
|
|
|
6172
6196
|
- -c
|
|
6173
6197
|
name: gitops-deprovision-suite-watson-studio-config
|
|
6174
6198
|
imagePullPolicy: IfNotPresent
|
|
6175
|
-
image: quay.io/ibmmas/cli:15.
|
|
6199
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
6176
6200
|
workspaces:
|
|
6177
6201
|
- name: configs
|
|
6178
6202
|
# --------------------------------------------------------------------------------
|
|
@@ -6263,7 +6287,7 @@ spec:
|
|
|
6263
6287
|
- -c
|
|
6264
6288
|
name: gitops-deprovision-suite-workspace
|
|
6265
6289
|
imagePullPolicy: Always
|
|
6266
|
-
image: quay.io/ibmmas/cli:15.
|
|
6290
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
6267
6291
|
workspaces:
|
|
6268
6292
|
- name: configs
|
|
6269
6293
|
# --------------------------------------------------------------------------------
|
|
@@ -6356,7 +6380,7 @@ spec:
|
|
|
6356
6380
|
- -c
|
|
6357
6381
|
name: gitops-deprovision-suite
|
|
6358
6382
|
imagePullPolicy: IfNotPresent
|
|
6359
|
-
image: quay.io/ibmmas/cli:15.
|
|
6383
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
6360
6384
|
workspaces:
|
|
6361
6385
|
- name: configs
|
|
6362
6386
|
|
|
@@ -6469,7 +6493,7 @@ spec:
|
|
|
6469
6493
|
- -c
|
|
6470
6494
|
name: gitops-dro
|
|
6471
6495
|
imagePullPolicy: IfNotPresent
|
|
6472
|
-
image: quay.io/ibmmas/cli:15.
|
|
6496
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
6473
6497
|
workspaces:
|
|
6474
6498
|
- name: configs
|
|
6475
6499
|
# --------------------------------------------------------------------------------
|
|
@@ -6596,7 +6620,7 @@ spec:
|
|
|
6596
6620
|
- -c
|
|
6597
6621
|
name: gitops-efs
|
|
6598
6622
|
imagePullPolicy: IfNotPresent
|
|
6599
|
-
image: quay.io/ibmmas/cli:15.
|
|
6623
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
6600
6624
|
workspaces:
|
|
6601
6625
|
- name: configs
|
|
6602
6626
|
|
|
@@ -6731,7 +6755,7 @@ spec:
|
|
|
6731
6755
|
- -c
|
|
6732
6756
|
name: gitops-jdbc-config
|
|
6733
6757
|
imagePullPolicy: Always
|
|
6734
|
-
image: quay.io/ibmmas/cli:15.
|
|
6758
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
6735
6759
|
workspaces:
|
|
6736
6760
|
- name: configs
|
|
6737
6761
|
- name: shared-gitops-configs
|
|
@@ -6827,7 +6851,7 @@ spec:
|
|
|
6827
6851
|
- -c
|
|
6828
6852
|
name: gitops-kafka-config
|
|
6829
6853
|
imagePullPolicy: Always
|
|
6830
|
-
image: quay.io/ibmmas/cli:15.
|
|
6854
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
6831
6855
|
workspaces:
|
|
6832
6856
|
- name: configs
|
|
6833
6857
|
|
|
@@ -6949,7 +6973,7 @@ spec:
|
|
|
6949
6973
|
- -c
|
|
6950
6974
|
name: gitops-kafka
|
|
6951
6975
|
imagePullPolicy: IfNotPresent
|
|
6952
|
-
image: quay.io/ibmmas/cli:15.
|
|
6976
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
6953
6977
|
workspaces:
|
|
6954
6978
|
- name: configs
|
|
6955
6979
|
# --------------------------------------------------------------------------------
|
|
@@ -7105,7 +7129,7 @@ spec:
|
|
|
7105
7129
|
- -c
|
|
7106
7130
|
name: gitops-license
|
|
7107
7131
|
imagePullPolicy: Always
|
|
7108
|
-
image: quay.io/ibmmas/cli:15.
|
|
7132
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
7109
7133
|
workspaces:
|
|
7110
7134
|
- name: shared-entitlement
|
|
7111
7135
|
|
|
@@ -7829,7 +7853,7 @@ spec:
|
|
|
7829
7853
|
- -c
|
|
7830
7854
|
name: gitops-mas-fvt-preparer
|
|
7831
7855
|
imagePullPolicy: Always
|
|
7832
|
-
image: quay.io/ibmmas/cli:15.
|
|
7856
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
7833
7857
|
workspaces:
|
|
7834
7858
|
- name: configs
|
|
7835
7859
|
- name: shared-additional-configs
|
|
@@ -8329,7 +8353,7 @@ spec:
|
|
|
8329
8353
|
- -c
|
|
8330
8354
|
name: gitops-mas-initiator
|
|
8331
8355
|
imagePullPolicy: IfNotPresent
|
|
8332
|
-
image: quay.io/ibmmas/cli:15.
|
|
8356
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
8333
8357
|
workspaces:
|
|
8334
8358
|
- name: configs
|
|
8335
8359
|
# --------------------------------------------------------------------------------
|
|
@@ -8470,7 +8494,7 @@ spec:
|
|
|
8470
8494
|
- -c
|
|
8471
8495
|
name: gitops-mas-provisioner
|
|
8472
8496
|
imagePullPolicy: IfNotPresent
|
|
8473
|
-
image: quay.io/ibmmas/cli:15.
|
|
8497
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
8474
8498
|
workspaces:
|
|
8475
8499
|
- name: configs
|
|
8476
8500
|
- name: gitops-cluster-configs
|
|
@@ -8579,7 +8603,7 @@ spec:
|
|
|
8579
8603
|
- -c
|
|
8580
8604
|
name: gitops-mongo
|
|
8581
8605
|
imagePullPolicy: IfNotPresent
|
|
8582
|
-
image: quay.io/ibmmas/cli:15.
|
|
8606
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
8583
8607
|
workspaces:
|
|
8584
8608
|
- name: configs
|
|
8585
8609
|
|
|
@@ -8705,7 +8729,7 @@ spec:
|
|
|
8705
8729
|
- -c
|
|
8706
8730
|
name: gitops-nvidia-gpu
|
|
8707
8731
|
imagePullPolicy: IfNotPresent
|
|
8708
|
-
image: quay.io/ibmmas/cli:15.
|
|
8732
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
8709
8733
|
workspaces:
|
|
8710
8734
|
- name: configs
|
|
8711
8735
|
# --------------------------------------------------------------------------------
|
|
@@ -8839,7 +8863,7 @@ spec:
|
|
|
8839
8863
|
- -c
|
|
8840
8864
|
name: gitops-odh
|
|
8841
8865
|
imagePullPolicy: IfNotPresent
|
|
8842
|
-
image: quay.io/ibmmas/cli:15.
|
|
8866
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
8843
8867
|
workspaces:
|
|
8844
8868
|
- name: configs
|
|
8845
8869
|
# --------------------------------------------------------------------------------
|
|
@@ -8957,7 +8981,7 @@ spec:
|
|
|
8957
8981
|
- -c
|
|
8958
8982
|
name: gitops-process-mongo-user
|
|
8959
8983
|
imagePullPolicy: IfNotPresent
|
|
8960
|
-
image: quay.io/ibmmas/cli:15.
|
|
8984
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
8961
8985
|
workspaces:
|
|
8962
8986
|
- name: configs
|
|
8963
8987
|
# --------------------------------------------------------------------------------
|
|
@@ -9013,7 +9037,7 @@ spec:
|
|
|
9013
9037
|
- -c
|
|
9014
9038
|
name: gitops-rosa
|
|
9015
9039
|
imagePullPolicy: IfNotPresent
|
|
9016
|
-
image: quay.io/ibmmas/cli:15.
|
|
9040
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
9017
9041
|
workspaces:
|
|
9018
9042
|
- name: configs
|
|
9019
9043
|
# --------------------------------------------------------------------------------
|
|
@@ -9142,7 +9166,7 @@ spec:
|
|
|
9142
9166
|
- -c
|
|
9143
9167
|
name: gitops-sls
|
|
9144
9168
|
imagePullPolicy: Always
|
|
9145
|
-
image: quay.io/ibmmas/cli:15.
|
|
9169
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
9146
9170
|
workspaces:
|
|
9147
9171
|
- name: shared-entitlement
|
|
9148
9172
|
|
|
@@ -9325,7 +9349,7 @@ spec:
|
|
|
9325
9349
|
- -c
|
|
9326
9350
|
name: gitops-suite-app-config
|
|
9327
9351
|
imagePullPolicy: IfNotPresent
|
|
9328
|
-
image: quay.io/ibmmas/cli:15.
|
|
9352
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
9329
9353
|
workspaces:
|
|
9330
9354
|
- name: configs
|
|
9331
9355
|
- name: shared-gitops-configs
|
|
@@ -9483,7 +9507,7 @@ spec:
|
|
|
9483
9507
|
- -c
|
|
9484
9508
|
name: gitops-suite-app-install
|
|
9485
9509
|
imagePullPolicy: Always
|
|
9486
|
-
image: quay.io/ibmmas/cli:15.
|
|
9510
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
9487
9511
|
workspaces:
|
|
9488
9512
|
- name: configs
|
|
9489
9513
|
- name: shared-gitops-configs
|
|
@@ -9589,7 +9613,7 @@ spec:
|
|
|
9589
9613
|
- -c
|
|
9590
9614
|
name: gitops-suite-certs
|
|
9591
9615
|
imagePullPolicy: IfNotPresent
|
|
9592
|
-
image: quay.io/ibmmas/cli:15.
|
|
9616
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
9593
9617
|
workspaces:
|
|
9594
9618
|
- name: configs
|
|
9595
9619
|
- name: certificates
|
|
@@ -9764,7 +9788,7 @@ spec:
|
|
|
9764
9788
|
- -c
|
|
9765
9789
|
name: gitops-suite-config
|
|
9766
9790
|
imagePullPolicy: IfNotPresent
|
|
9767
|
-
image: quay.io/ibmmas/cli:15.
|
|
9791
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
9768
9792
|
workspaces:
|
|
9769
9793
|
- name: configs
|
|
9770
9794
|
- name: shared-additional-configs
|
|
@@ -9864,7 +9888,7 @@ spec:
|
|
|
9864
9888
|
- -c
|
|
9865
9889
|
name: gitops-suite-dns
|
|
9866
9890
|
imagePullPolicy: IfNotPresent
|
|
9867
|
-
image: quay.io/ibmmas/cli:15.
|
|
9891
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
9868
9892
|
workspaces:
|
|
9869
9893
|
- name: configs
|
|
9870
9894
|
|
|
@@ -9988,7 +10012,7 @@ spec:
|
|
|
9988
10012
|
- -c
|
|
9989
10013
|
name: gitops-suite-idp-config
|
|
9990
10014
|
imagePullPolicy: IfNotPresent
|
|
9991
|
-
image: quay.io/ibmmas/cli:15.
|
|
10015
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
9992
10016
|
workspaces:
|
|
9993
10017
|
- name: configs
|
|
9994
10018
|
- name: shared-additional-configs
|
|
@@ -10089,7 +10113,7 @@ spec:
|
|
|
10089
10113
|
- -c
|
|
10090
10114
|
name: gitops-suite-objectstorage-config
|
|
10091
10115
|
imagePullPolicy: IfNotPresent
|
|
10092
|
-
image: quay.io/ibmmas/cli:15.
|
|
10116
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
10093
10117
|
workspaces:
|
|
10094
10118
|
- name: configs
|
|
10095
10119
|
- name: shared-gitops-configs
|
|
@@ -10511,7 +10535,7 @@ spec:
|
|
|
10511
10535
|
- -c
|
|
10512
10536
|
name: gitops-suite-smtp-config
|
|
10513
10537
|
imagePullPolicy: IfNotPresent
|
|
10514
|
-
image: quay.io/ibmmas/cli:15.
|
|
10538
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
10515
10539
|
workspaces:
|
|
10516
10540
|
- name: configs
|
|
10517
10541
|
- name: shared-gitops-configs
|
|
@@ -10631,7 +10655,7 @@ spec:
|
|
|
10631
10655
|
- -c
|
|
10632
10656
|
name: gitops-suite-watson-studio-config
|
|
10633
10657
|
imagePullPolicy: IfNotPresent
|
|
10634
|
-
image: quay.io/ibmmas/cli:15.
|
|
10658
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
10635
10659
|
workspaces:
|
|
10636
10660
|
- name: configs
|
|
10637
10661
|
- name: shared-gitops-configs
|
|
@@ -10733,7 +10757,7 @@ spec:
|
|
|
10733
10757
|
- -c
|
|
10734
10758
|
name: gitops-suite-workspace
|
|
10735
10759
|
imagePullPolicy: IfNotPresent
|
|
10736
|
-
image: quay.io/ibmmas/cli:15.
|
|
10760
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
10737
10761
|
workspaces:
|
|
10738
10762
|
- name: configs
|
|
10739
10763
|
# --------------------------------------------------------------------------------
|
|
@@ -11071,7 +11095,7 @@ spec:
|
|
|
11071
11095
|
- -c
|
|
11072
11096
|
name: gitops-suite
|
|
11073
11097
|
imagePullPolicy: IfNotPresent
|
|
11074
|
-
image: quay.io/ibmmas/cli:15.
|
|
11098
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
11075
11099
|
workspaces:
|
|
11076
11100
|
- name: configs
|
|
11077
11101
|
- name: shared-gitops-configs
|
|
@@ -11121,7 +11145,7 @@ spec:
|
|
|
11121
11145
|
|
|
11122
11146
|
steps:
|
|
11123
11147
|
- name: grafana
|
|
11124
|
-
image: quay.io/ibmmas/cli:15.
|
|
11148
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
11125
11149
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11126
11150
|
command:
|
|
11127
11151
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11255,7 +11279,7 @@ spec:
|
|
|
11255
11279
|
command:
|
|
11256
11280
|
- /opt/app-root/src/run-role.sh
|
|
11257
11281
|
- ibm_catalogs
|
|
11258
|
-
image: quay.io/ibmmas/cli:15.
|
|
11282
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
11259
11283
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11260
11284
|
workingDir: /workspace/configs
|
|
11261
11285
|
# --------------------------------------------------------------------------------
|
|
@@ -11497,7 +11521,7 @@ spec:
|
|
|
11497
11521
|
command:
|
|
11498
11522
|
- /opt/app-root/src/run-role.sh
|
|
11499
11523
|
- kafka
|
|
11500
|
-
image: quay.io/ibmmas/cli:15.
|
|
11524
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
11501
11525
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11502
11526
|
workingDir: /workspace/configs
|
|
11503
11527
|
|
|
@@ -11965,7 +11989,7 @@ spec:
|
|
|
11965
11989
|
description: Extracted component names as a JSON array
|
|
11966
11990
|
steps:
|
|
11967
11991
|
- name: extract
|
|
11968
|
-
image: quay.io/ibmmas/cli:15.
|
|
11992
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
11969
11993
|
script: |
|
|
11970
11994
|
#!/bin/sh
|
|
11971
11995
|
echo "Hello.. Start extraction for $(params.mas_appws_components)"
|
|
@@ -12318,7 +12342,7 @@ spec:
|
|
|
12318
12342
|
echo "No IBM COS instance to delete"
|
|
12319
12343
|
fi
|
|
12320
12344
|
exit 0
|
|
12321
|
-
image: quay.io/ibmmas/cli:15.
|
|
12345
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
12322
12346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12323
12347
|
workingDir: /workspace/configs
|
|
12324
12348
|
env:
|
|
@@ -12418,7 +12442,7 @@ spec:
|
|
|
12418
12442
|
echo "No EventStreams instance to delete"
|
|
12419
12443
|
fi
|
|
12420
12444
|
exit 0
|
|
12421
|
-
image: quay.io/ibmmas/cli:15.
|
|
12445
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
12422
12446
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12423
12447
|
workingDir: /workspace/configs
|
|
12424
12448
|
env:
|
|
@@ -12519,7 +12543,7 @@ spec:
|
|
|
12519
12543
|
command:
|
|
12520
12544
|
- /opt/app-root/src/run-role.sh
|
|
12521
12545
|
- ocp_deprovision
|
|
12522
|
-
image: quay.io/ibmmas/cli:15.
|
|
12546
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
12523
12547
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12524
12548
|
env:
|
|
12525
12549
|
- name: DEVOPS_MONGO_URI
|
|
@@ -12676,7 +12700,7 @@ spec:
|
|
|
12676
12700
|
command:
|
|
12677
12701
|
- python3
|
|
12678
12702
|
- /opt/app-root/src/finalizer.py
|
|
12679
|
-
image: quay.io/ibmmas/cli:15.
|
|
12703
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
12680
12704
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12681
12705
|
env:
|
|
12682
12706
|
- name: DEVOPS_MONGO_URI
|
|
@@ -14380,7 +14404,7 @@ spec:
|
|
|
14380
14404
|
command:
|
|
14381
14405
|
- python3
|
|
14382
14406
|
- /opt/app-root/src/mobilever.py
|
|
14383
|
-
image: quay.io/ibmmas/cli:15.
|
|
14407
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
14384
14408
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14385
14409
|
onError: continue
|
|
14386
14410
|
|
|
@@ -14743,7 +14767,7 @@ spec:
|
|
|
14743
14767
|
|
|
14744
14768
|
steps:
|
|
14745
14769
|
- name: post-update-verify
|
|
14746
|
-
image: quay.io/ibmmas/cli:15.
|
|
14770
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
14747
14771
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14748
14772
|
command:
|
|
14749
14773
|
- ansible-playbook
|
|
@@ -14799,7 +14823,7 @@ spec:
|
|
|
14799
14823
|
|
|
14800
14824
|
steps:
|
|
14801
14825
|
- name: create-offline-upgrade-cron
|
|
14802
|
-
image: quay.io/ibmmas/cli:15.
|
|
14826
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
14803
14827
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14804
14828
|
command:
|
|
14805
14829
|
- ansible-playbook
|
|
@@ -14855,7 +14879,7 @@ spec:
|
|
|
14855
14879
|
|
|
14856
14880
|
steps:
|
|
14857
14881
|
- name: create-offline-upgrade-cron
|
|
14858
|
-
image: quay.io/ibmmas/cli:15.
|
|
14882
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
14859
14883
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14860
14884
|
command:
|
|
14861
14885
|
- ansible-playbook
|
|
@@ -15289,7 +15313,7 @@ spec:
|
|
|
15289
15313
|
echo '--------------------------------------------------------------------------------'
|
|
15290
15314
|
exit $RESULT
|
|
15291
15315
|
timeout: "0"
|
|
15292
|
-
image: quay.io/ibmmas/cli:15.
|
|
15316
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15293
15317
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15294
15318
|
env:
|
|
15295
15319
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15349,7 +15373,7 @@ spec:
|
|
|
15349
15373
|
echo '--------------------------------------------------------------------------------'
|
|
15350
15374
|
exit $RESULT
|
|
15351
15375
|
timeout: "0"
|
|
15352
|
-
image: quay.io/ibmmas/cli:15.
|
|
15376
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15353
15377
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15354
15378
|
env:
|
|
15355
15379
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15422,7 +15446,7 @@ spec:
|
|
|
15422
15446
|
echo '--------------------------------------------------------------------------------'
|
|
15423
15447
|
exit $RESULT
|
|
15424
15448
|
timeout: "0"
|
|
15425
|
-
image: quay.io/ibmmas/cli:15.
|
|
15449
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15426
15450
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15427
15451
|
env:
|
|
15428
15452
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15468,7 +15492,7 @@ spec:
|
|
|
15468
15492
|
|
|
15469
15493
|
steps:
|
|
15470
15494
|
- name: start-pipelinerun
|
|
15471
|
-
image: quay.io/ibmmas/cli:15.
|
|
15495
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15472
15496
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15473
15497
|
command:
|
|
15474
15498
|
- ansible-playbook
|
|
@@ -15565,7 +15589,7 @@ spec:
|
|
|
15565
15589
|
optional: false
|
|
15566
15590
|
|
|
15567
15591
|
- name: wait-for-pipelinerun
|
|
15568
|
-
image: quay.io/ibmmas/cli:15.
|
|
15592
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15569
15593
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15570
15594
|
# 50 retries at 5 minute intervals = just over 4 hours
|
|
15571
15595
|
command:
|
|
@@ -15609,7 +15633,7 @@ spec:
|
|
|
15609
15633
|
|
|
15610
15634
|
steps:
|
|
15611
15635
|
- name: start-pipelinerun
|
|
15612
|
-
image: quay.io/ibmmas/cli:15.
|
|
15636
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15613
15637
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15614
15638
|
command:
|
|
15615
15639
|
- ansible-playbook
|
|
@@ -15762,7 +15786,7 @@ spec:
|
|
|
15762
15786
|
optional: false
|
|
15763
15787
|
|
|
15764
15788
|
- name: wait-for-pipelinerun
|
|
15765
|
-
image: quay.io/ibmmas/cli:15.
|
|
15789
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15766
15790
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15767
15791
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15768
15792
|
command:
|
|
@@ -15811,7 +15835,7 @@ spec:
|
|
|
15811
15835
|
|
|
15812
15836
|
steps:
|
|
15813
15837
|
- name: start-pipelinerun
|
|
15814
|
-
image: quay.io/ibmmas/cli:15.
|
|
15838
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15815
15839
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15816
15840
|
command:
|
|
15817
15841
|
- ansible-playbook
|
|
@@ -15861,7 +15885,7 @@ spec:
|
|
|
15861
15885
|
|
|
15862
15886
|
steps:
|
|
15863
15887
|
- name: start-pipelinerun
|
|
15864
|
-
image: quay.io/ibmmas/cli:15.
|
|
15888
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15865
15889
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15866
15890
|
command:
|
|
15867
15891
|
- ansible-playbook
|
|
@@ -15940,7 +15964,7 @@ spec:
|
|
|
15940
15964
|
optional: false
|
|
15941
15965
|
|
|
15942
15966
|
- name: wait-for-pipelinerun
|
|
15943
|
-
image: quay.io/ibmmas/cli:15.
|
|
15967
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15944
15968
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15945
15969
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
15946
15970
|
command:
|
|
@@ -15985,7 +16009,7 @@ spec:
|
|
|
15985
16009
|
|
|
15986
16010
|
steps:
|
|
15987
16011
|
- name: start-pipelinerun
|
|
15988
|
-
image: quay.io/ibmmas/cli:15.
|
|
16012
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
15989
16013
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15990
16014
|
command:
|
|
15991
16015
|
- ansible-playbook
|
|
@@ -16113,7 +16137,7 @@ spec:
|
|
|
16113
16137
|
optional: false
|
|
16114
16138
|
|
|
16115
16139
|
- name: wait-for-pipelinerun
|
|
16116
|
-
image: quay.io/ibmmas/cli:15.
|
|
16140
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16117
16141
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16118
16142
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16119
16143
|
command:
|
|
@@ -16157,7 +16181,7 @@ spec:
|
|
|
16157
16181
|
|
|
16158
16182
|
steps:
|
|
16159
16183
|
- name: start-pipelinerun
|
|
16160
|
-
image: quay.io/ibmmas/cli:15.
|
|
16184
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16161
16185
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16162
16186
|
command:
|
|
16163
16187
|
- ansible-playbook
|
|
@@ -16310,7 +16334,7 @@ spec:
|
|
|
16310
16334
|
optional: false
|
|
16311
16335
|
|
|
16312
16336
|
- name: wait-for-pipelinerun
|
|
16313
|
-
image: quay.io/ibmmas/cli:15.
|
|
16337
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16314
16338
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16315
16339
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16316
16340
|
command:
|
|
@@ -16335,13 +16359,13 @@ spec:
|
|
|
16335
16359
|
- name: IGNORE_FAILURE
|
|
16336
16360
|
value: "True"
|
|
16337
16361
|
# --------------------------------------------------------------------------------
|
|
16338
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/mas-launchfvt-mobile
|
|
16362
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/mas-launchfvt-mobile.yaml
|
|
16339
16363
|
# --------------------------------------------------------------------------------
|
|
16340
16364
|
---
|
|
16341
16365
|
apiVersion: tekton.dev/v1beta1
|
|
16342
16366
|
kind: Task
|
|
16343
16367
|
metadata:
|
|
16344
|
-
name: mas-launchfvt-mobile
|
|
16368
|
+
name: mas-launchfvt-mobile
|
|
16345
16369
|
spec:
|
|
16346
16370
|
params:
|
|
16347
16371
|
# Control the image pull policy for the FVT container image
|
|
@@ -16351,25 +16375,29 @@ spec:
|
|
|
16351
16375
|
|
|
16352
16376
|
- name: pipelinerun_name_testng
|
|
16353
16377
|
type: string
|
|
16354
|
-
|
|
16355
|
-
|
|
16378
|
+
- name: pipelinerun_name_pytest
|
|
16379
|
+
type: string
|
|
16380
|
+
- name: pipelinerun_name_requests
|
|
16381
|
+
type: string
|
|
16382
|
+
- name: launchfvt_mobile_requests
|
|
16356
16383
|
type: string
|
|
16357
16384
|
|
|
16358
16385
|
steps:
|
|
16359
|
-
- name: start-
|
|
16360
|
-
image: quay.io/ibmmas/cli:15.
|
|
16386
|
+
- name: start-pytest-pipelinerun
|
|
16387
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16361
16388
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16362
16389
|
command:
|
|
16363
16390
|
- ansible-playbook
|
|
16364
|
-
- /masfvt/fvt-mobile-
|
|
16391
|
+
- /masfvt/fvt-mobile-pytest.yml
|
|
16365
16392
|
env:
|
|
16366
16393
|
- name: IMAGE_PULL_POLICY
|
|
16367
16394
|
value: $(params.image_pull_policy)
|
|
16368
16395
|
- name: PIPELINERUN_NAME
|
|
16369
|
-
value: $(params.
|
|
16396
|
+
value: $(params.pipelinerun_name_pytest)
|
|
16370
16397
|
- name: PIPELINERUN_NAMESPACE
|
|
16371
16398
|
value: $(context.taskRun.namespace)
|
|
16372
16399
|
|
|
16400
|
+
|
|
16373
16401
|
# Lookups from mas-devops
|
|
16374
16402
|
# -----------------------------------------------------------------------
|
|
16375
16403
|
- name: DEVOPS_BUILD_NUMBER
|
|
@@ -16427,7 +16455,6 @@ spec:
|
|
|
16427
16455
|
name: mas-fvt-mobile
|
|
16428
16456
|
key: MAS_WORKSPACE_ID
|
|
16429
16457
|
optional: false
|
|
16430
|
-
|
|
16431
16458
|
# Digests
|
|
16432
16459
|
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16433
16460
|
valueFrom:
|
|
@@ -16435,21 +16462,9 @@ spec:
|
|
|
16435
16462
|
name: mas-fvt-mobile
|
|
16436
16463
|
key: FVT_DIGEST_MOBILE_PYTEST
|
|
16437
16464
|
optional: false
|
|
16438
|
-
- name: FVT_DIGEST_MOBILE_TESTNG
|
|
16439
|
-
valueFrom:
|
|
16440
|
-
secretKeyRef:
|
|
16441
|
-
name: mas-fvt-mobile
|
|
16442
|
-
key: FVT_DIGEST_MOBILE_TESTNG
|
|
16443
|
-
optional: false
|
|
16444
|
-
- name: FVT_DIGEST_MANAGE
|
|
16445
|
-
valueFrom:
|
|
16446
|
-
secretKeyRef:
|
|
16447
|
-
name: mas-fvt-mobile
|
|
16448
|
-
key: FVT_DIGEST_MANAGE
|
|
16449
|
-
optional: false
|
|
16450
16465
|
|
|
16451
|
-
- name: wait-for-
|
|
16452
|
-
image: quay.io/ibmmas/cli:15.
|
|
16466
|
+
- name: wait-for-pytest-pipelinerun
|
|
16467
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16453
16468
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16454
16469
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16455
16470
|
command:
|
|
@@ -16458,7 +16473,7 @@ spec:
|
|
|
16458
16473
|
- name: TYPE
|
|
16459
16474
|
value: pipelinerun
|
|
16460
16475
|
- name: NAME
|
|
16461
|
-
value: $(params.
|
|
16476
|
+
value: $(params.pipelinerun_name_pytest)
|
|
16462
16477
|
- name: SUFFIX
|
|
16463
16478
|
valueFrom:
|
|
16464
16479
|
secretKeyRef:
|
|
@@ -16472,46 +16487,22 @@ spec:
|
|
|
16472
16487
|
- name: MAX_RETRIES
|
|
16473
16488
|
value: "50"
|
|
16474
16489
|
- name: IGNORE_FAILURE
|
|
16475
|
-
value: "True"
|
|
16476
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/mas-launchfvt-mobile-upgrade-pre.yaml
|
|
16477
|
-
# --------------------------------------------------------------------------------
|
|
16478
|
-
---
|
|
16479
|
-
apiVersion: tekton.dev/v1beta1
|
|
16480
|
-
kind: Task
|
|
16481
|
-
metadata:
|
|
16482
|
-
name: mas-launchfvt-mobile-upgrade-pre
|
|
16483
|
-
spec:
|
|
16484
|
-
params:
|
|
16485
|
-
# Control the image pull policy for the FVT container image
|
|
16486
|
-
- name: image_pull_policy
|
|
16487
|
-
type: string
|
|
16488
|
-
default: IfNotPresent
|
|
16489
|
-
|
|
16490
|
-
- name: pipelinerun_name_pytest
|
|
16491
|
-
type: string
|
|
16492
|
-
|
|
16493
|
-
- name: launchfvt_manage
|
|
16494
|
-
type: string
|
|
16495
|
-
default: ""
|
|
16490
|
+
value: "True"
|
|
16496
16491
|
|
|
16497
|
-
|
|
16498
|
-
|
|
16499
|
-
image: quay.io/ibmmas/cli:15.6.3
|
|
16492
|
+
- name: start-testng-pipelinerun
|
|
16493
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16500
16494
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16501
16495
|
command:
|
|
16502
16496
|
- ansible-playbook
|
|
16503
|
-
- /masfvt/fvt-mobile-
|
|
16497
|
+
- /masfvt/fvt-mobile-testng.yml
|
|
16504
16498
|
env:
|
|
16505
16499
|
- name: IMAGE_PULL_POLICY
|
|
16506
16500
|
value: $(params.image_pull_policy)
|
|
16507
16501
|
- name: PIPELINERUN_NAME
|
|
16508
|
-
value: $(params.
|
|
16509
|
-
- name: LAUNCHFVT_MANAGE
|
|
16510
|
-
value: $(params.launchfvt_manage)
|
|
16502
|
+
value: $(params.pipelinerun_name_testng)
|
|
16511
16503
|
- name: PIPELINERUN_NAMESPACE
|
|
16512
16504
|
value: $(context.taskRun.namespace)
|
|
16513
16505
|
|
|
16514
|
-
|
|
16515
16506
|
# Lookups from mas-devops
|
|
16516
16507
|
# -----------------------------------------------------------------------
|
|
16517
16508
|
- name: DEVOPS_BUILD_NUMBER
|
|
@@ -16569,145 +16560,36 @@ spec:
|
|
|
16569
16560
|
name: mas-fvt-mobile
|
|
16570
16561
|
key: MAS_WORKSPACE_ID
|
|
16571
16562
|
optional: false
|
|
16572
|
-
|
|
16573
|
-
|
|
16574
|
-
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16563
|
+
|
|
16564
|
+
- name: MANAGE_COMPONENTS
|
|
16575
16565
|
valueFrom:
|
|
16576
16566
|
secretKeyRef:
|
|
16577
16567
|
name: mas-fvt-mobile
|
|
16578
|
-
key:
|
|
16579
|
-
optional: false
|
|
16580
|
-
|
|
16581
|
-
- name: wait-for-pytest-pipelinerun
|
|
16582
|
-
image: quay.io/ibmmas/cli:15.6.3
|
|
16583
|
-
imagePullPolicy: $(params.image_pull_policy)
|
|
16584
|
-
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16585
|
-
command:
|
|
16586
|
-
- /opt/app-root/src/wait-for-tekton.sh
|
|
16587
|
-
env:
|
|
16588
|
-
- name: TYPE
|
|
16589
|
-
value: pipelinerun
|
|
16590
|
-
- name: NAME
|
|
16591
|
-
value: $(params.pipelinerun_name_pytest)
|
|
16592
|
-
- name: SUFFIX
|
|
16593
|
-
valueFrom:
|
|
16594
|
-
secretKeyRef:
|
|
16595
|
-
name: mas-devops
|
|
16596
|
-
key: DEVOPS_BUILD_NUMBER
|
|
16597
|
-
optional: true
|
|
16598
|
-
- name: NAMESPACE
|
|
16599
|
-
value: $(context.taskRun.namespace)
|
|
16600
|
-
- name: DELAY
|
|
16601
|
-
value: "600"
|
|
16602
|
-
- name: MAX_RETRIES
|
|
16603
|
-
value: "50"
|
|
16604
|
-
- name: IGNORE_FAILURE
|
|
16605
|
-
value: "True"
|
|
16606
|
-
|
|
16607
|
-
# --------------------------------------------------------------------------------
|
|
16608
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/mas-launchfvt-mobile.yaml
|
|
16609
|
-
# --------------------------------------------------------------------------------
|
|
16610
|
-
---
|
|
16611
|
-
apiVersion: tekton.dev/v1beta1
|
|
16612
|
-
kind: Task
|
|
16613
|
-
metadata:
|
|
16614
|
-
name: mas-launchfvt-mobile
|
|
16615
|
-
spec:
|
|
16616
|
-
params:
|
|
16617
|
-
# Control the image pull policy for the FVT container image
|
|
16618
|
-
- name: image_pull_policy
|
|
16619
|
-
type: string
|
|
16620
|
-
default: IfNotPresent
|
|
16621
|
-
|
|
16622
|
-
- name: pipelinerun_name_testng
|
|
16623
|
-
type: string
|
|
16624
|
-
|
|
16625
|
-
- name: pipelinerun_name_pytest
|
|
16626
|
-
type: string
|
|
16627
|
-
|
|
16628
|
-
steps:
|
|
16629
|
-
- name: start-pytest-pipelinerun
|
|
16630
|
-
image: quay.io/ibmmas/cli:15.6.3
|
|
16631
|
-
imagePullPolicy: $(params.image_pull_policy)
|
|
16632
|
-
command:
|
|
16633
|
-
- ansible-playbook
|
|
16634
|
-
- /masfvt/fvt-mobile-pytest.yml
|
|
16635
|
-
env:
|
|
16636
|
-
- name: IMAGE_PULL_POLICY
|
|
16637
|
-
value: $(params.image_pull_policy)
|
|
16638
|
-
- name: PIPELINERUN_NAME
|
|
16639
|
-
value: $(params.pipelinerun_name_pytest)
|
|
16640
|
-
- name: PIPELINERUN_NAMESPACE
|
|
16641
|
-
value: $(context.taskRun.namespace)
|
|
16642
|
-
|
|
16643
|
-
|
|
16644
|
-
# Lookups from mas-devops
|
|
16645
|
-
# -----------------------------------------------------------------------
|
|
16646
|
-
- name: DEVOPS_BUILD_NUMBER
|
|
16647
|
-
valueFrom:
|
|
16648
|
-
secretKeyRef:
|
|
16649
|
-
name: mas-devops
|
|
16650
|
-
key: DEVOPS_BUILD_NUMBER
|
|
16651
|
-
optional: true
|
|
16652
|
-
- name: MAS_INSTANCE_ID
|
|
16653
|
-
valueFrom:
|
|
16654
|
-
secretKeyRef:
|
|
16655
|
-
name: mas-devops
|
|
16656
|
-
key: MAS_INSTANCE_ID
|
|
16657
|
-
optional: false
|
|
16658
|
-
|
|
16659
|
-
# Lookups from mas-fvt
|
|
16660
|
-
# -----------------------------------------------------------------------
|
|
16661
|
-
- name: FVT_IMAGE_REGISTRY
|
|
16662
|
-
valueFrom:
|
|
16663
|
-
secretKeyRef:
|
|
16664
|
-
name: mas-fvt
|
|
16665
|
-
key: FVT_IMAGE_REGISTRY
|
|
16666
|
-
optional: false
|
|
16667
|
-
- name: FVT_ARTIFACTORY_USERNAME
|
|
16668
|
-
valueFrom:
|
|
16669
|
-
secretKeyRef:
|
|
16670
|
-
name: mas-fvt
|
|
16671
|
-
key: FVT_ARTIFACTORY_USERNAME
|
|
16672
|
-
optional: false
|
|
16673
|
-
- name: FVT_ARTIFACTORY_TOKEN
|
|
16674
|
-
valueFrom:
|
|
16675
|
-
secretKeyRef:
|
|
16676
|
-
name: mas-fvt
|
|
16677
|
-
key: FVT_ARTIFACTORY_TOKEN
|
|
16568
|
+
key: MANAGE_COMPONENTS
|
|
16678
16569
|
optional: false
|
|
16679
16570
|
|
|
16680
|
-
#
|
|
16681
|
-
|
|
16682
|
-
# Framework Information
|
|
16683
|
-
- name: MAS_CHANNEL
|
|
16684
|
-
valueFrom:
|
|
16685
|
-
secretKeyRef:
|
|
16686
|
-
name: mas-fvt-mobile
|
|
16687
|
-
key: MAS_CHANNEL
|
|
16688
|
-
optional: false
|
|
16689
|
-
- name: MAS_APP_CHANNEL_MANAGE
|
|
16571
|
+
# Digests
|
|
16572
|
+
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16690
16573
|
valueFrom:
|
|
16691
16574
|
secretKeyRef:
|
|
16692
16575
|
name: mas-fvt-mobile
|
|
16693
|
-
key:
|
|
16576
|
+
key: FVT_DIGEST_MOBILE_PYTEST
|
|
16694
16577
|
optional: false
|
|
16695
|
-
- name:
|
|
16578
|
+
- name: FVT_DIGEST_MOBILE_TESTNG
|
|
16696
16579
|
valueFrom:
|
|
16697
16580
|
secretKeyRef:
|
|
16698
16581
|
name: mas-fvt-mobile
|
|
16699
|
-
key:
|
|
16582
|
+
key: FVT_DIGEST_MOBILE_TESTNG
|
|
16700
16583
|
optional: false
|
|
16701
|
-
|
|
16702
|
-
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16584
|
+
- name: FVT_DIGEST_MANAGE
|
|
16703
16585
|
valueFrom:
|
|
16704
16586
|
secretKeyRef:
|
|
16705
16587
|
name: mas-fvt-mobile
|
|
16706
|
-
key:
|
|
16588
|
+
key: FVT_DIGEST_MANAGE
|
|
16707
16589
|
optional: false
|
|
16708
16590
|
|
|
16709
|
-
- name: wait-for-
|
|
16710
|
-
image: quay.io/ibmmas/cli:15.
|
|
16591
|
+
- name: wait-for-testng-pipelinerun
|
|
16592
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16711
16593
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16712
16594
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16713
16595
|
command:
|
|
@@ -16716,7 +16598,7 @@ spec:
|
|
|
16716
16598
|
- name: TYPE
|
|
16717
16599
|
value: pipelinerun
|
|
16718
16600
|
- name: NAME
|
|
16719
|
-
value: $(params.
|
|
16601
|
+
value: $(params.pipelinerun_name_testng)
|
|
16720
16602
|
- name: SUFFIX
|
|
16721
16603
|
valueFrom:
|
|
16722
16604
|
secretKeyRef:
|
|
@@ -16731,20 +16613,22 @@ spec:
|
|
|
16731
16613
|
value: "50"
|
|
16732
16614
|
- name: IGNORE_FAILURE
|
|
16733
16615
|
value: "True"
|
|
16734
|
-
|
|
16735
|
-
- name: start-
|
|
16736
|
-
image: quay.io/ibmmas/cli:15.
|
|
16616
|
+
|
|
16617
|
+
- name: start-requests-pipelinerun
|
|
16618
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16737
16619
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16738
16620
|
command:
|
|
16739
16621
|
- ansible-playbook
|
|
16740
|
-
- /masfvt/fvt-mobile-
|
|
16622
|
+
- /masfvt/fvt-mobile-requests.yml
|
|
16741
16623
|
env:
|
|
16742
16624
|
- name: IMAGE_PULL_POLICY
|
|
16743
16625
|
value: $(params.image_pull_policy)
|
|
16744
16626
|
- name: PIPELINERUN_NAME
|
|
16745
|
-
value: $(params.
|
|
16627
|
+
value: $(params.pipelinerun_name_requests)
|
|
16746
16628
|
- name: PIPELINERUN_NAMESPACE
|
|
16747
16629
|
value: $(context.taskRun.namespace)
|
|
16630
|
+
- name: LAUNCHFVT_MOBILE_REQUESTS
|
|
16631
|
+
value: $(params.launchfvt_mobile_requests)
|
|
16748
16632
|
|
|
16749
16633
|
# Lookups from mas-devops
|
|
16750
16634
|
# -----------------------------------------------------------------------
|
|
@@ -16804,13 +16688,6 @@ spec:
|
|
|
16804
16688
|
key: MAS_WORKSPACE_ID
|
|
16805
16689
|
optional: false
|
|
16806
16690
|
|
|
16807
|
-
- name: MANAGE_COMPONENTS
|
|
16808
|
-
valueFrom:
|
|
16809
|
-
secretKeyRef:
|
|
16810
|
-
name: mas-fvt-mobile
|
|
16811
|
-
key: MANAGE_COMPONENTS
|
|
16812
|
-
optional: false
|
|
16813
|
-
|
|
16814
16691
|
# Digests
|
|
16815
16692
|
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16816
16693
|
valueFrom:
|
|
@@ -16818,21 +16695,9 @@ spec:
|
|
|
16818
16695
|
name: mas-fvt-mobile
|
|
16819
16696
|
key: FVT_DIGEST_MOBILE_PYTEST
|
|
16820
16697
|
optional: false
|
|
16821
|
-
|
|
16822
|
-
|
|
16823
|
-
|
|
16824
|
-
name: mas-fvt-mobile
|
|
16825
|
-
key: FVT_DIGEST_MOBILE_TESTNG
|
|
16826
|
-
optional: false
|
|
16827
|
-
- name: FVT_DIGEST_MANAGE
|
|
16828
|
-
valueFrom:
|
|
16829
|
-
secretKeyRef:
|
|
16830
|
-
name: mas-fvt-mobile
|
|
16831
|
-
key: FVT_DIGEST_MANAGE
|
|
16832
|
-
optional: false
|
|
16833
|
-
|
|
16834
|
-
- name: wait-for-testng-pipelinerun
|
|
16835
|
-
image: quay.io/ibmmas/cli:15.6.3
|
|
16698
|
+
|
|
16699
|
+
- name: wait-for-requests-pipelinerun
|
|
16700
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16836
16701
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16837
16702
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16838
16703
|
command:
|
|
@@ -16841,7 +16706,7 @@ spec:
|
|
|
16841
16706
|
- name: TYPE
|
|
16842
16707
|
value: pipelinerun
|
|
16843
16708
|
- name: NAME
|
|
16844
|
-
value: $(params.
|
|
16709
|
+
value: $(params.pipelinerun_name_requests)
|
|
16845
16710
|
- name: SUFFIX
|
|
16846
16711
|
valueFrom:
|
|
16847
16712
|
secretKeyRef:
|
|
@@ -16855,7 +16720,8 @@ spec:
|
|
|
16855
16720
|
- name: MAX_RETRIES
|
|
16856
16721
|
value: "50"
|
|
16857
16722
|
- name: IGNORE_FAILURE
|
|
16858
|
-
value: "True"
|
|
16723
|
+
value: "True"
|
|
16724
|
+
# --------------------------------------------------------------------------------
|
|
16859
16725
|
# /home/runner/work/cli/cli/tekton/target/tasks/mas-launchfvt-monitor.yaml
|
|
16860
16726
|
# --------------------------------------------------------------------------------
|
|
16861
16727
|
---
|
|
@@ -16875,7 +16741,7 @@ spec:
|
|
|
16875
16741
|
|
|
16876
16742
|
steps:
|
|
16877
16743
|
- name: start-pipelinerun
|
|
16878
|
-
image: quay.io/ibmmas/cli:15.
|
|
16744
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16879
16745
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16880
16746
|
command:
|
|
16881
16747
|
- ansible-playbook
|
|
@@ -16966,7 +16832,7 @@ spec:
|
|
|
16966
16832
|
optional: false
|
|
16967
16833
|
|
|
16968
16834
|
- name: wait-for-pipelinerun
|
|
16969
|
-
image: quay.io/ibmmas/cli:15.
|
|
16835
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
16970
16836
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16971
16837
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16972
16838
|
command:
|
|
@@ -17010,7 +16876,7 @@ spec:
|
|
|
17010
16876
|
|
|
17011
16877
|
steps:
|
|
17012
16878
|
- name: start-pipelinerun
|
|
17013
|
-
image: quay.io/ibmmas/cli:15.
|
|
16879
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17014
16880
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17015
16881
|
command:
|
|
17016
16882
|
- ansible-playbook
|
|
@@ -17101,7 +16967,7 @@ spec:
|
|
|
17101
16967
|
optional: false
|
|
17102
16968
|
|
|
17103
16969
|
- name: wait-for-pipelinerun
|
|
17104
|
-
image: quay.io/ibmmas/cli:15.
|
|
16970
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17105
16971
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17106
16972
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17107
16973
|
command:
|
|
@@ -17145,7 +17011,7 @@ spec:
|
|
|
17145
17011
|
|
|
17146
17012
|
steps:
|
|
17147
17013
|
- name: start-pipelinerun
|
|
17148
|
-
image: quay.io/ibmmas/cli:15.
|
|
17014
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17149
17015
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17150
17016
|
command:
|
|
17151
17017
|
- ansible-playbook
|
|
@@ -17224,7 +17090,7 @@ spec:
|
|
|
17224
17090
|
optional: false
|
|
17225
17091
|
|
|
17226
17092
|
- name: wait-for-pipelinerun
|
|
17227
|
-
image: quay.io/ibmmas/cli:15.
|
|
17093
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17228
17094
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17229
17095
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17230
17096
|
command:
|
|
@@ -17268,7 +17134,7 @@ spec:
|
|
|
17268
17134
|
|
|
17269
17135
|
steps:
|
|
17270
17136
|
- name: start-pipelinerun
|
|
17271
|
-
image: quay.io/ibmmas/cli:15.
|
|
17137
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17272
17138
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17273
17139
|
command:
|
|
17274
17140
|
- ansible-playbook
|
|
@@ -17353,7 +17219,7 @@ spec:
|
|
|
17353
17219
|
optional: false
|
|
17354
17220
|
|
|
17355
17221
|
- name: wait-for-pipelinerun
|
|
17356
|
-
image: quay.io/ibmmas/cli:15.
|
|
17222
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17357
17223
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17358
17224
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
17359
17225
|
command:
|
|
@@ -17397,7 +17263,7 @@ spec:
|
|
|
17397
17263
|
|
|
17398
17264
|
steps:
|
|
17399
17265
|
- name: start-pipelinerun
|
|
17400
|
-
image: quay.io/ibmmas/cli:15.
|
|
17266
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17401
17267
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17402
17268
|
command:
|
|
17403
17269
|
- ansible-playbook
|
|
@@ -17493,7 +17359,7 @@ spec:
|
|
|
17493
17359
|
optional: false
|
|
17494
17360
|
|
|
17495
17361
|
- name: wait-for-pipelinerun
|
|
17496
|
-
image: quay.io/ibmmas/cli:15.
|
|
17362
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17497
17363
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17498
17364
|
# 10 retries at 5 minute intervals = 50 min
|
|
17499
17365
|
command:
|
|
@@ -17541,7 +17407,7 @@ spec:
|
|
|
17541
17407
|
|
|
17542
17408
|
steps:
|
|
17543
17409
|
- name: start-pipelinerun
|
|
17544
|
-
image: quay.io/ibmmas/cli:15.
|
|
17410
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17545
17411
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17546
17412
|
command:
|
|
17547
17413
|
- ansible-playbook
|
|
@@ -17645,7 +17511,7 @@ spec:
|
|
|
17645
17511
|
optional: false
|
|
17646
17512
|
|
|
17647
17513
|
- name: wait-for-pipelinerun
|
|
17648
|
-
image: quay.io/ibmmas/cli:15.
|
|
17514
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17649
17515
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17650
17516
|
# 10 retries at 5 minute intervals = 50 min
|
|
17651
17517
|
command:
|
|
@@ -17689,7 +17555,7 @@ spec:
|
|
|
17689
17555
|
|
|
17690
17556
|
steps:
|
|
17691
17557
|
- name: start-pipelinerun
|
|
17692
|
-
image: quay.io/ibmmas/cli:15.
|
|
17558
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17693
17559
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17694
17560
|
command:
|
|
17695
17561
|
- ansible-playbook
|
|
@@ -17768,7 +17634,7 @@ spec:
|
|
|
17768
17634
|
optional: false
|
|
17769
17635
|
|
|
17770
17636
|
- name: wait-for-pipelinerun
|
|
17771
|
-
image: quay.io/ibmmas/cli:15.
|
|
17637
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17772
17638
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17773
17639
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17774
17640
|
command:
|
|
@@ -17812,7 +17678,7 @@ spec:
|
|
|
17812
17678
|
|
|
17813
17679
|
steps:
|
|
17814
17680
|
- name: start-pipelinerun
|
|
17815
|
-
image: quay.io/ibmmas/cli:15.
|
|
17681
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17816
17682
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17817
17683
|
command:
|
|
17818
17684
|
- ansible-playbook
|
|
@@ -17917,7 +17783,7 @@ spec:
|
|
|
17917
17783
|
optional: false
|
|
17918
17784
|
|
|
17919
17785
|
- name: wait-for-pipelinerun
|
|
17920
|
-
image: quay.io/ibmmas/cli:15.
|
|
17786
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
17921
17787
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17922
17788
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17923
17789
|
command:
|
|
@@ -18117,7 +17983,7 @@ spec:
|
|
|
18117
17983
|
command:
|
|
18118
17984
|
- /opt/app-root/src/run-role.sh
|
|
18119
17985
|
- mongodb
|
|
18120
|
-
image: quay.io/ibmmas/cli:15.
|
|
17986
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18121
17987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18122
17988
|
workingDir: /workspace/configs
|
|
18123
17989
|
|
|
@@ -18160,7 +18026,7 @@ spec:
|
|
|
18160
18026
|
- $(params.base_output_dir)
|
|
18161
18027
|
- --extra-namespaces
|
|
18162
18028
|
- selenium
|
|
18163
|
-
image: quay.io/ibmmas/cli:15.
|
|
18029
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18164
18030
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18165
18031
|
env:
|
|
18166
18032
|
- name: DEVOPS_MONGO_URI
|
|
@@ -18277,7 +18143,7 @@ spec:
|
|
|
18277
18143
|
command:
|
|
18278
18144
|
- /opt/app-root/src/run-role.sh
|
|
18279
18145
|
- nvidia_gpu
|
|
18280
|
-
image: quay.io/ibmmas/cli:15.
|
|
18146
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18281
18147
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18282
18148
|
workingDir: /workspace/configs
|
|
18283
18149
|
|
|
@@ -18313,7 +18179,7 @@ spec:
|
|
|
18313
18179
|
# Verify Cluster
|
|
18314
18180
|
# -------------------------------------------------------------------------
|
|
18315
18181
|
- name: ocp-verify-cluster
|
|
18316
|
-
image: quay.io/ibmmas/cli:15.
|
|
18182
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18317
18183
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18318
18184
|
command:
|
|
18319
18185
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18355,7 +18221,7 @@ spec:
|
|
|
18355
18221
|
# Verify Catalogs
|
|
18356
18222
|
# -------------------------------------------------------------------------
|
|
18357
18223
|
- name: ocp-verify-catalogs
|
|
18358
|
-
image: quay.io/ibmmas/cli:15.
|
|
18224
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18359
18225
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18360
18226
|
command:
|
|
18361
18227
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18397,7 +18263,7 @@ spec:
|
|
|
18397
18263
|
# Verify Subscriptions
|
|
18398
18264
|
# -------------------------------------------------------------------------
|
|
18399
18265
|
- name: ocp-verify-subscriptions
|
|
18400
|
-
image: quay.io/ibmmas/cli:15.
|
|
18266
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18401
18267
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18402
18268
|
command:
|
|
18403
18269
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18439,7 +18305,7 @@ spec:
|
|
|
18439
18305
|
# Verify Workloads
|
|
18440
18306
|
# -------------------------------------------------------------------------
|
|
18441
18307
|
- name: ocp-verify-workloads
|
|
18442
|
-
image: quay.io/ibmmas/cli:15.
|
|
18308
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18443
18309
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18444
18310
|
command:
|
|
18445
18311
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18481,7 +18347,7 @@ spec:
|
|
|
18481
18347
|
# Verify Catalogs - Ingress TLS
|
|
18482
18348
|
# -------------------------------------------------------------------------
|
|
18483
18349
|
- name: ocp-verify-ingress
|
|
18484
|
-
image: quay.io/ibmmas/cli:15.
|
|
18350
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18485
18351
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18486
18352
|
command:
|
|
18487
18353
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18607,7 +18473,7 @@ spec:
|
|
|
18607
18473
|
command:
|
|
18608
18474
|
- /opt/app-root/src/run-role.sh
|
|
18609
18475
|
- ocp_verify
|
|
18610
|
-
image: quay.io/ibmmas/cli:15.
|
|
18476
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18611
18477
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18612
18478
|
workingDir: /workspace/configs
|
|
18613
18479
|
# --------------------------------------------------------------------------------
|
|
@@ -18675,7 +18541,7 @@ spec:
|
|
|
18675
18541
|
command:
|
|
18676
18542
|
- /opt/app-root/src/run-role.sh
|
|
18677
18543
|
- ocs
|
|
18678
|
-
image: quay.io/ibmmas/cli:15.
|
|
18544
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18679
18545
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18680
18546
|
workingDir: /workspace/configs
|
|
18681
18547
|
|
|
@@ -18804,7 +18670,7 @@ spec:
|
|
|
18804
18670
|
command:
|
|
18805
18671
|
- /opt/app-root/src/run-role.sh
|
|
18806
18672
|
- aiservice_odh
|
|
18807
|
-
image: quay.io/ibmmas/cli:15.
|
|
18673
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18808
18674
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18809
18675
|
# --------------------------------------------------------------------------------
|
|
18810
18676
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -18980,7 +18846,7 @@ spec:
|
|
|
18980
18846
|
command:
|
|
18981
18847
|
- /opt/app-root/src/run-role.sh
|
|
18982
18848
|
- sls
|
|
18983
|
-
image: quay.io/ibmmas/cli:15.
|
|
18849
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
18984
18850
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18985
18851
|
workingDir: /workspace/configs
|
|
18986
18852
|
|
|
@@ -19440,12 +19306,12 @@ spec:
|
|
|
19440
19306
|
command:
|
|
19441
19307
|
- /opt/app-root/src/run-role.sh
|
|
19442
19308
|
- suite_app_config
|
|
19443
|
-
image: quay.io/ibmmas/cli:15.
|
|
19309
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
19444
19310
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19445
19311
|
|
|
19446
19312
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
19447
19313
|
- name: app-cfg-post-verify
|
|
19448
|
-
image: quay.io/ibmmas/cli:15.
|
|
19314
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
19449
19315
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19450
19316
|
command:
|
|
19451
19317
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -19640,7 +19506,7 @@ spec:
|
|
|
19640
19506
|
command:
|
|
19641
19507
|
- /opt/app-root/src/run-role.sh
|
|
19642
19508
|
- suite_app_install
|
|
19643
|
-
image: quay.io/ibmmas/cli:15.
|
|
19509
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
19644
19510
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19645
19511
|
|
|
19646
19512
|
workspaces:
|
|
@@ -19729,7 +19595,7 @@ spec:
|
|
|
19729
19595
|
command:
|
|
19730
19596
|
- /opt/app-root/src/run-role.sh
|
|
19731
19597
|
- suite_app_rollback
|
|
19732
|
-
image: quay.io/ibmmas/cli:15.
|
|
19598
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
19733
19599
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19734
19600
|
# --------------------------------------------------------------------------------
|
|
19735
19601
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -19792,7 +19658,7 @@ spec:
|
|
|
19792
19658
|
command:
|
|
19793
19659
|
- /opt/app-root/src/run-role.sh
|
|
19794
19660
|
- suite_app_uninstall
|
|
19795
|
-
image: quay.io/ibmmas/cli:15.
|
|
19661
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
19796
19662
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19797
19663
|
# --------------------------------------------------------------------------------
|
|
19798
19664
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -19867,7 +19733,7 @@ spec:
|
|
|
19867
19733
|
command:
|
|
19868
19734
|
- /opt/app-root/src/run-role.sh
|
|
19869
19735
|
- suite_app_upgrade
|
|
19870
|
-
image: quay.io/ibmmas/cli:15.
|
|
19736
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
19871
19737
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19872
19738
|
# --------------------------------------------------------------------------------
|
|
19873
19739
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -19968,7 +19834,7 @@ spec:
|
|
|
19968
19834
|
command:
|
|
19969
19835
|
- /opt/app-root/src/run-role.sh
|
|
19970
19836
|
- suite_app_verify
|
|
19971
|
-
image: quay.io/ibmmas/cli:15.
|
|
19837
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
19972
19838
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19973
19839
|
# --------------------------------------------------------------------------------
|
|
19974
19840
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -20111,7 +19977,7 @@ spec:
|
|
|
20111
19977
|
command:
|
|
20112
19978
|
- /opt/app-root/src/run-role.sh
|
|
20113
19979
|
- suite_certs
|
|
20114
|
-
image: quay.io/ibmmas/cli:15.
|
|
19980
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
20115
19981
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20116
19982
|
|
|
20117
19983
|
workspaces:
|
|
@@ -20178,7 +20044,7 @@ spec:
|
|
|
20178
20044
|
command:
|
|
20179
20045
|
- /opt/app-root/src/run-role.sh
|
|
20180
20046
|
- suite_config
|
|
20181
|
-
image: quay.io/ibmmas/cli:15.
|
|
20047
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
20182
20048
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20183
20049
|
workingDir: /workspace/configs
|
|
20184
20050
|
|
|
@@ -20510,7 +20376,7 @@ spec:
|
|
|
20510
20376
|
command:
|
|
20511
20377
|
- /opt/app-root/src/run-role.sh
|
|
20512
20378
|
- suite_db2_setup_for_facilities
|
|
20513
|
-
image: quay.io/ibmmas/cli:15.
|
|
20379
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
20514
20380
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20515
20381
|
workingDir: /workspace/configs
|
|
20516
20382
|
|
|
@@ -20582,7 +20448,7 @@ spec:
|
|
|
20582
20448
|
command:
|
|
20583
20449
|
- /opt/app-root/src/run-role.sh
|
|
20584
20450
|
- suite_db2_setup_for_manage
|
|
20585
|
-
image: quay.io/ibmmas/cli:15.
|
|
20451
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
20586
20452
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20587
20453
|
# --------------------------------------------------------------------------------
|
|
20588
20454
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -20777,7 +20643,7 @@ spec:
|
|
|
20777
20643
|
command:
|
|
20778
20644
|
- /opt/app-root/src/run-role.sh
|
|
20779
20645
|
- suite_dns
|
|
20780
|
-
image: quay.io/ibmmas/cli:15.
|
|
20646
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
20781
20647
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20782
20648
|
# --------------------------------------------------------------------------------
|
|
20783
20649
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -21026,7 +20892,7 @@ spec:
|
|
|
21026
20892
|
command:
|
|
21027
20893
|
- /opt/app-root/src/run-role.sh
|
|
21028
20894
|
- suite_install
|
|
21029
|
-
image: quay.io/ibmmas/cli:15.
|
|
20895
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21030
20896
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21031
20897
|
workingDir: /workspace/configs
|
|
21032
20898
|
|
|
@@ -21114,7 +20980,7 @@ spec:
|
|
|
21114
20980
|
command:
|
|
21115
20981
|
- /opt/app-root/src/run-role.sh
|
|
21116
20982
|
- suite_rollback
|
|
21117
|
-
image: quay.io/ibmmas/cli:15.
|
|
20983
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21118
20984
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21119
20985
|
# --------------------------------------------------------------------------------
|
|
21120
20986
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -21179,7 +21045,7 @@ spec:
|
|
|
21179
21045
|
command:
|
|
21180
21046
|
- /opt/app-root/src/run-role.sh
|
|
21181
21047
|
- suite_uninstall
|
|
21182
|
-
image: quay.io/ibmmas/cli:15.
|
|
21048
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21183
21049
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21184
21050
|
# --------------------------------------------------------------------------------
|
|
21185
21051
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -21249,7 +21115,7 @@ spec:
|
|
|
21249
21115
|
command:
|
|
21250
21116
|
- /opt/app-root/src/run-role.sh
|
|
21251
21117
|
- suite_upgrade
|
|
21252
|
-
image: quay.io/ibmmas/cli:15.
|
|
21118
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21253
21119
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21254
21120
|
# --------------------------------------------------------------------------------
|
|
21255
21121
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -21311,12 +21177,12 @@ spec:
|
|
|
21311
21177
|
command:
|
|
21312
21178
|
- /opt/app-root/src/run-role.sh
|
|
21313
21179
|
- suite_verify
|
|
21314
|
-
image: quay.io/ibmmas/cli:15.
|
|
21180
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21315
21181
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21316
21182
|
|
|
21317
21183
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
21318
21184
|
- name: suite-post-verify
|
|
21319
|
-
image: quay.io/ibmmas/cli:15.
|
|
21185
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21320
21186
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21321
21187
|
command:
|
|
21322
21188
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -21439,7 +21305,7 @@ spec:
|
|
|
21439
21305
|
command:
|
|
21440
21306
|
- /opt/app-root/src/run-role.sh
|
|
21441
21307
|
- turbonomic
|
|
21442
|
-
image: quay.io/ibmmas/cli:15.
|
|
21308
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21443
21309
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21444
21310
|
# --------------------------------------------------------------------------------
|
|
21445
21311
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -21520,7 +21386,7 @@ spec:
|
|
|
21520
21386
|
# IBM User Data Services (UDS)
|
|
21521
21387
|
# -------------------------------------------------------------------------
|
|
21522
21388
|
- name: uds
|
|
21523
|
-
image: quay.io/ibmmas/cli:15.
|
|
21389
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21524
21390
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21525
21391
|
workingDir: /workspace/configs
|
|
21526
21392
|
command:
|
|
@@ -21583,7 +21449,7 @@ spec:
|
|
|
21583
21449
|
# IBM Data Reporter Operator (DRO)
|
|
21584
21450
|
# -------------------------------------------------------------------------
|
|
21585
21451
|
- name: dro
|
|
21586
|
-
image: quay.io/ibmmas/cli:15.
|
|
21452
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21587
21453
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21588
21454
|
workingDir: /workspace/configs
|
|
21589
21455
|
command:
|
|
@@ -21669,7 +21535,7 @@ spec:
|
|
|
21669
21535
|
description: "The value to set"
|
|
21670
21536
|
steps:
|
|
21671
21537
|
- name: update-configmap
|
|
21672
|
-
image: quay.io/ibmmas/cli:15.
|
|
21538
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21673
21539
|
command:
|
|
21674
21540
|
- /opt/app-root/src/update-configmap.sh
|
|
21675
21541
|
env:
|
|
@@ -21716,7 +21582,7 @@ spec:
|
|
|
21716
21582
|
|
|
21717
21583
|
steps:
|
|
21718
21584
|
- name: wait-for-configmap
|
|
21719
|
-
image: quay.io/ibmmas/cli:15.
|
|
21585
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21720
21586
|
command:
|
|
21721
21587
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21722
21588
|
env:
|
|
@@ -21797,7 +21663,7 @@ spec:
|
|
|
21797
21663
|
|
|
21798
21664
|
steps:
|
|
21799
21665
|
- name: wait-for-configmap
|
|
21800
|
-
image: quay.io/ibmmas/cli:15.
|
|
21666
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21801
21667
|
command:
|
|
21802
21668
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21803
21669
|
env:
|
|
@@ -21857,7 +21723,7 @@ spec:
|
|
|
21857
21723
|
|
|
21858
21724
|
steps:
|
|
21859
21725
|
- name: wait
|
|
21860
|
-
image: quay.io/ibmmas/cli:15.
|
|
21726
|
+
image: quay.io/ibmmas/cli:15.7.0
|
|
21861
21727
|
command:
|
|
21862
21728
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
21863
21729
|
env:
|
|
@@ -22740,6 +22606,14 @@ spec:
|
|
|
22740
22606
|
type: string
|
|
22741
22607
|
description: WatsonX project ID for IBM Maximo AI Service
|
|
22742
22608
|
default: ""
|
|
22609
|
+
- name: aiservice_watsonxai_deployment_id
|
|
22610
|
+
type: string
|
|
22611
|
+
description: WatsonX deployment ID for IBM Maximo AI Service
|
|
22612
|
+
default: ""
|
|
22613
|
+
- name: aiservice_watsonxai_space_id
|
|
22614
|
+
type: string
|
|
22615
|
+
description: WatsonX space ID for IBM Maximo AI Service
|
|
22616
|
+
default: ""
|
|
22743
22617
|
- name: aiservice_watsonx_action
|
|
22744
22618
|
type: string
|
|
22745
22619
|
description: watsonx action for IBM Maximo AI Service
|
|
@@ -23272,6 +23146,10 @@ spec:
|
|
|
23272
23146
|
value: $(params.aiservice_watsonxai_url)
|
|
23273
23147
|
- name: aiservice_watsonxai_project_id
|
|
23274
23148
|
value: $(params.aiservice_watsonxai_project_id)
|
|
23149
|
+
- name: aiservice_watsonxai_deployment_id
|
|
23150
|
+
value: $(params.aiservice_watsonxai_deployment_id)
|
|
23151
|
+
- name: aiservice_watsonxai_space_id
|
|
23152
|
+
value: $(params.aiservice_watsonxai_space_id)
|
|
23275
23153
|
- name: aiservice_watsonx_action
|
|
23276
23154
|
value: $(params.aiservice_watsonx_action)
|
|
23277
23155
|
|
|
@@ -23335,6 +23213,10 @@ spec:
|
|
|
23335
23213
|
value: $(params.aiservice_watsonxai_url)
|
|
23336
23214
|
- name: aiservice_watsonxai_project_id
|
|
23337
23215
|
value: $(params.aiservice_watsonxai_project_id)
|
|
23216
|
+
- name: aiservice_watsonxai_deployment_id
|
|
23217
|
+
value: $(params.aiservice_watsonxai_deployment_id)
|
|
23218
|
+
- name: aiservice_watsonxai_space_id
|
|
23219
|
+
value: $(params.aiservice_watsonxai_space_id)
|
|
23338
23220
|
- name: aiservice_watsonx_action
|
|
23339
23221
|
value: $(params.aiservice_watsonx_action)
|
|
23340
23222
|
|
|
@@ -35730,6 +35612,10 @@ spec:
|
|
|
35730
35612
|
type: string
|
|
35731
35613
|
default: "false"
|
|
35732
35614
|
description: "Set this to 'true' to enable launch of the Mobile FVT pipeline after app-cfg-manage completes"
|
|
35615
|
+
- name: launchfvt_mobile_requests
|
|
35616
|
+
type: string
|
|
35617
|
+
default: "false"
|
|
35618
|
+
description: "Set this to 'true' to enable execution of the Mobile FVT requests pipeline after the regular mobile pipeline completes"
|
|
35733
35619
|
- name: launchfvt_monitor
|
|
35734
35620
|
type: string
|
|
35735
35621
|
default: "false"
|
|
@@ -36159,8 +36045,10 @@ spec:
|
|
|
36159
36045
|
value: "$(params.mas_instance_id)-fvt-mobile-testng"
|
|
36160
36046
|
- name: pipelinerun_name_pytest
|
|
36161
36047
|
value: "$(params.mas_instance_id)-fvt-mobile-pytest"
|
|
36162
|
-
- name:
|
|
36163
|
-
value: "$(params.
|
|
36048
|
+
- name: pipelinerun_name_requests
|
|
36049
|
+
value: "$(params.mas_instance_id)-fvt-mobile-requests"
|
|
36050
|
+
- name: launchfvt_mobile_requests
|
|
36051
|
+
value: "$(params.launchfvt_mobile_requests)"
|
|
36164
36052
|
taskRef:
|
|
36165
36053
|
kind: Task
|
|
36166
36054
|
name: mas-launchfvt-mobile
|
|
@@ -40986,6 +40874,103 @@ spec:
|
|
|
40986
40874
|
- mobile-pytest-ir
|
|
40987
40875
|
- mobile-pytest-it
|
|
40988
40876
|
# --------------------------------------------------------------------------------
|
|
40877
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/mas-fvt-mobile-requests.yaml
|
|
40878
|
+
# --------------------------------------------------------------------------------
|
|
40879
|
+
---
|
|
40880
|
+
apiVersion: tekton.dev/v1beta1
|
|
40881
|
+
kind: Pipeline
|
|
40882
|
+
metadata:
|
|
40883
|
+
name: mas-fvt-mobile-requests
|
|
40884
|
+
spec:
|
|
40885
|
+
workspaces:
|
|
40886
|
+
# The generated configuration files
|
|
40887
|
+
- name: shared-configs
|
|
40888
|
+
|
|
40889
|
+
params:
|
|
40890
|
+
# Tekton Pipeline image pull policy (for ibmmas/cli images)
|
|
40891
|
+
- name: image_pull_policy
|
|
40892
|
+
type: string
|
|
40893
|
+
default: IfNotPresent
|
|
40894
|
+
description: Pull policy for pipeline container images
|
|
40895
|
+
|
|
40896
|
+
# MAS Configuration
|
|
40897
|
+
- name: mas_channel
|
|
40898
|
+
type: string
|
|
40899
|
+
default: ""
|
|
40900
|
+
- name: mas_app_channel_manage
|
|
40901
|
+
type: string
|
|
40902
|
+
default: ""
|
|
40903
|
+
- name: mas_instance_id
|
|
40904
|
+
type: string
|
|
40905
|
+
default: ""
|
|
40906
|
+
- name: mas_workspace_id
|
|
40907
|
+
type: string
|
|
40908
|
+
default: ""
|
|
40909
|
+
|
|
40910
|
+
# FVT Configuration
|
|
40911
|
+
- name: fvt_image_registry
|
|
40912
|
+
type: string
|
|
40913
|
+
default: ""
|
|
40914
|
+
- name: fvt_artifactory_token
|
|
40915
|
+
type: string
|
|
40916
|
+
default: ""
|
|
40917
|
+
- name: build_num
|
|
40918
|
+
type: string
|
|
40919
|
+
default: ""
|
|
40920
|
+
|
|
40921
|
+
# FVT: Mobile Digests
|
|
40922
|
+
- name: fvt_digest_mobile_pytest
|
|
40923
|
+
type: string
|
|
40924
|
+
default: ""
|
|
40925
|
+
|
|
40926
|
+
# FVT: Request Pipelines
|
|
40927
|
+
- name: launchfvt_mobile_requests
|
|
40928
|
+
default: "False"
|
|
40929
|
+
description: Used to trigger the request pipeline. This pipeline is to be used initially in dev envs
|
|
40930
|
+
type: string
|
|
40931
|
+
|
|
40932
|
+
|
|
40933
|
+
tasks:
|
|
40934
|
+
# 2. Mobile FVT - Mobile Request tasks
|
|
40935
|
+
# -------------------------------------------------------------------------
|
|
40936
|
+
|
|
40937
|
+
|
|
40938
|
+
- name: mobile-pytest-insp-forms
|
|
40939
|
+
taskRef:
|
|
40940
|
+
kind: Task
|
|
40941
|
+
name: mas-fvt-mobile-pytest
|
|
40942
|
+
timeout: "0"
|
|
40943
|
+
workspaces:
|
|
40944
|
+
- name: configs
|
|
40945
|
+
workspace: shared-configs
|
|
40946
|
+
when:
|
|
40947
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
40948
|
+
operator: notin
|
|
40949
|
+
values: [""]
|
|
40950
|
+
- input: "$(params.fvt_digest_mobile_pytest)"
|
|
40951
|
+
operator: notin
|
|
40952
|
+
values: [""]
|
|
40953
|
+
- input: "$(params.launchfvt_mobile_requests)"
|
|
40954
|
+
operator: in
|
|
40955
|
+
values: ["true", "True"]
|
|
40956
|
+
|
|
40957
|
+
params:
|
|
40958
|
+
- name: fvt_image_registry
|
|
40959
|
+
value: $(params.fvt_image_registry)
|
|
40960
|
+
- name: fvt_image_digest
|
|
40961
|
+
value: $(params.fvt_digest_mobile_pytest)
|
|
40962
|
+
- name: mas_instance_id
|
|
40963
|
+
value: $(params.mas_instance_id)
|
|
40964
|
+
- name: mas_workspace_id
|
|
40965
|
+
value: $(params.mas_workspace_id)
|
|
40966
|
+
- name: product_channel
|
|
40967
|
+
value: $(params.mas_app_channel_manage)
|
|
40968
|
+
- name: input_data_file
|
|
40969
|
+
value: "MobilePytestSetup.data"
|
|
40970
|
+
- name: fvt_test_suite
|
|
40971
|
+
value: mobile-api-insp-forms
|
|
40972
|
+
|
|
40973
|
+
# --------------------------------------------------------------------------------
|
|
40989
40974
|
# /home/runner/work/cli/cli/tekton/target/pipelines/mas-fvt-mobile-testng.yaml
|
|
40990
40975
|
# --------------------------------------------------------------------------------
|
|
40991
40976
|
---
|