mas-cli 15.1.10__py3-none-any.whl → 15.1.11__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 +93 -89
- mas/cli/aiservice/install/argBuilder.py +23 -39
- mas/cli/aiservice/install/argParser.py +43 -87
- mas/cli/aiservice/install/params.py +12 -20
- mas/cli/aiservice/install/summarizer.py +11 -15
- mas/cli/cli.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +243 -768
- {mas_cli-15.1.10.dist-info → mas_cli-15.1.11.dist-info}/METADATA +1 -1
- {mas_cli-15.1.10.dist-info → mas_cli-15.1.11.dist-info}/RECORD +13 -13
- {mas_cli-15.1.10.data → mas_cli-15.1.11.data}/scripts/mas-cli +0 -0
- {mas_cli-15.1.10.dist-info → mas_cli-15.1.11.dist-info}/WHEEL +0 -0
- {mas_cli-15.1.10.dist-info → mas_cli-15.1.11.dist-info}/top_level.txt +0 -0
|
@@ -129,7 +129,7 @@ spec:
|
|
|
129
129
|
|
|
130
130
|
steps:
|
|
131
131
|
- name: start-pipelinerun
|
|
132
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
132
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
133
133
|
imagePullPolicy: $(params.image_pull_policy)
|
|
134
134
|
command:
|
|
135
135
|
- ansible-playbook
|
|
@@ -201,7 +201,7 @@ spec:
|
|
|
201
201
|
optional: false
|
|
202
202
|
|
|
203
203
|
- name: wait-for-pipelinerun
|
|
204
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
204
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
205
205
|
imagePullPolicy: $(params.image_pull_policy)
|
|
206
206
|
# 50 retries at 5 minute intervals = 4 hours
|
|
207
207
|
command:
|
|
@@ -281,7 +281,7 @@ spec:
|
|
|
281
281
|
|
|
282
282
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
283
283
|
- name: app-cfg-post-verify
|
|
284
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
284
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
285
285
|
imagePullPolicy: $(params.image_pull_policy)
|
|
286
286
|
command:
|
|
287
287
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -375,15 +375,6 @@ spec:
|
|
|
375
375
|
description: Environment type
|
|
376
376
|
default: ""
|
|
377
377
|
|
|
378
|
-
- name: aiservice_s3_action
|
|
379
|
-
type: string
|
|
380
|
-
description:
|
|
381
|
-
default: "This option is optional"
|
|
382
|
-
- name: aiservice_apikey_action
|
|
383
|
-
type: string
|
|
384
|
-
description:
|
|
385
|
-
default: "This option is optional"
|
|
386
|
-
|
|
387
378
|
# WatsonX params
|
|
388
379
|
- name: aiservice_watsonxai_apikey
|
|
389
380
|
type: string
|
|
@@ -402,48 +393,6 @@ spec:
|
|
|
402
393
|
description:
|
|
403
394
|
default: "This option is mandatory"
|
|
404
395
|
|
|
405
|
-
# S3 storage
|
|
406
|
-
- name: aiservice_storage_provider
|
|
407
|
-
type: string
|
|
408
|
-
default: "This option is mandatory"
|
|
409
|
-
default: ""
|
|
410
|
-
- name: aiservice_storage_accesskey
|
|
411
|
-
type: string
|
|
412
|
-
default: "This option is mandatory"
|
|
413
|
-
default: ""
|
|
414
|
-
- name: aiservice_storage_secretkey
|
|
415
|
-
type: string
|
|
416
|
-
default: "This option is mandatory"
|
|
417
|
-
default: ""
|
|
418
|
-
- name: aiservice_storage_host
|
|
419
|
-
type: string
|
|
420
|
-
default: "This option is mandatory"
|
|
421
|
-
default: ""
|
|
422
|
-
- name: aiservice_storage_port
|
|
423
|
-
type: string
|
|
424
|
-
default: "This option is mandatory"
|
|
425
|
-
default: ""
|
|
426
|
-
- name: aiservice_storage_ssl
|
|
427
|
-
type: string
|
|
428
|
-
default: "This option is mandatory"
|
|
429
|
-
default: ""
|
|
430
|
-
- name: aiservice_storage_region
|
|
431
|
-
type: string
|
|
432
|
-
default: "This option is mandatory"
|
|
433
|
-
default: ""
|
|
434
|
-
- name: aiservice_storage_pipelines_bucket
|
|
435
|
-
type: string
|
|
436
|
-
default: "This option is mandatory"
|
|
437
|
-
default: ""
|
|
438
|
-
- name: aiservice_storage_tenants_bucket
|
|
439
|
-
type: string
|
|
440
|
-
default: "This option is mandatory"
|
|
441
|
-
default: ""
|
|
442
|
-
- name: aiservice_storage_templates_bucket
|
|
443
|
-
type: string
|
|
444
|
-
default: "This option is mandatory"
|
|
445
|
-
default: ""
|
|
446
|
-
|
|
447
396
|
# Tenant Entitlement
|
|
448
397
|
- name: tenant_entitlement_type
|
|
449
398
|
type: string
|
|
@@ -452,18 +401,6 @@ spec:
|
|
|
452
401
|
- name: tenant_entitlement_end_date
|
|
453
402
|
type: string
|
|
454
403
|
|
|
455
|
-
# Tenant S3
|
|
456
|
-
- name: aiservice_tenant_s3_bucket_prefix
|
|
457
|
-
type: string
|
|
458
|
-
- name: aiservice_tenant_s3_region
|
|
459
|
-
type: string
|
|
460
|
-
- name: aiservice_tenant_s3_endpoint_url
|
|
461
|
-
type: string
|
|
462
|
-
- name: aiservice_tenant_s3_access_key
|
|
463
|
-
type: string
|
|
464
|
-
- name: aiservice_tenant_s3_secret_key
|
|
465
|
-
type: string
|
|
466
|
-
|
|
467
404
|
# RSL
|
|
468
405
|
- name: rsl_url
|
|
469
406
|
type: string
|
|
@@ -527,14 +464,6 @@ spec:
|
|
|
527
464
|
- name: ENVIRONMENT_TYPE
|
|
528
465
|
value: $(params.environment_type)
|
|
529
466
|
|
|
530
|
-
# AI Broker action for create/delete s3 secret
|
|
531
|
-
- name: AISERVICE_S3_ACTION
|
|
532
|
-
value: $(params.aiservice_s3_action)
|
|
533
|
-
|
|
534
|
-
# AI Broker action for create/delete api key
|
|
535
|
-
- name: AISERVICE_APIKEY_ACTION
|
|
536
|
-
value: $(params.aiservice_apikey_action)
|
|
537
|
-
|
|
538
467
|
# Watsonx
|
|
539
468
|
- name: AISERVICE_WATSONXAI_APIKEY
|
|
540
469
|
value: $(params.aiservice_watsonxai_apikey)
|
|
@@ -545,28 +474,6 @@ spec:
|
|
|
545
474
|
- name: AISERVICE_WATSONX_ACTION
|
|
546
475
|
value: $(params.aiservice_watsonx_action)
|
|
547
476
|
|
|
548
|
-
# S3 storage
|
|
549
|
-
- name: AISERVICE_STORAGE_PROVIDER
|
|
550
|
-
value: $(params.aiservice_storage_provider)
|
|
551
|
-
- name: AISERVICE_STORAGE_ACCESSKEY
|
|
552
|
-
value: $(params.aiservice_storage_accesskey)
|
|
553
|
-
- name: AISERVICE_STORAGE_SECRETKEY
|
|
554
|
-
value: $(params.aiservice_storage_secretkey)
|
|
555
|
-
- name: AISERVICE_STORAGE_HOST
|
|
556
|
-
value: $(params.aiservice_storage_host)
|
|
557
|
-
- name: AISERVICE_STORAGE_PORT
|
|
558
|
-
value: $(params.aiservice_storage_port)
|
|
559
|
-
- name: AISERVICE_STORAGE_SSL
|
|
560
|
-
value: $(params.aiservice_storage_ssl)
|
|
561
|
-
- name: AISERVICE_STORAGE_REGION
|
|
562
|
-
value: $(params.aiservice_storage_region)
|
|
563
|
-
- name: AISERVICE_STORAGE_PIPELINES_BUCKET
|
|
564
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
565
|
-
- name: AISERVICE_STORAGE_TENANTS_BUCKET
|
|
566
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
567
|
-
- name: AISERVICE_STORAGE_TEMPLATES_BUCKET
|
|
568
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
569
|
-
|
|
570
477
|
# Tenant Entitlement
|
|
571
478
|
- name: AISERVICE_TENANT_ENTITLEMENT_TYPE
|
|
572
479
|
value: $(params.tenant_entitlement_type)
|
|
@@ -575,18 +482,6 @@ spec:
|
|
|
575
482
|
- name: AISERVICE_TENANT_ENTITLEMENT_END_DATE
|
|
576
483
|
value: $(params.tenant_entitlement_end_date)
|
|
577
484
|
|
|
578
|
-
# Tenant S3 storage
|
|
579
|
-
- name: AISERVICE_TENANT_S3_REGION
|
|
580
|
-
value: $(params.aiservice_tenant_s3_region)
|
|
581
|
-
- name: AISERVICE_TENANT_S3_BUCKET_PREFIX
|
|
582
|
-
value: $(params.aiservice_tenant_s3_bucket_prefix)
|
|
583
|
-
- name: AISERVICE_TENANT_S3_ENDPOINT_URL
|
|
584
|
-
value: $(params.aiservice_tenant_s3_endpoint_url)
|
|
585
|
-
- name: AISERVICE_TENANT_S3_ACCESS_KEY
|
|
586
|
-
value: $(params.aiservice_tenant_s3_access_key)
|
|
587
|
-
- name: AISERVICE_TENANT_S3_SECRET_KEY
|
|
588
|
-
value: $(params.aiservice_tenant_s3_secret_key)
|
|
589
|
-
|
|
590
485
|
# RSL
|
|
591
486
|
- name: RSL_URL
|
|
592
487
|
value: $(params.rsl_url)
|
|
@@ -600,7 +495,7 @@ spec:
|
|
|
600
495
|
command:
|
|
601
496
|
- /opt/app-root/src/run-role.sh
|
|
602
497
|
- aiservice_tenant
|
|
603
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
498
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
604
499
|
imagePullPolicy: $(params.image_pull_policy)
|
|
605
500
|
workingDir: /workspace/configs
|
|
606
501
|
|
|
@@ -667,16 +562,6 @@ spec:
|
|
|
667
562
|
description: Optional MAS custom labels, comma separated list of key=value pairs
|
|
668
563
|
default: ""
|
|
669
564
|
|
|
670
|
-
# AI Broker actions
|
|
671
|
-
- name: aiservice_s3_action
|
|
672
|
-
type: string
|
|
673
|
-
description:
|
|
674
|
-
default: "This option is optional"
|
|
675
|
-
- name: aiservice_apikey_action
|
|
676
|
-
type: string
|
|
677
|
-
description:
|
|
678
|
-
default: "This option is optional"
|
|
679
|
-
|
|
680
565
|
# WatsonX params
|
|
681
566
|
- name: aiservice_watsonxai_apikey
|
|
682
567
|
type: string
|
|
@@ -696,52 +581,45 @@ spec:
|
|
|
696
581
|
default: "This option is mandatory"
|
|
697
582
|
|
|
698
583
|
# AI Broker storage
|
|
699
|
-
- name:
|
|
584
|
+
- name: aiservice_s3_accesskey
|
|
700
585
|
type: string
|
|
701
586
|
default: "This option is mandatory"
|
|
702
587
|
default: ""
|
|
703
|
-
- name:
|
|
588
|
+
- name: aiservice_s3_secretkey
|
|
704
589
|
type: string
|
|
705
590
|
default: "This option is mandatory"
|
|
706
591
|
default: ""
|
|
707
|
-
- name:
|
|
592
|
+
- name: aiservice_s3_host
|
|
708
593
|
type: string
|
|
709
594
|
default: "This option is mandatory"
|
|
710
595
|
default: ""
|
|
711
|
-
- name:
|
|
596
|
+
- name: aiservice_s3_port
|
|
712
597
|
type: string
|
|
713
598
|
default: "This option is mandatory"
|
|
714
599
|
default: ""
|
|
715
|
-
- name:
|
|
600
|
+
- name: aiservice_s3_ssl
|
|
716
601
|
type: string
|
|
717
602
|
default: "This option is mandatory"
|
|
718
603
|
default: ""
|
|
719
|
-
- name:
|
|
604
|
+
- name: aiservice_s3_region
|
|
720
605
|
type: string
|
|
721
606
|
default: "This option is mandatory"
|
|
722
607
|
default: ""
|
|
723
|
-
- name:
|
|
608
|
+
- name: aiservice_s3_bucket_prefix
|
|
724
609
|
type: string
|
|
725
|
-
default: "This option is mandatory"
|
|
726
610
|
default: ""
|
|
727
|
-
- name:
|
|
611
|
+
- name: aiservice_s3_pipelines_bucket
|
|
728
612
|
type: string
|
|
729
613
|
default: "This option is mandatory"
|
|
730
614
|
default: ""
|
|
731
|
-
- name:
|
|
615
|
+
- name: aiservice_s3_tenants_bucket
|
|
732
616
|
type: string
|
|
733
617
|
default: "This option is mandatory"
|
|
734
618
|
default: ""
|
|
735
|
-
- name:
|
|
619
|
+
- name: aiservice_s3_templates_bucket
|
|
736
620
|
type: string
|
|
737
621
|
default: "This option is mandatory"
|
|
738
622
|
default: ""
|
|
739
|
-
- name: aiservice_s3_bucket_prefix
|
|
740
|
-
type: string
|
|
741
|
-
default: ""
|
|
742
|
-
- name: aiservice_s3_endpoint_url
|
|
743
|
-
type: string
|
|
744
|
-
default: ""
|
|
745
623
|
- name: environment_type
|
|
746
624
|
type: string
|
|
747
625
|
description: Environment type
|
|
@@ -799,14 +677,6 @@ spec:
|
|
|
799
677
|
- name: CUSTOM_LABELS
|
|
800
678
|
value: $(params.custom_labels)
|
|
801
679
|
|
|
802
|
-
# AI Broker action for create/delete s3 secret
|
|
803
|
-
- name: AISERVICE_S3_ACTION
|
|
804
|
-
value: $(params.aiservice_s3_action)
|
|
805
|
-
|
|
806
|
-
# AI Broker action for create/delete api key
|
|
807
|
-
- name: AISERVICE_APIKEY_ACTION
|
|
808
|
-
value: $(params.aiservice_apikey_action)
|
|
809
|
-
|
|
810
680
|
# Watsonx
|
|
811
681
|
- name: AISERVICE_WATSONXAI_APIKEY
|
|
812
682
|
value: $(params.aiservice_watsonxai_apikey)
|
|
@@ -818,30 +688,26 @@ spec:
|
|
|
818
688
|
value: $(params.aiservice_watsonx_action)
|
|
819
689
|
|
|
820
690
|
# Opendatahub storage details
|
|
821
|
-
- name:
|
|
822
|
-
value: $(params.
|
|
823
|
-
- name:
|
|
824
|
-
value: $(params.
|
|
825
|
-
- name:
|
|
826
|
-
value: $(params.
|
|
827
|
-
- name:
|
|
828
|
-
value: $(params.
|
|
829
|
-
- name:
|
|
830
|
-
value: $(params.
|
|
831
|
-
- name:
|
|
832
|
-
value: $(params.
|
|
833
|
-
- name: AISERVICE_STORAGE_REGION
|
|
834
|
-
value: $(params.aiservice_storage_region)
|
|
835
|
-
- name: AISERVICE_STORAGE_PIPELINES_BUCKET
|
|
836
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
837
|
-
- name: AISERVICE_STORAGE_TENANTS_BUCKET
|
|
838
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
839
|
-
- name: AISERVICE_STORAGE_TEMPLATES_BUCKET
|
|
840
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
691
|
+
- name: AISERVICE_S3_ACCESSKEY
|
|
692
|
+
value: $(params.aiservice_s3_accesskey)
|
|
693
|
+
- name: AISERVICE_S3_SECRETKEY
|
|
694
|
+
value: $(params.aiservice_s3_secretkey)
|
|
695
|
+
- name: AISERVICE_S3_HOST
|
|
696
|
+
value: $(params.aiservice_s3_host)
|
|
697
|
+
- name: AISERVICE_S3_PORT
|
|
698
|
+
value: $(params.aiservice_s3_port)
|
|
699
|
+
- name: AISERVICE_S3_SSL
|
|
700
|
+
value: $(params.aiservice_s3_ssl)
|
|
701
|
+
- name: AISERVICE_S3_REGION
|
|
702
|
+
value: $(params.aiservice_s3_region)
|
|
841
703
|
- name: AISERVICE_S3_BUCKET_PREFIX
|
|
842
704
|
value: $(params.aiservice_s3_bucket_prefix)
|
|
843
|
-
- name:
|
|
844
|
-
value: $(params.
|
|
705
|
+
- name: AISERVICE_S3_PIPELINES_BUCKET
|
|
706
|
+
value: $(params.aiservice_s3_pipelines_bucket)
|
|
707
|
+
- name: AISERVICE_S3_TENANTS_BUCKET
|
|
708
|
+
value: $(params.aiservice_s3_tenants_bucket)
|
|
709
|
+
- name: AISERVICE_S3_TEMPLATES_BUCKET
|
|
710
|
+
value: $(params.aiservice_s3_templates_bucket)
|
|
845
711
|
|
|
846
712
|
- name: ENVIRONMENT_TYPE
|
|
847
713
|
value: $(params.environment_type)
|
|
@@ -851,7 +717,7 @@ spec:
|
|
|
851
717
|
command:
|
|
852
718
|
- /opt/app-root/src/run-role.sh
|
|
853
719
|
- aiservice
|
|
854
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
720
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
855
721
|
imagePullPolicy: $(params.image_pull_policy)
|
|
856
722
|
workingDir: /workspace/configs
|
|
857
723
|
|
|
@@ -967,7 +833,7 @@ spec:
|
|
|
967
833
|
command:
|
|
968
834
|
- /opt/app-root/src/run-role.sh
|
|
969
835
|
- appconnect
|
|
970
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
836
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
971
837
|
imagePullPolicy: $(params.image_pull_policy)
|
|
972
838
|
workingDir: /workspace/configs
|
|
973
839
|
|
|
@@ -1085,7 +951,7 @@ spec:
|
|
|
1085
951
|
command:
|
|
1086
952
|
- /opt/app-root/src/run-role.sh
|
|
1087
953
|
- arcgis
|
|
1088
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
954
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1089
955
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1090
956
|
# --------------------------------------------------------------------------------
|
|
1091
957
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -1155,7 +1021,7 @@ spec:
|
|
|
1155
1021
|
command:
|
|
1156
1022
|
- /opt/app-root/src/run-role.sh
|
|
1157
1023
|
- cert_manager
|
|
1158
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1024
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1159
1025
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1160
1026
|
workingDir: /workspace/configs
|
|
1161
1027
|
# --------------------------------------------------------------------------------
|
|
@@ -1221,7 +1087,7 @@ spec:
|
|
|
1221
1087
|
command:
|
|
1222
1088
|
- /opt/app-root/src/run-role.sh
|
|
1223
1089
|
- common_services
|
|
1224
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1090
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1225
1091
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1226
1092
|
workingDir: /workspace/configs
|
|
1227
1093
|
# --------------------------------------------------------------------------------
|
|
@@ -1348,7 +1214,7 @@ spec:
|
|
|
1348
1214
|
command:
|
|
1349
1215
|
- /opt/app-root/src/run-role.sh
|
|
1350
1216
|
- cos
|
|
1351
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1217
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1352
1218
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1353
1219
|
workingDir: /workspace/configs
|
|
1354
1220
|
|
|
@@ -1468,7 +1334,7 @@ spec:
|
|
|
1468
1334
|
command:
|
|
1469
1335
|
- /opt/app-root/src/run-role.sh
|
|
1470
1336
|
- cp4d_service
|
|
1471
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1337
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1472
1338
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1473
1339
|
workingDir: /workspace/configs
|
|
1474
1340
|
# --------------------------------------------------------------------------------
|
|
@@ -1585,7 +1451,7 @@ spec:
|
|
|
1585
1451
|
command:
|
|
1586
1452
|
- /opt/app-root/src/run-role.sh
|
|
1587
1453
|
- cp4d_service
|
|
1588
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1454
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1589
1455
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1590
1456
|
workingDir: /workspace/configs
|
|
1591
1457
|
|
|
@@ -1691,7 +1557,7 @@ spec:
|
|
|
1691
1557
|
command:
|
|
1692
1558
|
- /opt/app-root/src/run-role.sh
|
|
1693
1559
|
- cp4d
|
|
1694
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1560
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1695
1561
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1696
1562
|
# --------------------------------------------------------------------------------
|
|
1697
1563
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -2013,7 +1879,7 @@ spec:
|
|
|
2013
1879
|
command:
|
|
2014
1880
|
- /opt/app-root/src/run-role.sh
|
|
2015
1881
|
- db2
|
|
2016
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1882
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2017
1883
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2018
1884
|
workingDir: /workspace/configs
|
|
2019
1885
|
|
|
@@ -2123,7 +1989,7 @@ spec:
|
|
|
2123
1989
|
command:
|
|
2124
1990
|
- /opt/app-root/src/run-role.sh
|
|
2125
1991
|
- eck
|
|
2126
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1992
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2127
1993
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2128
1994
|
# --------------------------------------------------------------------------------
|
|
2129
1995
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2212,7 +2078,7 @@ spec:
|
|
|
2212
2078
|
command:
|
|
2213
2079
|
- /opt/app-root/src/run-role.sh
|
|
2214
2080
|
- gencfg_workspace
|
|
2215
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2081
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2216
2082
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2217
2083
|
workingDir: /workspace/configs
|
|
2218
2084
|
|
|
@@ -2407,7 +2273,7 @@ spec:
|
|
|
2407
2273
|
- -c
|
|
2408
2274
|
name: gitops-aibroker-tenant
|
|
2409
2275
|
imagePullPolicy: IfNotPresent
|
|
2410
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2276
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2411
2277
|
workspaces:
|
|
2412
2278
|
- name: configs
|
|
2413
2279
|
# --------------------------------------------------------------------------------
|
|
@@ -2600,7 +2466,7 @@ spec:
|
|
|
2600
2466
|
- -c
|
|
2601
2467
|
name: gitops-aibroker
|
|
2602
2468
|
imagePullPolicy: IfNotPresent
|
|
2603
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2469
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2604
2470
|
workspaces:
|
|
2605
2471
|
- name: configs
|
|
2606
2472
|
# --------------------------------------------------------------------------------
|
|
@@ -2701,7 +2567,7 @@ spec:
|
|
|
2701
2567
|
- -c
|
|
2702
2568
|
name: gitops-bootstrap
|
|
2703
2569
|
imagePullPolicy: IfNotPresent
|
|
2704
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2570
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2705
2571
|
workspaces:
|
|
2706
2572
|
- name: configs
|
|
2707
2573
|
# --------------------------------------------------------------------------------
|
|
@@ -2783,7 +2649,7 @@ spec:
|
|
|
2783
2649
|
- -c
|
|
2784
2650
|
name: gitops-cis-compliance
|
|
2785
2651
|
imagePullPolicy: IfNotPresent
|
|
2786
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2652
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2787
2653
|
workspaces:
|
|
2788
2654
|
- name: configs
|
|
2789
2655
|
# --------------------------------------------------------------------------------
|
|
@@ -3118,7 +2984,7 @@ spec:
|
|
|
3118
2984
|
- -c
|
|
3119
2985
|
name: gitops-cluster
|
|
3120
2986
|
imagePullPolicy: Always
|
|
3121
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2987
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3122
2988
|
workspaces:
|
|
3123
2989
|
- name: configs
|
|
3124
2990
|
# --------------------------------------------------------------------------------
|
|
@@ -3226,7 +3092,7 @@ spec:
|
|
|
3226
3092
|
- -c
|
|
3227
3093
|
name: gitops-cos
|
|
3228
3094
|
imagePullPolicy: IfNotPresent
|
|
3229
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3095
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3230
3096
|
workspaces:
|
|
3231
3097
|
- name: configs
|
|
3232
3098
|
# --------------------------------------------------------------------------------
|
|
@@ -3374,7 +3240,7 @@ spec:
|
|
|
3374
3240
|
- -c
|
|
3375
3241
|
name: gitops-cp4d-service
|
|
3376
3242
|
imagePullPolicy: IfNotPresent
|
|
3377
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3243
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3378
3244
|
workspaces:
|
|
3379
3245
|
- name: configs
|
|
3380
3246
|
- name: shared-gitops-configs
|
|
@@ -3503,7 +3369,7 @@ spec:
|
|
|
3503
3369
|
- -c
|
|
3504
3370
|
name: gitops-cp4d
|
|
3505
3371
|
imagePullPolicy: IfNotPresent
|
|
3506
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3372
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3507
3373
|
workspaces:
|
|
3508
3374
|
- name: configs
|
|
3509
3375
|
- name: shared-gitops-configs
|
|
@@ -3794,7 +3660,7 @@ spec:
|
|
|
3794
3660
|
- -c
|
|
3795
3661
|
name: gitops-db2u-database
|
|
3796
3662
|
imagePullPolicy: Always
|
|
3797
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3663
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3798
3664
|
workspaces:
|
|
3799
3665
|
- name: configs
|
|
3800
3666
|
- name: shared-gitops-configs
|
|
@@ -3892,7 +3758,7 @@ spec:
|
|
|
3892
3758
|
- -c
|
|
3893
3759
|
name: gitops-db2u
|
|
3894
3760
|
imagePullPolicy: IfNotPresent
|
|
3895
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3761
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3896
3762
|
workspaces:
|
|
3897
3763
|
- name: configs
|
|
3898
3764
|
# --------------------------------------------------------------------------------
|
|
@@ -4019,7 +3885,7 @@ spec:
|
|
|
4019
3885
|
- -c
|
|
4020
3886
|
name: gitops-delete-jdbc-config
|
|
4021
3887
|
imagePullPolicy: IfNotPresent
|
|
4022
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3888
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4023
3889
|
workspaces:
|
|
4024
3890
|
- name: configs
|
|
4025
3891
|
# --------------------------------------------------------------------------------
|
|
@@ -4117,7 +3983,7 @@ spec:
|
|
|
4117
3983
|
- -c
|
|
4118
3984
|
name: gitops-delete-kafka-config
|
|
4119
3985
|
imagePullPolicy: Always
|
|
4120
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3986
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4121
3987
|
workspaces:
|
|
4122
3988
|
- name: configs
|
|
4123
3989
|
|
|
@@ -4209,7 +4075,7 @@ spec:
|
|
|
4209
4075
|
- -c
|
|
4210
4076
|
name: gitops-deprovision-app-config
|
|
4211
4077
|
imagePullPolicy: IfNotPresent
|
|
4212
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4078
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4213
4079
|
workspaces:
|
|
4214
4080
|
- name: configs
|
|
4215
4081
|
# --------------------------------------------------------------------------------
|
|
@@ -4294,7 +4160,7 @@ spec:
|
|
|
4294
4160
|
- -c
|
|
4295
4161
|
name: gitops-deprovision-app-install
|
|
4296
4162
|
imagePullPolicy: IfNotPresent
|
|
4297
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4163
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4298
4164
|
workspaces:
|
|
4299
4165
|
- name: configs
|
|
4300
4166
|
# --------------------------------------------------------------------------------
|
|
@@ -4379,7 +4245,7 @@ spec:
|
|
|
4379
4245
|
- -c
|
|
4380
4246
|
name: gitops-deprovision-cluster
|
|
4381
4247
|
imagePullPolicy: IfNotPresent
|
|
4382
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4248
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4383
4249
|
workspaces:
|
|
4384
4250
|
- name: configs
|
|
4385
4251
|
# --------------------------------------------------------------------------------
|
|
@@ -4498,7 +4364,7 @@ spec:
|
|
|
4498
4364
|
- -c
|
|
4499
4365
|
name: gitops-deprovision-cos
|
|
4500
4366
|
imagePullPolicy: IfNotPresent
|
|
4501
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4367
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4502
4368
|
workspaces:
|
|
4503
4369
|
- name: configs
|
|
4504
4370
|
# --------------------------------------------------------------------------------
|
|
@@ -4603,7 +4469,7 @@ spec:
|
|
|
4603
4469
|
- -c
|
|
4604
4470
|
name: gitops-deprovision-cp4d-service
|
|
4605
4471
|
imagePullPolicy: IfNotPresent
|
|
4606
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4472
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4607
4473
|
workspaces:
|
|
4608
4474
|
- name: configs
|
|
4609
4475
|
# --------------------------------------------------------------------------------
|
|
@@ -4691,7 +4557,7 @@ spec:
|
|
|
4691
4557
|
- -c
|
|
4692
4558
|
name: gitops-deprovision-cp4d
|
|
4693
4559
|
imagePullPolicy: IfNotPresent
|
|
4694
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4560
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4695
4561
|
workspaces:
|
|
4696
4562
|
- name: configs
|
|
4697
4563
|
# --------------------------------------------------------------------------------
|
|
@@ -4784,7 +4650,7 @@ spec:
|
|
|
4784
4650
|
- -c
|
|
4785
4651
|
name: gitops-deprovision-db2u-database
|
|
4786
4652
|
imagePullPolicy: IfNotPresent
|
|
4787
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4653
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4788
4654
|
workspaces:
|
|
4789
4655
|
- name: configs
|
|
4790
4656
|
|
|
@@ -4867,7 +4733,7 @@ spec:
|
|
|
4867
4733
|
- -c
|
|
4868
4734
|
name: gitops-deprovision-db2u
|
|
4869
4735
|
imagePullPolicy: IfNotPresent
|
|
4870
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4736
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4871
4737
|
workspaces:
|
|
4872
4738
|
- name: configs
|
|
4873
4739
|
|
|
@@ -4984,7 +4850,7 @@ spec:
|
|
|
4984
4850
|
- -c
|
|
4985
4851
|
name: gitops-deprovision-efs
|
|
4986
4852
|
imagePullPolicy: IfNotPresent
|
|
4987
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4853
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4988
4854
|
workspaces:
|
|
4989
4855
|
- name: configs
|
|
4990
4856
|
|
|
@@ -5094,7 +4960,7 @@ spec:
|
|
|
5094
4960
|
- -c
|
|
5095
4961
|
name: gitops-deprovision-kafka
|
|
5096
4962
|
imagePullPolicy: IfNotPresent
|
|
5097
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4963
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5098
4964
|
workspaces:
|
|
5099
4965
|
- name: configs
|
|
5100
4966
|
# --------------------------------------------------------------------------------
|
|
@@ -5197,7 +5063,7 @@ spec:
|
|
|
5197
5063
|
- -c
|
|
5198
5064
|
name: gitops-deprovision-mongo
|
|
5199
5065
|
imagePullPolicy: IfNotPresent
|
|
5200
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5066
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5201
5067
|
workspaces:
|
|
5202
5068
|
- name: configs
|
|
5203
5069
|
|
|
@@ -5254,7 +5120,7 @@ spec:
|
|
|
5254
5120
|
- -c
|
|
5255
5121
|
name: gitops-deprovision-rosa
|
|
5256
5122
|
imagePullPolicy: IfNotPresent
|
|
5257
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5123
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5258
5124
|
workspaces:
|
|
5259
5125
|
- name: configs
|
|
5260
5126
|
# --------------------------------------------------------------------------------
|
|
@@ -5459,7 +5325,7 @@ spec:
|
|
|
5459
5325
|
- -c
|
|
5460
5326
|
name: gitops-deprovision-suite-config
|
|
5461
5327
|
imagePullPolicy: IfNotPresent
|
|
5462
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5328
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5463
5329
|
workspaces:
|
|
5464
5330
|
- name: configs
|
|
5465
5331
|
|
|
@@ -5557,7 +5423,7 @@ spec:
|
|
|
5557
5423
|
- -c
|
|
5558
5424
|
name: gitops-deprovision-suite-idp-config
|
|
5559
5425
|
imagePullPolicy: IfNotPresent
|
|
5560
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5426
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5561
5427
|
workspaces:
|
|
5562
5428
|
- name: configs
|
|
5563
5429
|
# --------------------------------------------------------------------------------
|
|
@@ -5649,7 +5515,7 @@ spec:
|
|
|
5649
5515
|
- -c
|
|
5650
5516
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5651
5517
|
imagePullPolicy: IfNotPresent
|
|
5652
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5518
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5653
5519
|
workspaces:
|
|
5654
5520
|
- name: configs
|
|
5655
5521
|
# --------------------------------------------------------------------------------
|
|
@@ -5861,7 +5727,7 @@ spec:
|
|
|
5861
5727
|
- -c
|
|
5862
5728
|
name: gitops-deprovision-suite-smtp-config
|
|
5863
5729
|
imagePullPolicy: IfNotPresent
|
|
5864
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5730
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5865
5731
|
workspaces:
|
|
5866
5732
|
- name: configs
|
|
5867
5733
|
# --------------------------------------------------------------------------------
|
|
@@ -5954,7 +5820,7 @@ spec:
|
|
|
5954
5820
|
- -c
|
|
5955
5821
|
name: gitops-deprovision-suite-watson-studio-config
|
|
5956
5822
|
imagePullPolicy: IfNotPresent
|
|
5957
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5823
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5958
5824
|
workspaces:
|
|
5959
5825
|
- name: configs
|
|
5960
5826
|
# --------------------------------------------------------------------------------
|
|
@@ -6045,7 +5911,7 @@ spec:
|
|
|
6045
5911
|
- -c
|
|
6046
5912
|
name: gitops-deprovision-suite-workspace
|
|
6047
5913
|
imagePullPolicy: Always
|
|
6048
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5914
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6049
5915
|
workspaces:
|
|
6050
5916
|
- name: configs
|
|
6051
5917
|
# --------------------------------------------------------------------------------
|
|
@@ -6138,7 +6004,7 @@ spec:
|
|
|
6138
6004
|
- -c
|
|
6139
6005
|
name: gitops-deprovision-suite
|
|
6140
6006
|
imagePullPolicy: IfNotPresent
|
|
6141
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6007
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6142
6008
|
workspaces:
|
|
6143
6009
|
- name: configs
|
|
6144
6010
|
|
|
@@ -6251,7 +6117,7 @@ spec:
|
|
|
6251
6117
|
- -c
|
|
6252
6118
|
name: gitops-dro
|
|
6253
6119
|
imagePullPolicy: IfNotPresent
|
|
6254
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6120
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6255
6121
|
workspaces:
|
|
6256
6122
|
- name: configs
|
|
6257
6123
|
# --------------------------------------------------------------------------------
|
|
@@ -6378,7 +6244,7 @@ spec:
|
|
|
6378
6244
|
- -c
|
|
6379
6245
|
name: gitops-efs
|
|
6380
6246
|
imagePullPolicy: IfNotPresent
|
|
6381
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6247
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6382
6248
|
workspaces:
|
|
6383
6249
|
- name: configs
|
|
6384
6250
|
|
|
@@ -6513,7 +6379,7 @@ spec:
|
|
|
6513
6379
|
- -c
|
|
6514
6380
|
name: gitops-jdbc-config
|
|
6515
6381
|
imagePullPolicy: Always
|
|
6516
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6382
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6517
6383
|
workspaces:
|
|
6518
6384
|
- name: configs
|
|
6519
6385
|
- name: shared-gitops-configs
|
|
@@ -6609,7 +6475,7 @@ spec:
|
|
|
6609
6475
|
- -c
|
|
6610
6476
|
name: gitops-kafka-config
|
|
6611
6477
|
imagePullPolicy: Always
|
|
6612
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6478
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6613
6479
|
workspaces:
|
|
6614
6480
|
- name: configs
|
|
6615
6481
|
|
|
@@ -6731,7 +6597,7 @@ spec:
|
|
|
6731
6597
|
- -c
|
|
6732
6598
|
name: gitops-kafka
|
|
6733
6599
|
imagePullPolicy: IfNotPresent
|
|
6734
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6600
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6735
6601
|
workspaces:
|
|
6736
6602
|
- name: configs
|
|
6737
6603
|
# --------------------------------------------------------------------------------
|
|
@@ -6925,7 +6791,7 @@ spec:
|
|
|
6925
6791
|
- -c
|
|
6926
6792
|
name: gitops-kmodel
|
|
6927
6793
|
imagePullPolicy: IfNotPresent
|
|
6928
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6794
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6929
6795
|
workspaces:
|
|
6930
6796
|
- name: configs
|
|
6931
6797
|
# --------------------------------------------------------------------------------
|
|
@@ -7051,7 +6917,7 @@ spec:
|
|
|
7051
6917
|
- -c
|
|
7052
6918
|
name: gitops-license
|
|
7053
6919
|
imagePullPolicy: Always
|
|
7054
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6920
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
7055
6921
|
workspaces:
|
|
7056
6922
|
- name: shared-entitlement
|
|
7057
6923
|
|
|
@@ -7775,7 +7641,7 @@ spec:
|
|
|
7775
7641
|
- -c
|
|
7776
7642
|
name: gitops-mas-fvt-preparer
|
|
7777
7643
|
imagePullPolicy: Always
|
|
7778
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
7644
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
7779
7645
|
workspaces:
|
|
7780
7646
|
- name: configs
|
|
7781
7647
|
- name: shared-additional-configs
|
|
@@ -8275,7 +8141,7 @@ spec:
|
|
|
8275
8141
|
- -c
|
|
8276
8142
|
name: gitops-mas-initiator
|
|
8277
8143
|
imagePullPolicy: IfNotPresent
|
|
8278
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8144
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8279
8145
|
workspaces:
|
|
8280
8146
|
- name: configs
|
|
8281
8147
|
# --------------------------------------------------------------------------------
|
|
@@ -8408,7 +8274,7 @@ spec:
|
|
|
8408
8274
|
- -c
|
|
8409
8275
|
name: gitops-mas-provisioner
|
|
8410
8276
|
imagePullPolicy: IfNotPresent
|
|
8411
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8277
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8412
8278
|
workspaces:
|
|
8413
8279
|
- name: configs
|
|
8414
8280
|
# --------------------------------------------------------------------------------
|
|
@@ -8516,7 +8382,7 @@ spec:
|
|
|
8516
8382
|
- -c
|
|
8517
8383
|
name: gitops-mongo
|
|
8518
8384
|
imagePullPolicy: IfNotPresent
|
|
8519
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8385
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8520
8386
|
workspaces:
|
|
8521
8387
|
- name: configs
|
|
8522
8388
|
|
|
@@ -8642,7 +8508,7 @@ spec:
|
|
|
8642
8508
|
- -c
|
|
8643
8509
|
name: gitops-nvidia-gpu
|
|
8644
8510
|
imagePullPolicy: IfNotPresent
|
|
8645
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8511
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8646
8512
|
workspaces:
|
|
8647
8513
|
- name: configs
|
|
8648
8514
|
# --------------------------------------------------------------------------------
|
|
@@ -8763,7 +8629,7 @@ spec:
|
|
|
8763
8629
|
- -c
|
|
8764
8630
|
name: gitops-odh
|
|
8765
8631
|
imagePullPolicy: IfNotPresent
|
|
8766
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8632
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8767
8633
|
workspaces:
|
|
8768
8634
|
- name: configs
|
|
8769
8635
|
# --------------------------------------------------------------------------------
|
|
@@ -8881,7 +8747,7 @@ spec:
|
|
|
8881
8747
|
- -c
|
|
8882
8748
|
name: gitops-process-mongo-user
|
|
8883
8749
|
imagePullPolicy: IfNotPresent
|
|
8884
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8750
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8885
8751
|
workspaces:
|
|
8886
8752
|
- name: configs
|
|
8887
8753
|
# --------------------------------------------------------------------------------
|
|
@@ -8937,7 +8803,7 @@ spec:
|
|
|
8937
8803
|
- -c
|
|
8938
8804
|
name: gitops-rosa
|
|
8939
8805
|
imagePullPolicy: IfNotPresent
|
|
8940
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8806
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8941
8807
|
workspaces:
|
|
8942
8808
|
- name: configs
|
|
8943
8809
|
# --------------------------------------------------------------------------------
|
|
@@ -9119,7 +8985,7 @@ spec:
|
|
|
9119
8985
|
- -c
|
|
9120
8986
|
name: gitops-suite-app-config
|
|
9121
8987
|
imagePullPolicy: IfNotPresent
|
|
9122
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8988
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9123
8989
|
workspaces:
|
|
9124
8990
|
- name: configs
|
|
9125
8991
|
- name: shared-gitops-configs
|
|
@@ -9277,7 +9143,7 @@ spec:
|
|
|
9277
9143
|
- -c
|
|
9278
9144
|
name: gitops-suite-app-install
|
|
9279
9145
|
imagePullPolicy: Always
|
|
9280
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9146
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9281
9147
|
workspaces:
|
|
9282
9148
|
- name: configs
|
|
9283
9149
|
- name: shared-gitops-configs
|
|
@@ -9383,7 +9249,7 @@ spec:
|
|
|
9383
9249
|
- -c
|
|
9384
9250
|
name: gitops-suite-certs
|
|
9385
9251
|
imagePullPolicy: IfNotPresent
|
|
9386
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9252
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9387
9253
|
workspaces:
|
|
9388
9254
|
- name: configs
|
|
9389
9255
|
- name: certificates
|
|
@@ -9558,7 +9424,7 @@ spec:
|
|
|
9558
9424
|
- -c
|
|
9559
9425
|
name: gitops-suite-config
|
|
9560
9426
|
imagePullPolicy: IfNotPresent
|
|
9561
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9427
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9562
9428
|
workspaces:
|
|
9563
9429
|
- name: configs
|
|
9564
9430
|
- name: shared-additional-configs
|
|
@@ -9658,7 +9524,7 @@ spec:
|
|
|
9658
9524
|
- -c
|
|
9659
9525
|
name: gitops-suite-dns
|
|
9660
9526
|
imagePullPolicy: IfNotPresent
|
|
9661
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9527
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9662
9528
|
workspaces:
|
|
9663
9529
|
- name: configs
|
|
9664
9530
|
|
|
@@ -9782,7 +9648,7 @@ spec:
|
|
|
9782
9648
|
- -c
|
|
9783
9649
|
name: gitops-suite-idp-config
|
|
9784
9650
|
imagePullPolicy: IfNotPresent
|
|
9785
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9651
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9786
9652
|
workspaces:
|
|
9787
9653
|
- name: configs
|
|
9788
9654
|
- name: shared-additional-configs
|
|
@@ -9883,7 +9749,7 @@ spec:
|
|
|
9883
9749
|
- -c
|
|
9884
9750
|
name: gitops-suite-objectstorage-config
|
|
9885
9751
|
imagePullPolicy: IfNotPresent
|
|
9886
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9752
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9887
9753
|
workspaces:
|
|
9888
9754
|
- name: configs
|
|
9889
9755
|
- name: shared-gitops-configs
|
|
@@ -10305,7 +10171,7 @@ spec:
|
|
|
10305
10171
|
- -c
|
|
10306
10172
|
name: gitops-suite-smtp-config
|
|
10307
10173
|
imagePullPolicy: IfNotPresent
|
|
10308
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10174
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
10309
10175
|
workspaces:
|
|
10310
10176
|
- name: configs
|
|
10311
10177
|
- name: shared-gitops-configs
|
|
@@ -10425,7 +10291,7 @@ spec:
|
|
|
10425
10291
|
- -c
|
|
10426
10292
|
name: gitops-suite-watson-studio-config
|
|
10427
10293
|
imagePullPolicy: IfNotPresent
|
|
10428
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10294
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
10429
10295
|
workspaces:
|
|
10430
10296
|
- name: configs
|
|
10431
10297
|
- name: shared-gitops-configs
|
|
@@ -10527,7 +10393,7 @@ spec:
|
|
|
10527
10393
|
- -c
|
|
10528
10394
|
name: gitops-suite-workspace
|
|
10529
10395
|
imagePullPolicy: IfNotPresent
|
|
10530
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10396
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
10531
10397
|
workspaces:
|
|
10532
10398
|
- name: configs
|
|
10533
10399
|
# --------------------------------------------------------------------------------
|
|
@@ -10865,7 +10731,7 @@ spec:
|
|
|
10865
10731
|
- -c
|
|
10866
10732
|
name: gitops-suite
|
|
10867
10733
|
imagePullPolicy: IfNotPresent
|
|
10868
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10734
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
10869
10735
|
workspaces:
|
|
10870
10736
|
- name: configs
|
|
10871
10737
|
- name: shared-gitops-configs
|
|
@@ -10915,7 +10781,7 @@ spec:
|
|
|
10915
10781
|
|
|
10916
10782
|
steps:
|
|
10917
10783
|
- name: grafana
|
|
10918
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10784
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
10919
10785
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10920
10786
|
command:
|
|
10921
10787
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11049,7 +10915,7 @@ spec:
|
|
|
11049
10915
|
command:
|
|
11050
10916
|
- /opt/app-root/src/run-role.sh
|
|
11051
10917
|
- ibm_catalogs
|
|
11052
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10918
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
11053
10919
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11054
10920
|
workingDir: /workspace/configs
|
|
11055
10921
|
# --------------------------------------------------------------------------------
|
|
@@ -11291,7 +11157,7 @@ spec:
|
|
|
11291
11157
|
command:
|
|
11292
11158
|
- /opt/app-root/src/run-role.sh
|
|
11293
11159
|
- kafka
|
|
11294
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11160
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
11295
11161
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11296
11162
|
workingDir: /workspace/configs
|
|
11297
11163
|
|
|
@@ -11299,173 +11165,6 @@ spec:
|
|
|
11299
11165
|
- name: configs
|
|
11300
11166
|
optional: true
|
|
11301
11167
|
# --------------------------------------------------------------------------------
|
|
11302
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/kmodels.yaml
|
|
11303
|
-
# --------------------------------------------------------------------------------
|
|
11304
|
-
---
|
|
11305
|
-
apiVersion: tekton.dev/v1beta1
|
|
11306
|
-
kind: Task
|
|
11307
|
-
metadata:
|
|
11308
|
-
name: mas-devops-aiservice-kmodels
|
|
11309
|
-
spec:
|
|
11310
|
-
params:
|
|
11311
|
-
# Common: Control the image pull policy for the CLI container image
|
|
11312
|
-
- name: image_pull_policy
|
|
11313
|
-
type: string
|
|
11314
|
-
default: IfNotPresent
|
|
11315
|
-
|
|
11316
|
-
# Common: Support for saving task execution results to a MongoDb instance
|
|
11317
|
-
- name: devops_suite_name
|
|
11318
|
-
type: string
|
|
11319
|
-
description: Optional name for the junit suite, used to enable save-junit-to-mongo.py
|
|
11320
|
-
default: ""
|
|
11321
|
-
|
|
11322
|
-
|
|
11323
|
-
# Pre-Release Support
|
|
11324
|
-
- name: artifactory_username
|
|
11325
|
-
default: ''
|
|
11326
|
-
type: string
|
|
11327
|
-
description: Required to use development MAS builds
|
|
11328
|
-
- name: artifactory_token
|
|
11329
|
-
default: ''
|
|
11330
|
-
type: string
|
|
11331
|
-
description: Required to use development MAS builds
|
|
11332
|
-
|
|
11333
|
-
# Entitlement
|
|
11334
|
-
- name: ibm_entitlement_key
|
|
11335
|
-
type: string
|
|
11336
|
-
|
|
11337
|
-
# Custom Label Support
|
|
11338
|
-
- name: custom_labels
|
|
11339
|
-
type: string
|
|
11340
|
-
description: Optional MAS custom labels, comma separated list of key=value pairs
|
|
11341
|
-
default: ""
|
|
11342
|
-
|
|
11343
|
-
# Artifactory details
|
|
11344
|
-
- name: mas_icr_cp
|
|
11345
|
-
type: string
|
|
11346
|
-
default: ""
|
|
11347
|
-
- name: mas_icr_cpopen
|
|
11348
|
-
type: string
|
|
11349
|
-
default: ""
|
|
11350
|
-
|
|
11351
|
-
# Kmodels details
|
|
11352
|
-
- name: aiservice_instance_id
|
|
11353
|
-
type: string
|
|
11354
|
-
description: Instance ID
|
|
11355
|
-
|
|
11356
|
-
- name: aiservice_storage_pipelines_bucket
|
|
11357
|
-
type: string
|
|
11358
|
-
default: ""
|
|
11359
|
-
- name: aiservice_storage_tenants_bucket
|
|
11360
|
-
type: string
|
|
11361
|
-
default: ""
|
|
11362
|
-
- name: aiservice_storage_templates_bucket
|
|
11363
|
-
type: string
|
|
11364
|
-
default: ""
|
|
11365
|
-
|
|
11366
|
-
- name: aiservice_storage_provider
|
|
11367
|
-
type: string
|
|
11368
|
-
default: ""
|
|
11369
|
-
|
|
11370
|
-
- name: aiservice_storage_region
|
|
11371
|
-
type: string
|
|
11372
|
-
default: ""
|
|
11373
|
-
- name: aiservice_storage_accesskey
|
|
11374
|
-
type: string
|
|
11375
|
-
default: ""
|
|
11376
|
-
- name: aiservice_storage_secretkey
|
|
11377
|
-
type: string
|
|
11378
|
-
default: ""
|
|
11379
|
-
|
|
11380
|
-
- name: aiservice_storage_host
|
|
11381
|
-
type: string
|
|
11382
|
-
default: ""
|
|
11383
|
-
- name: aiservice_storage_port
|
|
11384
|
-
type: string
|
|
11385
|
-
default: ""
|
|
11386
|
-
- name: aiservice_storage_ssl
|
|
11387
|
-
type: string
|
|
11388
|
-
default: ""
|
|
11389
|
-
|
|
11390
|
-
stepTemplate:
|
|
11391
|
-
env:
|
|
11392
|
-
- name: DEVOPS_MONGO_URI
|
|
11393
|
-
valueFrom:
|
|
11394
|
-
secretKeyRef:
|
|
11395
|
-
name: mas-devops
|
|
11396
|
-
key: DEVOPS_MONGO_URI
|
|
11397
|
-
optional: true
|
|
11398
|
-
- name: DEVOPS_BUILD_NUMBER
|
|
11399
|
-
valueFrom:
|
|
11400
|
-
secretKeyRef:
|
|
11401
|
-
name: mas-devops
|
|
11402
|
-
key: DEVOPS_BUILD_NUMBER
|
|
11403
|
-
optional: true
|
|
11404
|
-
- name: DEVOPS_ENVIRONMENT
|
|
11405
|
-
valueFrom:
|
|
11406
|
-
secretKeyRef:
|
|
11407
|
-
name: mas-devops
|
|
11408
|
-
key: MAS_INSTANCE_ID
|
|
11409
|
-
optional: true
|
|
11410
|
-
- name: DEVOPS_SUITE_NAME
|
|
11411
|
-
value: $(params.devops_suite_name)
|
|
11412
|
-
|
|
11413
|
-
|
|
11414
|
-
# Pre-Release Support
|
|
11415
|
-
- name: ARTIFACTORY_USERNAME
|
|
11416
|
-
value: $(params.artifactory_username)
|
|
11417
|
-
- name: ARTIFACTORY_TOKEN
|
|
11418
|
-
value: $(params.artifactory_token)
|
|
11419
|
-
|
|
11420
|
-
# Entitlement
|
|
11421
|
-
- name: IBM_ENTITLEMENT_KEY
|
|
11422
|
-
value: $(params.ibm_entitlement_key)
|
|
11423
|
-
|
|
11424
|
-
# MAS Details
|
|
11425
|
-
- name: AISERVICE_INSTANCE_ID
|
|
11426
|
-
value: $(params.aiservice_instance_id)
|
|
11427
|
-
|
|
11428
|
-
# Custom Label Support
|
|
11429
|
-
- name: CUSTOM_LABELS
|
|
11430
|
-
value: $(params.custom_labels)
|
|
11431
|
-
|
|
11432
|
-
# Artifactory Details
|
|
11433
|
-
- name: MAS_ICR_CP
|
|
11434
|
-
value: $(params.mas_icr_cp)
|
|
11435
|
-
- name: MAS_ICR_CPOPEN
|
|
11436
|
-
value: $(params.mas_icr_cpopen)
|
|
11437
|
-
|
|
11438
|
-
# Kmodels details
|
|
11439
|
-
- name: AISERVICE_STORAGE_PIPELINES_BUCKET
|
|
11440
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
11441
|
-
- name: AISERVICE_STORAGE_TENANTS_BUCKET
|
|
11442
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
11443
|
-
- name: AISERVICE_STORAGE_TEMPLATES_BUCKET
|
|
11444
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
11445
|
-
- name: AISERVICE_STORAGE_PROVIDER
|
|
11446
|
-
value: $(params.aiservice_storage_provider)
|
|
11447
|
-
- name: AISERVICE_STORAGE_ACCESSKEY
|
|
11448
|
-
value: $(params.aiservice_storage_accesskey)
|
|
11449
|
-
- name: AISERVICE_STORAGE_SECRETKEY
|
|
11450
|
-
value: $(params.aiservice_storage_secretkey)
|
|
11451
|
-
- name: AISERVICE_STORAGE_HOST
|
|
11452
|
-
value: $(params.aiservice_storage_host)
|
|
11453
|
-
- name: AISERVICE_STORAGE_PORT
|
|
11454
|
-
value: $(params.aiservice_storage_port)
|
|
11455
|
-
- name: AISERVICE_STORAGE_SSL
|
|
11456
|
-
value: $(params.aiservice_storage_ssl)
|
|
11457
|
-
- name: AISERVICE_STORAGE_REGION
|
|
11458
|
-
value: $(params.aiservice_storage_region)
|
|
11459
|
-
|
|
11460
|
-
|
|
11461
|
-
steps:
|
|
11462
|
-
- name: aiservice-kmodels
|
|
11463
|
-
command:
|
|
11464
|
-
- /opt/app-root/src/run-role.sh
|
|
11465
|
-
- aiservice_kmodels
|
|
11466
|
-
image: quay.io/ibmmas/cli:15.1.10
|
|
11467
|
-
imagePullPolicy: $(params.image_pull_policy)
|
|
11468
|
-
# --------------------------------------------------------------------------------
|
|
11469
11168
|
# /home/runner/work/cli/cli/tekton/target/tasks/mas-fvt-assist-desktop.yaml
|
|
11470
11169
|
# --------------------------------------------------------------------------------
|
|
11471
11170
|
---
|
|
@@ -11926,7 +11625,7 @@ spec:
|
|
|
11926
11625
|
description: Extracted component names as a JSON array
|
|
11927
11626
|
steps:
|
|
11928
11627
|
- name: extract
|
|
11929
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11628
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
11930
11629
|
script: |
|
|
11931
11630
|
#!/bin/sh
|
|
11932
11631
|
echo "Hello.. Start extraction for $(params.mas_appws_components)"
|
|
@@ -12279,7 +11978,7 @@ spec:
|
|
|
12279
11978
|
echo "No IBM COS instance to delete"
|
|
12280
11979
|
fi
|
|
12281
11980
|
exit 0
|
|
12282
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11981
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
12283
11982
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12284
11983
|
workingDir: /workspace/configs
|
|
12285
11984
|
env:
|
|
@@ -12379,7 +12078,7 @@ spec:
|
|
|
12379
12078
|
echo "No EventStreams instance to delete"
|
|
12380
12079
|
fi
|
|
12381
12080
|
exit 0
|
|
12382
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12081
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
12383
12082
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12384
12083
|
workingDir: /workspace/configs
|
|
12385
12084
|
env:
|
|
@@ -12480,7 +12179,7 @@ spec:
|
|
|
12480
12179
|
command:
|
|
12481
12180
|
- /opt/app-root/src/run-role.sh
|
|
12482
12181
|
- ocp_deprovision
|
|
12483
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12182
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
12484
12183
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12485
12184
|
env:
|
|
12486
12185
|
- name: DEVOPS_MONGO_URI
|
|
@@ -12580,7 +12279,7 @@ spec:
|
|
|
12580
12279
|
command:
|
|
12581
12280
|
- python3
|
|
12582
12281
|
- /opt/app-root/src/finalizer.py
|
|
12583
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12282
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
12584
12283
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12585
12284
|
env:
|
|
12586
12285
|
- name: DEVOPS_MONGO_URI
|
|
@@ -14290,7 +13989,7 @@ spec:
|
|
|
14290
13989
|
command:
|
|
14291
13990
|
- python3
|
|
14292
13991
|
- /opt/app-root/src/mobilever.py
|
|
14293
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
13992
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
14294
13993
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14295
13994
|
onError: continue
|
|
14296
13995
|
|
|
@@ -14653,7 +14352,7 @@ spec:
|
|
|
14653
14352
|
|
|
14654
14353
|
steps:
|
|
14655
14354
|
- name: post-update-verify
|
|
14656
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14355
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
14657
14356
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14658
14357
|
command:
|
|
14659
14358
|
- ansible-playbook
|
|
@@ -14709,7 +14408,7 @@ spec:
|
|
|
14709
14408
|
|
|
14710
14409
|
steps:
|
|
14711
14410
|
- name: create-offline-upgrade-cron
|
|
14712
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14411
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
14713
14412
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14714
14413
|
command:
|
|
14715
14414
|
- ansible-playbook
|
|
@@ -14765,7 +14464,7 @@ spec:
|
|
|
14765
14464
|
|
|
14766
14465
|
steps:
|
|
14767
14466
|
- name: create-offline-upgrade-cron
|
|
14768
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14467
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
14769
14468
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14770
14469
|
command:
|
|
14771
14470
|
- ansible-playbook
|
|
@@ -15199,7 +14898,7 @@ spec:
|
|
|
15199
14898
|
echo '--------------------------------------------------------------------------------'
|
|
15200
14899
|
exit $RESULT
|
|
15201
14900
|
timeout: "0"
|
|
15202
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14901
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15203
14902
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15204
14903
|
env:
|
|
15205
14904
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15259,7 +14958,7 @@ spec:
|
|
|
15259
14958
|
echo '--------------------------------------------------------------------------------'
|
|
15260
14959
|
exit $RESULT
|
|
15261
14960
|
timeout: "0"
|
|
15262
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14961
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15263
14962
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15264
14963
|
env:
|
|
15265
14964
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15332,7 +15031,7 @@ spec:
|
|
|
15332
15031
|
echo '--------------------------------------------------------------------------------'
|
|
15333
15032
|
exit $RESULT
|
|
15334
15033
|
timeout: "0"
|
|
15335
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15034
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15336
15035
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15337
15036
|
env:
|
|
15338
15037
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15378,7 +15077,7 @@ spec:
|
|
|
15378
15077
|
|
|
15379
15078
|
steps:
|
|
15380
15079
|
- name: start-pipelinerun
|
|
15381
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15080
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15382
15081
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15383
15082
|
command:
|
|
15384
15083
|
- ansible-playbook
|
|
@@ -15475,7 +15174,7 @@ spec:
|
|
|
15475
15174
|
optional: false
|
|
15476
15175
|
|
|
15477
15176
|
- name: wait-for-pipelinerun
|
|
15478
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15177
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15479
15178
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15480
15179
|
# 50 retries at 5 minute intervals = just over 4 hours
|
|
15481
15180
|
command:
|
|
@@ -15519,7 +15218,7 @@ spec:
|
|
|
15519
15218
|
|
|
15520
15219
|
steps:
|
|
15521
15220
|
- name: start-pipelinerun
|
|
15522
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15221
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15523
15222
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15524
15223
|
command:
|
|
15525
15224
|
- ansible-playbook
|
|
@@ -15672,7 +15371,7 @@ spec:
|
|
|
15672
15371
|
optional: false
|
|
15673
15372
|
|
|
15674
15373
|
- name: wait-for-pipelinerun
|
|
15675
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15374
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15676
15375
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15677
15376
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15678
15377
|
command:
|
|
@@ -15721,7 +15420,7 @@ spec:
|
|
|
15721
15420
|
|
|
15722
15421
|
steps:
|
|
15723
15422
|
- name: start-pipelinerun
|
|
15724
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15423
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15725
15424
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15726
15425
|
command:
|
|
15727
15426
|
- ansible-playbook
|
|
@@ -15771,7 +15470,7 @@ spec:
|
|
|
15771
15470
|
|
|
15772
15471
|
steps:
|
|
15773
15472
|
- name: start-pipelinerun
|
|
15774
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15473
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15775
15474
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15776
15475
|
command:
|
|
15777
15476
|
- ansible-playbook
|
|
@@ -15850,7 +15549,7 @@ spec:
|
|
|
15850
15549
|
optional: false
|
|
15851
15550
|
|
|
15852
15551
|
- name: wait-for-pipelinerun
|
|
15853
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15552
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15854
15553
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15855
15554
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
15856
15555
|
command:
|
|
@@ -15895,7 +15594,7 @@ spec:
|
|
|
15895
15594
|
|
|
15896
15595
|
steps:
|
|
15897
15596
|
- name: start-pipelinerun
|
|
15898
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15597
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15899
15598
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15900
15599
|
command:
|
|
15901
15600
|
- ansible-playbook
|
|
@@ -16023,7 +15722,7 @@ spec:
|
|
|
16023
15722
|
optional: false
|
|
16024
15723
|
|
|
16025
15724
|
- name: wait-for-pipelinerun
|
|
16026
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15725
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16027
15726
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16028
15727
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16029
15728
|
command:
|
|
@@ -16067,7 +15766,7 @@ spec:
|
|
|
16067
15766
|
|
|
16068
15767
|
steps:
|
|
16069
15768
|
- name: start-pipelinerun
|
|
16070
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15769
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16071
15770
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16072
15771
|
command:
|
|
16073
15772
|
- ansible-playbook
|
|
@@ -16220,7 +15919,7 @@ spec:
|
|
|
16220
15919
|
optional: false
|
|
16221
15920
|
|
|
16222
15921
|
- name: wait-for-pipelinerun
|
|
16223
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15922
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16224
15923
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16225
15924
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16226
15925
|
command:
|
|
@@ -16267,7 +15966,7 @@ spec:
|
|
|
16267
15966
|
|
|
16268
15967
|
steps:
|
|
16269
15968
|
- name: start-testng-pipelinerun
|
|
16270
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15969
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16271
15970
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16272
15971
|
command:
|
|
16273
15972
|
- ansible-playbook
|
|
@@ -16359,7 +16058,7 @@ spec:
|
|
|
16359
16058
|
optional: false
|
|
16360
16059
|
|
|
16361
16060
|
- name: wait-for-testng-pipelinerun
|
|
16362
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16061
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16363
16062
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16364
16063
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16365
16064
|
command:
|
|
@@ -16406,7 +16105,7 @@ spec:
|
|
|
16406
16105
|
|
|
16407
16106
|
steps:
|
|
16408
16107
|
- name: start-pytest-pipelinerun
|
|
16409
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16108
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16410
16109
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16411
16110
|
command:
|
|
16412
16111
|
- ansible-playbook
|
|
@@ -16489,7 +16188,7 @@ spec:
|
|
|
16489
16188
|
optional: false
|
|
16490
16189
|
|
|
16491
16190
|
- name: wait-for-pytest-pipelinerun
|
|
16492
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16191
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16493
16192
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16494
16193
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16495
16194
|
command:
|
|
@@ -16537,7 +16236,7 @@ spec:
|
|
|
16537
16236
|
|
|
16538
16237
|
steps:
|
|
16539
16238
|
- name: start-pytest-pipelinerun
|
|
16540
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16239
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16541
16240
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16542
16241
|
command:
|
|
16543
16242
|
- ansible-playbook
|
|
@@ -16617,7 +16316,7 @@ spec:
|
|
|
16617
16316
|
optional: false
|
|
16618
16317
|
|
|
16619
16318
|
- name: wait-for-pytest-pipelinerun
|
|
16620
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16319
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16621
16320
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16622
16321
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16623
16322
|
command:
|
|
@@ -16643,7 +16342,7 @@ spec:
|
|
|
16643
16342
|
value: "True"
|
|
16644
16343
|
|
|
16645
16344
|
- name: start-testng-pipelinerun
|
|
16646
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16345
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16647
16346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16648
16347
|
command:
|
|
16649
16348
|
- ansible-playbook
|
|
@@ -16742,7 +16441,7 @@ spec:
|
|
|
16742
16441
|
optional: false
|
|
16743
16442
|
|
|
16744
16443
|
- name: wait-for-testng-pipelinerun
|
|
16745
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16444
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16746
16445
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16747
16446
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16748
16447
|
command:
|
|
@@ -16785,7 +16484,7 @@ spec:
|
|
|
16785
16484
|
|
|
16786
16485
|
steps:
|
|
16787
16486
|
- name: start-pipelinerun
|
|
16788
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16487
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16789
16488
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16790
16489
|
command:
|
|
16791
16490
|
- ansible-playbook
|
|
@@ -16876,7 +16575,7 @@ spec:
|
|
|
16876
16575
|
optional: false
|
|
16877
16576
|
|
|
16878
16577
|
- name: wait-for-pipelinerun
|
|
16879
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16578
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16880
16579
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16881
16580
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16882
16581
|
command:
|
|
@@ -16920,7 +16619,7 @@ spec:
|
|
|
16920
16619
|
|
|
16921
16620
|
steps:
|
|
16922
16621
|
- name: start-pipelinerun
|
|
16923
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16622
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16924
16623
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16925
16624
|
command:
|
|
16926
16625
|
- ansible-playbook
|
|
@@ -17011,7 +16710,7 @@ spec:
|
|
|
17011
16710
|
optional: false
|
|
17012
16711
|
|
|
17013
16712
|
- name: wait-for-pipelinerun
|
|
17014
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16713
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17015
16714
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17016
16715
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17017
16716
|
command:
|
|
@@ -17055,7 +16754,7 @@ spec:
|
|
|
17055
16754
|
|
|
17056
16755
|
steps:
|
|
17057
16756
|
- name: start-pipelinerun
|
|
17058
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16757
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17059
16758
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17060
16759
|
command:
|
|
17061
16760
|
- ansible-playbook
|
|
@@ -17134,7 +16833,7 @@ spec:
|
|
|
17134
16833
|
optional: false
|
|
17135
16834
|
|
|
17136
16835
|
- name: wait-for-pipelinerun
|
|
17137
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16836
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17138
16837
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17139
16838
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17140
16839
|
command:
|
|
@@ -17178,7 +16877,7 @@ spec:
|
|
|
17178
16877
|
|
|
17179
16878
|
steps:
|
|
17180
16879
|
- name: start-pipelinerun
|
|
17181
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16880
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17182
16881
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17183
16882
|
command:
|
|
17184
16883
|
- ansible-playbook
|
|
@@ -17263,7 +16962,7 @@ spec:
|
|
|
17263
16962
|
optional: false
|
|
17264
16963
|
|
|
17265
16964
|
- name: wait-for-pipelinerun
|
|
17266
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16965
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17267
16966
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17268
16967
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
17269
16968
|
command:
|
|
@@ -17307,7 +17006,7 @@ spec:
|
|
|
17307
17006
|
|
|
17308
17007
|
steps:
|
|
17309
17008
|
- name: start-pipelinerun
|
|
17310
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17009
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17311
17010
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17312
17011
|
command:
|
|
17313
17012
|
- ansible-playbook
|
|
@@ -17403,7 +17102,7 @@ spec:
|
|
|
17403
17102
|
optional: false
|
|
17404
17103
|
|
|
17405
17104
|
- name: wait-for-pipelinerun
|
|
17406
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17105
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17407
17106
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17408
17107
|
# 10 retries at 5 minute intervals = 50 min
|
|
17409
17108
|
command:
|
|
@@ -17451,7 +17150,7 @@ spec:
|
|
|
17451
17150
|
|
|
17452
17151
|
steps:
|
|
17453
17152
|
- name: start-pipelinerun
|
|
17454
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17153
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17455
17154
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17456
17155
|
command:
|
|
17457
17156
|
- ansible-playbook
|
|
@@ -17555,7 +17254,7 @@ spec:
|
|
|
17555
17254
|
optional: false
|
|
17556
17255
|
|
|
17557
17256
|
- name: wait-for-pipelinerun
|
|
17558
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17257
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17559
17258
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17560
17259
|
# 10 retries at 5 minute intervals = 50 min
|
|
17561
17260
|
command:
|
|
@@ -17599,7 +17298,7 @@ spec:
|
|
|
17599
17298
|
|
|
17600
17299
|
steps:
|
|
17601
17300
|
- name: start-pipelinerun
|
|
17602
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17301
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17603
17302
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17604
17303
|
command:
|
|
17605
17304
|
- ansible-playbook
|
|
@@ -17678,7 +17377,7 @@ spec:
|
|
|
17678
17377
|
optional: false
|
|
17679
17378
|
|
|
17680
17379
|
- name: wait-for-pipelinerun
|
|
17681
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17380
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17682
17381
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17683
17382
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17684
17383
|
command:
|
|
@@ -17722,7 +17421,7 @@ spec:
|
|
|
17722
17421
|
|
|
17723
17422
|
steps:
|
|
17724
17423
|
- name: start-pipelinerun
|
|
17725
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17424
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17726
17425
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17727
17426
|
command:
|
|
17728
17427
|
- ansible-playbook
|
|
@@ -17827,7 +17526,7 @@ spec:
|
|
|
17827
17526
|
optional: false
|
|
17828
17527
|
|
|
17829
17528
|
- name: wait-for-pipelinerun
|
|
17830
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17529
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17831
17530
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17832
17531
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17833
17532
|
command:
|
|
@@ -17955,7 +17654,7 @@ spec:
|
|
|
17955
17654
|
command:
|
|
17956
17655
|
- /opt/app-root/src/run-role.sh
|
|
17957
17656
|
- minio
|
|
17958
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17657
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17959
17658
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17960
17659
|
# --------------------------------------------------------------------------------
|
|
17961
17660
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -18133,7 +17832,7 @@ spec:
|
|
|
18133
17832
|
command:
|
|
18134
17833
|
- /opt/app-root/src/run-role.sh
|
|
18135
17834
|
- mongodb
|
|
18136
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17835
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18137
17836
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18138
17837
|
workingDir: /workspace/configs
|
|
18139
17838
|
|
|
@@ -18176,7 +17875,7 @@ spec:
|
|
|
18176
17875
|
- $(params.base_output_dir)
|
|
18177
17876
|
- --extra-namespaces
|
|
18178
17877
|
- selenium
|
|
18179
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17878
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18180
17879
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18181
17880
|
env:
|
|
18182
17881
|
- name: DEVOPS_MONGO_URI
|
|
@@ -18293,7 +17992,7 @@ spec:
|
|
|
18293
17992
|
command:
|
|
18294
17993
|
- /opt/app-root/src/run-role.sh
|
|
18295
17994
|
- nvidia_gpu
|
|
18296
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17995
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18297
17996
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18298
17997
|
workingDir: /workspace/configs
|
|
18299
17998
|
|
|
@@ -18329,7 +18028,7 @@ spec:
|
|
|
18329
18028
|
# Verify Cluster
|
|
18330
18029
|
# -------------------------------------------------------------------------
|
|
18331
18030
|
- name: ocp-verify-cluster
|
|
18332
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18031
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18333
18032
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18334
18033
|
command:
|
|
18335
18034
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18371,7 +18070,7 @@ spec:
|
|
|
18371
18070
|
# Verify Catalogs
|
|
18372
18071
|
# -------------------------------------------------------------------------
|
|
18373
18072
|
- name: ocp-verify-catalogs
|
|
18374
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18073
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18375
18074
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18376
18075
|
command:
|
|
18377
18076
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18413,7 +18112,7 @@ spec:
|
|
|
18413
18112
|
# Verify Subscriptions
|
|
18414
18113
|
# -------------------------------------------------------------------------
|
|
18415
18114
|
- name: ocp-verify-subscriptions
|
|
18416
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18115
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18417
18116
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18418
18117
|
command:
|
|
18419
18118
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18455,7 +18154,7 @@ spec:
|
|
|
18455
18154
|
# Verify Workloads
|
|
18456
18155
|
# -------------------------------------------------------------------------
|
|
18457
18156
|
- name: ocp-verify-workloads
|
|
18458
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18157
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18459
18158
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18460
18159
|
command:
|
|
18461
18160
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18497,7 +18196,7 @@ spec:
|
|
|
18497
18196
|
# Verify Catalogs - Ingress TLS
|
|
18498
18197
|
# -------------------------------------------------------------------------
|
|
18499
18198
|
- name: ocp-verify-ingress
|
|
18500
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18199
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18501
18200
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18502
18201
|
command:
|
|
18503
18202
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18623,7 +18322,7 @@ spec:
|
|
|
18623
18322
|
command:
|
|
18624
18323
|
- /opt/app-root/src/run-role.sh
|
|
18625
18324
|
- ocp_verify
|
|
18626
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18325
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18627
18326
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18628
18327
|
workingDir: /workspace/configs
|
|
18629
18328
|
# --------------------------------------------------------------------------------
|
|
@@ -18691,7 +18390,7 @@ spec:
|
|
|
18691
18390
|
command:
|
|
18692
18391
|
- /opt/app-root/src/run-role.sh
|
|
18693
18392
|
- ocs
|
|
18694
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18393
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18695
18394
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18696
18395
|
workingDir: /workspace/configs
|
|
18697
18396
|
|
|
@@ -18759,48 +18458,6 @@ spec:
|
|
|
18759
18458
|
description: Optional MAS custom labels, comma separated list of key=value pairs
|
|
18760
18459
|
default: ""
|
|
18761
18460
|
|
|
18762
|
-
# Opendatahub details
|
|
18763
|
-
- name: aiservice_storage_provider
|
|
18764
|
-
type: string
|
|
18765
|
-
default: "This option is mandatory"
|
|
18766
|
-
default: ""
|
|
18767
|
-
- name: aiservice_storage_accesskey
|
|
18768
|
-
type: string
|
|
18769
|
-
default: "This option is mandatory"
|
|
18770
|
-
default: ""
|
|
18771
|
-
- name: aiservice_storage_secretkey
|
|
18772
|
-
type: string
|
|
18773
|
-
default: "This option is mandatory"
|
|
18774
|
-
default: ""
|
|
18775
|
-
- name: aiservice_storage_host
|
|
18776
|
-
type: string
|
|
18777
|
-
default: "This option is mandatory"
|
|
18778
|
-
default: ""
|
|
18779
|
-
- name: aiservice_storage_port
|
|
18780
|
-
type: string
|
|
18781
|
-
default: "This option is mandatory"
|
|
18782
|
-
default: ""
|
|
18783
|
-
- name: aiservice_storage_ssl
|
|
18784
|
-
type: string
|
|
18785
|
-
default: "This option is mandatory"
|
|
18786
|
-
default: ""
|
|
18787
|
-
- name: aiservice_storage_region
|
|
18788
|
-
type: string
|
|
18789
|
-
default: "This option is mandatory"
|
|
18790
|
-
default: ""
|
|
18791
|
-
- name: aiservice_storage_pipelines_bucket
|
|
18792
|
-
type: string
|
|
18793
|
-
default: "This option is mandatory"
|
|
18794
|
-
default: ""
|
|
18795
|
-
- name: aiservice_storage_tenants_bucket
|
|
18796
|
-
type: string
|
|
18797
|
-
default: "This option is mandatory"
|
|
18798
|
-
default: ""
|
|
18799
|
-
- name: aiservice_storage_templates_bucket
|
|
18800
|
-
type: string
|
|
18801
|
-
default: "This option is mandatory"
|
|
18802
|
-
default: ""
|
|
18803
|
-
|
|
18804
18461
|
stepTemplate:
|
|
18805
18462
|
env:
|
|
18806
18463
|
- name: DEVOPS_MONGO_URI
|
|
@@ -18847,34 +18504,12 @@ spec:
|
|
|
18847
18504
|
- name: CUSTOM_LABELS
|
|
18848
18505
|
value: $(params.custom_labels)
|
|
18849
18506
|
|
|
18850
|
-
# Opendatahub storage details
|
|
18851
|
-
- name: AISERVICE_STORAGE_PROVIDER
|
|
18852
|
-
value: $(params.aiservice_storage_provider)
|
|
18853
|
-
- name: AISERVICE_STORAGE_ACCESSKEY
|
|
18854
|
-
value: $(params.aiservice_storage_accesskey)
|
|
18855
|
-
- name: AISERVICE_STORAGE_SECRETKEY
|
|
18856
|
-
value: $(params.aiservice_storage_secretkey)
|
|
18857
|
-
- name: AISERVICE_STORAGE_HOST
|
|
18858
|
-
value: $(params.aiservice_storage_host)
|
|
18859
|
-
- name: AISERVICE_STORAGE_PORT
|
|
18860
|
-
value: $(params.aiservice_storage_port)
|
|
18861
|
-
- name: AISERVICE_STORAGE_SSL
|
|
18862
|
-
value: $(params.aiservice_storage_ssl)
|
|
18863
|
-
- name: AISERVICE_STORAGE_REGION
|
|
18864
|
-
value: $(params.aiservice_storage_region)
|
|
18865
|
-
- name: AISERVICE_STORAGE_PIPELINES_BUCKET
|
|
18866
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
18867
|
-
- name: AISERVICE_STORAGE_TENANTS_BUCKET
|
|
18868
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
18869
|
-
- name: AISERVICE_STORAGE_TEMPLATES_BUCKET
|
|
18870
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
18871
|
-
|
|
18872
18507
|
steps:
|
|
18873
18508
|
- name: aiservice-odh
|
|
18874
18509
|
command:
|
|
18875
18510
|
- /opt/app-root/src/run-role.sh
|
|
18876
18511
|
- aiservice_odh
|
|
18877
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18512
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18878
18513
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18879
18514
|
# --------------------------------------------------------------------------------
|
|
18880
18515
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -19050,7 +18685,7 @@ spec:
|
|
|
19050
18685
|
command:
|
|
19051
18686
|
- /opt/app-root/src/run-role.sh
|
|
19052
18687
|
- sls
|
|
19053
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18688
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19054
18689
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19055
18690
|
workingDir: /workspace/configs
|
|
19056
18691
|
|
|
@@ -19510,12 +19145,12 @@ spec:
|
|
|
19510
19145
|
command:
|
|
19511
19146
|
- /opt/app-root/src/run-role.sh
|
|
19512
19147
|
- suite_app_config
|
|
19513
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19148
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19514
19149
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19515
19150
|
|
|
19516
19151
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
19517
19152
|
- name: app-cfg-post-verify
|
|
19518
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19153
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19519
19154
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19520
19155
|
command:
|
|
19521
19156
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -19710,7 +19345,7 @@ spec:
|
|
|
19710
19345
|
command:
|
|
19711
19346
|
- /opt/app-root/src/run-role.sh
|
|
19712
19347
|
- suite_app_install
|
|
19713
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19348
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19714
19349
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19715
19350
|
|
|
19716
19351
|
workspaces:
|
|
@@ -19799,7 +19434,7 @@ spec:
|
|
|
19799
19434
|
command:
|
|
19800
19435
|
- /opt/app-root/src/run-role.sh
|
|
19801
19436
|
- suite_app_rollback
|
|
19802
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19437
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19803
19438
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19804
19439
|
# --------------------------------------------------------------------------------
|
|
19805
19440
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -19862,7 +19497,7 @@ spec:
|
|
|
19862
19497
|
command:
|
|
19863
19498
|
- /opt/app-root/src/run-role.sh
|
|
19864
19499
|
- suite_app_uninstall
|
|
19865
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19500
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19866
19501
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19867
19502
|
# --------------------------------------------------------------------------------
|
|
19868
19503
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -19937,7 +19572,7 @@ spec:
|
|
|
19937
19572
|
command:
|
|
19938
19573
|
- /opt/app-root/src/run-role.sh
|
|
19939
19574
|
- suite_app_upgrade
|
|
19940
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19575
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19941
19576
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19942
19577
|
# --------------------------------------------------------------------------------
|
|
19943
19578
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -20038,7 +19673,7 @@ spec:
|
|
|
20038
19673
|
command:
|
|
20039
19674
|
- /opt/app-root/src/run-role.sh
|
|
20040
19675
|
- suite_app_verify
|
|
20041
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19676
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20042
19677
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20043
19678
|
# --------------------------------------------------------------------------------
|
|
20044
19679
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -20181,7 +19816,7 @@ spec:
|
|
|
20181
19816
|
command:
|
|
20182
19817
|
- /opt/app-root/src/run-role.sh
|
|
20183
19818
|
- suite_certs
|
|
20184
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19819
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20185
19820
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20186
19821
|
|
|
20187
19822
|
workspaces:
|
|
@@ -20248,7 +19883,7 @@ spec:
|
|
|
20248
19883
|
command:
|
|
20249
19884
|
- /opt/app-root/src/run-role.sh
|
|
20250
19885
|
- suite_config
|
|
20251
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19886
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20252
19887
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20253
19888
|
workingDir: /workspace/configs
|
|
20254
19889
|
|
|
@@ -20580,7 +20215,7 @@ spec:
|
|
|
20580
20215
|
command:
|
|
20581
20216
|
- /opt/app-root/src/run-role.sh
|
|
20582
20217
|
- suite_db2_setup_for_facilities
|
|
20583
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20218
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20584
20219
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20585
20220
|
workingDir: /workspace/configs
|
|
20586
20221
|
|
|
@@ -20652,7 +20287,7 @@ spec:
|
|
|
20652
20287
|
command:
|
|
20653
20288
|
- /opt/app-root/src/run-role.sh
|
|
20654
20289
|
- suite_db2_setup_for_manage
|
|
20655
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20290
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20656
20291
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20657
20292
|
# --------------------------------------------------------------------------------
|
|
20658
20293
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -20842,7 +20477,7 @@ spec:
|
|
|
20842
20477
|
command:
|
|
20843
20478
|
- /opt/app-root/src/run-role.sh
|
|
20844
20479
|
- suite_dns
|
|
20845
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20480
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20846
20481
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20847
20482
|
# --------------------------------------------------------------------------------
|
|
20848
20483
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -21091,7 +20726,7 @@ spec:
|
|
|
21091
20726
|
command:
|
|
21092
20727
|
- /opt/app-root/src/run-role.sh
|
|
21093
20728
|
- suite_install
|
|
21094
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20729
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21095
20730
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21096
20731
|
workingDir: /workspace/configs
|
|
21097
20732
|
|
|
@@ -21179,7 +20814,7 @@ spec:
|
|
|
21179
20814
|
command:
|
|
21180
20815
|
- /opt/app-root/src/run-role.sh
|
|
21181
20816
|
- suite_rollback
|
|
21182
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20817
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21183
20818
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21184
20819
|
# --------------------------------------------------------------------------------
|
|
21185
20820
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -21244,7 +20879,7 @@ spec:
|
|
|
21244
20879
|
command:
|
|
21245
20880
|
- /opt/app-root/src/run-role.sh
|
|
21246
20881
|
- suite_uninstall
|
|
21247
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20882
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21248
20883
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21249
20884
|
# --------------------------------------------------------------------------------
|
|
21250
20885
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -21314,7 +20949,7 @@ spec:
|
|
|
21314
20949
|
command:
|
|
21315
20950
|
- /opt/app-root/src/run-role.sh
|
|
21316
20951
|
- suite_upgrade
|
|
21317
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20952
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21318
20953
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21319
20954
|
# --------------------------------------------------------------------------------
|
|
21320
20955
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -21376,12 +21011,12 @@ spec:
|
|
|
21376
21011
|
command:
|
|
21377
21012
|
- /opt/app-root/src/run-role.sh
|
|
21378
21013
|
- suite_verify
|
|
21379
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21014
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21380
21015
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21381
21016
|
|
|
21382
21017
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
21383
21018
|
- name: suite-post-verify
|
|
21384
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21019
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21385
21020
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21386
21021
|
command:
|
|
21387
21022
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -21504,7 +21139,7 @@ spec:
|
|
|
21504
21139
|
command:
|
|
21505
21140
|
- /opt/app-root/src/run-role.sh
|
|
21506
21141
|
- turbonomic
|
|
21507
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21142
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21508
21143
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21509
21144
|
# --------------------------------------------------------------------------------
|
|
21510
21145
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -21585,7 +21220,7 @@ spec:
|
|
|
21585
21220
|
# IBM User Data Services (UDS)
|
|
21586
21221
|
# -------------------------------------------------------------------------
|
|
21587
21222
|
- name: uds
|
|
21588
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21223
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21589
21224
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21590
21225
|
workingDir: /workspace/configs
|
|
21591
21226
|
command:
|
|
@@ -21648,7 +21283,7 @@ spec:
|
|
|
21648
21283
|
# IBM Data Reporter Operator (DRO)
|
|
21649
21284
|
# -------------------------------------------------------------------------
|
|
21650
21285
|
- name: dro
|
|
21651
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21286
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21652
21287
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21653
21288
|
workingDir: /workspace/configs
|
|
21654
21289
|
command:
|
|
@@ -21734,7 +21369,7 @@ spec:
|
|
|
21734
21369
|
description: "The value to set"
|
|
21735
21370
|
steps:
|
|
21736
21371
|
- name: update-configmap
|
|
21737
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21372
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21738
21373
|
command:
|
|
21739
21374
|
- /opt/app-root/src/update-configmap.sh
|
|
21740
21375
|
env:
|
|
@@ -21781,7 +21416,7 @@ spec:
|
|
|
21781
21416
|
|
|
21782
21417
|
steps:
|
|
21783
21418
|
- name: wait-for-configmap
|
|
21784
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21419
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21785
21420
|
command:
|
|
21786
21421
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21787
21422
|
env:
|
|
@@ -21862,7 +21497,7 @@ spec:
|
|
|
21862
21497
|
|
|
21863
21498
|
steps:
|
|
21864
21499
|
- name: wait-for-configmap
|
|
21865
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21500
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21866
21501
|
command:
|
|
21867
21502
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21868
21503
|
env:
|
|
@@ -21922,7 +21557,7 @@ spec:
|
|
|
21922
21557
|
|
|
21923
21558
|
steps:
|
|
21924
21559
|
- name: wait
|
|
21925
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21560
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21926
21561
|
command:
|
|
21927
21562
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
21928
21563
|
env:
|
|
@@ -22725,51 +22360,47 @@ spec:
|
|
|
22725
22360
|
|
|
22726
22361
|
# MAS Application Configuration - IBM Maximo AI Service - S3
|
|
22727
22362
|
# -----------------------------------------------------------------------------
|
|
22728
|
-
- name:
|
|
22363
|
+
- name: aiservice_s3_accesskey
|
|
22729
22364
|
type: string
|
|
22730
22365
|
description: S3/Minio storage access ket for IBM Maximo AI Service
|
|
22731
22366
|
default: ""
|
|
22732
|
-
- name:
|
|
22367
|
+
- name: aiservice_s3_secretkey
|
|
22733
22368
|
type: string
|
|
22734
22369
|
description: S3/Minio storage secret key for IBM Maximo AI Service
|
|
22735
22370
|
default: ""
|
|
22736
|
-
- name:
|
|
22371
|
+
- name: aiservice_s3_host
|
|
22737
22372
|
type: string
|
|
22738
22373
|
description: S3/Minio storage host for IBM Maximo AI Service
|
|
22739
22374
|
default: ""
|
|
22740
|
-
- name:
|
|
22375
|
+
- name: aiservice_s3_region
|
|
22741
22376
|
type: string
|
|
22742
22377
|
description: S3/Minio storage region for IBM Maximo AI Service
|
|
22743
22378
|
default: ""
|
|
22744
|
-
- name:
|
|
22379
|
+
- name: aiservice_s3_port
|
|
22745
22380
|
type: string
|
|
22746
22381
|
description: S3/Minio storage port for IBM Maximo AI Service
|
|
22747
22382
|
default: ""
|
|
22748
|
-
- name:
|
|
22383
|
+
- name: aiservice_s3_ssl
|
|
22749
22384
|
type: string
|
|
22750
22385
|
description: S3/Minio storage ssl for IBM Maximo AI Service
|
|
22751
22386
|
default: ""
|
|
22752
|
-
- name:
|
|
22387
|
+
- name: aiservice_s3_bucket_prefix
|
|
22753
22388
|
type: string
|
|
22754
|
-
description:
|
|
22389
|
+
description: s3 bucker prefix
|
|
22755
22390
|
default: ""
|
|
22756
|
-
- name:
|
|
22391
|
+
- name: aiservice_s3_pipelines_bucket
|
|
22757
22392
|
type: string
|
|
22758
22393
|
description: S3/Minio storage pipeline bucket for IBM Maximo AI Service
|
|
22759
22394
|
default: ""
|
|
22760
|
-
- name:
|
|
22395
|
+
- name: aiservice_s3_tenants_bucket
|
|
22761
22396
|
type: string
|
|
22762
22397
|
description: S3/Minio storage tenants bucket for IBM Maximo AI Service
|
|
22763
22398
|
default: ""
|
|
22764
|
-
- name:
|
|
22399
|
+
- name: aiservice_s3_templates_bucket
|
|
22765
22400
|
type: string
|
|
22766
22401
|
description: S3/Minio storage template bucket for IBM Maximo AI Service
|
|
22767
22402
|
default: ""
|
|
22768
22403
|
|
|
22769
|
-
- name: aiservice_s3_action
|
|
22770
|
-
type: string
|
|
22771
|
-
description: s3 action for IBM Maximo AI Service
|
|
22772
|
-
default: ""
|
|
22773
22404
|
- name: minio_root_user
|
|
22774
22405
|
type: string
|
|
22775
22406
|
description: root user for minio
|
|
@@ -22779,39 +22410,6 @@ spec:
|
|
|
22779
22410
|
description: password for minio root user
|
|
22780
22411
|
default: ""
|
|
22781
22412
|
|
|
22782
|
-
- name: aiservice_s3_bucket_prefix
|
|
22783
|
-
type: string
|
|
22784
|
-
description: s3 bucker prefix
|
|
22785
|
-
default: ""
|
|
22786
|
-
- name: aiservice_s3_region
|
|
22787
|
-
type: string
|
|
22788
|
-
description: s3 region
|
|
22789
|
-
default: ""
|
|
22790
|
-
- name: aiservice_s3_endpoint_url
|
|
22791
|
-
type: string
|
|
22792
|
-
description: endpoint url for s3
|
|
22793
|
-
default: ""
|
|
22794
|
-
- name: aiservice_tenant_s3_bucket_prefix
|
|
22795
|
-
type: string
|
|
22796
|
-
description: s3 bucker prefix ( tenant level )
|
|
22797
|
-
default: ""
|
|
22798
|
-
- name: aiservice_tenant_s3_region
|
|
22799
|
-
type: string
|
|
22800
|
-
description: s3 region ( tenant level )
|
|
22801
|
-
default: ""
|
|
22802
|
-
- name: aiservice_tenant_s3_endpoint_url
|
|
22803
|
-
type: string
|
|
22804
|
-
description: endpoint url for s3 ( tenant level )
|
|
22805
|
-
default: ""
|
|
22806
|
-
- name: aiservice_tenant_s3_access_key
|
|
22807
|
-
type: string
|
|
22808
|
-
description: access key for s3 ( tenant level )
|
|
22809
|
-
default: ""
|
|
22810
|
-
- name: aiservice_tenant_s3_secret_key
|
|
22811
|
-
type: string
|
|
22812
|
-
description: secret key for s3 ( tenant level )
|
|
22813
|
-
default: ""
|
|
22814
|
-
|
|
22815
22413
|
# MAS Application Configuration - IBM Maximo AI Service - Tenant
|
|
22816
22414
|
# -----------------------------------------------------------------------------
|
|
22817
22415
|
- name: tenant_entitlement_type
|
|
@@ -22845,10 +22443,6 @@ spec:
|
|
|
22845
22443
|
type: string
|
|
22846
22444
|
description: watsonx action for IBM Maximo AI Service
|
|
22847
22445
|
default: ""
|
|
22848
|
-
- name: aiservice_apikey_action
|
|
22849
|
-
type: string
|
|
22850
|
-
description: AI Broker api key action for IBM Maximo AI Service
|
|
22851
|
-
default: ""
|
|
22852
22446
|
|
|
22853
22447
|
# MAS Application Configuration - IBM Maximo AI Service - RSL
|
|
22854
22448
|
# -----------------------------------------------------------------------------
|
|
@@ -23125,9 +22719,8 @@ spec:
|
|
|
23125
22719
|
- ibm-catalogs
|
|
23126
22720
|
|
|
23127
22721
|
|
|
23128
|
-
# 3 Install
|
|
22722
|
+
# 3. Install Minio
|
|
23129
22723
|
# -------------------------------------------------------------------------
|
|
23130
|
-
# 3.1 Install minio storage class
|
|
23131
22724
|
- name: minio
|
|
23132
22725
|
timeout: "0"
|
|
23133
22726
|
params:
|
|
@@ -23149,12 +22742,6 @@ spec:
|
|
|
23149
22742
|
value: "$(params.aiservice_channel)"
|
|
23150
22743
|
- name: ibm_entitlement_key
|
|
23151
22744
|
value: $(params.ibm_entitlement_key)
|
|
23152
|
-
- name: aiservice_storage_provider
|
|
23153
|
-
value: $(params.aiservice_storage_provider)
|
|
23154
|
-
- name: aiservice_storage_accesskey
|
|
23155
|
-
value: $(params.aiservice_storage_accesskey)
|
|
23156
|
-
- name: aiservice_storage_secretkey
|
|
23157
|
-
value: $(params.aiservice_storage_secretkey)
|
|
23158
22745
|
- name: minio_root_user
|
|
23159
22746
|
value: $(params.minio_root_user)
|
|
23160
22747
|
- name: minio_root_password
|
|
@@ -23164,14 +22751,19 @@ spec:
|
|
|
23164
22751
|
name: mas-devops-minio
|
|
23165
22752
|
kind: Task
|
|
23166
22753
|
when:
|
|
23167
|
-
- input: "$(params.
|
|
23168
|
-
operator:
|
|
23169
|
-
values: ["
|
|
22754
|
+
- input: "$(params.minio_root_user)"
|
|
22755
|
+
operator: notin
|
|
22756
|
+
values: [""]
|
|
22757
|
+
- input: "$(params.minio_root_password)"
|
|
22758
|
+
operator: notin
|
|
22759
|
+
values: [""]
|
|
23170
22760
|
|
|
23171
22761
|
runAfter:
|
|
23172
22762
|
- cert-manager
|
|
23173
22763
|
|
|
23174
|
-
|
|
22764
|
+
|
|
22765
|
+
# 4. Install Db2
|
|
22766
|
+
# -------------------------------------------------------------------------
|
|
23175
22767
|
- name: db2-aiservice
|
|
23176
22768
|
timeout: "0"
|
|
23177
22769
|
params:
|
|
@@ -23288,7 +22880,9 @@ spec:
|
|
|
23288
22880
|
runAfter:
|
|
23289
22881
|
- cert-manager
|
|
23290
22882
|
|
|
23291
|
-
|
|
22883
|
+
|
|
22884
|
+
# 5. Opendatahub
|
|
22885
|
+
# -------------------------------------------------------------------------
|
|
23292
22886
|
- name: aiservice-odh
|
|
23293
22887
|
params:
|
|
23294
22888
|
# Controls the image pull policy for the ibmmas/cli image
|
|
@@ -23310,26 +22904,6 @@ spec:
|
|
|
23310
22904
|
value: $(params.ibm_entitlement_key)
|
|
23311
22905
|
- name: custom_labels
|
|
23312
22906
|
value: $(params.custom_labels)
|
|
23313
|
-
- name: aiservice_storage_provider
|
|
23314
|
-
value: $(params.aiservice_storage_provider)
|
|
23315
|
-
- name: aiservice_storage_accesskey
|
|
23316
|
-
value: $(params.aiservice_storage_accesskey)
|
|
23317
|
-
- name: aiservice_storage_secretkey
|
|
23318
|
-
value: $(params.aiservice_storage_secretkey)
|
|
23319
|
-
- name: aiservice_storage_host
|
|
23320
|
-
value: $(params.aiservice_storage_host)
|
|
23321
|
-
- name: aiservice_storage_port
|
|
23322
|
-
value: $(params.aiservice_storage_port)
|
|
23323
|
-
- name: aiservice_storage_ssl
|
|
23324
|
-
value: $(params.aiservice_storage_ssl)
|
|
23325
|
-
- name: aiservice_storage_region
|
|
23326
|
-
value: $(params.aiservice_storage_region)
|
|
23327
|
-
- name: aiservice_storage_pipelines_bucket
|
|
23328
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
23329
|
-
- name: aiservice_storage_tenants_bucket
|
|
23330
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
23331
|
-
- name: aiservice_storage_templates_bucket
|
|
23332
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
23333
22907
|
|
|
23334
22908
|
taskRef:
|
|
23335
22909
|
name: mas-devops-aiservice-odh
|
|
@@ -23341,66 +22915,9 @@ spec:
|
|
|
23341
22915
|
runAfter:
|
|
23342
22916
|
- minio
|
|
23343
22917
|
|
|
23344
|
-
# 3.4 Install Kmodels
|
|
23345
|
-
- name: aiservice-kmodels
|
|
23346
|
-
params:
|
|
23347
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
23348
|
-
- name: image_pull_policy
|
|
23349
|
-
value: $(params.image_pull_policy)
|
|
23350
|
-
|
|
23351
|
-
- name: devops_suite_name
|
|
23352
|
-
value: aiservice-kmodels
|
|
23353
22918
|
|
|
23354
|
-
|
|
23355
|
-
|
|
23356
|
-
- name: artifactory_token
|
|
23357
|
-
value: $(params.artifactory_token)
|
|
23358
|
-
|
|
23359
|
-
- name: ibm_entitlement_key
|
|
23360
|
-
value: $(params.ibm_entitlement_key)
|
|
23361
|
-
- name: custom_labels
|
|
23362
|
-
value: $(params.custom_labels)
|
|
23363
|
-
|
|
23364
|
-
- name: aiservice_instance_id
|
|
23365
|
-
value: $(params.aiservice_instance_id)
|
|
23366
|
-
|
|
23367
|
-
- name: aiservice_storage_provider
|
|
23368
|
-
value: $(params.aiservice_storage_provider)
|
|
23369
|
-
- name: aiservice_storage_accesskey
|
|
23370
|
-
value: $(params.aiservice_storage_accesskey)
|
|
23371
|
-
- name: aiservice_storage_secretkey
|
|
23372
|
-
value: $(params.aiservice_storage_secretkey)
|
|
23373
|
-
- name: aiservice_storage_host
|
|
23374
|
-
value: $(params.aiservice_storage_host)
|
|
23375
|
-
- name: aiservice_storage_port
|
|
23376
|
-
value: $(params.aiservice_storage_port)
|
|
23377
|
-
- name: aiservice_storage_ssl
|
|
23378
|
-
value: $(params.aiservice_storage_ssl)
|
|
23379
|
-
- name: aiservice_storage_region
|
|
23380
|
-
value: $(params.aiservice_storage_region)
|
|
23381
|
-
- name: aiservice_storage_pipelines_bucket
|
|
23382
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
23383
|
-
- name: aiservice_storage_tenants_bucket
|
|
23384
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
23385
|
-
- name: aiservice_storage_templates_bucket
|
|
23386
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
23387
|
-
|
|
23388
|
-
- name: mas_icr_cp
|
|
23389
|
-
value: $(params.mas_icr_cp)
|
|
23390
|
-
- name: mas_icr_cpopen
|
|
23391
|
-
value: $(params.mas_icr_cpopen)
|
|
23392
|
-
|
|
23393
|
-
taskRef:
|
|
23394
|
-
name: mas-devops-aiservice-kmodels
|
|
23395
|
-
kind: Task
|
|
23396
|
-
when:
|
|
23397
|
-
- input: "$(params.aiservice_channel)"
|
|
23398
|
-
operator: notin
|
|
23399
|
-
values: [""]
|
|
23400
|
-
runAfter:
|
|
23401
|
-
- aiservice-odh
|
|
23402
|
-
|
|
23403
|
-
# 3.5 Install and Configure AI Service
|
|
22919
|
+
# 6. Install AI Service
|
|
22920
|
+
# -------------------------------------------------------------------------
|
|
23404
22921
|
- name: aiservice
|
|
23405
22922
|
timeout: "0"
|
|
23406
22923
|
params:
|
|
@@ -23427,26 +22944,26 @@ spec:
|
|
|
23427
22944
|
- name: aiservice_channel
|
|
23428
22945
|
value: "$(params.aiservice_channel)"
|
|
23429
22946
|
|
|
23430
|
-
- name:
|
|
23431
|
-
value: $(params.
|
|
23432
|
-
- name:
|
|
23433
|
-
value: $(params.
|
|
23434
|
-
- name:
|
|
23435
|
-
value: $(params.
|
|
23436
|
-
- name:
|
|
23437
|
-
value: $(params.
|
|
23438
|
-
- name:
|
|
23439
|
-
value: $(params.
|
|
23440
|
-
- name:
|
|
23441
|
-
value: $(params.
|
|
23442
|
-
- name:
|
|
23443
|
-
value: $(params.
|
|
23444
|
-
- name:
|
|
23445
|
-
value: $(params.
|
|
23446
|
-
- name:
|
|
23447
|
-
value: $(params.
|
|
23448
|
-
- name:
|
|
23449
|
-
value: $(params.
|
|
22947
|
+
- name: aiservice_s3_accesskey
|
|
22948
|
+
value: $(params.aiservice_s3_accesskey)
|
|
22949
|
+
- name: aiservice_s3_secretkey
|
|
22950
|
+
value: $(params.aiservice_s3_secretkey)
|
|
22951
|
+
- name: aiservice_s3_host
|
|
22952
|
+
value: $(params.aiservice_s3_host)
|
|
22953
|
+
- name: aiservice_s3_port
|
|
22954
|
+
value: $(params.aiservice_s3_port)
|
|
22955
|
+
- name: aiservice_s3_ssl
|
|
22956
|
+
value: $(params.aiservice_s3_ssl)
|
|
22957
|
+
- name: aiservice_s3_region
|
|
22958
|
+
value: $(params.aiservice_s3_region)
|
|
22959
|
+
- name: aiservice_s3_bucket_prefix
|
|
22960
|
+
value: $(params.aiservice_s3_bucket_prefix)
|
|
22961
|
+
- name: aiservice_s3_pipelines_bucket
|
|
22962
|
+
value: $(params.aiservice_s3_pipelines_bucket)
|
|
22963
|
+
- name: aiservice_s3_tenants_bucket
|
|
22964
|
+
value: $(params.aiservice_s3_tenants_bucket)
|
|
22965
|
+
- name: aiservice_s3_templates_bucket
|
|
22966
|
+
value: $(params.aiservice_s3_templates_bucket)
|
|
23450
22967
|
|
|
23451
22968
|
- name: aiservice_watsonxai_apikey
|
|
23452
22969
|
value: $(params.aiservice_watsonxai_apikey)
|
|
@@ -23457,16 +22974,6 @@ spec:
|
|
|
23457
22974
|
- name: aiservice_watsonx_action
|
|
23458
22975
|
value: $(params.aiservice_watsonx_action)
|
|
23459
22976
|
|
|
23460
|
-
- name: aiservice_s3_action
|
|
23461
|
-
value: $(params.aiservice_s3_action)
|
|
23462
|
-
- name: aiservice_s3_bucket_prefix
|
|
23463
|
-
value: $(params.aiservice_s3_bucket_prefix)
|
|
23464
|
-
- name: aiservice_s3_endpoint_url
|
|
23465
|
-
value: $(params.aiservice_s3_endpoint_url)
|
|
23466
|
-
|
|
23467
|
-
- name: aiservice_apikey_action
|
|
23468
|
-
value: $(params.aiservice_apikey_action)
|
|
23469
|
-
|
|
23470
22977
|
- name: mas_icr_cp
|
|
23471
22978
|
value: $(params.mas_icr_cp)
|
|
23472
22979
|
- name: mas_icr_cpopen
|
|
@@ -23490,9 +22997,11 @@ spec:
|
|
|
23490
22997
|
- sls
|
|
23491
22998
|
- uds
|
|
23492
22999
|
- db2-aiservice
|
|
23493
|
-
- aiservice-
|
|
23000
|
+
- aiservice-odh
|
|
23001
|
+
|
|
23494
23002
|
|
|
23495
|
-
#
|
|
23003
|
+
# 7. Create AI Service Tenant
|
|
23004
|
+
# -------------------------------------------------------------------------
|
|
23496
23005
|
- name: aiservice-tenant
|
|
23497
23006
|
timeout: "0"
|
|
23498
23007
|
params:
|
|
@@ -23519,27 +23028,6 @@ spec:
|
|
|
23519
23028
|
- name: custom_labels
|
|
23520
23029
|
value: $(params.custom_labels)
|
|
23521
23030
|
|
|
23522
|
-
- name: aiservice_storage_provider
|
|
23523
|
-
value: $(params.aiservice_storage_provider)
|
|
23524
|
-
- name: aiservice_storage_accesskey
|
|
23525
|
-
value: $(params.aiservice_storage_accesskey)
|
|
23526
|
-
- name: aiservice_storage_secretkey
|
|
23527
|
-
value: $(params.aiservice_storage_secretkey)
|
|
23528
|
-
- name: aiservice_storage_host
|
|
23529
|
-
value: $(params.aiservice_storage_host)
|
|
23530
|
-
- name: aiservice_storage_port
|
|
23531
|
-
value: $(params.aiservice_storage_port)
|
|
23532
|
-
- name: aiservice_storage_ssl
|
|
23533
|
-
value: $(params.aiservice_storage_ssl)
|
|
23534
|
-
- name: aiservice_storage_region
|
|
23535
|
-
value: $(params.aiservice_storage_region)
|
|
23536
|
-
- name: aiservice_storage_pipelines_bucket
|
|
23537
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
23538
|
-
- name: aiservice_storage_tenants_bucket
|
|
23539
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
23540
|
-
- name: aiservice_storage_templates_bucket
|
|
23541
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
23542
|
-
|
|
23543
23031
|
- name: aiservice_watsonxai_apikey
|
|
23544
23032
|
value: $(params.aiservice_watsonxai_apikey)
|
|
23545
23033
|
- name: aiservice_watsonxai_url
|
|
@@ -23549,11 +23037,6 @@ spec:
|
|
|
23549
23037
|
- name: aiservice_watsonx_action
|
|
23550
23038
|
value: $(params.aiservice_watsonx_action)
|
|
23551
23039
|
|
|
23552
|
-
- name: aiservice_s3_action
|
|
23553
|
-
value: $(params.aiservice_s3_action)
|
|
23554
|
-
- name: aiservice_apikey_action
|
|
23555
|
-
value: $(params.aiservice_apikey_action)
|
|
23556
|
-
|
|
23557
23040
|
- name: tenant_entitlement_type
|
|
23558
23041
|
value: $(params.tenant_entitlement_type)
|
|
23559
23042
|
- name: tenant_entitlement_start_date
|
|
@@ -23566,17 +23049,6 @@ spec:
|
|
|
23566
23049
|
- name: mas_icr_cpopen
|
|
23567
23050
|
value: $(params.mas_icr_cpopen)
|
|
23568
23051
|
|
|
23569
|
-
- name: aiservice_tenant_s3_bucket_prefix
|
|
23570
|
-
value: $(params.aiservice_tenant_s3_bucket_prefix)
|
|
23571
|
-
- name: aiservice_tenant_s3_region
|
|
23572
|
-
value: $(params.aiservice_tenant_s3_region)
|
|
23573
|
-
- name: aiservice_tenant_s3_endpoint_url
|
|
23574
|
-
value: $(params.aiservice_tenant_s3_endpoint_url)
|
|
23575
|
-
- name: aiservice_tenant_s3_access_key
|
|
23576
|
-
value: $(params.aiservice_tenant_s3_access_key)
|
|
23577
|
-
- name: aiservice_tenant_s3_secret_key
|
|
23578
|
-
value: $(params.aiservice_tenant_s3_secret_key)
|
|
23579
|
-
|
|
23580
23052
|
- name: rsl_url
|
|
23581
23053
|
value: $(params.rsl_url)
|
|
23582
23054
|
- name: rsl_org_id
|
|
@@ -23600,7 +23072,9 @@ spec:
|
|
|
23600
23072
|
runAfter:
|
|
23601
23073
|
- aiservice
|
|
23602
23074
|
|
|
23603
|
-
|
|
23075
|
+
|
|
23076
|
+
# 8. AI Service Post Verification
|
|
23077
|
+
# -------------------------------------------------------------------------
|
|
23604
23078
|
- name: aiservice-post-verify
|
|
23605
23079
|
timeout: "0"
|
|
23606
23080
|
params:
|
|
@@ -23625,6 +23099,7 @@ spec:
|
|
|
23625
23099
|
runAfter:
|
|
23626
23100
|
- aiservice-tenant
|
|
23627
23101
|
|
|
23102
|
+
|
|
23628
23103
|
finally:
|
|
23629
23104
|
# Update synchronization configmap
|
|
23630
23105
|
# -------------------------------------------------------------------------
|