mas-cli 15.6.3__py3-none-any.whl → 15.8.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 +369 -373
- mas/cli/update/app.py +6 -4
- mas/cli/upgrade/app.py +12 -1
- {mas_cli-15.6.3.dist-info → mas_cli-15.8.0.dist-info}/METADATA +1 -1
- {mas_cli-15.6.3.dist-info → mas_cli-15.8.0.dist-info}/RECORD +15 -15
- {mas_cli-15.6.3.data → mas_cli-15.8.0.data}/scripts/mas-cli +0 -0
- {mas_cli-15.6.3.dist-info → mas_cli-15.8.0.dist-info}/WHEEL +0 -0
- {mas_cli-15.6.3.dist-info → mas_cli-15.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.0
|
|
5476
5500
|
workspaces:
|
|
5477
5501
|
- name: configs
|
|
5478
5502
|
# --------------------------------------------------------------------------------
|
|
@@ -5508,6 +5532,8 @@ spec:
|
|
|
5508
5532
|
- name: jdbc_type_iot
|
|
5509
5533
|
type: string
|
|
5510
5534
|
default: "incluster-db2"
|
|
5535
|
+
- name: jdbc_connection_url_additional_params_iot
|
|
5536
|
+
type: string
|
|
5511
5537
|
- name: jdbc_instance_name_iot
|
|
5512
5538
|
type: string
|
|
5513
5539
|
default: ""
|
|
@@ -5548,6 +5574,8 @@ spec:
|
|
|
5548
5574
|
value: $(params.avp_aws_secret_region)
|
|
5549
5575
|
- name: JDBC_TYPE_IOT
|
|
5550
5576
|
value: $(params.jdbc_type_iot)
|
|
5577
|
+
- name: JDBC_CONNECTION_URL_ADDITIONAL_PARAMS_IOT
|
|
5578
|
+
value: $(params.jdbc_connection_url_additional_params_iot)
|
|
5551
5579
|
- name: JDBC_INSTANCE_NAME_IOT
|
|
5552
5580
|
value: $(params.jdbc_instance_name_iot)
|
|
5553
5581
|
- name: JDBC_ROUTE_IOT
|
|
@@ -5595,6 +5623,7 @@ spec:
|
|
|
5595
5623
|
--mas-app-id "iot" \
|
|
5596
5624
|
--dir /tmp/deprovision-suite-config-iotdb \
|
|
5597
5625
|
--jdbc-type "$JDBC_TYPE_IOT" \
|
|
5626
|
+
--jdbc_connection_url_additional_params "$JDBC_CONNECTION_URL_ADDITIONAL_PARAMS_IOT" \
|
|
5598
5627
|
--jdbc-route "$JDBC_ROUTE_IOT" \
|
|
5599
5628
|
--jdbc-instance-name "$JDBC_INSTANCE_NAME_IOT" \
|
|
5600
5629
|
|| exit 1
|
|
@@ -5677,7 +5706,7 @@ spec:
|
|
|
5677
5706
|
- -c
|
|
5678
5707
|
name: gitops-deprovision-suite-config
|
|
5679
5708
|
imagePullPolicy: IfNotPresent
|
|
5680
|
-
image: quay.io/ibmmas/cli:15.
|
|
5709
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
5681
5710
|
workspaces:
|
|
5682
5711
|
- name: configs
|
|
5683
5712
|
|
|
@@ -5775,7 +5804,7 @@ spec:
|
|
|
5775
5804
|
- -c
|
|
5776
5805
|
name: gitops-deprovision-suite-idp-config
|
|
5777
5806
|
imagePullPolicy: IfNotPresent
|
|
5778
|
-
image: quay.io/ibmmas/cli:15.
|
|
5807
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
5779
5808
|
workspaces:
|
|
5780
5809
|
- name: configs
|
|
5781
5810
|
# --------------------------------------------------------------------------------
|
|
@@ -5867,7 +5896,7 @@ spec:
|
|
|
5867
5896
|
- -c
|
|
5868
5897
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5869
5898
|
imagePullPolicy: IfNotPresent
|
|
5870
|
-
image: quay.io/ibmmas/cli:15.
|
|
5899
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
5871
5900
|
workspaces:
|
|
5872
5901
|
- name: configs
|
|
5873
5902
|
# --------------------------------------------------------------------------------
|
|
@@ -6079,7 +6108,7 @@ spec:
|
|
|
6079
6108
|
- -c
|
|
6080
6109
|
name: gitops-deprovision-suite-smtp-config
|
|
6081
6110
|
imagePullPolicy: IfNotPresent
|
|
6082
|
-
image: quay.io/ibmmas/cli:15.
|
|
6111
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
6083
6112
|
workspaces:
|
|
6084
6113
|
- name: configs
|
|
6085
6114
|
# --------------------------------------------------------------------------------
|
|
@@ -6172,7 +6201,7 @@ spec:
|
|
|
6172
6201
|
- -c
|
|
6173
6202
|
name: gitops-deprovision-suite-watson-studio-config
|
|
6174
6203
|
imagePullPolicy: IfNotPresent
|
|
6175
|
-
image: quay.io/ibmmas/cli:15.
|
|
6204
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
6176
6205
|
workspaces:
|
|
6177
6206
|
- name: configs
|
|
6178
6207
|
# --------------------------------------------------------------------------------
|
|
@@ -6263,7 +6292,7 @@ spec:
|
|
|
6263
6292
|
- -c
|
|
6264
6293
|
name: gitops-deprovision-suite-workspace
|
|
6265
6294
|
imagePullPolicy: Always
|
|
6266
|
-
image: quay.io/ibmmas/cli:15.
|
|
6295
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
6267
6296
|
workspaces:
|
|
6268
6297
|
- name: configs
|
|
6269
6298
|
# --------------------------------------------------------------------------------
|
|
@@ -6356,7 +6385,7 @@ spec:
|
|
|
6356
6385
|
- -c
|
|
6357
6386
|
name: gitops-deprovision-suite
|
|
6358
6387
|
imagePullPolicy: IfNotPresent
|
|
6359
|
-
image: quay.io/ibmmas/cli:15.
|
|
6388
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
6360
6389
|
workspaces:
|
|
6361
6390
|
- name: configs
|
|
6362
6391
|
|
|
@@ -6469,7 +6498,7 @@ spec:
|
|
|
6469
6498
|
- -c
|
|
6470
6499
|
name: gitops-dro
|
|
6471
6500
|
imagePullPolicy: IfNotPresent
|
|
6472
|
-
image: quay.io/ibmmas/cli:15.
|
|
6501
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
6473
6502
|
workspaces:
|
|
6474
6503
|
- name: configs
|
|
6475
6504
|
# --------------------------------------------------------------------------------
|
|
@@ -6596,7 +6625,7 @@ spec:
|
|
|
6596
6625
|
- -c
|
|
6597
6626
|
name: gitops-efs
|
|
6598
6627
|
imagePullPolicy: IfNotPresent
|
|
6599
|
-
image: quay.io/ibmmas/cli:15.
|
|
6628
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
6600
6629
|
workspaces:
|
|
6601
6630
|
- name: configs
|
|
6602
6631
|
|
|
@@ -6731,7 +6760,7 @@ spec:
|
|
|
6731
6760
|
- -c
|
|
6732
6761
|
name: gitops-jdbc-config
|
|
6733
6762
|
imagePullPolicy: Always
|
|
6734
|
-
image: quay.io/ibmmas/cli:15.
|
|
6763
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
6735
6764
|
workspaces:
|
|
6736
6765
|
- name: configs
|
|
6737
6766
|
- name: shared-gitops-configs
|
|
@@ -6827,7 +6856,7 @@ spec:
|
|
|
6827
6856
|
- -c
|
|
6828
6857
|
name: gitops-kafka-config
|
|
6829
6858
|
imagePullPolicy: Always
|
|
6830
|
-
image: quay.io/ibmmas/cli:15.
|
|
6859
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
6831
6860
|
workspaces:
|
|
6832
6861
|
- name: configs
|
|
6833
6862
|
|
|
@@ -6949,7 +6978,7 @@ spec:
|
|
|
6949
6978
|
- -c
|
|
6950
6979
|
name: gitops-kafka
|
|
6951
6980
|
imagePullPolicy: IfNotPresent
|
|
6952
|
-
image: quay.io/ibmmas/cli:15.
|
|
6981
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
6953
6982
|
workspaces:
|
|
6954
6983
|
- name: configs
|
|
6955
6984
|
# --------------------------------------------------------------------------------
|
|
@@ -7105,7 +7134,7 @@ spec:
|
|
|
7105
7134
|
- -c
|
|
7106
7135
|
name: gitops-license
|
|
7107
7136
|
imagePullPolicy: Always
|
|
7108
|
-
image: quay.io/ibmmas/cli:15.
|
|
7137
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
7109
7138
|
workspaces:
|
|
7110
7139
|
- name: shared-entitlement
|
|
7111
7140
|
|
|
@@ -7829,7 +7858,7 @@ spec:
|
|
|
7829
7858
|
- -c
|
|
7830
7859
|
name: gitops-mas-fvt-preparer
|
|
7831
7860
|
imagePullPolicy: Always
|
|
7832
|
-
image: quay.io/ibmmas/cli:15.
|
|
7861
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
7833
7862
|
workspaces:
|
|
7834
7863
|
- name: configs
|
|
7835
7864
|
- name: shared-additional-configs
|
|
@@ -8329,7 +8358,7 @@ spec:
|
|
|
8329
8358
|
- -c
|
|
8330
8359
|
name: gitops-mas-initiator
|
|
8331
8360
|
imagePullPolicy: IfNotPresent
|
|
8332
|
-
image: quay.io/ibmmas/cli:15.
|
|
8361
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
8333
8362
|
workspaces:
|
|
8334
8363
|
- name: configs
|
|
8335
8364
|
# --------------------------------------------------------------------------------
|
|
@@ -8470,7 +8499,7 @@ spec:
|
|
|
8470
8499
|
- -c
|
|
8471
8500
|
name: gitops-mas-provisioner
|
|
8472
8501
|
imagePullPolicy: IfNotPresent
|
|
8473
|
-
image: quay.io/ibmmas/cli:15.
|
|
8502
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
8474
8503
|
workspaces:
|
|
8475
8504
|
- name: configs
|
|
8476
8505
|
- name: gitops-cluster-configs
|
|
@@ -8579,7 +8608,7 @@ spec:
|
|
|
8579
8608
|
- -c
|
|
8580
8609
|
name: gitops-mongo
|
|
8581
8610
|
imagePullPolicy: IfNotPresent
|
|
8582
|
-
image: quay.io/ibmmas/cli:15.
|
|
8611
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
8583
8612
|
workspaces:
|
|
8584
8613
|
- name: configs
|
|
8585
8614
|
|
|
@@ -8705,7 +8734,7 @@ spec:
|
|
|
8705
8734
|
- -c
|
|
8706
8735
|
name: gitops-nvidia-gpu
|
|
8707
8736
|
imagePullPolicy: IfNotPresent
|
|
8708
|
-
image: quay.io/ibmmas/cli:15.
|
|
8737
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
8709
8738
|
workspaces:
|
|
8710
8739
|
- name: configs
|
|
8711
8740
|
# --------------------------------------------------------------------------------
|
|
@@ -8839,7 +8868,7 @@ spec:
|
|
|
8839
8868
|
- -c
|
|
8840
8869
|
name: gitops-odh
|
|
8841
8870
|
imagePullPolicy: IfNotPresent
|
|
8842
|
-
image: quay.io/ibmmas/cli:15.
|
|
8871
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
8843
8872
|
workspaces:
|
|
8844
8873
|
- name: configs
|
|
8845
8874
|
# --------------------------------------------------------------------------------
|
|
@@ -8957,7 +8986,7 @@ spec:
|
|
|
8957
8986
|
- -c
|
|
8958
8987
|
name: gitops-process-mongo-user
|
|
8959
8988
|
imagePullPolicy: IfNotPresent
|
|
8960
|
-
image: quay.io/ibmmas/cli:15.
|
|
8989
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
8961
8990
|
workspaces:
|
|
8962
8991
|
- name: configs
|
|
8963
8992
|
# --------------------------------------------------------------------------------
|
|
@@ -9013,7 +9042,7 @@ spec:
|
|
|
9013
9042
|
- -c
|
|
9014
9043
|
name: gitops-rosa
|
|
9015
9044
|
imagePullPolicy: IfNotPresent
|
|
9016
|
-
image: quay.io/ibmmas/cli:15.
|
|
9045
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
9017
9046
|
workspaces:
|
|
9018
9047
|
- name: configs
|
|
9019
9048
|
# --------------------------------------------------------------------------------
|
|
@@ -9032,8 +9061,6 @@ spec:
|
|
|
9032
9061
|
type: string
|
|
9033
9062
|
- name: cluster_url
|
|
9034
9063
|
type: string
|
|
9035
|
-
- name: mas_instance_id
|
|
9036
|
-
type: string
|
|
9037
9064
|
- name: avp_aws_secret_region
|
|
9038
9065
|
type: string
|
|
9039
9066
|
- name: sls_license_icn
|
|
@@ -9050,6 +9077,8 @@ spec:
|
|
|
9050
9077
|
type: string
|
|
9051
9078
|
- name: mongo_provider
|
|
9052
9079
|
type: string
|
|
9080
|
+
- name: docdb_user_action
|
|
9081
|
+
type: string
|
|
9053
9082
|
- name: icr_cp
|
|
9054
9083
|
type: string
|
|
9055
9084
|
- name: icr_cp_open
|
|
@@ -9079,8 +9108,6 @@ spec:
|
|
|
9079
9108
|
value: $(params.account)
|
|
9080
9109
|
- name: CLUSTER_URL
|
|
9081
9110
|
value: $(params.cluster_url)
|
|
9082
|
-
- name: MAS_INSTANCE_ID
|
|
9083
|
-
value: $(params.mas_instance_id)
|
|
9084
9111
|
- name: SM_AWS_REGION
|
|
9085
9112
|
value: $(params.avp_aws_secret_region)
|
|
9086
9113
|
- name: ICN
|
|
@@ -9089,6 +9116,8 @@ spec:
|
|
|
9089
9116
|
value: $(params.sls_subscription_id)
|
|
9090
9117
|
- name: MONGODB_PROVIDER
|
|
9091
9118
|
value: $(params.mongo_provider)
|
|
9119
|
+
- name: USER_ACTION
|
|
9120
|
+
value: $(params.docdb_user_action)
|
|
9092
9121
|
- name: SLS_CHANNEL
|
|
9093
9122
|
value: $(params.sls_channel)
|
|
9094
9123
|
- name: SLS_INSTALL_PLAN
|
|
@@ -9134,15 +9163,15 @@ spec:
|
|
|
9134
9163
|
WORKING_DIR=/tmp
|
|
9135
9164
|
|
|
9136
9165
|
mas gitops-suite-license-service -d $WORKING_DIR -a $ACCOUNT -c $CLUSTER_NAME --ibm-customer-number ${ICN} --subscription-id ${SAAS_SUB_ID} \
|
|
9137
|
-
--secrets-path "${SECRETS_PATH}" --domain ${SLS_DOMAIN} --sls-channel ${SLS_CHANNEL} --sls-install-plan ${SLS_INSTALL_PLAN}
|
|
9166
|
+
--secrets-path "${SECRETS_PATH}" --domain ${SLS_DOMAIN} --sls-channel ${SLS_CHANNEL} --sls-install-plan ${SLS_INSTALL_PLAN} \
|
|
9167
|
+
--cluster-url ${CLUSTER_URL} --github-push
|
|
9138
9168
|
|
|
9139
|
-
sleep 3000
|
|
9140
9169
|
command:
|
|
9141
9170
|
- /bin/sh
|
|
9142
9171
|
- -c
|
|
9143
9172
|
name: gitops-sls
|
|
9144
9173
|
imagePullPolicy: Always
|
|
9145
|
-
image: quay.io/ibmmas/cli:15.
|
|
9174
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
9146
9175
|
workspaces:
|
|
9147
9176
|
- name: shared-entitlement
|
|
9148
9177
|
|
|
@@ -9325,7 +9354,7 @@ spec:
|
|
|
9325
9354
|
- -c
|
|
9326
9355
|
name: gitops-suite-app-config
|
|
9327
9356
|
imagePullPolicy: IfNotPresent
|
|
9328
|
-
image: quay.io/ibmmas/cli:15.
|
|
9357
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
9329
9358
|
workspaces:
|
|
9330
9359
|
- name: configs
|
|
9331
9360
|
- name: shared-gitops-configs
|
|
@@ -9483,7 +9512,7 @@ spec:
|
|
|
9483
9512
|
- -c
|
|
9484
9513
|
name: gitops-suite-app-install
|
|
9485
9514
|
imagePullPolicy: Always
|
|
9486
|
-
image: quay.io/ibmmas/cli:15.
|
|
9515
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
9487
9516
|
workspaces:
|
|
9488
9517
|
- name: configs
|
|
9489
9518
|
- name: shared-gitops-configs
|
|
@@ -9589,7 +9618,7 @@ spec:
|
|
|
9589
9618
|
- -c
|
|
9590
9619
|
name: gitops-suite-certs
|
|
9591
9620
|
imagePullPolicy: IfNotPresent
|
|
9592
|
-
image: quay.io/ibmmas/cli:15.
|
|
9621
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
9593
9622
|
workspaces:
|
|
9594
9623
|
- name: configs
|
|
9595
9624
|
- name: certificates
|
|
@@ -9764,7 +9793,7 @@ spec:
|
|
|
9764
9793
|
- -c
|
|
9765
9794
|
name: gitops-suite-config
|
|
9766
9795
|
imagePullPolicy: IfNotPresent
|
|
9767
|
-
image: quay.io/ibmmas/cli:15.
|
|
9796
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
9768
9797
|
workspaces:
|
|
9769
9798
|
- name: configs
|
|
9770
9799
|
- name: shared-additional-configs
|
|
@@ -9864,7 +9893,7 @@ spec:
|
|
|
9864
9893
|
- -c
|
|
9865
9894
|
name: gitops-suite-dns
|
|
9866
9895
|
imagePullPolicy: IfNotPresent
|
|
9867
|
-
image: quay.io/ibmmas/cli:15.
|
|
9896
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
9868
9897
|
workspaces:
|
|
9869
9898
|
- name: configs
|
|
9870
9899
|
|
|
@@ -9988,7 +10017,7 @@ spec:
|
|
|
9988
10017
|
- -c
|
|
9989
10018
|
name: gitops-suite-idp-config
|
|
9990
10019
|
imagePullPolicy: IfNotPresent
|
|
9991
|
-
image: quay.io/ibmmas/cli:15.
|
|
10020
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
9992
10021
|
workspaces:
|
|
9993
10022
|
- name: configs
|
|
9994
10023
|
- name: shared-additional-configs
|
|
@@ -10089,7 +10118,7 @@ spec:
|
|
|
10089
10118
|
- -c
|
|
10090
10119
|
name: gitops-suite-objectstorage-config
|
|
10091
10120
|
imagePullPolicy: IfNotPresent
|
|
10092
|
-
image: quay.io/ibmmas/cli:15.
|
|
10121
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
10093
10122
|
workspaces:
|
|
10094
10123
|
- name: configs
|
|
10095
10124
|
- name: shared-gitops-configs
|
|
@@ -10511,7 +10540,7 @@ spec:
|
|
|
10511
10540
|
- -c
|
|
10512
10541
|
name: gitops-suite-smtp-config
|
|
10513
10542
|
imagePullPolicy: IfNotPresent
|
|
10514
|
-
image: quay.io/ibmmas/cli:15.
|
|
10543
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
10515
10544
|
workspaces:
|
|
10516
10545
|
- name: configs
|
|
10517
10546
|
- name: shared-gitops-configs
|
|
@@ -10631,7 +10660,7 @@ spec:
|
|
|
10631
10660
|
- -c
|
|
10632
10661
|
name: gitops-suite-watson-studio-config
|
|
10633
10662
|
imagePullPolicy: IfNotPresent
|
|
10634
|
-
image: quay.io/ibmmas/cli:15.
|
|
10663
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
10635
10664
|
workspaces:
|
|
10636
10665
|
- name: configs
|
|
10637
10666
|
- name: shared-gitops-configs
|
|
@@ -10733,7 +10762,7 @@ spec:
|
|
|
10733
10762
|
- -c
|
|
10734
10763
|
name: gitops-suite-workspace
|
|
10735
10764
|
imagePullPolicy: IfNotPresent
|
|
10736
|
-
image: quay.io/ibmmas/cli:15.
|
|
10765
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
10737
10766
|
workspaces:
|
|
10738
10767
|
- name: configs
|
|
10739
10768
|
# --------------------------------------------------------------------------------
|
|
@@ -11071,7 +11100,7 @@ spec:
|
|
|
11071
11100
|
- -c
|
|
11072
11101
|
name: gitops-suite
|
|
11073
11102
|
imagePullPolicy: IfNotPresent
|
|
11074
|
-
image: quay.io/ibmmas/cli:15.
|
|
11103
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
11075
11104
|
workspaces:
|
|
11076
11105
|
- name: configs
|
|
11077
11106
|
- name: shared-gitops-configs
|
|
@@ -11121,7 +11150,7 @@ spec:
|
|
|
11121
11150
|
|
|
11122
11151
|
steps:
|
|
11123
11152
|
- name: grafana
|
|
11124
|
-
image: quay.io/ibmmas/cli:15.
|
|
11153
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
11125
11154
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11126
11155
|
command:
|
|
11127
11156
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11255,7 +11284,7 @@ spec:
|
|
|
11255
11284
|
command:
|
|
11256
11285
|
- /opt/app-root/src/run-role.sh
|
|
11257
11286
|
- ibm_catalogs
|
|
11258
|
-
image: quay.io/ibmmas/cli:15.
|
|
11287
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
11259
11288
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11260
11289
|
workingDir: /workspace/configs
|
|
11261
11290
|
# --------------------------------------------------------------------------------
|
|
@@ -11497,7 +11526,7 @@ spec:
|
|
|
11497
11526
|
command:
|
|
11498
11527
|
- /opt/app-root/src/run-role.sh
|
|
11499
11528
|
- kafka
|
|
11500
|
-
image: quay.io/ibmmas/cli:15.
|
|
11529
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
11501
11530
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11502
11531
|
workingDir: /workspace/configs
|
|
11503
11532
|
|
|
@@ -11965,7 +11994,7 @@ spec:
|
|
|
11965
11994
|
description: Extracted component names as a JSON array
|
|
11966
11995
|
steps:
|
|
11967
11996
|
- name: extract
|
|
11968
|
-
image: quay.io/ibmmas/cli:15.
|
|
11997
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
11969
11998
|
script: |
|
|
11970
11999
|
#!/bin/sh
|
|
11971
12000
|
echo "Hello.. Start extraction for $(params.mas_appws_components)"
|
|
@@ -12318,7 +12347,7 @@ spec:
|
|
|
12318
12347
|
echo "No IBM COS instance to delete"
|
|
12319
12348
|
fi
|
|
12320
12349
|
exit 0
|
|
12321
|
-
image: quay.io/ibmmas/cli:15.
|
|
12350
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
12322
12351
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12323
12352
|
workingDir: /workspace/configs
|
|
12324
12353
|
env:
|
|
@@ -12418,7 +12447,7 @@ spec:
|
|
|
12418
12447
|
echo "No EventStreams instance to delete"
|
|
12419
12448
|
fi
|
|
12420
12449
|
exit 0
|
|
12421
|
-
image: quay.io/ibmmas/cli:15.
|
|
12450
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
12422
12451
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12423
12452
|
workingDir: /workspace/configs
|
|
12424
12453
|
env:
|
|
@@ -12519,7 +12548,7 @@ spec:
|
|
|
12519
12548
|
command:
|
|
12520
12549
|
- /opt/app-root/src/run-role.sh
|
|
12521
12550
|
- ocp_deprovision
|
|
12522
|
-
image: quay.io/ibmmas/cli:15.
|
|
12551
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
12523
12552
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12524
12553
|
env:
|
|
12525
12554
|
- name: DEVOPS_MONGO_URI
|
|
@@ -12676,7 +12705,7 @@ spec:
|
|
|
12676
12705
|
command:
|
|
12677
12706
|
- python3
|
|
12678
12707
|
- /opt/app-root/src/finalizer.py
|
|
12679
|
-
image: quay.io/ibmmas/cli:15.
|
|
12708
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
12680
12709
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12681
12710
|
env:
|
|
12682
12711
|
- name: DEVOPS_MONGO_URI
|
|
@@ -14380,7 +14409,7 @@ spec:
|
|
|
14380
14409
|
command:
|
|
14381
14410
|
- python3
|
|
14382
14411
|
- /opt/app-root/src/mobilever.py
|
|
14383
|
-
image: quay.io/ibmmas/cli:15.
|
|
14412
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
14384
14413
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14385
14414
|
onError: continue
|
|
14386
14415
|
|
|
@@ -14743,7 +14772,7 @@ spec:
|
|
|
14743
14772
|
|
|
14744
14773
|
steps:
|
|
14745
14774
|
- name: post-update-verify
|
|
14746
|
-
image: quay.io/ibmmas/cli:15.
|
|
14775
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
14747
14776
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14748
14777
|
command:
|
|
14749
14778
|
- ansible-playbook
|
|
@@ -14799,7 +14828,7 @@ spec:
|
|
|
14799
14828
|
|
|
14800
14829
|
steps:
|
|
14801
14830
|
- name: create-offline-upgrade-cron
|
|
14802
|
-
image: quay.io/ibmmas/cli:15.
|
|
14831
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
14803
14832
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14804
14833
|
command:
|
|
14805
14834
|
- ansible-playbook
|
|
@@ -14855,7 +14884,7 @@ spec:
|
|
|
14855
14884
|
|
|
14856
14885
|
steps:
|
|
14857
14886
|
- name: create-offline-upgrade-cron
|
|
14858
|
-
image: quay.io/ibmmas/cli:15.
|
|
14887
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
14859
14888
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14860
14889
|
command:
|
|
14861
14890
|
- ansible-playbook
|
|
@@ -15289,7 +15318,7 @@ spec:
|
|
|
15289
15318
|
echo '--------------------------------------------------------------------------------'
|
|
15290
15319
|
exit $RESULT
|
|
15291
15320
|
timeout: "0"
|
|
15292
|
-
image: quay.io/ibmmas/cli:15.
|
|
15321
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15293
15322
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15294
15323
|
env:
|
|
15295
15324
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15349,7 +15378,7 @@ spec:
|
|
|
15349
15378
|
echo '--------------------------------------------------------------------------------'
|
|
15350
15379
|
exit $RESULT
|
|
15351
15380
|
timeout: "0"
|
|
15352
|
-
image: quay.io/ibmmas/cli:15.
|
|
15381
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15353
15382
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15354
15383
|
env:
|
|
15355
15384
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15422,7 +15451,7 @@ spec:
|
|
|
15422
15451
|
echo '--------------------------------------------------------------------------------'
|
|
15423
15452
|
exit $RESULT
|
|
15424
15453
|
timeout: "0"
|
|
15425
|
-
image: quay.io/ibmmas/cli:15.
|
|
15454
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15426
15455
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15427
15456
|
env:
|
|
15428
15457
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15468,7 +15497,7 @@ spec:
|
|
|
15468
15497
|
|
|
15469
15498
|
steps:
|
|
15470
15499
|
- name: start-pipelinerun
|
|
15471
|
-
image: quay.io/ibmmas/cli:15.
|
|
15500
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15472
15501
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15473
15502
|
command:
|
|
15474
15503
|
- ansible-playbook
|
|
@@ -15565,7 +15594,7 @@ spec:
|
|
|
15565
15594
|
optional: false
|
|
15566
15595
|
|
|
15567
15596
|
- name: wait-for-pipelinerun
|
|
15568
|
-
image: quay.io/ibmmas/cli:15.
|
|
15597
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15569
15598
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15570
15599
|
# 50 retries at 5 minute intervals = just over 4 hours
|
|
15571
15600
|
command:
|
|
@@ -15609,7 +15638,7 @@ spec:
|
|
|
15609
15638
|
|
|
15610
15639
|
steps:
|
|
15611
15640
|
- name: start-pipelinerun
|
|
15612
|
-
image: quay.io/ibmmas/cli:15.
|
|
15641
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15613
15642
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15614
15643
|
command:
|
|
15615
15644
|
- ansible-playbook
|
|
@@ -15762,7 +15791,7 @@ spec:
|
|
|
15762
15791
|
optional: false
|
|
15763
15792
|
|
|
15764
15793
|
- name: wait-for-pipelinerun
|
|
15765
|
-
image: quay.io/ibmmas/cli:15.
|
|
15794
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15766
15795
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15767
15796
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15768
15797
|
command:
|
|
@@ -15811,7 +15840,7 @@ spec:
|
|
|
15811
15840
|
|
|
15812
15841
|
steps:
|
|
15813
15842
|
- name: start-pipelinerun
|
|
15814
|
-
image: quay.io/ibmmas/cli:15.
|
|
15843
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15815
15844
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15816
15845
|
command:
|
|
15817
15846
|
- ansible-playbook
|
|
@@ -15861,7 +15890,7 @@ spec:
|
|
|
15861
15890
|
|
|
15862
15891
|
steps:
|
|
15863
15892
|
- name: start-pipelinerun
|
|
15864
|
-
image: quay.io/ibmmas/cli:15.
|
|
15893
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15865
15894
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15866
15895
|
command:
|
|
15867
15896
|
- ansible-playbook
|
|
@@ -15940,7 +15969,7 @@ spec:
|
|
|
15940
15969
|
optional: false
|
|
15941
15970
|
|
|
15942
15971
|
- name: wait-for-pipelinerun
|
|
15943
|
-
image: quay.io/ibmmas/cli:15.
|
|
15972
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15944
15973
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15945
15974
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
15946
15975
|
command:
|
|
@@ -15985,7 +16014,7 @@ spec:
|
|
|
15985
16014
|
|
|
15986
16015
|
steps:
|
|
15987
16016
|
- name: start-pipelinerun
|
|
15988
|
-
image: quay.io/ibmmas/cli:15.
|
|
16017
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
15989
16018
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15990
16019
|
command:
|
|
15991
16020
|
- ansible-playbook
|
|
@@ -16113,7 +16142,7 @@ spec:
|
|
|
16113
16142
|
optional: false
|
|
16114
16143
|
|
|
16115
16144
|
- name: wait-for-pipelinerun
|
|
16116
|
-
image: quay.io/ibmmas/cli:15.
|
|
16145
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16117
16146
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16118
16147
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16119
16148
|
command:
|
|
@@ -16157,7 +16186,7 @@ spec:
|
|
|
16157
16186
|
|
|
16158
16187
|
steps:
|
|
16159
16188
|
- name: start-pipelinerun
|
|
16160
|
-
image: quay.io/ibmmas/cli:15.
|
|
16189
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16161
16190
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16162
16191
|
command:
|
|
16163
16192
|
- ansible-playbook
|
|
@@ -16310,7 +16339,7 @@ spec:
|
|
|
16310
16339
|
optional: false
|
|
16311
16340
|
|
|
16312
16341
|
- name: wait-for-pipelinerun
|
|
16313
|
-
image: quay.io/ibmmas/cli:15.
|
|
16342
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16314
16343
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16315
16344
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16316
16345
|
command:
|
|
@@ -16335,13 +16364,13 @@ spec:
|
|
|
16335
16364
|
- name: IGNORE_FAILURE
|
|
16336
16365
|
value: "True"
|
|
16337
16366
|
# --------------------------------------------------------------------------------
|
|
16338
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/mas-launchfvt-mobile
|
|
16367
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/mas-launchfvt-mobile.yaml
|
|
16339
16368
|
# --------------------------------------------------------------------------------
|
|
16340
16369
|
---
|
|
16341
16370
|
apiVersion: tekton.dev/v1beta1
|
|
16342
16371
|
kind: Task
|
|
16343
16372
|
metadata:
|
|
16344
|
-
name: mas-launchfvt-mobile
|
|
16373
|
+
name: mas-launchfvt-mobile
|
|
16345
16374
|
spec:
|
|
16346
16375
|
params:
|
|
16347
16376
|
# Control the image pull policy for the FVT container image
|
|
@@ -16351,25 +16380,29 @@ spec:
|
|
|
16351
16380
|
|
|
16352
16381
|
- name: pipelinerun_name_testng
|
|
16353
16382
|
type: string
|
|
16354
|
-
|
|
16355
|
-
|
|
16383
|
+
- name: pipelinerun_name_pytest
|
|
16384
|
+
type: string
|
|
16385
|
+
- name: pipelinerun_name_requests
|
|
16386
|
+
type: string
|
|
16387
|
+
- name: launchfvt_mobile_requests
|
|
16356
16388
|
type: string
|
|
16357
16389
|
|
|
16358
16390
|
steps:
|
|
16359
|
-
- name: start-
|
|
16360
|
-
image: quay.io/ibmmas/cli:15.
|
|
16391
|
+
- name: start-pytest-pipelinerun
|
|
16392
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16361
16393
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16362
16394
|
command:
|
|
16363
16395
|
- ansible-playbook
|
|
16364
|
-
- /masfvt/fvt-mobile-
|
|
16396
|
+
- /masfvt/fvt-mobile-pytest.yml
|
|
16365
16397
|
env:
|
|
16366
16398
|
- name: IMAGE_PULL_POLICY
|
|
16367
16399
|
value: $(params.image_pull_policy)
|
|
16368
16400
|
- name: PIPELINERUN_NAME
|
|
16369
|
-
value: $(params.
|
|
16401
|
+
value: $(params.pipelinerun_name_pytest)
|
|
16370
16402
|
- name: PIPELINERUN_NAMESPACE
|
|
16371
16403
|
value: $(context.taskRun.namespace)
|
|
16372
16404
|
|
|
16405
|
+
|
|
16373
16406
|
# Lookups from mas-devops
|
|
16374
16407
|
# -----------------------------------------------------------------------
|
|
16375
16408
|
- name: DEVOPS_BUILD_NUMBER
|
|
@@ -16427,7 +16460,6 @@ spec:
|
|
|
16427
16460
|
name: mas-fvt-mobile
|
|
16428
16461
|
key: MAS_WORKSPACE_ID
|
|
16429
16462
|
optional: false
|
|
16430
|
-
|
|
16431
16463
|
# Digests
|
|
16432
16464
|
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16433
16465
|
valueFrom:
|
|
@@ -16435,21 +16467,9 @@ spec:
|
|
|
16435
16467
|
name: mas-fvt-mobile
|
|
16436
16468
|
key: FVT_DIGEST_MOBILE_PYTEST
|
|
16437
16469
|
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
16470
|
|
|
16451
|
-
- name: wait-for-
|
|
16452
|
-
image: quay.io/ibmmas/cli:15.
|
|
16471
|
+
- name: wait-for-pytest-pipelinerun
|
|
16472
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16453
16473
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16454
16474
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16455
16475
|
command:
|
|
@@ -16458,7 +16478,7 @@ spec:
|
|
|
16458
16478
|
- name: TYPE
|
|
16459
16479
|
value: pipelinerun
|
|
16460
16480
|
- name: NAME
|
|
16461
|
-
value: $(params.
|
|
16481
|
+
value: $(params.pipelinerun_name_pytest)
|
|
16462
16482
|
- name: SUFFIX
|
|
16463
16483
|
valueFrom:
|
|
16464
16484
|
secretKeyRef:
|
|
@@ -16472,46 +16492,22 @@ spec:
|
|
|
16472
16492
|
- name: MAX_RETRIES
|
|
16473
16493
|
value: "50"
|
|
16474
16494
|
- 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: ""
|
|
16495
|
+
value: "True"
|
|
16496
16496
|
|
|
16497
|
-
|
|
16498
|
-
|
|
16499
|
-
image: quay.io/ibmmas/cli:15.6.3
|
|
16497
|
+
- name: start-testng-pipelinerun
|
|
16498
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16500
16499
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16501
16500
|
command:
|
|
16502
16501
|
- ansible-playbook
|
|
16503
|
-
- /masfvt/fvt-mobile-
|
|
16502
|
+
- /masfvt/fvt-mobile-testng.yml
|
|
16504
16503
|
env:
|
|
16505
16504
|
- name: IMAGE_PULL_POLICY
|
|
16506
16505
|
value: $(params.image_pull_policy)
|
|
16507
16506
|
- name: PIPELINERUN_NAME
|
|
16508
|
-
value: $(params.
|
|
16509
|
-
- name: LAUNCHFVT_MANAGE
|
|
16510
|
-
value: $(params.launchfvt_manage)
|
|
16507
|
+
value: $(params.pipelinerun_name_testng)
|
|
16511
16508
|
- name: PIPELINERUN_NAMESPACE
|
|
16512
16509
|
value: $(context.taskRun.namespace)
|
|
16513
16510
|
|
|
16514
|
-
|
|
16515
16511
|
# Lookups from mas-devops
|
|
16516
16512
|
# -----------------------------------------------------------------------
|
|
16517
16513
|
- name: DEVOPS_BUILD_NUMBER
|
|
@@ -16569,145 +16565,36 @@ spec:
|
|
|
16569
16565
|
name: mas-fvt-mobile
|
|
16570
16566
|
key: MAS_WORKSPACE_ID
|
|
16571
16567
|
optional: false
|
|
16572
|
-
|
|
16573
|
-
|
|
16574
|
-
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16568
|
+
|
|
16569
|
+
- name: MANAGE_COMPONENTS
|
|
16575
16570
|
valueFrom:
|
|
16576
16571
|
secretKeyRef:
|
|
16577
16572
|
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
|
|
16573
|
+
key: MANAGE_COMPONENTS
|
|
16678
16574
|
optional: false
|
|
16679
16575
|
|
|
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
|
|
16576
|
+
# Digests
|
|
16577
|
+
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16690
16578
|
valueFrom:
|
|
16691
16579
|
secretKeyRef:
|
|
16692
16580
|
name: mas-fvt-mobile
|
|
16693
|
-
key:
|
|
16581
|
+
key: FVT_DIGEST_MOBILE_PYTEST
|
|
16694
16582
|
optional: false
|
|
16695
|
-
- name:
|
|
16583
|
+
- name: FVT_DIGEST_MOBILE_TESTNG
|
|
16696
16584
|
valueFrom:
|
|
16697
16585
|
secretKeyRef:
|
|
16698
16586
|
name: mas-fvt-mobile
|
|
16699
|
-
key:
|
|
16587
|
+
key: FVT_DIGEST_MOBILE_TESTNG
|
|
16700
16588
|
optional: false
|
|
16701
|
-
|
|
16702
|
-
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16589
|
+
- name: FVT_DIGEST_MANAGE
|
|
16703
16590
|
valueFrom:
|
|
16704
16591
|
secretKeyRef:
|
|
16705
16592
|
name: mas-fvt-mobile
|
|
16706
|
-
key:
|
|
16593
|
+
key: FVT_DIGEST_MANAGE
|
|
16707
16594
|
optional: false
|
|
16708
16595
|
|
|
16709
|
-
- name: wait-for-
|
|
16710
|
-
image: quay.io/ibmmas/cli:15.
|
|
16596
|
+
- name: wait-for-testng-pipelinerun
|
|
16597
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16711
16598
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16712
16599
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16713
16600
|
command:
|
|
@@ -16716,7 +16603,7 @@ spec:
|
|
|
16716
16603
|
- name: TYPE
|
|
16717
16604
|
value: pipelinerun
|
|
16718
16605
|
- name: NAME
|
|
16719
|
-
value: $(params.
|
|
16606
|
+
value: $(params.pipelinerun_name_testng)
|
|
16720
16607
|
- name: SUFFIX
|
|
16721
16608
|
valueFrom:
|
|
16722
16609
|
secretKeyRef:
|
|
@@ -16731,20 +16618,22 @@ spec:
|
|
|
16731
16618
|
value: "50"
|
|
16732
16619
|
- name: IGNORE_FAILURE
|
|
16733
16620
|
value: "True"
|
|
16734
|
-
|
|
16735
|
-
- name: start-
|
|
16736
|
-
image: quay.io/ibmmas/cli:15.
|
|
16621
|
+
|
|
16622
|
+
- name: start-requests-pipelinerun
|
|
16623
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16737
16624
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16738
16625
|
command:
|
|
16739
16626
|
- ansible-playbook
|
|
16740
|
-
- /masfvt/fvt-mobile-
|
|
16627
|
+
- /masfvt/fvt-mobile-requests.yml
|
|
16741
16628
|
env:
|
|
16742
16629
|
- name: IMAGE_PULL_POLICY
|
|
16743
16630
|
value: $(params.image_pull_policy)
|
|
16744
16631
|
- name: PIPELINERUN_NAME
|
|
16745
|
-
value: $(params.
|
|
16632
|
+
value: $(params.pipelinerun_name_requests)
|
|
16746
16633
|
- name: PIPELINERUN_NAMESPACE
|
|
16747
16634
|
value: $(context.taskRun.namespace)
|
|
16635
|
+
- name: LAUNCHFVT_MOBILE_REQUESTS
|
|
16636
|
+
value: $(params.launchfvt_mobile_requests)
|
|
16748
16637
|
|
|
16749
16638
|
# Lookups from mas-devops
|
|
16750
16639
|
# -----------------------------------------------------------------------
|
|
@@ -16804,13 +16693,6 @@ spec:
|
|
|
16804
16693
|
key: MAS_WORKSPACE_ID
|
|
16805
16694
|
optional: false
|
|
16806
16695
|
|
|
16807
|
-
- name: MANAGE_COMPONENTS
|
|
16808
|
-
valueFrom:
|
|
16809
|
-
secretKeyRef:
|
|
16810
|
-
name: mas-fvt-mobile
|
|
16811
|
-
key: MANAGE_COMPONENTS
|
|
16812
|
-
optional: false
|
|
16813
|
-
|
|
16814
16696
|
# Digests
|
|
16815
16697
|
- name: FVT_DIGEST_MOBILE_PYTEST
|
|
16816
16698
|
valueFrom:
|
|
@@ -16818,21 +16700,9 @@ spec:
|
|
|
16818
16700
|
name: mas-fvt-mobile
|
|
16819
16701
|
key: FVT_DIGEST_MOBILE_PYTEST
|
|
16820
16702
|
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
|
|
16703
|
+
|
|
16704
|
+
- name: wait-for-requests-pipelinerun
|
|
16705
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16836
16706
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16837
16707
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16838
16708
|
command:
|
|
@@ -16841,7 +16711,7 @@ spec:
|
|
|
16841
16711
|
- name: TYPE
|
|
16842
16712
|
value: pipelinerun
|
|
16843
16713
|
- name: NAME
|
|
16844
|
-
value: $(params.
|
|
16714
|
+
value: $(params.pipelinerun_name_requests)
|
|
16845
16715
|
- name: SUFFIX
|
|
16846
16716
|
valueFrom:
|
|
16847
16717
|
secretKeyRef:
|
|
@@ -16855,7 +16725,8 @@ spec:
|
|
|
16855
16725
|
- name: MAX_RETRIES
|
|
16856
16726
|
value: "50"
|
|
16857
16727
|
- name: IGNORE_FAILURE
|
|
16858
|
-
value: "True"
|
|
16728
|
+
value: "True"
|
|
16729
|
+
# --------------------------------------------------------------------------------
|
|
16859
16730
|
# /home/runner/work/cli/cli/tekton/target/tasks/mas-launchfvt-monitor.yaml
|
|
16860
16731
|
# --------------------------------------------------------------------------------
|
|
16861
16732
|
---
|
|
@@ -16875,7 +16746,7 @@ spec:
|
|
|
16875
16746
|
|
|
16876
16747
|
steps:
|
|
16877
16748
|
- name: start-pipelinerun
|
|
16878
|
-
image: quay.io/ibmmas/cli:15.
|
|
16749
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16879
16750
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16880
16751
|
command:
|
|
16881
16752
|
- ansible-playbook
|
|
@@ -16966,7 +16837,7 @@ spec:
|
|
|
16966
16837
|
optional: false
|
|
16967
16838
|
|
|
16968
16839
|
- name: wait-for-pipelinerun
|
|
16969
|
-
image: quay.io/ibmmas/cli:15.
|
|
16840
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
16970
16841
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16971
16842
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16972
16843
|
command:
|
|
@@ -17010,7 +16881,7 @@ spec:
|
|
|
17010
16881
|
|
|
17011
16882
|
steps:
|
|
17012
16883
|
- name: start-pipelinerun
|
|
17013
|
-
image: quay.io/ibmmas/cli:15.
|
|
16884
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17014
16885
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17015
16886
|
command:
|
|
17016
16887
|
- ansible-playbook
|
|
@@ -17101,7 +16972,7 @@ spec:
|
|
|
17101
16972
|
optional: false
|
|
17102
16973
|
|
|
17103
16974
|
- name: wait-for-pipelinerun
|
|
17104
|
-
image: quay.io/ibmmas/cli:15.
|
|
16975
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17105
16976
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17106
16977
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17107
16978
|
command:
|
|
@@ -17145,7 +17016,7 @@ spec:
|
|
|
17145
17016
|
|
|
17146
17017
|
steps:
|
|
17147
17018
|
- name: start-pipelinerun
|
|
17148
|
-
image: quay.io/ibmmas/cli:15.
|
|
17019
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17149
17020
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17150
17021
|
command:
|
|
17151
17022
|
- ansible-playbook
|
|
@@ -17224,7 +17095,7 @@ spec:
|
|
|
17224
17095
|
optional: false
|
|
17225
17096
|
|
|
17226
17097
|
- name: wait-for-pipelinerun
|
|
17227
|
-
image: quay.io/ibmmas/cli:15.
|
|
17098
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17228
17099
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17229
17100
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17230
17101
|
command:
|
|
@@ -17268,7 +17139,7 @@ spec:
|
|
|
17268
17139
|
|
|
17269
17140
|
steps:
|
|
17270
17141
|
- name: start-pipelinerun
|
|
17271
|
-
image: quay.io/ibmmas/cli:15.
|
|
17142
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17272
17143
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17273
17144
|
command:
|
|
17274
17145
|
- ansible-playbook
|
|
@@ -17353,7 +17224,7 @@ spec:
|
|
|
17353
17224
|
optional: false
|
|
17354
17225
|
|
|
17355
17226
|
- name: wait-for-pipelinerun
|
|
17356
|
-
image: quay.io/ibmmas/cli:15.
|
|
17227
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17357
17228
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17358
17229
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
17359
17230
|
command:
|
|
@@ -17397,7 +17268,7 @@ spec:
|
|
|
17397
17268
|
|
|
17398
17269
|
steps:
|
|
17399
17270
|
- name: start-pipelinerun
|
|
17400
|
-
image: quay.io/ibmmas/cli:15.
|
|
17271
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17401
17272
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17402
17273
|
command:
|
|
17403
17274
|
- ansible-playbook
|
|
@@ -17493,7 +17364,7 @@ spec:
|
|
|
17493
17364
|
optional: false
|
|
17494
17365
|
|
|
17495
17366
|
- name: wait-for-pipelinerun
|
|
17496
|
-
image: quay.io/ibmmas/cli:15.
|
|
17367
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17497
17368
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17498
17369
|
# 10 retries at 5 minute intervals = 50 min
|
|
17499
17370
|
command:
|
|
@@ -17541,7 +17412,7 @@ spec:
|
|
|
17541
17412
|
|
|
17542
17413
|
steps:
|
|
17543
17414
|
- name: start-pipelinerun
|
|
17544
|
-
image: quay.io/ibmmas/cli:15.
|
|
17415
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17545
17416
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17546
17417
|
command:
|
|
17547
17418
|
- ansible-playbook
|
|
@@ -17645,7 +17516,7 @@ spec:
|
|
|
17645
17516
|
optional: false
|
|
17646
17517
|
|
|
17647
17518
|
- name: wait-for-pipelinerun
|
|
17648
|
-
image: quay.io/ibmmas/cli:15.
|
|
17519
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17649
17520
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17650
17521
|
# 10 retries at 5 minute intervals = 50 min
|
|
17651
17522
|
command:
|
|
@@ -17689,7 +17560,7 @@ spec:
|
|
|
17689
17560
|
|
|
17690
17561
|
steps:
|
|
17691
17562
|
- name: start-pipelinerun
|
|
17692
|
-
image: quay.io/ibmmas/cli:15.
|
|
17563
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17693
17564
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17694
17565
|
command:
|
|
17695
17566
|
- ansible-playbook
|
|
@@ -17768,7 +17639,7 @@ spec:
|
|
|
17768
17639
|
optional: false
|
|
17769
17640
|
|
|
17770
17641
|
- name: wait-for-pipelinerun
|
|
17771
|
-
image: quay.io/ibmmas/cli:15.
|
|
17642
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17772
17643
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17773
17644
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17774
17645
|
command:
|
|
@@ -17812,7 +17683,7 @@ spec:
|
|
|
17812
17683
|
|
|
17813
17684
|
steps:
|
|
17814
17685
|
- name: start-pipelinerun
|
|
17815
|
-
image: quay.io/ibmmas/cli:15.
|
|
17686
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17816
17687
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17817
17688
|
command:
|
|
17818
17689
|
- ansible-playbook
|
|
@@ -17917,7 +17788,7 @@ spec:
|
|
|
17917
17788
|
optional: false
|
|
17918
17789
|
|
|
17919
17790
|
- name: wait-for-pipelinerun
|
|
17920
|
-
image: quay.io/ibmmas/cli:15.
|
|
17791
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
17921
17792
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17922
17793
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17923
17794
|
command:
|
|
@@ -18117,7 +17988,7 @@ spec:
|
|
|
18117
17988
|
command:
|
|
18118
17989
|
- /opt/app-root/src/run-role.sh
|
|
18119
17990
|
- mongodb
|
|
18120
|
-
image: quay.io/ibmmas/cli:15.
|
|
17991
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18121
17992
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18122
17993
|
workingDir: /workspace/configs
|
|
18123
17994
|
|
|
@@ -18160,7 +18031,7 @@ spec:
|
|
|
18160
18031
|
- $(params.base_output_dir)
|
|
18161
18032
|
- --extra-namespaces
|
|
18162
18033
|
- selenium
|
|
18163
|
-
image: quay.io/ibmmas/cli:15.
|
|
18034
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18164
18035
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18165
18036
|
env:
|
|
18166
18037
|
- name: DEVOPS_MONGO_URI
|
|
@@ -18277,7 +18148,7 @@ spec:
|
|
|
18277
18148
|
command:
|
|
18278
18149
|
- /opt/app-root/src/run-role.sh
|
|
18279
18150
|
- nvidia_gpu
|
|
18280
|
-
image: quay.io/ibmmas/cli:15.
|
|
18151
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18281
18152
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18282
18153
|
workingDir: /workspace/configs
|
|
18283
18154
|
|
|
@@ -18313,7 +18184,7 @@ spec:
|
|
|
18313
18184
|
# Verify Cluster
|
|
18314
18185
|
# -------------------------------------------------------------------------
|
|
18315
18186
|
- name: ocp-verify-cluster
|
|
18316
|
-
image: quay.io/ibmmas/cli:15.
|
|
18187
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18317
18188
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18318
18189
|
command:
|
|
18319
18190
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18355,7 +18226,7 @@ spec:
|
|
|
18355
18226
|
# Verify Catalogs
|
|
18356
18227
|
# -------------------------------------------------------------------------
|
|
18357
18228
|
- name: ocp-verify-catalogs
|
|
18358
|
-
image: quay.io/ibmmas/cli:15.
|
|
18229
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18359
18230
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18360
18231
|
command:
|
|
18361
18232
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18397,7 +18268,7 @@ spec:
|
|
|
18397
18268
|
# Verify Subscriptions
|
|
18398
18269
|
# -------------------------------------------------------------------------
|
|
18399
18270
|
- name: ocp-verify-subscriptions
|
|
18400
|
-
image: quay.io/ibmmas/cli:15.
|
|
18271
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18401
18272
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18402
18273
|
command:
|
|
18403
18274
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18439,7 +18310,7 @@ spec:
|
|
|
18439
18310
|
# Verify Workloads
|
|
18440
18311
|
# -------------------------------------------------------------------------
|
|
18441
18312
|
- name: ocp-verify-workloads
|
|
18442
|
-
image: quay.io/ibmmas/cli:15.
|
|
18313
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18443
18314
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18444
18315
|
command:
|
|
18445
18316
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18481,7 +18352,7 @@ spec:
|
|
|
18481
18352
|
# Verify Catalogs - Ingress TLS
|
|
18482
18353
|
# -------------------------------------------------------------------------
|
|
18483
18354
|
- name: ocp-verify-ingress
|
|
18484
|
-
image: quay.io/ibmmas/cli:15.
|
|
18355
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18485
18356
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18486
18357
|
command:
|
|
18487
18358
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18607,7 +18478,7 @@ spec:
|
|
|
18607
18478
|
command:
|
|
18608
18479
|
- /opt/app-root/src/run-role.sh
|
|
18609
18480
|
- ocp_verify
|
|
18610
|
-
image: quay.io/ibmmas/cli:15.
|
|
18481
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18611
18482
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18612
18483
|
workingDir: /workspace/configs
|
|
18613
18484
|
# --------------------------------------------------------------------------------
|
|
@@ -18675,7 +18546,7 @@ spec:
|
|
|
18675
18546
|
command:
|
|
18676
18547
|
- /opt/app-root/src/run-role.sh
|
|
18677
18548
|
- ocs
|
|
18678
|
-
image: quay.io/ibmmas/cli:15.
|
|
18549
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18679
18550
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18680
18551
|
workingDir: /workspace/configs
|
|
18681
18552
|
|
|
@@ -18804,7 +18675,7 @@ spec:
|
|
|
18804
18675
|
command:
|
|
18805
18676
|
- /opt/app-root/src/run-role.sh
|
|
18806
18677
|
- aiservice_odh
|
|
18807
|
-
image: quay.io/ibmmas/cli:15.
|
|
18678
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18808
18679
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18809
18680
|
# --------------------------------------------------------------------------------
|
|
18810
18681
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -18980,7 +18851,7 @@ spec:
|
|
|
18980
18851
|
command:
|
|
18981
18852
|
- /opt/app-root/src/run-role.sh
|
|
18982
18853
|
- sls
|
|
18983
|
-
image: quay.io/ibmmas/cli:15.
|
|
18854
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
18984
18855
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18985
18856
|
workingDir: /workspace/configs
|
|
18986
18857
|
|
|
@@ -19440,12 +19311,12 @@ spec:
|
|
|
19440
19311
|
command:
|
|
19441
19312
|
- /opt/app-root/src/run-role.sh
|
|
19442
19313
|
- suite_app_config
|
|
19443
|
-
image: quay.io/ibmmas/cli:15.
|
|
19314
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
19444
19315
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19445
19316
|
|
|
19446
19317
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
19447
19318
|
- name: app-cfg-post-verify
|
|
19448
|
-
image: quay.io/ibmmas/cli:15.
|
|
19319
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
19449
19320
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19450
19321
|
command:
|
|
19451
19322
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -19640,7 +19511,7 @@ spec:
|
|
|
19640
19511
|
command:
|
|
19641
19512
|
- /opt/app-root/src/run-role.sh
|
|
19642
19513
|
- suite_app_install
|
|
19643
|
-
image: quay.io/ibmmas/cli:15.
|
|
19514
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
19644
19515
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19645
19516
|
|
|
19646
19517
|
workspaces:
|
|
@@ -19729,7 +19600,7 @@ spec:
|
|
|
19729
19600
|
command:
|
|
19730
19601
|
- /opt/app-root/src/run-role.sh
|
|
19731
19602
|
- suite_app_rollback
|
|
19732
|
-
image: quay.io/ibmmas/cli:15.
|
|
19603
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
19733
19604
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19734
19605
|
# --------------------------------------------------------------------------------
|
|
19735
19606
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -19792,7 +19663,7 @@ spec:
|
|
|
19792
19663
|
command:
|
|
19793
19664
|
- /opt/app-root/src/run-role.sh
|
|
19794
19665
|
- suite_app_uninstall
|
|
19795
|
-
image: quay.io/ibmmas/cli:15.
|
|
19666
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
19796
19667
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19797
19668
|
# --------------------------------------------------------------------------------
|
|
19798
19669
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -19867,7 +19738,7 @@ spec:
|
|
|
19867
19738
|
command:
|
|
19868
19739
|
- /opt/app-root/src/run-role.sh
|
|
19869
19740
|
- suite_app_upgrade
|
|
19870
|
-
image: quay.io/ibmmas/cli:15.
|
|
19741
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
19871
19742
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19872
19743
|
# --------------------------------------------------------------------------------
|
|
19873
19744
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -19968,7 +19839,7 @@ spec:
|
|
|
19968
19839
|
command:
|
|
19969
19840
|
- /opt/app-root/src/run-role.sh
|
|
19970
19841
|
- suite_app_verify
|
|
19971
|
-
image: quay.io/ibmmas/cli:15.
|
|
19842
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
19972
19843
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19973
19844
|
# --------------------------------------------------------------------------------
|
|
19974
19845
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -20111,7 +19982,7 @@ spec:
|
|
|
20111
19982
|
command:
|
|
20112
19983
|
- /opt/app-root/src/run-role.sh
|
|
20113
19984
|
- suite_certs
|
|
20114
|
-
image: quay.io/ibmmas/cli:15.
|
|
19985
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
20115
19986
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20116
19987
|
|
|
20117
19988
|
workspaces:
|
|
@@ -20178,7 +20049,7 @@ spec:
|
|
|
20178
20049
|
command:
|
|
20179
20050
|
- /opt/app-root/src/run-role.sh
|
|
20180
20051
|
- suite_config
|
|
20181
|
-
image: quay.io/ibmmas/cli:15.
|
|
20052
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
20182
20053
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20183
20054
|
workingDir: /workspace/configs
|
|
20184
20055
|
|
|
@@ -20510,7 +20381,7 @@ spec:
|
|
|
20510
20381
|
command:
|
|
20511
20382
|
- /opt/app-root/src/run-role.sh
|
|
20512
20383
|
- suite_db2_setup_for_facilities
|
|
20513
|
-
image: quay.io/ibmmas/cli:15.
|
|
20384
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
20514
20385
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20515
20386
|
workingDir: /workspace/configs
|
|
20516
20387
|
|
|
@@ -20582,7 +20453,7 @@ spec:
|
|
|
20582
20453
|
command:
|
|
20583
20454
|
- /opt/app-root/src/run-role.sh
|
|
20584
20455
|
- suite_db2_setup_for_manage
|
|
20585
|
-
image: quay.io/ibmmas/cli:15.
|
|
20456
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
20586
20457
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20587
20458
|
# --------------------------------------------------------------------------------
|
|
20588
20459
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -20777,7 +20648,7 @@ spec:
|
|
|
20777
20648
|
command:
|
|
20778
20649
|
- /opt/app-root/src/run-role.sh
|
|
20779
20650
|
- suite_dns
|
|
20780
|
-
image: quay.io/ibmmas/cli:15.
|
|
20651
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
20781
20652
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20782
20653
|
# --------------------------------------------------------------------------------
|
|
20783
20654
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -21026,7 +20897,7 @@ spec:
|
|
|
21026
20897
|
command:
|
|
21027
20898
|
- /opt/app-root/src/run-role.sh
|
|
21028
20899
|
- suite_install
|
|
21029
|
-
image: quay.io/ibmmas/cli:15.
|
|
20900
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21030
20901
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21031
20902
|
workingDir: /workspace/configs
|
|
21032
20903
|
|
|
@@ -21114,7 +20985,7 @@ spec:
|
|
|
21114
20985
|
command:
|
|
21115
20986
|
- /opt/app-root/src/run-role.sh
|
|
21116
20987
|
- suite_rollback
|
|
21117
|
-
image: quay.io/ibmmas/cli:15.
|
|
20988
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21118
20989
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21119
20990
|
# --------------------------------------------------------------------------------
|
|
21120
20991
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -21179,7 +21050,7 @@ spec:
|
|
|
21179
21050
|
command:
|
|
21180
21051
|
- /opt/app-root/src/run-role.sh
|
|
21181
21052
|
- suite_uninstall
|
|
21182
|
-
image: quay.io/ibmmas/cli:15.
|
|
21053
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21183
21054
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21184
21055
|
# --------------------------------------------------------------------------------
|
|
21185
21056
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -21249,7 +21120,7 @@ spec:
|
|
|
21249
21120
|
command:
|
|
21250
21121
|
- /opt/app-root/src/run-role.sh
|
|
21251
21122
|
- suite_upgrade
|
|
21252
|
-
image: quay.io/ibmmas/cli:15.
|
|
21123
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21253
21124
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21254
21125
|
# --------------------------------------------------------------------------------
|
|
21255
21126
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -21311,12 +21182,12 @@ spec:
|
|
|
21311
21182
|
command:
|
|
21312
21183
|
- /opt/app-root/src/run-role.sh
|
|
21313
21184
|
- suite_verify
|
|
21314
|
-
image: quay.io/ibmmas/cli:15.
|
|
21185
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21315
21186
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21316
21187
|
|
|
21317
21188
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
21318
21189
|
- name: suite-post-verify
|
|
21319
|
-
image: quay.io/ibmmas/cli:15.
|
|
21190
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21320
21191
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21321
21192
|
command:
|
|
21322
21193
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -21439,7 +21310,7 @@ spec:
|
|
|
21439
21310
|
command:
|
|
21440
21311
|
- /opt/app-root/src/run-role.sh
|
|
21441
21312
|
- turbonomic
|
|
21442
|
-
image: quay.io/ibmmas/cli:15.
|
|
21313
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21443
21314
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21444
21315
|
# --------------------------------------------------------------------------------
|
|
21445
21316
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -21520,7 +21391,7 @@ spec:
|
|
|
21520
21391
|
# IBM User Data Services (UDS)
|
|
21521
21392
|
# -------------------------------------------------------------------------
|
|
21522
21393
|
- name: uds
|
|
21523
|
-
image: quay.io/ibmmas/cli:15.
|
|
21394
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21524
21395
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21525
21396
|
workingDir: /workspace/configs
|
|
21526
21397
|
command:
|
|
@@ -21583,7 +21454,7 @@ spec:
|
|
|
21583
21454
|
# IBM Data Reporter Operator (DRO)
|
|
21584
21455
|
# -------------------------------------------------------------------------
|
|
21585
21456
|
- name: dro
|
|
21586
|
-
image: quay.io/ibmmas/cli:15.
|
|
21457
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21587
21458
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21588
21459
|
workingDir: /workspace/configs
|
|
21589
21460
|
command:
|
|
@@ -21669,7 +21540,7 @@ spec:
|
|
|
21669
21540
|
description: "The value to set"
|
|
21670
21541
|
steps:
|
|
21671
21542
|
- name: update-configmap
|
|
21672
|
-
image: quay.io/ibmmas/cli:15.
|
|
21543
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21673
21544
|
command:
|
|
21674
21545
|
- /opt/app-root/src/update-configmap.sh
|
|
21675
21546
|
env:
|
|
@@ -21716,7 +21587,7 @@ spec:
|
|
|
21716
21587
|
|
|
21717
21588
|
steps:
|
|
21718
21589
|
- name: wait-for-configmap
|
|
21719
|
-
image: quay.io/ibmmas/cli:15.
|
|
21590
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21720
21591
|
command:
|
|
21721
21592
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21722
21593
|
env:
|
|
@@ -21797,7 +21668,7 @@ spec:
|
|
|
21797
21668
|
|
|
21798
21669
|
steps:
|
|
21799
21670
|
- name: wait-for-configmap
|
|
21800
|
-
image: quay.io/ibmmas/cli:15.
|
|
21671
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21801
21672
|
command:
|
|
21802
21673
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21803
21674
|
env:
|
|
@@ -21857,7 +21728,7 @@ spec:
|
|
|
21857
21728
|
|
|
21858
21729
|
steps:
|
|
21859
21730
|
- name: wait
|
|
21860
|
-
image: quay.io/ibmmas/cli:15.
|
|
21731
|
+
image: quay.io/ibmmas/cli:15.8.0
|
|
21861
21732
|
command:
|
|
21862
21733
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
21863
21734
|
env:
|
|
@@ -22740,6 +22611,14 @@ spec:
|
|
|
22740
22611
|
type: string
|
|
22741
22612
|
description: WatsonX project ID for IBM Maximo AI Service
|
|
22742
22613
|
default: ""
|
|
22614
|
+
- name: aiservice_watsonxai_deployment_id
|
|
22615
|
+
type: string
|
|
22616
|
+
description: WatsonX deployment ID for IBM Maximo AI Service
|
|
22617
|
+
default: ""
|
|
22618
|
+
- name: aiservice_watsonxai_space_id
|
|
22619
|
+
type: string
|
|
22620
|
+
description: WatsonX space ID for IBM Maximo AI Service
|
|
22621
|
+
default: ""
|
|
22743
22622
|
- name: aiservice_watsonx_action
|
|
22744
22623
|
type: string
|
|
22745
22624
|
description: watsonx action for IBM Maximo AI Service
|
|
@@ -23272,6 +23151,10 @@ spec:
|
|
|
23272
23151
|
value: $(params.aiservice_watsonxai_url)
|
|
23273
23152
|
- name: aiservice_watsonxai_project_id
|
|
23274
23153
|
value: $(params.aiservice_watsonxai_project_id)
|
|
23154
|
+
- name: aiservice_watsonxai_deployment_id
|
|
23155
|
+
value: $(params.aiservice_watsonxai_deployment_id)
|
|
23156
|
+
- name: aiservice_watsonxai_space_id
|
|
23157
|
+
value: $(params.aiservice_watsonxai_space_id)
|
|
23275
23158
|
- name: aiservice_watsonx_action
|
|
23276
23159
|
value: $(params.aiservice_watsonx_action)
|
|
23277
23160
|
|
|
@@ -23335,6 +23218,10 @@ spec:
|
|
|
23335
23218
|
value: $(params.aiservice_watsonxai_url)
|
|
23336
23219
|
- name: aiservice_watsonxai_project_id
|
|
23337
23220
|
value: $(params.aiservice_watsonxai_project_id)
|
|
23221
|
+
- name: aiservice_watsonxai_deployment_id
|
|
23222
|
+
value: $(params.aiservice_watsonxai_deployment_id)
|
|
23223
|
+
- name: aiservice_watsonxai_space_id
|
|
23224
|
+
value: $(params.aiservice_watsonxai_space_id)
|
|
23338
23225
|
- name: aiservice_watsonx_action
|
|
23339
23226
|
value: $(params.aiservice_watsonx_action)
|
|
23340
23227
|
|
|
@@ -24350,6 +24237,8 @@ spec:
|
|
|
24350
24237
|
# JDBC
|
|
24351
24238
|
- name: jdbc_type_iot
|
|
24352
24239
|
type: string
|
|
24240
|
+
- name: jdbc_connection_url_additional_params_iot
|
|
24241
|
+
type: string
|
|
24353
24242
|
- name: jdbc_instance_name_iot
|
|
24354
24243
|
type: string
|
|
24355
24244
|
- name: jdbc_route_iot
|
|
@@ -24563,6 +24452,8 @@ spec:
|
|
|
24563
24452
|
value: $(params.mas_instance_id)
|
|
24564
24453
|
- name: jdbc_type_iot
|
|
24565
24454
|
value: $(params.jdbc_type_iot)
|
|
24455
|
+
- name: jdbc_connection_url_additional_params_iot
|
|
24456
|
+
value: $(params.jdbc_connection_url_additional_params_iot)
|
|
24566
24457
|
- name: jdbc_instance_name_iot
|
|
24567
24458
|
value: $(params.jdbc_instance_name_iot)
|
|
24568
24459
|
- name: jdbc_route_iot
|
|
@@ -24807,8 +24698,6 @@ spec:
|
|
|
24807
24698
|
type: string
|
|
24808
24699
|
- name: github_host
|
|
24809
24700
|
type: string
|
|
24810
|
-
- name: github_user
|
|
24811
|
-
type: string
|
|
24812
24701
|
- name: git_commit_msg
|
|
24813
24702
|
type: string
|
|
24814
24703
|
- name: secrets_path
|
|
@@ -25529,6 +25418,8 @@ spec:
|
|
|
25529
25418
|
|
|
25530
25419
|
- name: jdbc_type_iot
|
|
25531
25420
|
type: string
|
|
25421
|
+
- name: jdbc_connection_url_additional_params_iot
|
|
25422
|
+
type: string
|
|
25532
25423
|
- name: jdbc_instance_name_iot
|
|
25533
25424
|
type: string
|
|
25534
25425
|
- name: jdbc_connection_url_iot
|
|
@@ -26518,6 +26409,8 @@ spec:
|
|
|
26518
26409
|
value: system
|
|
26519
26410
|
- name: jdbc_type
|
|
26520
26411
|
value: $(params.jdbc_type_iot)
|
|
26412
|
+
- name: jdbc_connection_url_additional_params
|
|
26413
|
+
value: $(params.jdbc_connection_url_additional_params_iot)
|
|
26521
26414
|
- name: jdbc_instance_name
|
|
26522
26415
|
value: $(params.jdbc_instance_name_iot)
|
|
26523
26416
|
- name: jdbc_connection_url
|
|
@@ -29904,6 +29797,8 @@ spec:
|
|
|
29904
29797
|
value: $(params.mas_workspace_id)
|
|
29905
29798
|
- name: jdbc_type
|
|
29906
29799
|
value: $(params.jdbc_type_iot)
|
|
29800
|
+
- name: jdbc_connection_url_additional_params
|
|
29801
|
+
value: $(params.jdbc_connection_url_additional_params_iot)
|
|
29907
29802
|
- name: jdbc_instance_name
|
|
29908
29803
|
value: $(params.jdbc_instance_name_iot)
|
|
29909
29804
|
- name: jdbc_connection_url
|
|
@@ -33556,11 +33451,9 @@ spec:
|
|
|
33556
33451
|
value: $(params.account)
|
|
33557
33452
|
- name: secrets_path
|
|
33558
33453
|
value: $(params.secrets_path)
|
|
33559
|
-
- name: mas_instance_id
|
|
33560
|
-
value: $(params.mas_instance_id)
|
|
33561
33454
|
- name: mongo_provider
|
|
33562
33455
|
value: $(params.mongo_provider)
|
|
33563
|
-
- name:
|
|
33456
|
+
- name: docdb_user_action
|
|
33564
33457
|
value: $(params.docdb_user_action)
|
|
33565
33458
|
|
|
33566
33459
|
- name: github_push
|
|
@@ -35730,6 +35623,10 @@ spec:
|
|
|
35730
35623
|
type: string
|
|
35731
35624
|
default: "false"
|
|
35732
35625
|
description: "Set this to 'true' to enable launch of the Mobile FVT pipeline after app-cfg-manage completes"
|
|
35626
|
+
- name: launchfvt_mobile_requests
|
|
35627
|
+
type: string
|
|
35628
|
+
default: "false"
|
|
35629
|
+
description: "Set this to 'true' to enable execution of the Mobile FVT requests pipeline after the regular mobile pipeline completes"
|
|
35733
35630
|
- name: launchfvt_monitor
|
|
35734
35631
|
type: string
|
|
35735
35632
|
default: "false"
|
|
@@ -36159,8 +36056,10 @@ spec:
|
|
|
36159
36056
|
value: "$(params.mas_instance_id)-fvt-mobile-testng"
|
|
36160
36057
|
- name: pipelinerun_name_pytest
|
|
36161
36058
|
value: "$(params.mas_instance_id)-fvt-mobile-pytest"
|
|
36162
|
-
- name:
|
|
36163
|
-
value: "$(params.
|
|
36059
|
+
- name: pipelinerun_name_requests
|
|
36060
|
+
value: "$(params.mas_instance_id)-fvt-mobile-requests"
|
|
36061
|
+
- name: launchfvt_mobile_requests
|
|
36062
|
+
value: "$(params.launchfvt_mobile_requests)"
|
|
36164
36063
|
taskRef:
|
|
36165
36064
|
kind: Task
|
|
36166
36065
|
name: mas-launchfvt-mobile
|
|
@@ -40986,6 +40885,103 @@ spec:
|
|
|
40986
40885
|
- mobile-pytest-ir
|
|
40987
40886
|
- mobile-pytest-it
|
|
40988
40887
|
# --------------------------------------------------------------------------------
|
|
40888
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/mas-fvt-mobile-requests.yaml
|
|
40889
|
+
# --------------------------------------------------------------------------------
|
|
40890
|
+
---
|
|
40891
|
+
apiVersion: tekton.dev/v1beta1
|
|
40892
|
+
kind: Pipeline
|
|
40893
|
+
metadata:
|
|
40894
|
+
name: mas-fvt-mobile-requests
|
|
40895
|
+
spec:
|
|
40896
|
+
workspaces:
|
|
40897
|
+
# The generated configuration files
|
|
40898
|
+
- name: shared-configs
|
|
40899
|
+
|
|
40900
|
+
params:
|
|
40901
|
+
# Tekton Pipeline image pull policy (for ibmmas/cli images)
|
|
40902
|
+
- name: image_pull_policy
|
|
40903
|
+
type: string
|
|
40904
|
+
default: IfNotPresent
|
|
40905
|
+
description: Pull policy for pipeline container images
|
|
40906
|
+
|
|
40907
|
+
# MAS Configuration
|
|
40908
|
+
- name: mas_channel
|
|
40909
|
+
type: string
|
|
40910
|
+
default: ""
|
|
40911
|
+
- name: mas_app_channel_manage
|
|
40912
|
+
type: string
|
|
40913
|
+
default: ""
|
|
40914
|
+
- name: mas_instance_id
|
|
40915
|
+
type: string
|
|
40916
|
+
default: ""
|
|
40917
|
+
- name: mas_workspace_id
|
|
40918
|
+
type: string
|
|
40919
|
+
default: ""
|
|
40920
|
+
|
|
40921
|
+
# FVT Configuration
|
|
40922
|
+
- name: fvt_image_registry
|
|
40923
|
+
type: string
|
|
40924
|
+
default: ""
|
|
40925
|
+
- name: fvt_artifactory_token
|
|
40926
|
+
type: string
|
|
40927
|
+
default: ""
|
|
40928
|
+
- name: build_num
|
|
40929
|
+
type: string
|
|
40930
|
+
default: ""
|
|
40931
|
+
|
|
40932
|
+
# FVT: Mobile Digests
|
|
40933
|
+
- name: fvt_digest_mobile_pytest
|
|
40934
|
+
type: string
|
|
40935
|
+
default: ""
|
|
40936
|
+
|
|
40937
|
+
# FVT: Request Pipelines
|
|
40938
|
+
- name: launchfvt_mobile_requests
|
|
40939
|
+
default: "False"
|
|
40940
|
+
description: Used to trigger the request pipeline. This pipeline is to be used initially in dev envs
|
|
40941
|
+
type: string
|
|
40942
|
+
|
|
40943
|
+
|
|
40944
|
+
tasks:
|
|
40945
|
+
# 2. Mobile FVT - Mobile Request tasks
|
|
40946
|
+
# -------------------------------------------------------------------------
|
|
40947
|
+
|
|
40948
|
+
|
|
40949
|
+
- name: mobile-pytest-insp-forms
|
|
40950
|
+
taskRef:
|
|
40951
|
+
kind: Task
|
|
40952
|
+
name: mas-fvt-mobile-pytest
|
|
40953
|
+
timeout: "0"
|
|
40954
|
+
workspaces:
|
|
40955
|
+
- name: configs
|
|
40956
|
+
workspace: shared-configs
|
|
40957
|
+
when:
|
|
40958
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
40959
|
+
operator: notin
|
|
40960
|
+
values: [""]
|
|
40961
|
+
- input: "$(params.fvt_digest_mobile_pytest)"
|
|
40962
|
+
operator: notin
|
|
40963
|
+
values: [""]
|
|
40964
|
+
- input: "$(params.launchfvt_mobile_requests)"
|
|
40965
|
+
operator: in
|
|
40966
|
+
values: ["true", "True"]
|
|
40967
|
+
|
|
40968
|
+
params:
|
|
40969
|
+
- name: fvt_image_registry
|
|
40970
|
+
value: $(params.fvt_image_registry)
|
|
40971
|
+
- name: fvt_image_digest
|
|
40972
|
+
value: $(params.fvt_digest_mobile_pytest)
|
|
40973
|
+
- name: mas_instance_id
|
|
40974
|
+
value: $(params.mas_instance_id)
|
|
40975
|
+
- name: mas_workspace_id
|
|
40976
|
+
value: $(params.mas_workspace_id)
|
|
40977
|
+
- name: product_channel
|
|
40978
|
+
value: $(params.mas_app_channel_manage)
|
|
40979
|
+
- name: input_data_file
|
|
40980
|
+
value: "MobilePytestSetup.data"
|
|
40981
|
+
- name: fvt_test_suite
|
|
40982
|
+
value: mobile-api-insp-forms
|
|
40983
|
+
|
|
40984
|
+
# --------------------------------------------------------------------------------
|
|
40989
40985
|
# /home/runner/work/cli/cli/tekton/target/pipelines/mas-fvt-mobile-testng.yaml
|
|
40990
40986
|
# --------------------------------------------------------------------------------
|
|
40991
40987
|
---
|