mas-cli 15.1.9__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/install/app.py +2 -2
- mas/cli/templates/ibm-mas-tekton.yaml +243 -775
- {mas_cli-15.1.9.dist-info → mas_cli-15.1.11.dist-info}/METADATA +2 -2
- {mas_cli-15.1.9.dist-info → mas_cli-15.1.11.dist-info}/RECORD +14 -14
- {mas_cli-15.1.9.data → mas_cli-15.1.11.data}/scripts/mas-cli +0 -0
- {mas_cli-15.1.9.dist-info → mas_cli-15.1.11.dist-info}/WHEEL +0 -0
- {mas_cli-15.1.9.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
|
|
@@ -524,19 +461,9 @@ spec:
|
|
|
524
461
|
value: $(params.aiservice_instance_id)
|
|
525
462
|
- name: AISERVICE_CHANNEL
|
|
526
463
|
value: $(params.aiservice_channel)
|
|
527
|
-
- name: AISERVICE_SAAS
|
|
528
|
-
value: 'true'
|
|
529
464
|
- name: ENVIRONMENT_TYPE
|
|
530
465
|
value: $(params.environment_type)
|
|
531
466
|
|
|
532
|
-
# AI Broker action for create/delete s3 secret
|
|
533
|
-
- name: AISERVICE_S3_ACTION
|
|
534
|
-
value: $(params.aiservice_s3_action)
|
|
535
|
-
|
|
536
|
-
# AI Broker action for create/delete api key
|
|
537
|
-
- name: AISERVICE_APIKEY_ACTION
|
|
538
|
-
value: $(params.aiservice_apikey_action)
|
|
539
|
-
|
|
540
467
|
# Watsonx
|
|
541
468
|
- name: AISERVICE_WATSONXAI_APIKEY
|
|
542
469
|
value: $(params.aiservice_watsonxai_apikey)
|
|
@@ -547,28 +474,6 @@ spec:
|
|
|
547
474
|
- name: AISERVICE_WATSONX_ACTION
|
|
548
475
|
value: $(params.aiservice_watsonx_action)
|
|
549
476
|
|
|
550
|
-
# S3 storage
|
|
551
|
-
- name: AISERVICE_STORAGE_PROVIDER
|
|
552
|
-
value: $(params.aiservice_storage_provider)
|
|
553
|
-
- name: AISERVICE_STORAGE_ACCESSKEY
|
|
554
|
-
value: $(params.aiservice_storage_accesskey)
|
|
555
|
-
- name: AISERVICE_STORAGE_SECRETKEY
|
|
556
|
-
value: $(params.aiservice_storage_secretkey)
|
|
557
|
-
- name: AISERVICE_STORAGE_HOST
|
|
558
|
-
value: $(params.aiservice_storage_host)
|
|
559
|
-
- name: AISERVICE_STORAGE_PORT
|
|
560
|
-
value: $(params.aiservice_storage_port)
|
|
561
|
-
- name: AISERVICE_STORAGE_SSL
|
|
562
|
-
value: $(params.aiservice_storage_ssl)
|
|
563
|
-
- name: AISERVICE_STORAGE_REGION
|
|
564
|
-
value: $(params.aiservice_storage_region)
|
|
565
|
-
- name: AISERVICE_STORAGE_PIPELINES_BUCKET
|
|
566
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
567
|
-
- name: AISERVICE_STORAGE_TENANTS_BUCKET
|
|
568
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
569
|
-
- name: AISERVICE_STORAGE_TEMPLATES_BUCKET
|
|
570
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
571
|
-
|
|
572
477
|
# Tenant Entitlement
|
|
573
478
|
- name: AISERVICE_TENANT_ENTITLEMENT_TYPE
|
|
574
479
|
value: $(params.tenant_entitlement_type)
|
|
@@ -577,18 +482,6 @@ spec:
|
|
|
577
482
|
- name: AISERVICE_TENANT_ENTITLEMENT_END_DATE
|
|
578
483
|
value: $(params.tenant_entitlement_end_date)
|
|
579
484
|
|
|
580
|
-
# Tenant S3 storage
|
|
581
|
-
- name: AISERVICE_TENANT_S3_REGION
|
|
582
|
-
value: $(params.aiservice_tenant_s3_region)
|
|
583
|
-
- name: AISERVICE_TENANT_S3_BUCKET_PREFIX
|
|
584
|
-
value: $(params.aiservice_tenant_s3_bucket_prefix)
|
|
585
|
-
- name: AISERVICE_TENANT_S3_ENDPOINT_URL
|
|
586
|
-
value: $(params.aiservice_tenant_s3_endpoint_url)
|
|
587
|
-
- name: AISERVICE_TENANT_S3_ACCESS_KEY
|
|
588
|
-
value: $(params.aiservice_tenant_s3_access_key)
|
|
589
|
-
- name: AISERVICE_TENANT_S3_SECRET_KEY
|
|
590
|
-
value: $(params.aiservice_tenant_s3_secret_key)
|
|
591
|
-
|
|
592
485
|
# RSL
|
|
593
486
|
- name: RSL_URL
|
|
594
487
|
value: $(params.rsl_url)
|
|
@@ -602,7 +495,7 @@ spec:
|
|
|
602
495
|
command:
|
|
603
496
|
- /opt/app-root/src/run-role.sh
|
|
604
497
|
- aiservice_tenant
|
|
605
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
498
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
606
499
|
imagePullPolicy: $(params.image_pull_policy)
|
|
607
500
|
workingDir: /workspace/configs
|
|
608
501
|
|
|
@@ -669,16 +562,6 @@ spec:
|
|
|
669
562
|
description: Optional MAS custom labels, comma separated list of key=value pairs
|
|
670
563
|
default: ""
|
|
671
564
|
|
|
672
|
-
# AI Broker actions
|
|
673
|
-
- name: aiservice_s3_action
|
|
674
|
-
type: string
|
|
675
|
-
description:
|
|
676
|
-
default: "This option is optional"
|
|
677
|
-
- name: aiservice_apikey_action
|
|
678
|
-
type: string
|
|
679
|
-
description:
|
|
680
|
-
default: "This option is optional"
|
|
681
|
-
|
|
682
565
|
# WatsonX params
|
|
683
566
|
- name: aiservice_watsonxai_apikey
|
|
684
567
|
type: string
|
|
@@ -698,52 +581,45 @@ spec:
|
|
|
698
581
|
default: "This option is mandatory"
|
|
699
582
|
|
|
700
583
|
# AI Broker storage
|
|
701
|
-
- name:
|
|
584
|
+
- name: aiservice_s3_accesskey
|
|
702
585
|
type: string
|
|
703
586
|
default: "This option is mandatory"
|
|
704
587
|
default: ""
|
|
705
|
-
- name:
|
|
588
|
+
- name: aiservice_s3_secretkey
|
|
706
589
|
type: string
|
|
707
590
|
default: "This option is mandatory"
|
|
708
591
|
default: ""
|
|
709
|
-
- name:
|
|
592
|
+
- name: aiservice_s3_host
|
|
710
593
|
type: string
|
|
711
594
|
default: "This option is mandatory"
|
|
712
595
|
default: ""
|
|
713
|
-
- name:
|
|
596
|
+
- name: aiservice_s3_port
|
|
714
597
|
type: string
|
|
715
598
|
default: "This option is mandatory"
|
|
716
599
|
default: ""
|
|
717
|
-
- name:
|
|
600
|
+
- name: aiservice_s3_ssl
|
|
718
601
|
type: string
|
|
719
602
|
default: "This option is mandatory"
|
|
720
603
|
default: ""
|
|
721
|
-
- name:
|
|
604
|
+
- name: aiservice_s3_region
|
|
722
605
|
type: string
|
|
723
606
|
default: "This option is mandatory"
|
|
724
607
|
default: ""
|
|
725
|
-
- name:
|
|
608
|
+
- name: aiservice_s3_bucket_prefix
|
|
726
609
|
type: string
|
|
727
|
-
default: "This option is mandatory"
|
|
728
610
|
default: ""
|
|
729
|
-
- name:
|
|
611
|
+
- name: aiservice_s3_pipelines_bucket
|
|
730
612
|
type: string
|
|
731
613
|
default: "This option is mandatory"
|
|
732
614
|
default: ""
|
|
733
|
-
- name:
|
|
615
|
+
- name: aiservice_s3_tenants_bucket
|
|
734
616
|
type: string
|
|
735
617
|
default: "This option is mandatory"
|
|
736
618
|
default: ""
|
|
737
|
-
- name:
|
|
619
|
+
- name: aiservice_s3_templates_bucket
|
|
738
620
|
type: string
|
|
739
621
|
default: "This option is mandatory"
|
|
740
622
|
default: ""
|
|
741
|
-
- name: aiservice_s3_bucket_prefix
|
|
742
|
-
type: string
|
|
743
|
-
default: ""
|
|
744
|
-
- name: aiservice_s3_endpoint_url
|
|
745
|
-
type: string
|
|
746
|
-
default: ""
|
|
747
623
|
- name: environment_type
|
|
748
624
|
type: string
|
|
749
625
|
description: Environment type
|
|
@@ -801,14 +677,6 @@ spec:
|
|
|
801
677
|
- name: CUSTOM_LABELS
|
|
802
678
|
value: $(params.custom_labels)
|
|
803
679
|
|
|
804
|
-
# AI Broker action for create/delete s3 secret
|
|
805
|
-
- name: AISERVICE_S3_ACTION
|
|
806
|
-
value: $(params.aiservice_s3_action)
|
|
807
|
-
|
|
808
|
-
# AI Broker action for create/delete api key
|
|
809
|
-
- name: AISERVICE_APIKEY_ACTION
|
|
810
|
-
value: $(params.aiservice_apikey_action)
|
|
811
|
-
|
|
812
680
|
# Watsonx
|
|
813
681
|
- name: AISERVICE_WATSONXAI_APIKEY
|
|
814
682
|
value: $(params.aiservice_watsonxai_apikey)
|
|
@@ -820,33 +688,27 @@ spec:
|
|
|
820
688
|
value: $(params.aiservice_watsonx_action)
|
|
821
689
|
|
|
822
690
|
# Opendatahub storage details
|
|
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:
|
|
834
|
-
value: $(params.
|
|
835
|
-
- name: AISERVICE_STORAGE_REGION
|
|
836
|
-
value: $(params.aiservice_storage_region)
|
|
837
|
-
- name: AISERVICE_STORAGE_PIPELINES_BUCKET
|
|
838
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
839
|
-
- name: AISERVICE_STORAGE_TENANTS_BUCKET
|
|
840
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
841
|
-
- name: AISERVICE_STORAGE_TEMPLATES_BUCKET
|
|
842
|
-
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)
|
|
843
703
|
- name: AISERVICE_S3_BUCKET_PREFIX
|
|
844
704
|
value: $(params.aiservice_s3_bucket_prefix)
|
|
845
|
-
- name:
|
|
846
|
-
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)
|
|
847
711
|
|
|
848
|
-
- name: AISERVICE_SAAS
|
|
849
|
-
value: 'true'
|
|
850
712
|
- name: ENVIRONMENT_TYPE
|
|
851
713
|
value: $(params.environment_type)
|
|
852
714
|
|
|
@@ -855,7 +717,7 @@ spec:
|
|
|
855
717
|
command:
|
|
856
718
|
- /opt/app-root/src/run-role.sh
|
|
857
719
|
- aiservice
|
|
858
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
720
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
859
721
|
imagePullPolicy: $(params.image_pull_policy)
|
|
860
722
|
workingDir: /workspace/configs
|
|
861
723
|
|
|
@@ -971,7 +833,7 @@ spec:
|
|
|
971
833
|
command:
|
|
972
834
|
- /opt/app-root/src/run-role.sh
|
|
973
835
|
- appconnect
|
|
974
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
836
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
975
837
|
imagePullPolicy: $(params.image_pull_policy)
|
|
976
838
|
workingDir: /workspace/configs
|
|
977
839
|
|
|
@@ -1089,7 +951,7 @@ spec:
|
|
|
1089
951
|
command:
|
|
1090
952
|
- /opt/app-root/src/run-role.sh
|
|
1091
953
|
- arcgis
|
|
1092
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
954
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1093
955
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1094
956
|
# --------------------------------------------------------------------------------
|
|
1095
957
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -1159,7 +1021,7 @@ spec:
|
|
|
1159
1021
|
command:
|
|
1160
1022
|
- /opt/app-root/src/run-role.sh
|
|
1161
1023
|
- cert_manager
|
|
1162
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1024
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1163
1025
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1164
1026
|
workingDir: /workspace/configs
|
|
1165
1027
|
# --------------------------------------------------------------------------------
|
|
@@ -1225,7 +1087,7 @@ spec:
|
|
|
1225
1087
|
command:
|
|
1226
1088
|
- /opt/app-root/src/run-role.sh
|
|
1227
1089
|
- common_services
|
|
1228
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1090
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1229
1091
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1230
1092
|
workingDir: /workspace/configs
|
|
1231
1093
|
# --------------------------------------------------------------------------------
|
|
@@ -1352,7 +1214,7 @@ spec:
|
|
|
1352
1214
|
command:
|
|
1353
1215
|
- /opt/app-root/src/run-role.sh
|
|
1354
1216
|
- cos
|
|
1355
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1217
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1356
1218
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1357
1219
|
workingDir: /workspace/configs
|
|
1358
1220
|
|
|
@@ -1472,7 +1334,7 @@ spec:
|
|
|
1472
1334
|
command:
|
|
1473
1335
|
- /opt/app-root/src/run-role.sh
|
|
1474
1336
|
- cp4d_service
|
|
1475
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1337
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1476
1338
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1477
1339
|
workingDir: /workspace/configs
|
|
1478
1340
|
# --------------------------------------------------------------------------------
|
|
@@ -1589,7 +1451,7 @@ spec:
|
|
|
1589
1451
|
command:
|
|
1590
1452
|
- /opt/app-root/src/run-role.sh
|
|
1591
1453
|
- cp4d_service
|
|
1592
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1454
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1593
1455
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1594
1456
|
workingDir: /workspace/configs
|
|
1595
1457
|
|
|
@@ -1695,7 +1557,7 @@ spec:
|
|
|
1695
1557
|
command:
|
|
1696
1558
|
- /opt/app-root/src/run-role.sh
|
|
1697
1559
|
- cp4d
|
|
1698
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1560
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
1699
1561
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1700
1562
|
# --------------------------------------------------------------------------------
|
|
1701
1563
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -2017,7 +1879,7 @@ spec:
|
|
|
2017
1879
|
command:
|
|
2018
1880
|
- /opt/app-root/src/run-role.sh
|
|
2019
1881
|
- db2
|
|
2020
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1882
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2021
1883
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2022
1884
|
workingDir: /workspace/configs
|
|
2023
1885
|
|
|
@@ -2127,7 +1989,7 @@ spec:
|
|
|
2127
1989
|
command:
|
|
2128
1990
|
- /opt/app-root/src/run-role.sh
|
|
2129
1991
|
- eck
|
|
2130
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
1992
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2131
1993
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2132
1994
|
# --------------------------------------------------------------------------------
|
|
2133
1995
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2216,7 +2078,7 @@ spec:
|
|
|
2216
2078
|
command:
|
|
2217
2079
|
- /opt/app-root/src/run-role.sh
|
|
2218
2080
|
- gencfg_workspace
|
|
2219
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2081
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2220
2082
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2221
2083
|
workingDir: /workspace/configs
|
|
2222
2084
|
|
|
@@ -2411,7 +2273,7 @@ spec:
|
|
|
2411
2273
|
- -c
|
|
2412
2274
|
name: gitops-aibroker-tenant
|
|
2413
2275
|
imagePullPolicy: IfNotPresent
|
|
2414
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2276
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2415
2277
|
workspaces:
|
|
2416
2278
|
- name: configs
|
|
2417
2279
|
# --------------------------------------------------------------------------------
|
|
@@ -2604,7 +2466,7 @@ spec:
|
|
|
2604
2466
|
- -c
|
|
2605
2467
|
name: gitops-aibroker
|
|
2606
2468
|
imagePullPolicy: IfNotPresent
|
|
2607
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2469
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2608
2470
|
workspaces:
|
|
2609
2471
|
- name: configs
|
|
2610
2472
|
# --------------------------------------------------------------------------------
|
|
@@ -2705,7 +2567,7 @@ spec:
|
|
|
2705
2567
|
- -c
|
|
2706
2568
|
name: gitops-bootstrap
|
|
2707
2569
|
imagePullPolicy: IfNotPresent
|
|
2708
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2570
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2709
2571
|
workspaces:
|
|
2710
2572
|
- name: configs
|
|
2711
2573
|
# --------------------------------------------------------------------------------
|
|
@@ -2787,7 +2649,7 @@ spec:
|
|
|
2787
2649
|
- -c
|
|
2788
2650
|
name: gitops-cis-compliance
|
|
2789
2651
|
imagePullPolicy: IfNotPresent
|
|
2790
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2652
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
2791
2653
|
workspaces:
|
|
2792
2654
|
- name: configs
|
|
2793
2655
|
# --------------------------------------------------------------------------------
|
|
@@ -3122,7 +2984,7 @@ spec:
|
|
|
3122
2984
|
- -c
|
|
3123
2985
|
name: gitops-cluster
|
|
3124
2986
|
imagePullPolicy: Always
|
|
3125
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
2987
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3126
2988
|
workspaces:
|
|
3127
2989
|
- name: configs
|
|
3128
2990
|
# --------------------------------------------------------------------------------
|
|
@@ -3230,7 +3092,7 @@ spec:
|
|
|
3230
3092
|
- -c
|
|
3231
3093
|
name: gitops-cos
|
|
3232
3094
|
imagePullPolicy: IfNotPresent
|
|
3233
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3095
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3234
3096
|
workspaces:
|
|
3235
3097
|
- name: configs
|
|
3236
3098
|
# --------------------------------------------------------------------------------
|
|
@@ -3378,7 +3240,7 @@ spec:
|
|
|
3378
3240
|
- -c
|
|
3379
3241
|
name: gitops-cp4d-service
|
|
3380
3242
|
imagePullPolicy: IfNotPresent
|
|
3381
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3243
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3382
3244
|
workspaces:
|
|
3383
3245
|
- name: configs
|
|
3384
3246
|
- name: shared-gitops-configs
|
|
@@ -3507,7 +3369,7 @@ spec:
|
|
|
3507
3369
|
- -c
|
|
3508
3370
|
name: gitops-cp4d
|
|
3509
3371
|
imagePullPolicy: IfNotPresent
|
|
3510
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3372
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3511
3373
|
workspaces:
|
|
3512
3374
|
- name: configs
|
|
3513
3375
|
- name: shared-gitops-configs
|
|
@@ -3798,7 +3660,7 @@ spec:
|
|
|
3798
3660
|
- -c
|
|
3799
3661
|
name: gitops-db2u-database
|
|
3800
3662
|
imagePullPolicy: Always
|
|
3801
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3663
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3802
3664
|
workspaces:
|
|
3803
3665
|
- name: configs
|
|
3804
3666
|
- name: shared-gitops-configs
|
|
@@ -3896,7 +3758,7 @@ spec:
|
|
|
3896
3758
|
- -c
|
|
3897
3759
|
name: gitops-db2u
|
|
3898
3760
|
imagePullPolicy: IfNotPresent
|
|
3899
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3761
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
3900
3762
|
workspaces:
|
|
3901
3763
|
- name: configs
|
|
3902
3764
|
# --------------------------------------------------------------------------------
|
|
@@ -4023,7 +3885,7 @@ spec:
|
|
|
4023
3885
|
- -c
|
|
4024
3886
|
name: gitops-delete-jdbc-config
|
|
4025
3887
|
imagePullPolicy: IfNotPresent
|
|
4026
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3888
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4027
3889
|
workspaces:
|
|
4028
3890
|
- name: configs
|
|
4029
3891
|
# --------------------------------------------------------------------------------
|
|
@@ -4121,7 +3983,7 @@ spec:
|
|
|
4121
3983
|
- -c
|
|
4122
3984
|
name: gitops-delete-kafka-config
|
|
4123
3985
|
imagePullPolicy: Always
|
|
4124
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
3986
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4125
3987
|
workspaces:
|
|
4126
3988
|
- name: configs
|
|
4127
3989
|
|
|
@@ -4213,7 +4075,7 @@ spec:
|
|
|
4213
4075
|
- -c
|
|
4214
4076
|
name: gitops-deprovision-app-config
|
|
4215
4077
|
imagePullPolicy: IfNotPresent
|
|
4216
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4078
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4217
4079
|
workspaces:
|
|
4218
4080
|
- name: configs
|
|
4219
4081
|
# --------------------------------------------------------------------------------
|
|
@@ -4298,7 +4160,7 @@ spec:
|
|
|
4298
4160
|
- -c
|
|
4299
4161
|
name: gitops-deprovision-app-install
|
|
4300
4162
|
imagePullPolicy: IfNotPresent
|
|
4301
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4163
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4302
4164
|
workspaces:
|
|
4303
4165
|
- name: configs
|
|
4304
4166
|
# --------------------------------------------------------------------------------
|
|
@@ -4383,7 +4245,7 @@ spec:
|
|
|
4383
4245
|
- -c
|
|
4384
4246
|
name: gitops-deprovision-cluster
|
|
4385
4247
|
imagePullPolicy: IfNotPresent
|
|
4386
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4248
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4387
4249
|
workspaces:
|
|
4388
4250
|
- name: configs
|
|
4389
4251
|
# --------------------------------------------------------------------------------
|
|
@@ -4502,7 +4364,7 @@ spec:
|
|
|
4502
4364
|
- -c
|
|
4503
4365
|
name: gitops-deprovision-cos
|
|
4504
4366
|
imagePullPolicy: IfNotPresent
|
|
4505
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4367
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4506
4368
|
workspaces:
|
|
4507
4369
|
- name: configs
|
|
4508
4370
|
# --------------------------------------------------------------------------------
|
|
@@ -4607,7 +4469,7 @@ spec:
|
|
|
4607
4469
|
- -c
|
|
4608
4470
|
name: gitops-deprovision-cp4d-service
|
|
4609
4471
|
imagePullPolicy: IfNotPresent
|
|
4610
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4472
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4611
4473
|
workspaces:
|
|
4612
4474
|
- name: configs
|
|
4613
4475
|
# --------------------------------------------------------------------------------
|
|
@@ -4695,7 +4557,7 @@ spec:
|
|
|
4695
4557
|
- -c
|
|
4696
4558
|
name: gitops-deprovision-cp4d
|
|
4697
4559
|
imagePullPolicy: IfNotPresent
|
|
4698
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4560
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4699
4561
|
workspaces:
|
|
4700
4562
|
- name: configs
|
|
4701
4563
|
# --------------------------------------------------------------------------------
|
|
@@ -4788,7 +4650,7 @@ spec:
|
|
|
4788
4650
|
- -c
|
|
4789
4651
|
name: gitops-deprovision-db2u-database
|
|
4790
4652
|
imagePullPolicy: IfNotPresent
|
|
4791
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4653
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4792
4654
|
workspaces:
|
|
4793
4655
|
- name: configs
|
|
4794
4656
|
|
|
@@ -4871,7 +4733,7 @@ spec:
|
|
|
4871
4733
|
- -c
|
|
4872
4734
|
name: gitops-deprovision-db2u
|
|
4873
4735
|
imagePullPolicy: IfNotPresent
|
|
4874
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4736
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4875
4737
|
workspaces:
|
|
4876
4738
|
- name: configs
|
|
4877
4739
|
|
|
@@ -4988,7 +4850,7 @@ spec:
|
|
|
4988
4850
|
- -c
|
|
4989
4851
|
name: gitops-deprovision-efs
|
|
4990
4852
|
imagePullPolicy: IfNotPresent
|
|
4991
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4853
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
4992
4854
|
workspaces:
|
|
4993
4855
|
- name: configs
|
|
4994
4856
|
|
|
@@ -5098,7 +4960,7 @@ spec:
|
|
|
5098
4960
|
- -c
|
|
5099
4961
|
name: gitops-deprovision-kafka
|
|
5100
4962
|
imagePullPolicy: IfNotPresent
|
|
5101
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
4963
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5102
4964
|
workspaces:
|
|
5103
4965
|
- name: configs
|
|
5104
4966
|
# --------------------------------------------------------------------------------
|
|
@@ -5201,7 +5063,7 @@ spec:
|
|
|
5201
5063
|
- -c
|
|
5202
5064
|
name: gitops-deprovision-mongo
|
|
5203
5065
|
imagePullPolicy: IfNotPresent
|
|
5204
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5066
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5205
5067
|
workspaces:
|
|
5206
5068
|
- name: configs
|
|
5207
5069
|
|
|
@@ -5258,7 +5120,7 @@ spec:
|
|
|
5258
5120
|
- -c
|
|
5259
5121
|
name: gitops-deprovision-rosa
|
|
5260
5122
|
imagePullPolicy: IfNotPresent
|
|
5261
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5123
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5262
5124
|
workspaces:
|
|
5263
5125
|
- name: configs
|
|
5264
5126
|
# --------------------------------------------------------------------------------
|
|
@@ -5463,7 +5325,7 @@ spec:
|
|
|
5463
5325
|
- -c
|
|
5464
5326
|
name: gitops-deprovision-suite-config
|
|
5465
5327
|
imagePullPolicy: IfNotPresent
|
|
5466
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5328
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5467
5329
|
workspaces:
|
|
5468
5330
|
- name: configs
|
|
5469
5331
|
|
|
@@ -5561,7 +5423,7 @@ spec:
|
|
|
5561
5423
|
- -c
|
|
5562
5424
|
name: gitops-deprovision-suite-idp-config
|
|
5563
5425
|
imagePullPolicy: IfNotPresent
|
|
5564
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5426
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5565
5427
|
workspaces:
|
|
5566
5428
|
- name: configs
|
|
5567
5429
|
# --------------------------------------------------------------------------------
|
|
@@ -5653,7 +5515,7 @@ spec:
|
|
|
5653
5515
|
- -c
|
|
5654
5516
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5655
5517
|
imagePullPolicy: IfNotPresent
|
|
5656
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5518
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5657
5519
|
workspaces:
|
|
5658
5520
|
- name: configs
|
|
5659
5521
|
# --------------------------------------------------------------------------------
|
|
@@ -5865,7 +5727,7 @@ spec:
|
|
|
5865
5727
|
- -c
|
|
5866
5728
|
name: gitops-deprovision-suite-smtp-config
|
|
5867
5729
|
imagePullPolicy: IfNotPresent
|
|
5868
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5730
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5869
5731
|
workspaces:
|
|
5870
5732
|
- name: configs
|
|
5871
5733
|
# --------------------------------------------------------------------------------
|
|
@@ -5958,7 +5820,7 @@ spec:
|
|
|
5958
5820
|
- -c
|
|
5959
5821
|
name: gitops-deprovision-suite-watson-studio-config
|
|
5960
5822
|
imagePullPolicy: IfNotPresent
|
|
5961
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5823
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
5962
5824
|
workspaces:
|
|
5963
5825
|
- name: configs
|
|
5964
5826
|
# --------------------------------------------------------------------------------
|
|
@@ -6049,7 +5911,7 @@ spec:
|
|
|
6049
5911
|
- -c
|
|
6050
5912
|
name: gitops-deprovision-suite-workspace
|
|
6051
5913
|
imagePullPolicy: Always
|
|
6052
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
5914
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6053
5915
|
workspaces:
|
|
6054
5916
|
- name: configs
|
|
6055
5917
|
# --------------------------------------------------------------------------------
|
|
@@ -6142,7 +6004,7 @@ spec:
|
|
|
6142
6004
|
- -c
|
|
6143
6005
|
name: gitops-deprovision-suite
|
|
6144
6006
|
imagePullPolicy: IfNotPresent
|
|
6145
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6007
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6146
6008
|
workspaces:
|
|
6147
6009
|
- name: configs
|
|
6148
6010
|
|
|
@@ -6255,7 +6117,7 @@ spec:
|
|
|
6255
6117
|
- -c
|
|
6256
6118
|
name: gitops-dro
|
|
6257
6119
|
imagePullPolicy: IfNotPresent
|
|
6258
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6120
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6259
6121
|
workspaces:
|
|
6260
6122
|
- name: configs
|
|
6261
6123
|
# --------------------------------------------------------------------------------
|
|
@@ -6382,7 +6244,7 @@ spec:
|
|
|
6382
6244
|
- -c
|
|
6383
6245
|
name: gitops-efs
|
|
6384
6246
|
imagePullPolicy: IfNotPresent
|
|
6385
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6247
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6386
6248
|
workspaces:
|
|
6387
6249
|
- name: configs
|
|
6388
6250
|
|
|
@@ -6517,7 +6379,7 @@ spec:
|
|
|
6517
6379
|
- -c
|
|
6518
6380
|
name: gitops-jdbc-config
|
|
6519
6381
|
imagePullPolicy: Always
|
|
6520
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6382
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6521
6383
|
workspaces:
|
|
6522
6384
|
- name: configs
|
|
6523
6385
|
- name: shared-gitops-configs
|
|
@@ -6613,7 +6475,7 @@ spec:
|
|
|
6613
6475
|
- -c
|
|
6614
6476
|
name: gitops-kafka-config
|
|
6615
6477
|
imagePullPolicy: Always
|
|
6616
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6478
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6617
6479
|
workspaces:
|
|
6618
6480
|
- name: configs
|
|
6619
6481
|
|
|
@@ -6735,7 +6597,7 @@ spec:
|
|
|
6735
6597
|
- -c
|
|
6736
6598
|
name: gitops-kafka
|
|
6737
6599
|
imagePullPolicy: IfNotPresent
|
|
6738
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6600
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6739
6601
|
workspaces:
|
|
6740
6602
|
- name: configs
|
|
6741
6603
|
# --------------------------------------------------------------------------------
|
|
@@ -6929,7 +6791,7 @@ spec:
|
|
|
6929
6791
|
- -c
|
|
6930
6792
|
name: gitops-kmodel
|
|
6931
6793
|
imagePullPolicy: IfNotPresent
|
|
6932
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6794
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
6933
6795
|
workspaces:
|
|
6934
6796
|
- name: configs
|
|
6935
6797
|
# --------------------------------------------------------------------------------
|
|
@@ -7055,7 +6917,7 @@ spec:
|
|
|
7055
6917
|
- -c
|
|
7056
6918
|
name: gitops-license
|
|
7057
6919
|
imagePullPolicy: Always
|
|
7058
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
6920
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
7059
6921
|
workspaces:
|
|
7060
6922
|
- name: shared-entitlement
|
|
7061
6923
|
|
|
@@ -7779,7 +7641,7 @@ spec:
|
|
|
7779
7641
|
- -c
|
|
7780
7642
|
name: gitops-mas-fvt-preparer
|
|
7781
7643
|
imagePullPolicy: Always
|
|
7782
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
7644
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
7783
7645
|
workspaces:
|
|
7784
7646
|
- name: configs
|
|
7785
7647
|
- name: shared-additional-configs
|
|
@@ -8279,7 +8141,7 @@ spec:
|
|
|
8279
8141
|
- -c
|
|
8280
8142
|
name: gitops-mas-initiator
|
|
8281
8143
|
imagePullPolicy: IfNotPresent
|
|
8282
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8144
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8283
8145
|
workspaces:
|
|
8284
8146
|
- name: configs
|
|
8285
8147
|
# --------------------------------------------------------------------------------
|
|
@@ -8412,7 +8274,7 @@ spec:
|
|
|
8412
8274
|
- -c
|
|
8413
8275
|
name: gitops-mas-provisioner
|
|
8414
8276
|
imagePullPolicy: IfNotPresent
|
|
8415
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8277
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8416
8278
|
workspaces:
|
|
8417
8279
|
- name: configs
|
|
8418
8280
|
# --------------------------------------------------------------------------------
|
|
@@ -8520,7 +8382,7 @@ spec:
|
|
|
8520
8382
|
- -c
|
|
8521
8383
|
name: gitops-mongo
|
|
8522
8384
|
imagePullPolicy: IfNotPresent
|
|
8523
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8385
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8524
8386
|
workspaces:
|
|
8525
8387
|
- name: configs
|
|
8526
8388
|
|
|
@@ -8646,7 +8508,7 @@ spec:
|
|
|
8646
8508
|
- -c
|
|
8647
8509
|
name: gitops-nvidia-gpu
|
|
8648
8510
|
imagePullPolicy: IfNotPresent
|
|
8649
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8511
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8650
8512
|
workspaces:
|
|
8651
8513
|
- name: configs
|
|
8652
8514
|
# --------------------------------------------------------------------------------
|
|
@@ -8767,7 +8629,7 @@ spec:
|
|
|
8767
8629
|
- -c
|
|
8768
8630
|
name: gitops-odh
|
|
8769
8631
|
imagePullPolicy: IfNotPresent
|
|
8770
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8632
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8771
8633
|
workspaces:
|
|
8772
8634
|
- name: configs
|
|
8773
8635
|
# --------------------------------------------------------------------------------
|
|
@@ -8885,7 +8747,7 @@ spec:
|
|
|
8885
8747
|
- -c
|
|
8886
8748
|
name: gitops-process-mongo-user
|
|
8887
8749
|
imagePullPolicy: IfNotPresent
|
|
8888
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8750
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8889
8751
|
workspaces:
|
|
8890
8752
|
- name: configs
|
|
8891
8753
|
# --------------------------------------------------------------------------------
|
|
@@ -8941,7 +8803,7 @@ spec:
|
|
|
8941
8803
|
- -c
|
|
8942
8804
|
name: gitops-rosa
|
|
8943
8805
|
imagePullPolicy: IfNotPresent
|
|
8944
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8806
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
8945
8807
|
workspaces:
|
|
8946
8808
|
- name: configs
|
|
8947
8809
|
# --------------------------------------------------------------------------------
|
|
@@ -9123,7 +8985,7 @@ spec:
|
|
|
9123
8985
|
- -c
|
|
9124
8986
|
name: gitops-suite-app-config
|
|
9125
8987
|
imagePullPolicy: IfNotPresent
|
|
9126
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
8988
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9127
8989
|
workspaces:
|
|
9128
8990
|
- name: configs
|
|
9129
8991
|
- name: shared-gitops-configs
|
|
@@ -9281,7 +9143,7 @@ spec:
|
|
|
9281
9143
|
- -c
|
|
9282
9144
|
name: gitops-suite-app-install
|
|
9283
9145
|
imagePullPolicy: Always
|
|
9284
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9146
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9285
9147
|
workspaces:
|
|
9286
9148
|
- name: configs
|
|
9287
9149
|
- name: shared-gitops-configs
|
|
@@ -9387,7 +9249,7 @@ spec:
|
|
|
9387
9249
|
- -c
|
|
9388
9250
|
name: gitops-suite-certs
|
|
9389
9251
|
imagePullPolicy: IfNotPresent
|
|
9390
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9252
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9391
9253
|
workspaces:
|
|
9392
9254
|
- name: configs
|
|
9393
9255
|
- name: certificates
|
|
@@ -9562,7 +9424,7 @@ spec:
|
|
|
9562
9424
|
- -c
|
|
9563
9425
|
name: gitops-suite-config
|
|
9564
9426
|
imagePullPolicy: IfNotPresent
|
|
9565
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9427
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9566
9428
|
workspaces:
|
|
9567
9429
|
- name: configs
|
|
9568
9430
|
- name: shared-additional-configs
|
|
@@ -9662,7 +9524,7 @@ spec:
|
|
|
9662
9524
|
- -c
|
|
9663
9525
|
name: gitops-suite-dns
|
|
9664
9526
|
imagePullPolicy: IfNotPresent
|
|
9665
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9527
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9666
9528
|
workspaces:
|
|
9667
9529
|
- name: configs
|
|
9668
9530
|
|
|
@@ -9786,7 +9648,7 @@ spec:
|
|
|
9786
9648
|
- -c
|
|
9787
9649
|
name: gitops-suite-idp-config
|
|
9788
9650
|
imagePullPolicy: IfNotPresent
|
|
9789
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9651
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9790
9652
|
workspaces:
|
|
9791
9653
|
- name: configs
|
|
9792
9654
|
- name: shared-additional-configs
|
|
@@ -9887,7 +9749,7 @@ spec:
|
|
|
9887
9749
|
- -c
|
|
9888
9750
|
name: gitops-suite-objectstorage-config
|
|
9889
9751
|
imagePullPolicy: IfNotPresent
|
|
9890
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
9752
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
9891
9753
|
workspaces:
|
|
9892
9754
|
- name: configs
|
|
9893
9755
|
- name: shared-gitops-configs
|
|
@@ -10309,7 +10171,7 @@ spec:
|
|
|
10309
10171
|
- -c
|
|
10310
10172
|
name: gitops-suite-smtp-config
|
|
10311
10173
|
imagePullPolicy: IfNotPresent
|
|
10312
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10174
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
10313
10175
|
workspaces:
|
|
10314
10176
|
- name: configs
|
|
10315
10177
|
- name: shared-gitops-configs
|
|
@@ -10429,7 +10291,7 @@ spec:
|
|
|
10429
10291
|
- -c
|
|
10430
10292
|
name: gitops-suite-watson-studio-config
|
|
10431
10293
|
imagePullPolicy: IfNotPresent
|
|
10432
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10294
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
10433
10295
|
workspaces:
|
|
10434
10296
|
- name: configs
|
|
10435
10297
|
- name: shared-gitops-configs
|
|
@@ -10531,7 +10393,7 @@ spec:
|
|
|
10531
10393
|
- -c
|
|
10532
10394
|
name: gitops-suite-workspace
|
|
10533
10395
|
imagePullPolicy: IfNotPresent
|
|
10534
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10396
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
10535
10397
|
workspaces:
|
|
10536
10398
|
- name: configs
|
|
10537
10399
|
# --------------------------------------------------------------------------------
|
|
@@ -10869,7 +10731,7 @@ spec:
|
|
|
10869
10731
|
- -c
|
|
10870
10732
|
name: gitops-suite
|
|
10871
10733
|
imagePullPolicy: IfNotPresent
|
|
10872
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10734
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
10873
10735
|
workspaces:
|
|
10874
10736
|
- name: configs
|
|
10875
10737
|
- name: shared-gitops-configs
|
|
@@ -10919,7 +10781,7 @@ spec:
|
|
|
10919
10781
|
|
|
10920
10782
|
steps:
|
|
10921
10783
|
- name: grafana
|
|
10922
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10784
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
10923
10785
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10924
10786
|
command:
|
|
10925
10787
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11053,7 +10915,7 @@ spec:
|
|
|
11053
10915
|
command:
|
|
11054
10916
|
- /opt/app-root/src/run-role.sh
|
|
11055
10917
|
- ibm_catalogs
|
|
11056
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
10918
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
11057
10919
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11058
10920
|
workingDir: /workspace/configs
|
|
11059
10921
|
# --------------------------------------------------------------------------------
|
|
@@ -11295,7 +11157,7 @@ spec:
|
|
|
11295
11157
|
command:
|
|
11296
11158
|
- /opt/app-root/src/run-role.sh
|
|
11297
11159
|
- kafka
|
|
11298
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11160
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
11299
11161
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11300
11162
|
workingDir: /workspace/configs
|
|
11301
11163
|
|
|
@@ -11303,176 +11165,6 @@ spec:
|
|
|
11303
11165
|
- name: configs
|
|
11304
11166
|
optional: true
|
|
11305
11167
|
# --------------------------------------------------------------------------------
|
|
11306
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/kmodels.yaml
|
|
11307
|
-
# --------------------------------------------------------------------------------
|
|
11308
|
-
---
|
|
11309
|
-
apiVersion: tekton.dev/v1beta1
|
|
11310
|
-
kind: Task
|
|
11311
|
-
metadata:
|
|
11312
|
-
name: mas-devops-aiservice-kmodels
|
|
11313
|
-
spec:
|
|
11314
|
-
params:
|
|
11315
|
-
# Common: Control the image pull policy for the CLI container image
|
|
11316
|
-
- name: image_pull_policy
|
|
11317
|
-
type: string
|
|
11318
|
-
default: IfNotPresent
|
|
11319
|
-
|
|
11320
|
-
# Common: Support for saving task execution results to a MongoDb instance
|
|
11321
|
-
- name: devops_suite_name
|
|
11322
|
-
type: string
|
|
11323
|
-
description: Optional name for the junit suite, used to enable save-junit-to-mongo.py
|
|
11324
|
-
default: ""
|
|
11325
|
-
|
|
11326
|
-
|
|
11327
|
-
# Pre-Release Support
|
|
11328
|
-
- name: artifactory_username
|
|
11329
|
-
default: ''
|
|
11330
|
-
type: string
|
|
11331
|
-
description: Required to use development MAS builds
|
|
11332
|
-
- name: artifactory_token
|
|
11333
|
-
default: ''
|
|
11334
|
-
type: string
|
|
11335
|
-
description: Required to use development MAS builds
|
|
11336
|
-
|
|
11337
|
-
# Entitlement
|
|
11338
|
-
- name: ibm_entitlement_key
|
|
11339
|
-
type: string
|
|
11340
|
-
|
|
11341
|
-
# Custom Label Support
|
|
11342
|
-
- name: custom_labels
|
|
11343
|
-
type: string
|
|
11344
|
-
description: Optional MAS custom labels, comma separated list of key=value pairs
|
|
11345
|
-
default: ""
|
|
11346
|
-
|
|
11347
|
-
# Artifactory details
|
|
11348
|
-
- name: mas_icr_cp
|
|
11349
|
-
type: string
|
|
11350
|
-
default: ""
|
|
11351
|
-
- name: mas_icr_cpopen
|
|
11352
|
-
type: string
|
|
11353
|
-
default: ""
|
|
11354
|
-
|
|
11355
|
-
# Kmodels details
|
|
11356
|
-
- name: aiservice_instance_id
|
|
11357
|
-
type: string
|
|
11358
|
-
description: Instance ID
|
|
11359
|
-
|
|
11360
|
-
- name: aiservice_storage_pipelines_bucket
|
|
11361
|
-
type: string
|
|
11362
|
-
default: ""
|
|
11363
|
-
- name: aiservice_storage_tenants_bucket
|
|
11364
|
-
type: string
|
|
11365
|
-
default: ""
|
|
11366
|
-
- name: aiservice_storage_templates_bucket
|
|
11367
|
-
type: string
|
|
11368
|
-
default: ""
|
|
11369
|
-
|
|
11370
|
-
- name: aiservice_storage_provider
|
|
11371
|
-
type: string
|
|
11372
|
-
default: ""
|
|
11373
|
-
|
|
11374
|
-
- name: aiservice_storage_region
|
|
11375
|
-
type: string
|
|
11376
|
-
default: ""
|
|
11377
|
-
- name: aiservice_storage_accesskey
|
|
11378
|
-
type: string
|
|
11379
|
-
default: ""
|
|
11380
|
-
- name: aiservice_storage_secretkey
|
|
11381
|
-
type: string
|
|
11382
|
-
default: ""
|
|
11383
|
-
|
|
11384
|
-
- name: aiservice_storage_host
|
|
11385
|
-
type: string
|
|
11386
|
-
default: ""
|
|
11387
|
-
- name: aiservice_storage_port
|
|
11388
|
-
type: string
|
|
11389
|
-
default: ""
|
|
11390
|
-
- name: aiservice_storage_ssl
|
|
11391
|
-
type: string
|
|
11392
|
-
default: ""
|
|
11393
|
-
|
|
11394
|
-
stepTemplate:
|
|
11395
|
-
env:
|
|
11396
|
-
- name: DEVOPS_MONGO_URI
|
|
11397
|
-
valueFrom:
|
|
11398
|
-
secretKeyRef:
|
|
11399
|
-
name: mas-devops
|
|
11400
|
-
key: DEVOPS_MONGO_URI
|
|
11401
|
-
optional: true
|
|
11402
|
-
- name: DEVOPS_BUILD_NUMBER
|
|
11403
|
-
valueFrom:
|
|
11404
|
-
secretKeyRef:
|
|
11405
|
-
name: mas-devops
|
|
11406
|
-
key: DEVOPS_BUILD_NUMBER
|
|
11407
|
-
optional: true
|
|
11408
|
-
- name: DEVOPS_ENVIRONMENT
|
|
11409
|
-
valueFrom:
|
|
11410
|
-
secretKeyRef:
|
|
11411
|
-
name: mas-devops
|
|
11412
|
-
key: MAS_INSTANCE_ID
|
|
11413
|
-
optional: true
|
|
11414
|
-
- name: DEVOPS_SUITE_NAME
|
|
11415
|
-
value: $(params.devops_suite_name)
|
|
11416
|
-
|
|
11417
|
-
|
|
11418
|
-
# Pre-Release Support
|
|
11419
|
-
- name: ARTIFACTORY_USERNAME
|
|
11420
|
-
value: $(params.artifactory_username)
|
|
11421
|
-
- name: ARTIFACTORY_TOKEN
|
|
11422
|
-
value: $(params.artifactory_token)
|
|
11423
|
-
|
|
11424
|
-
# Entitlement
|
|
11425
|
-
- name: IBM_ENTITLEMENT_KEY
|
|
11426
|
-
value: $(params.ibm_entitlement_key)
|
|
11427
|
-
|
|
11428
|
-
# MAS Details
|
|
11429
|
-
- name: AISERVICE_INSTANCE_ID
|
|
11430
|
-
value: $(params.aiservice_instance_id)
|
|
11431
|
-
|
|
11432
|
-
# Custom Label Support
|
|
11433
|
-
- name: CUSTOM_LABELS
|
|
11434
|
-
value: $(params.custom_labels)
|
|
11435
|
-
|
|
11436
|
-
# Artifactory Details
|
|
11437
|
-
- name: MAS_ICR_CP
|
|
11438
|
-
value: $(params.mas_icr_cp)
|
|
11439
|
-
- name: MAS_ICR_CPOPEN
|
|
11440
|
-
value: $(params.mas_icr_cpopen)
|
|
11441
|
-
|
|
11442
|
-
# Kmodels details
|
|
11443
|
-
- name: AISERVICE_STORAGE_PIPELINES_BUCKET
|
|
11444
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
11445
|
-
- name: AISERVICE_STORAGE_TENANTS_BUCKET
|
|
11446
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
11447
|
-
- name: AISERVICE_STORAGE_TEMPLATES_BUCKET
|
|
11448
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
11449
|
-
- name: AISERVICE_STORAGE_PROVIDER
|
|
11450
|
-
value: $(params.aiservice_storage_provider)
|
|
11451
|
-
- name: AISERVICE_STORAGE_ACCESSKEY
|
|
11452
|
-
value: $(params.aiservice_storage_accesskey)
|
|
11453
|
-
- name: AISERVICE_STORAGE_SECRETKEY
|
|
11454
|
-
value: $(params.aiservice_storage_secretkey)
|
|
11455
|
-
- name: AISERVICE_STORAGE_HOST
|
|
11456
|
-
value: $(params.aiservice_storage_host)
|
|
11457
|
-
- name: AISERVICE_STORAGE_PORT
|
|
11458
|
-
value: $(params.aiservice_storage_port)
|
|
11459
|
-
- name: AISERVICE_STORAGE_SSL
|
|
11460
|
-
value: $(params.aiservice_storage_ssl)
|
|
11461
|
-
- name: AISERVICE_STORAGE_REGION
|
|
11462
|
-
value: $(params.aiservice_storage_region)
|
|
11463
|
-
|
|
11464
|
-
# Ai Broker Saas
|
|
11465
|
-
- name: AISERVICE_SAAS
|
|
11466
|
-
value: 'true'
|
|
11467
|
-
|
|
11468
|
-
steps:
|
|
11469
|
-
- name: aiservice-kmodels
|
|
11470
|
-
command:
|
|
11471
|
-
- /opt/app-root/src/run-role.sh
|
|
11472
|
-
- aiservice_kmodels
|
|
11473
|
-
image: quay.io/ibmmas/cli:15.1.9
|
|
11474
|
-
imagePullPolicy: $(params.image_pull_policy)
|
|
11475
|
-
# --------------------------------------------------------------------------------
|
|
11476
11168
|
# /home/runner/work/cli/cli/tekton/target/tasks/mas-fvt-assist-desktop.yaml
|
|
11477
11169
|
# --------------------------------------------------------------------------------
|
|
11478
11170
|
---
|
|
@@ -11933,7 +11625,7 @@ spec:
|
|
|
11933
11625
|
description: Extracted component names as a JSON array
|
|
11934
11626
|
steps:
|
|
11935
11627
|
- name: extract
|
|
11936
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11628
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
11937
11629
|
script: |
|
|
11938
11630
|
#!/bin/sh
|
|
11939
11631
|
echo "Hello.. Start extraction for $(params.mas_appws_components)"
|
|
@@ -12286,7 +11978,7 @@ spec:
|
|
|
12286
11978
|
echo "No IBM COS instance to delete"
|
|
12287
11979
|
fi
|
|
12288
11980
|
exit 0
|
|
12289
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
11981
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
12290
11982
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12291
11983
|
workingDir: /workspace/configs
|
|
12292
11984
|
env:
|
|
@@ -12386,7 +12078,7 @@ spec:
|
|
|
12386
12078
|
echo "No EventStreams instance to delete"
|
|
12387
12079
|
fi
|
|
12388
12080
|
exit 0
|
|
12389
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12081
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
12390
12082
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12391
12083
|
workingDir: /workspace/configs
|
|
12392
12084
|
env:
|
|
@@ -12487,7 +12179,7 @@ spec:
|
|
|
12487
12179
|
command:
|
|
12488
12180
|
- /opt/app-root/src/run-role.sh
|
|
12489
12181
|
- ocp_deprovision
|
|
12490
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12182
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
12491
12183
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12492
12184
|
env:
|
|
12493
12185
|
- name: DEVOPS_MONGO_URI
|
|
@@ -12587,7 +12279,7 @@ spec:
|
|
|
12587
12279
|
command:
|
|
12588
12280
|
- python3
|
|
12589
12281
|
- /opt/app-root/src/finalizer.py
|
|
12590
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
12282
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
12591
12283
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12592
12284
|
env:
|
|
12593
12285
|
- name: DEVOPS_MONGO_URI
|
|
@@ -14297,7 +13989,7 @@ spec:
|
|
|
14297
13989
|
command:
|
|
14298
13990
|
- python3
|
|
14299
13991
|
- /opt/app-root/src/mobilever.py
|
|
14300
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
13992
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
14301
13993
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14302
13994
|
onError: continue
|
|
14303
13995
|
|
|
@@ -14660,7 +14352,7 @@ spec:
|
|
|
14660
14352
|
|
|
14661
14353
|
steps:
|
|
14662
14354
|
- name: post-update-verify
|
|
14663
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14355
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
14664
14356
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14665
14357
|
command:
|
|
14666
14358
|
- ansible-playbook
|
|
@@ -14716,7 +14408,7 @@ spec:
|
|
|
14716
14408
|
|
|
14717
14409
|
steps:
|
|
14718
14410
|
- name: create-offline-upgrade-cron
|
|
14719
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14411
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
14720
14412
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14721
14413
|
command:
|
|
14722
14414
|
- ansible-playbook
|
|
@@ -14772,7 +14464,7 @@ spec:
|
|
|
14772
14464
|
|
|
14773
14465
|
steps:
|
|
14774
14466
|
- name: create-offline-upgrade-cron
|
|
14775
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14467
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
14776
14468
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14777
14469
|
command:
|
|
14778
14470
|
- ansible-playbook
|
|
@@ -15206,7 +14898,7 @@ spec:
|
|
|
15206
14898
|
echo '--------------------------------------------------------------------------------'
|
|
15207
14899
|
exit $RESULT
|
|
15208
14900
|
timeout: "0"
|
|
15209
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14901
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15210
14902
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15211
14903
|
env:
|
|
15212
14904
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15266,7 +14958,7 @@ spec:
|
|
|
15266
14958
|
echo '--------------------------------------------------------------------------------'
|
|
15267
14959
|
exit $RESULT
|
|
15268
14960
|
timeout: "0"
|
|
15269
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
14961
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15270
14962
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15271
14963
|
env:
|
|
15272
14964
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15339,7 +15031,7 @@ spec:
|
|
|
15339
15031
|
echo '--------------------------------------------------------------------------------'
|
|
15340
15032
|
exit $RESULT
|
|
15341
15033
|
timeout: "0"
|
|
15342
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15034
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15343
15035
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15344
15036
|
env:
|
|
15345
15037
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15385,7 +15077,7 @@ spec:
|
|
|
15385
15077
|
|
|
15386
15078
|
steps:
|
|
15387
15079
|
- name: start-pipelinerun
|
|
15388
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15080
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15389
15081
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15390
15082
|
command:
|
|
15391
15083
|
- ansible-playbook
|
|
@@ -15482,7 +15174,7 @@ spec:
|
|
|
15482
15174
|
optional: false
|
|
15483
15175
|
|
|
15484
15176
|
- name: wait-for-pipelinerun
|
|
15485
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15177
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15486
15178
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15487
15179
|
# 50 retries at 5 minute intervals = just over 4 hours
|
|
15488
15180
|
command:
|
|
@@ -15526,7 +15218,7 @@ spec:
|
|
|
15526
15218
|
|
|
15527
15219
|
steps:
|
|
15528
15220
|
- name: start-pipelinerun
|
|
15529
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15221
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15530
15222
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15531
15223
|
command:
|
|
15532
15224
|
- ansible-playbook
|
|
@@ -15679,7 +15371,7 @@ spec:
|
|
|
15679
15371
|
optional: false
|
|
15680
15372
|
|
|
15681
15373
|
- name: wait-for-pipelinerun
|
|
15682
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15374
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15683
15375
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15684
15376
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15685
15377
|
command:
|
|
@@ -15728,7 +15420,7 @@ spec:
|
|
|
15728
15420
|
|
|
15729
15421
|
steps:
|
|
15730
15422
|
- name: start-pipelinerun
|
|
15731
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15423
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15732
15424
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15733
15425
|
command:
|
|
15734
15426
|
- ansible-playbook
|
|
@@ -15778,7 +15470,7 @@ spec:
|
|
|
15778
15470
|
|
|
15779
15471
|
steps:
|
|
15780
15472
|
- name: start-pipelinerun
|
|
15781
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15473
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15782
15474
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15783
15475
|
command:
|
|
15784
15476
|
- ansible-playbook
|
|
@@ -15857,7 +15549,7 @@ spec:
|
|
|
15857
15549
|
optional: false
|
|
15858
15550
|
|
|
15859
15551
|
- name: wait-for-pipelinerun
|
|
15860
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15552
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15861
15553
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15862
15554
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
15863
15555
|
command:
|
|
@@ -15902,7 +15594,7 @@ spec:
|
|
|
15902
15594
|
|
|
15903
15595
|
steps:
|
|
15904
15596
|
- name: start-pipelinerun
|
|
15905
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15597
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
15906
15598
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15907
15599
|
command:
|
|
15908
15600
|
- ansible-playbook
|
|
@@ -16030,7 +15722,7 @@ spec:
|
|
|
16030
15722
|
optional: false
|
|
16031
15723
|
|
|
16032
15724
|
- name: wait-for-pipelinerun
|
|
16033
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15725
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16034
15726
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16035
15727
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16036
15728
|
command:
|
|
@@ -16074,7 +15766,7 @@ spec:
|
|
|
16074
15766
|
|
|
16075
15767
|
steps:
|
|
16076
15768
|
- name: start-pipelinerun
|
|
16077
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15769
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16078
15770
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16079
15771
|
command:
|
|
16080
15772
|
- ansible-playbook
|
|
@@ -16227,7 +15919,7 @@ spec:
|
|
|
16227
15919
|
optional: false
|
|
16228
15920
|
|
|
16229
15921
|
- name: wait-for-pipelinerun
|
|
16230
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15922
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16231
15923
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16232
15924
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16233
15925
|
command:
|
|
@@ -16274,7 +15966,7 @@ spec:
|
|
|
16274
15966
|
|
|
16275
15967
|
steps:
|
|
16276
15968
|
- name: start-testng-pipelinerun
|
|
16277
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
15969
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16278
15970
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16279
15971
|
command:
|
|
16280
15972
|
- ansible-playbook
|
|
@@ -16366,7 +16058,7 @@ spec:
|
|
|
16366
16058
|
optional: false
|
|
16367
16059
|
|
|
16368
16060
|
- name: wait-for-testng-pipelinerun
|
|
16369
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16061
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16370
16062
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16371
16063
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16372
16064
|
command:
|
|
@@ -16413,7 +16105,7 @@ spec:
|
|
|
16413
16105
|
|
|
16414
16106
|
steps:
|
|
16415
16107
|
- name: start-pytest-pipelinerun
|
|
16416
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16108
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16417
16109
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16418
16110
|
command:
|
|
16419
16111
|
- ansible-playbook
|
|
@@ -16496,7 +16188,7 @@ spec:
|
|
|
16496
16188
|
optional: false
|
|
16497
16189
|
|
|
16498
16190
|
- name: wait-for-pytest-pipelinerun
|
|
16499
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16191
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16500
16192
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16501
16193
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16502
16194
|
command:
|
|
@@ -16544,7 +16236,7 @@ spec:
|
|
|
16544
16236
|
|
|
16545
16237
|
steps:
|
|
16546
16238
|
- name: start-pytest-pipelinerun
|
|
16547
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16239
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16548
16240
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16549
16241
|
command:
|
|
16550
16242
|
- ansible-playbook
|
|
@@ -16624,7 +16316,7 @@ spec:
|
|
|
16624
16316
|
optional: false
|
|
16625
16317
|
|
|
16626
16318
|
- name: wait-for-pytest-pipelinerun
|
|
16627
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16319
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16628
16320
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16629
16321
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16630
16322
|
command:
|
|
@@ -16650,7 +16342,7 @@ spec:
|
|
|
16650
16342
|
value: "True"
|
|
16651
16343
|
|
|
16652
16344
|
- name: start-testng-pipelinerun
|
|
16653
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16345
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16654
16346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16655
16347
|
command:
|
|
16656
16348
|
- ansible-playbook
|
|
@@ -16749,7 +16441,7 @@ spec:
|
|
|
16749
16441
|
optional: false
|
|
16750
16442
|
|
|
16751
16443
|
- name: wait-for-testng-pipelinerun
|
|
16752
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16444
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16753
16445
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16754
16446
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16755
16447
|
command:
|
|
@@ -16792,7 +16484,7 @@ spec:
|
|
|
16792
16484
|
|
|
16793
16485
|
steps:
|
|
16794
16486
|
- name: start-pipelinerun
|
|
16795
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16487
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16796
16488
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16797
16489
|
command:
|
|
16798
16490
|
- ansible-playbook
|
|
@@ -16883,7 +16575,7 @@ spec:
|
|
|
16883
16575
|
optional: false
|
|
16884
16576
|
|
|
16885
16577
|
- name: wait-for-pipelinerun
|
|
16886
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16578
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16887
16579
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16888
16580
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16889
16581
|
command:
|
|
@@ -16927,7 +16619,7 @@ spec:
|
|
|
16927
16619
|
|
|
16928
16620
|
steps:
|
|
16929
16621
|
- name: start-pipelinerun
|
|
16930
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16622
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
16931
16623
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16932
16624
|
command:
|
|
16933
16625
|
- ansible-playbook
|
|
@@ -17018,7 +16710,7 @@ spec:
|
|
|
17018
16710
|
optional: false
|
|
17019
16711
|
|
|
17020
16712
|
- name: wait-for-pipelinerun
|
|
17021
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16713
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17022
16714
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17023
16715
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17024
16716
|
command:
|
|
@@ -17062,7 +16754,7 @@ spec:
|
|
|
17062
16754
|
|
|
17063
16755
|
steps:
|
|
17064
16756
|
- name: start-pipelinerun
|
|
17065
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16757
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17066
16758
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17067
16759
|
command:
|
|
17068
16760
|
- ansible-playbook
|
|
@@ -17141,7 +16833,7 @@ spec:
|
|
|
17141
16833
|
optional: false
|
|
17142
16834
|
|
|
17143
16835
|
- name: wait-for-pipelinerun
|
|
17144
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16836
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17145
16837
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17146
16838
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17147
16839
|
command:
|
|
@@ -17185,7 +16877,7 @@ spec:
|
|
|
17185
16877
|
|
|
17186
16878
|
steps:
|
|
17187
16879
|
- name: start-pipelinerun
|
|
17188
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16880
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17189
16881
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17190
16882
|
command:
|
|
17191
16883
|
- ansible-playbook
|
|
@@ -17270,7 +16962,7 @@ spec:
|
|
|
17270
16962
|
optional: false
|
|
17271
16963
|
|
|
17272
16964
|
- name: wait-for-pipelinerun
|
|
17273
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
16965
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17274
16966
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17275
16967
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
17276
16968
|
command:
|
|
@@ -17314,7 +17006,7 @@ spec:
|
|
|
17314
17006
|
|
|
17315
17007
|
steps:
|
|
17316
17008
|
- name: start-pipelinerun
|
|
17317
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17009
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17318
17010
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17319
17011
|
command:
|
|
17320
17012
|
- ansible-playbook
|
|
@@ -17410,7 +17102,7 @@ spec:
|
|
|
17410
17102
|
optional: false
|
|
17411
17103
|
|
|
17412
17104
|
- name: wait-for-pipelinerun
|
|
17413
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17105
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17414
17106
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17415
17107
|
# 10 retries at 5 minute intervals = 50 min
|
|
17416
17108
|
command:
|
|
@@ -17458,7 +17150,7 @@ spec:
|
|
|
17458
17150
|
|
|
17459
17151
|
steps:
|
|
17460
17152
|
- name: start-pipelinerun
|
|
17461
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17153
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17462
17154
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17463
17155
|
command:
|
|
17464
17156
|
- ansible-playbook
|
|
@@ -17562,7 +17254,7 @@ spec:
|
|
|
17562
17254
|
optional: false
|
|
17563
17255
|
|
|
17564
17256
|
- name: wait-for-pipelinerun
|
|
17565
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17257
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17566
17258
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17567
17259
|
# 10 retries at 5 minute intervals = 50 min
|
|
17568
17260
|
command:
|
|
@@ -17606,7 +17298,7 @@ spec:
|
|
|
17606
17298
|
|
|
17607
17299
|
steps:
|
|
17608
17300
|
- name: start-pipelinerun
|
|
17609
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17301
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17610
17302
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17611
17303
|
command:
|
|
17612
17304
|
- ansible-playbook
|
|
@@ -17685,7 +17377,7 @@ spec:
|
|
|
17685
17377
|
optional: false
|
|
17686
17378
|
|
|
17687
17379
|
- name: wait-for-pipelinerun
|
|
17688
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17380
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17689
17381
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17690
17382
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17691
17383
|
command:
|
|
@@ -17729,7 +17421,7 @@ spec:
|
|
|
17729
17421
|
|
|
17730
17422
|
steps:
|
|
17731
17423
|
- name: start-pipelinerun
|
|
17732
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17424
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17733
17425
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17734
17426
|
command:
|
|
17735
17427
|
- ansible-playbook
|
|
@@ -17834,7 +17526,7 @@ spec:
|
|
|
17834
17526
|
optional: false
|
|
17835
17527
|
|
|
17836
17528
|
- name: wait-for-pipelinerun
|
|
17837
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17529
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17838
17530
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17839
17531
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17840
17532
|
command:
|
|
@@ -17962,7 +17654,7 @@ spec:
|
|
|
17962
17654
|
command:
|
|
17963
17655
|
- /opt/app-root/src/run-role.sh
|
|
17964
17656
|
- minio
|
|
17965
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17657
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
17966
17658
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17967
17659
|
# --------------------------------------------------------------------------------
|
|
17968
17660
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -18140,7 +17832,7 @@ spec:
|
|
|
18140
17832
|
command:
|
|
18141
17833
|
- /opt/app-root/src/run-role.sh
|
|
18142
17834
|
- mongodb
|
|
18143
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17835
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18144
17836
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18145
17837
|
workingDir: /workspace/configs
|
|
18146
17838
|
|
|
@@ -18183,7 +17875,7 @@ spec:
|
|
|
18183
17875
|
- $(params.base_output_dir)
|
|
18184
17876
|
- --extra-namespaces
|
|
18185
17877
|
- selenium
|
|
18186
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17878
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18187
17879
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18188
17880
|
env:
|
|
18189
17881
|
- name: DEVOPS_MONGO_URI
|
|
@@ -18300,7 +17992,7 @@ spec:
|
|
|
18300
17992
|
command:
|
|
18301
17993
|
- /opt/app-root/src/run-role.sh
|
|
18302
17994
|
- nvidia_gpu
|
|
18303
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
17995
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18304
17996
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18305
17997
|
workingDir: /workspace/configs
|
|
18306
17998
|
|
|
@@ -18336,7 +18028,7 @@ spec:
|
|
|
18336
18028
|
# Verify Cluster
|
|
18337
18029
|
# -------------------------------------------------------------------------
|
|
18338
18030
|
- name: ocp-verify-cluster
|
|
18339
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18031
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18340
18032
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18341
18033
|
command:
|
|
18342
18034
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18378,7 +18070,7 @@ spec:
|
|
|
18378
18070
|
# Verify Catalogs
|
|
18379
18071
|
# -------------------------------------------------------------------------
|
|
18380
18072
|
- name: ocp-verify-catalogs
|
|
18381
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18073
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18382
18074
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18383
18075
|
command:
|
|
18384
18076
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18420,7 +18112,7 @@ spec:
|
|
|
18420
18112
|
# Verify Subscriptions
|
|
18421
18113
|
# -------------------------------------------------------------------------
|
|
18422
18114
|
- name: ocp-verify-subscriptions
|
|
18423
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18115
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18424
18116
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18425
18117
|
command:
|
|
18426
18118
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18462,7 +18154,7 @@ spec:
|
|
|
18462
18154
|
# Verify Workloads
|
|
18463
18155
|
# -------------------------------------------------------------------------
|
|
18464
18156
|
- name: ocp-verify-workloads
|
|
18465
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18157
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18466
18158
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18467
18159
|
command:
|
|
18468
18160
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18504,7 +18196,7 @@ spec:
|
|
|
18504
18196
|
# Verify Catalogs - Ingress TLS
|
|
18505
18197
|
# -------------------------------------------------------------------------
|
|
18506
18198
|
- name: ocp-verify-ingress
|
|
18507
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18199
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18508
18200
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18509
18201
|
command:
|
|
18510
18202
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18630,7 +18322,7 @@ spec:
|
|
|
18630
18322
|
command:
|
|
18631
18323
|
- /opt/app-root/src/run-role.sh
|
|
18632
18324
|
- ocp_verify
|
|
18633
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18325
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18634
18326
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18635
18327
|
workingDir: /workspace/configs
|
|
18636
18328
|
# --------------------------------------------------------------------------------
|
|
@@ -18698,7 +18390,7 @@ spec:
|
|
|
18698
18390
|
command:
|
|
18699
18391
|
- /opt/app-root/src/run-role.sh
|
|
18700
18392
|
- ocs
|
|
18701
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18393
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18702
18394
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18703
18395
|
workingDir: /workspace/configs
|
|
18704
18396
|
|
|
@@ -18766,48 +18458,6 @@ spec:
|
|
|
18766
18458
|
description: Optional MAS custom labels, comma separated list of key=value pairs
|
|
18767
18459
|
default: ""
|
|
18768
18460
|
|
|
18769
|
-
# Opendatahub details
|
|
18770
|
-
- name: aiservice_storage_provider
|
|
18771
|
-
type: string
|
|
18772
|
-
default: "This option is mandatory"
|
|
18773
|
-
default: ""
|
|
18774
|
-
- name: aiservice_storage_accesskey
|
|
18775
|
-
type: string
|
|
18776
|
-
default: "This option is mandatory"
|
|
18777
|
-
default: ""
|
|
18778
|
-
- name: aiservice_storage_secretkey
|
|
18779
|
-
type: string
|
|
18780
|
-
default: "This option is mandatory"
|
|
18781
|
-
default: ""
|
|
18782
|
-
- name: aiservice_storage_host
|
|
18783
|
-
type: string
|
|
18784
|
-
default: "This option is mandatory"
|
|
18785
|
-
default: ""
|
|
18786
|
-
- name: aiservice_storage_port
|
|
18787
|
-
type: string
|
|
18788
|
-
default: "This option is mandatory"
|
|
18789
|
-
default: ""
|
|
18790
|
-
- name: aiservice_storage_ssl
|
|
18791
|
-
type: string
|
|
18792
|
-
default: "This option is mandatory"
|
|
18793
|
-
default: ""
|
|
18794
|
-
- name: aiservice_storage_region
|
|
18795
|
-
type: string
|
|
18796
|
-
default: "This option is mandatory"
|
|
18797
|
-
default: ""
|
|
18798
|
-
- name: aiservice_storage_pipelines_bucket
|
|
18799
|
-
type: string
|
|
18800
|
-
default: "This option is mandatory"
|
|
18801
|
-
default: ""
|
|
18802
|
-
- name: aiservice_storage_tenants_bucket
|
|
18803
|
-
type: string
|
|
18804
|
-
default: "This option is mandatory"
|
|
18805
|
-
default: ""
|
|
18806
|
-
- name: aiservice_storage_templates_bucket
|
|
18807
|
-
type: string
|
|
18808
|
-
default: "This option is mandatory"
|
|
18809
|
-
default: ""
|
|
18810
|
-
|
|
18811
18461
|
stepTemplate:
|
|
18812
18462
|
env:
|
|
18813
18463
|
- name: DEVOPS_MONGO_URI
|
|
@@ -18854,34 +18504,12 @@ spec:
|
|
|
18854
18504
|
- name: CUSTOM_LABELS
|
|
18855
18505
|
value: $(params.custom_labels)
|
|
18856
18506
|
|
|
18857
|
-
# Opendatahub storage details
|
|
18858
|
-
- name: AISERVICE_STORAGE_PROVIDER
|
|
18859
|
-
value: $(params.aiservice_storage_provider)
|
|
18860
|
-
- name: AISERVICE_STORAGE_ACCESSKEY
|
|
18861
|
-
value: $(params.aiservice_storage_accesskey)
|
|
18862
|
-
- name: AISERVICE_STORAGE_SECRETKEY
|
|
18863
|
-
value: $(params.aiservice_storage_secretkey)
|
|
18864
|
-
- name: AISERVICE_STORAGE_HOST
|
|
18865
|
-
value: $(params.aiservice_storage_host)
|
|
18866
|
-
- name: AISERVICE_STORAGE_PORT
|
|
18867
|
-
value: $(params.aiservice_storage_port)
|
|
18868
|
-
- name: AISERVICE_STORAGE_SSL
|
|
18869
|
-
value: $(params.aiservice_storage_ssl)
|
|
18870
|
-
- name: AISERVICE_STORAGE_REGION
|
|
18871
|
-
value: $(params.aiservice_storage_region)
|
|
18872
|
-
- name: AISERVICE_STORAGE_PIPELINES_BUCKET
|
|
18873
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
18874
|
-
- name: AISERVICE_STORAGE_TENANTS_BUCKET
|
|
18875
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
18876
|
-
- name: AISERVICE_STORAGE_TEMPLATES_BUCKET
|
|
18877
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
18878
|
-
|
|
18879
18507
|
steps:
|
|
18880
18508
|
- name: aiservice-odh
|
|
18881
18509
|
command:
|
|
18882
18510
|
- /opt/app-root/src/run-role.sh
|
|
18883
18511
|
- aiservice_odh
|
|
18884
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18512
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
18885
18513
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18886
18514
|
# --------------------------------------------------------------------------------
|
|
18887
18515
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -19057,7 +18685,7 @@ spec:
|
|
|
19057
18685
|
command:
|
|
19058
18686
|
- /opt/app-root/src/run-role.sh
|
|
19059
18687
|
- sls
|
|
19060
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
18688
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19061
18689
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19062
18690
|
workingDir: /workspace/configs
|
|
19063
18691
|
|
|
@@ -19517,12 +19145,12 @@ spec:
|
|
|
19517
19145
|
command:
|
|
19518
19146
|
- /opt/app-root/src/run-role.sh
|
|
19519
19147
|
- suite_app_config
|
|
19520
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19148
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19521
19149
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19522
19150
|
|
|
19523
19151
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
19524
19152
|
- name: app-cfg-post-verify
|
|
19525
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19153
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19526
19154
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19527
19155
|
command:
|
|
19528
19156
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -19717,7 +19345,7 @@ spec:
|
|
|
19717
19345
|
command:
|
|
19718
19346
|
- /opt/app-root/src/run-role.sh
|
|
19719
19347
|
- suite_app_install
|
|
19720
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19348
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19721
19349
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19722
19350
|
|
|
19723
19351
|
workspaces:
|
|
@@ -19806,7 +19434,7 @@ spec:
|
|
|
19806
19434
|
command:
|
|
19807
19435
|
- /opt/app-root/src/run-role.sh
|
|
19808
19436
|
- suite_app_rollback
|
|
19809
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19437
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19810
19438
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19811
19439
|
# --------------------------------------------------------------------------------
|
|
19812
19440
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -19869,7 +19497,7 @@ spec:
|
|
|
19869
19497
|
command:
|
|
19870
19498
|
- /opt/app-root/src/run-role.sh
|
|
19871
19499
|
- suite_app_uninstall
|
|
19872
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19500
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19873
19501
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19874
19502
|
# --------------------------------------------------------------------------------
|
|
19875
19503
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -19944,7 +19572,7 @@ spec:
|
|
|
19944
19572
|
command:
|
|
19945
19573
|
- /opt/app-root/src/run-role.sh
|
|
19946
19574
|
- suite_app_upgrade
|
|
19947
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19575
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
19948
19576
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19949
19577
|
# --------------------------------------------------------------------------------
|
|
19950
19578
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -20045,7 +19673,7 @@ spec:
|
|
|
20045
19673
|
command:
|
|
20046
19674
|
- /opt/app-root/src/run-role.sh
|
|
20047
19675
|
- suite_app_verify
|
|
20048
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19676
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20049
19677
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20050
19678
|
# --------------------------------------------------------------------------------
|
|
20051
19679
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -20188,7 +19816,7 @@ spec:
|
|
|
20188
19816
|
command:
|
|
20189
19817
|
- /opt/app-root/src/run-role.sh
|
|
20190
19818
|
- suite_certs
|
|
20191
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19819
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20192
19820
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20193
19821
|
|
|
20194
19822
|
workspaces:
|
|
@@ -20255,7 +19883,7 @@ spec:
|
|
|
20255
19883
|
command:
|
|
20256
19884
|
- /opt/app-root/src/run-role.sh
|
|
20257
19885
|
- suite_config
|
|
20258
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
19886
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20259
19887
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20260
19888
|
workingDir: /workspace/configs
|
|
20261
19889
|
|
|
@@ -20587,7 +20215,7 @@ spec:
|
|
|
20587
20215
|
command:
|
|
20588
20216
|
- /opt/app-root/src/run-role.sh
|
|
20589
20217
|
- suite_db2_setup_for_facilities
|
|
20590
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20218
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20591
20219
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20592
20220
|
workingDir: /workspace/configs
|
|
20593
20221
|
|
|
@@ -20659,7 +20287,7 @@ spec:
|
|
|
20659
20287
|
command:
|
|
20660
20288
|
- /opt/app-root/src/run-role.sh
|
|
20661
20289
|
- suite_db2_setup_for_manage
|
|
20662
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20290
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20663
20291
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20664
20292
|
# --------------------------------------------------------------------------------
|
|
20665
20293
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -20849,7 +20477,7 @@ spec:
|
|
|
20849
20477
|
command:
|
|
20850
20478
|
- /opt/app-root/src/run-role.sh
|
|
20851
20479
|
- suite_dns
|
|
20852
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20480
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
20853
20481
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20854
20482
|
# --------------------------------------------------------------------------------
|
|
20855
20483
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -21098,7 +20726,7 @@ spec:
|
|
|
21098
20726
|
command:
|
|
21099
20727
|
- /opt/app-root/src/run-role.sh
|
|
21100
20728
|
- suite_install
|
|
21101
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20729
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21102
20730
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21103
20731
|
workingDir: /workspace/configs
|
|
21104
20732
|
|
|
@@ -21186,7 +20814,7 @@ spec:
|
|
|
21186
20814
|
command:
|
|
21187
20815
|
- /opt/app-root/src/run-role.sh
|
|
21188
20816
|
- suite_rollback
|
|
21189
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20817
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21190
20818
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21191
20819
|
# --------------------------------------------------------------------------------
|
|
21192
20820
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -21251,7 +20879,7 @@ spec:
|
|
|
21251
20879
|
command:
|
|
21252
20880
|
- /opt/app-root/src/run-role.sh
|
|
21253
20881
|
- suite_uninstall
|
|
21254
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20882
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21255
20883
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21256
20884
|
# --------------------------------------------------------------------------------
|
|
21257
20885
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -21321,7 +20949,7 @@ spec:
|
|
|
21321
20949
|
command:
|
|
21322
20950
|
- /opt/app-root/src/run-role.sh
|
|
21323
20951
|
- suite_upgrade
|
|
21324
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
20952
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21325
20953
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21326
20954
|
# --------------------------------------------------------------------------------
|
|
21327
20955
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -21383,12 +21011,12 @@ spec:
|
|
|
21383
21011
|
command:
|
|
21384
21012
|
- /opt/app-root/src/run-role.sh
|
|
21385
21013
|
- suite_verify
|
|
21386
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21014
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21387
21015
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21388
21016
|
|
|
21389
21017
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
21390
21018
|
- name: suite-post-verify
|
|
21391
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21019
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21392
21020
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21393
21021
|
command:
|
|
21394
21022
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -21511,7 +21139,7 @@ spec:
|
|
|
21511
21139
|
command:
|
|
21512
21140
|
- /opt/app-root/src/run-role.sh
|
|
21513
21141
|
- turbonomic
|
|
21514
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21142
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21515
21143
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21516
21144
|
# --------------------------------------------------------------------------------
|
|
21517
21145
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -21592,7 +21220,7 @@ spec:
|
|
|
21592
21220
|
# IBM User Data Services (UDS)
|
|
21593
21221
|
# -------------------------------------------------------------------------
|
|
21594
21222
|
- name: uds
|
|
21595
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21223
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21596
21224
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21597
21225
|
workingDir: /workspace/configs
|
|
21598
21226
|
command:
|
|
@@ -21655,7 +21283,7 @@ spec:
|
|
|
21655
21283
|
# IBM Data Reporter Operator (DRO)
|
|
21656
21284
|
# -------------------------------------------------------------------------
|
|
21657
21285
|
- name: dro
|
|
21658
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21286
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21659
21287
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21660
21288
|
workingDir: /workspace/configs
|
|
21661
21289
|
command:
|
|
@@ -21741,7 +21369,7 @@ spec:
|
|
|
21741
21369
|
description: "The value to set"
|
|
21742
21370
|
steps:
|
|
21743
21371
|
- name: update-configmap
|
|
21744
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21372
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21745
21373
|
command:
|
|
21746
21374
|
- /opt/app-root/src/update-configmap.sh
|
|
21747
21375
|
env:
|
|
@@ -21788,7 +21416,7 @@ spec:
|
|
|
21788
21416
|
|
|
21789
21417
|
steps:
|
|
21790
21418
|
- name: wait-for-configmap
|
|
21791
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21419
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21792
21420
|
command:
|
|
21793
21421
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21794
21422
|
env:
|
|
@@ -21869,7 +21497,7 @@ spec:
|
|
|
21869
21497
|
|
|
21870
21498
|
steps:
|
|
21871
21499
|
- name: wait-for-configmap
|
|
21872
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21500
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21873
21501
|
command:
|
|
21874
21502
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21875
21503
|
env:
|
|
@@ -21929,7 +21557,7 @@ spec:
|
|
|
21929
21557
|
|
|
21930
21558
|
steps:
|
|
21931
21559
|
- name: wait
|
|
21932
|
-
image: quay.io/ibmmas/cli:15.1.
|
|
21560
|
+
image: quay.io/ibmmas/cli:15.1.11
|
|
21933
21561
|
command:
|
|
21934
21562
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
21935
21563
|
env:
|
|
@@ -22732,51 +22360,47 @@ spec:
|
|
|
22732
22360
|
|
|
22733
22361
|
# MAS Application Configuration - IBM Maximo AI Service - S3
|
|
22734
22362
|
# -----------------------------------------------------------------------------
|
|
22735
|
-
- name:
|
|
22363
|
+
- name: aiservice_s3_accesskey
|
|
22736
22364
|
type: string
|
|
22737
22365
|
description: S3/Minio storage access ket for IBM Maximo AI Service
|
|
22738
22366
|
default: ""
|
|
22739
|
-
- name:
|
|
22367
|
+
- name: aiservice_s3_secretkey
|
|
22740
22368
|
type: string
|
|
22741
22369
|
description: S3/Minio storage secret key for IBM Maximo AI Service
|
|
22742
22370
|
default: ""
|
|
22743
|
-
- name:
|
|
22371
|
+
- name: aiservice_s3_host
|
|
22744
22372
|
type: string
|
|
22745
22373
|
description: S3/Minio storage host for IBM Maximo AI Service
|
|
22746
22374
|
default: ""
|
|
22747
|
-
- name:
|
|
22375
|
+
- name: aiservice_s3_region
|
|
22748
22376
|
type: string
|
|
22749
22377
|
description: S3/Minio storage region for IBM Maximo AI Service
|
|
22750
22378
|
default: ""
|
|
22751
|
-
- name:
|
|
22379
|
+
- name: aiservice_s3_port
|
|
22752
22380
|
type: string
|
|
22753
22381
|
description: S3/Minio storage port for IBM Maximo AI Service
|
|
22754
22382
|
default: ""
|
|
22755
|
-
- name:
|
|
22383
|
+
- name: aiservice_s3_ssl
|
|
22756
22384
|
type: string
|
|
22757
22385
|
description: S3/Minio storage ssl for IBM Maximo AI Service
|
|
22758
22386
|
default: ""
|
|
22759
|
-
- name:
|
|
22387
|
+
- name: aiservice_s3_bucket_prefix
|
|
22760
22388
|
type: string
|
|
22761
|
-
description:
|
|
22389
|
+
description: s3 bucker prefix
|
|
22762
22390
|
default: ""
|
|
22763
|
-
- name:
|
|
22391
|
+
- name: aiservice_s3_pipelines_bucket
|
|
22764
22392
|
type: string
|
|
22765
22393
|
description: S3/Minio storage pipeline bucket for IBM Maximo AI Service
|
|
22766
22394
|
default: ""
|
|
22767
|
-
- name:
|
|
22395
|
+
- name: aiservice_s3_tenants_bucket
|
|
22768
22396
|
type: string
|
|
22769
22397
|
description: S3/Minio storage tenants bucket for IBM Maximo AI Service
|
|
22770
22398
|
default: ""
|
|
22771
|
-
- name:
|
|
22399
|
+
- name: aiservice_s3_templates_bucket
|
|
22772
22400
|
type: string
|
|
22773
22401
|
description: S3/Minio storage template bucket for IBM Maximo AI Service
|
|
22774
22402
|
default: ""
|
|
22775
22403
|
|
|
22776
|
-
- name: aiservice_s3_action
|
|
22777
|
-
type: string
|
|
22778
|
-
description: s3 action for IBM Maximo AI Service
|
|
22779
|
-
default: ""
|
|
22780
22404
|
- name: minio_root_user
|
|
22781
22405
|
type: string
|
|
22782
22406
|
description: root user for minio
|
|
@@ -22786,39 +22410,6 @@ spec:
|
|
|
22786
22410
|
description: password for minio root user
|
|
22787
22411
|
default: ""
|
|
22788
22412
|
|
|
22789
|
-
- name: aiservice_s3_bucket_prefix
|
|
22790
|
-
type: string
|
|
22791
|
-
description: s3 bucker prefix
|
|
22792
|
-
default: ""
|
|
22793
|
-
- name: aiservice_s3_region
|
|
22794
|
-
type: string
|
|
22795
|
-
description: s3 region
|
|
22796
|
-
default: ""
|
|
22797
|
-
- name: aiservice_s3_endpoint_url
|
|
22798
|
-
type: string
|
|
22799
|
-
description: endpoint url for s3
|
|
22800
|
-
default: ""
|
|
22801
|
-
- name: aiservice_tenant_s3_bucket_prefix
|
|
22802
|
-
type: string
|
|
22803
|
-
description: s3 bucker prefix ( tenant level )
|
|
22804
|
-
default: ""
|
|
22805
|
-
- name: aiservice_tenant_s3_region
|
|
22806
|
-
type: string
|
|
22807
|
-
description: s3 region ( tenant level )
|
|
22808
|
-
default: ""
|
|
22809
|
-
- name: aiservice_tenant_s3_endpoint_url
|
|
22810
|
-
type: string
|
|
22811
|
-
description: endpoint url for s3 ( tenant level )
|
|
22812
|
-
default: ""
|
|
22813
|
-
- name: aiservice_tenant_s3_access_key
|
|
22814
|
-
type: string
|
|
22815
|
-
description: access key for s3 ( tenant level )
|
|
22816
|
-
default: ""
|
|
22817
|
-
- name: aiservice_tenant_s3_secret_key
|
|
22818
|
-
type: string
|
|
22819
|
-
description: secret key for s3 ( tenant level )
|
|
22820
|
-
default: ""
|
|
22821
|
-
|
|
22822
22413
|
# MAS Application Configuration - IBM Maximo AI Service - Tenant
|
|
22823
22414
|
# -----------------------------------------------------------------------------
|
|
22824
22415
|
- name: tenant_entitlement_type
|
|
@@ -22852,10 +22443,6 @@ spec:
|
|
|
22852
22443
|
type: string
|
|
22853
22444
|
description: watsonx action for IBM Maximo AI Service
|
|
22854
22445
|
default: ""
|
|
22855
|
-
- name: aiservice_apikey_action
|
|
22856
|
-
type: string
|
|
22857
|
-
description: AI Broker api key action for IBM Maximo AI Service
|
|
22858
|
-
default: ""
|
|
22859
22446
|
|
|
22860
22447
|
# MAS Application Configuration - IBM Maximo AI Service - RSL
|
|
22861
22448
|
# -----------------------------------------------------------------------------
|
|
@@ -23132,9 +22719,8 @@ spec:
|
|
|
23132
22719
|
- ibm-catalogs
|
|
23133
22720
|
|
|
23134
22721
|
|
|
23135
|
-
# 3 Install
|
|
22722
|
+
# 3. Install Minio
|
|
23136
22723
|
# -------------------------------------------------------------------------
|
|
23137
|
-
# 3.1 Install minio storage class
|
|
23138
22724
|
- name: minio
|
|
23139
22725
|
timeout: "0"
|
|
23140
22726
|
params:
|
|
@@ -23156,12 +22742,6 @@ spec:
|
|
|
23156
22742
|
value: "$(params.aiservice_channel)"
|
|
23157
22743
|
- name: ibm_entitlement_key
|
|
23158
22744
|
value: $(params.ibm_entitlement_key)
|
|
23159
|
-
- name: aiservice_storage_provider
|
|
23160
|
-
value: $(params.aiservice_storage_provider)
|
|
23161
|
-
- name: aiservice_storage_accesskey
|
|
23162
|
-
value: $(params.aiservice_storage_accesskey)
|
|
23163
|
-
- name: aiservice_storage_secretkey
|
|
23164
|
-
value: $(params.aiservice_storage_secretkey)
|
|
23165
22745
|
- name: minio_root_user
|
|
23166
22746
|
value: $(params.minio_root_user)
|
|
23167
22747
|
- name: minio_root_password
|
|
@@ -23171,14 +22751,19 @@ spec:
|
|
|
23171
22751
|
name: mas-devops-minio
|
|
23172
22752
|
kind: Task
|
|
23173
22753
|
when:
|
|
23174
|
-
- input: "$(params.
|
|
23175
|
-
operator:
|
|
23176
|
-
values: ["
|
|
22754
|
+
- input: "$(params.minio_root_user)"
|
|
22755
|
+
operator: notin
|
|
22756
|
+
values: [""]
|
|
22757
|
+
- input: "$(params.minio_root_password)"
|
|
22758
|
+
operator: notin
|
|
22759
|
+
values: [""]
|
|
23177
22760
|
|
|
23178
22761
|
runAfter:
|
|
23179
22762
|
- cert-manager
|
|
23180
22763
|
|
|
23181
|
-
|
|
22764
|
+
|
|
22765
|
+
# 4. Install Db2
|
|
22766
|
+
# -------------------------------------------------------------------------
|
|
23182
22767
|
- name: db2-aiservice
|
|
23183
22768
|
timeout: "0"
|
|
23184
22769
|
params:
|
|
@@ -23295,7 +22880,9 @@ spec:
|
|
|
23295
22880
|
runAfter:
|
|
23296
22881
|
- cert-manager
|
|
23297
22882
|
|
|
23298
|
-
|
|
22883
|
+
|
|
22884
|
+
# 5. Opendatahub
|
|
22885
|
+
# -------------------------------------------------------------------------
|
|
23299
22886
|
- name: aiservice-odh
|
|
23300
22887
|
params:
|
|
23301
22888
|
# Controls the image pull policy for the ibmmas/cli image
|
|
@@ -23317,26 +22904,6 @@ spec:
|
|
|
23317
22904
|
value: $(params.ibm_entitlement_key)
|
|
23318
22905
|
- name: custom_labels
|
|
23319
22906
|
value: $(params.custom_labels)
|
|
23320
|
-
- name: aiservice_storage_provider
|
|
23321
|
-
value: $(params.aiservice_storage_provider)
|
|
23322
|
-
- name: aiservice_storage_accesskey
|
|
23323
|
-
value: $(params.aiservice_storage_accesskey)
|
|
23324
|
-
- name: aiservice_storage_secretkey
|
|
23325
|
-
value: $(params.aiservice_storage_secretkey)
|
|
23326
|
-
- name: aiservice_storage_host
|
|
23327
|
-
value: $(params.aiservice_storage_host)
|
|
23328
|
-
- name: aiservice_storage_port
|
|
23329
|
-
value: $(params.aiservice_storage_port)
|
|
23330
|
-
- name: aiservice_storage_ssl
|
|
23331
|
-
value: $(params.aiservice_storage_ssl)
|
|
23332
|
-
- name: aiservice_storage_region
|
|
23333
|
-
value: $(params.aiservice_storage_region)
|
|
23334
|
-
- name: aiservice_storage_pipelines_bucket
|
|
23335
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
23336
|
-
- name: aiservice_storage_tenants_bucket
|
|
23337
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
23338
|
-
- name: aiservice_storage_templates_bucket
|
|
23339
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
23340
22907
|
|
|
23341
22908
|
taskRef:
|
|
23342
22909
|
name: mas-devops-aiservice-odh
|
|
@@ -23348,66 +22915,9 @@ spec:
|
|
|
23348
22915
|
runAfter:
|
|
23349
22916
|
- minio
|
|
23350
22917
|
|
|
23351
|
-
# 3.4 Install Kmodels
|
|
23352
|
-
- name: aiservice-kmodels
|
|
23353
|
-
params:
|
|
23354
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
23355
|
-
- name: image_pull_policy
|
|
23356
|
-
value: $(params.image_pull_policy)
|
|
23357
|
-
|
|
23358
|
-
- name: devops_suite_name
|
|
23359
|
-
value: aiservice-kmodels
|
|
23360
22918
|
|
|
23361
|
-
|
|
23362
|
-
|
|
23363
|
-
- name: artifactory_token
|
|
23364
|
-
value: $(params.artifactory_token)
|
|
23365
|
-
|
|
23366
|
-
- name: ibm_entitlement_key
|
|
23367
|
-
value: $(params.ibm_entitlement_key)
|
|
23368
|
-
- name: custom_labels
|
|
23369
|
-
value: $(params.custom_labels)
|
|
23370
|
-
|
|
23371
|
-
- name: aiservice_instance_id
|
|
23372
|
-
value: $(params.aiservice_instance_id)
|
|
23373
|
-
|
|
23374
|
-
- name: aiservice_storage_provider
|
|
23375
|
-
value: $(params.aiservice_storage_provider)
|
|
23376
|
-
- name: aiservice_storage_accesskey
|
|
23377
|
-
value: $(params.aiservice_storage_accesskey)
|
|
23378
|
-
- name: aiservice_storage_secretkey
|
|
23379
|
-
value: $(params.aiservice_storage_secretkey)
|
|
23380
|
-
- name: aiservice_storage_host
|
|
23381
|
-
value: $(params.aiservice_storage_host)
|
|
23382
|
-
- name: aiservice_storage_port
|
|
23383
|
-
value: $(params.aiservice_storage_port)
|
|
23384
|
-
- name: aiservice_storage_ssl
|
|
23385
|
-
value: $(params.aiservice_storage_ssl)
|
|
23386
|
-
- name: aiservice_storage_region
|
|
23387
|
-
value: $(params.aiservice_storage_region)
|
|
23388
|
-
- name: aiservice_storage_pipelines_bucket
|
|
23389
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
23390
|
-
- name: aiservice_storage_tenants_bucket
|
|
23391
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
23392
|
-
- name: aiservice_storage_templates_bucket
|
|
23393
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
23394
|
-
|
|
23395
|
-
- name: mas_icr_cp
|
|
23396
|
-
value: $(params.mas_icr_cp)
|
|
23397
|
-
- name: mas_icr_cpopen
|
|
23398
|
-
value: $(params.mas_icr_cpopen)
|
|
23399
|
-
|
|
23400
|
-
taskRef:
|
|
23401
|
-
name: mas-devops-aiservice-kmodels
|
|
23402
|
-
kind: Task
|
|
23403
|
-
when:
|
|
23404
|
-
- input: "$(params.aiservice_channel)"
|
|
23405
|
-
operator: notin
|
|
23406
|
-
values: [""]
|
|
23407
|
-
runAfter:
|
|
23408
|
-
- aiservice-odh
|
|
23409
|
-
|
|
23410
|
-
# 3.5 Install and Configure AI Service
|
|
22919
|
+
# 6. Install AI Service
|
|
22920
|
+
# -------------------------------------------------------------------------
|
|
23411
22921
|
- name: aiservice
|
|
23412
22922
|
timeout: "0"
|
|
23413
22923
|
params:
|
|
@@ -23434,26 +22944,26 @@ spec:
|
|
|
23434
22944
|
- name: aiservice_channel
|
|
23435
22945
|
value: "$(params.aiservice_channel)"
|
|
23436
22946
|
|
|
23437
|
-
- name:
|
|
23438
|
-
value: $(params.
|
|
23439
|
-
- name:
|
|
23440
|
-
value: $(params.
|
|
23441
|
-
- name:
|
|
23442
|
-
value: $(params.
|
|
23443
|
-
- name:
|
|
23444
|
-
value: $(params.
|
|
23445
|
-
- name:
|
|
23446
|
-
value: $(params.
|
|
23447
|
-
- name:
|
|
23448
|
-
value: $(params.
|
|
23449
|
-
- name:
|
|
23450
|
-
value: $(params.
|
|
23451
|
-
- name:
|
|
23452
|
-
value: $(params.
|
|
23453
|
-
- name:
|
|
23454
|
-
value: $(params.
|
|
23455
|
-
- name:
|
|
23456
|
-
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)
|
|
23457
22967
|
|
|
23458
22968
|
- name: aiservice_watsonxai_apikey
|
|
23459
22969
|
value: $(params.aiservice_watsonxai_apikey)
|
|
@@ -23464,16 +22974,6 @@ spec:
|
|
|
23464
22974
|
- name: aiservice_watsonx_action
|
|
23465
22975
|
value: $(params.aiservice_watsonx_action)
|
|
23466
22976
|
|
|
23467
|
-
- name: aiservice_s3_action
|
|
23468
|
-
value: $(params.aiservice_s3_action)
|
|
23469
|
-
- name: aiservice_s3_bucket_prefix
|
|
23470
|
-
value: $(params.aiservice_s3_bucket_prefix)
|
|
23471
|
-
- name: aiservice_s3_endpoint_url
|
|
23472
|
-
value: $(params.aiservice_s3_endpoint_url)
|
|
23473
|
-
|
|
23474
|
-
- name: aiservice_apikey_action
|
|
23475
|
-
value: $(params.aiservice_apikey_action)
|
|
23476
|
-
|
|
23477
22977
|
- name: mas_icr_cp
|
|
23478
22978
|
value: $(params.mas_icr_cp)
|
|
23479
22979
|
- name: mas_icr_cpopen
|
|
@@ -23497,9 +22997,11 @@ spec:
|
|
|
23497
22997
|
- sls
|
|
23498
22998
|
- uds
|
|
23499
22999
|
- db2-aiservice
|
|
23500
|
-
- aiservice-
|
|
23000
|
+
- aiservice-odh
|
|
23001
|
+
|
|
23501
23002
|
|
|
23502
|
-
#
|
|
23003
|
+
# 7. Create AI Service Tenant
|
|
23004
|
+
# -------------------------------------------------------------------------
|
|
23503
23005
|
- name: aiservice-tenant
|
|
23504
23006
|
timeout: "0"
|
|
23505
23007
|
params:
|
|
@@ -23526,27 +23028,6 @@ spec:
|
|
|
23526
23028
|
- name: custom_labels
|
|
23527
23029
|
value: $(params.custom_labels)
|
|
23528
23030
|
|
|
23529
|
-
- name: aiservice_storage_provider
|
|
23530
|
-
value: $(params.aiservice_storage_provider)
|
|
23531
|
-
- name: aiservice_storage_accesskey
|
|
23532
|
-
value: $(params.aiservice_storage_accesskey)
|
|
23533
|
-
- name: aiservice_storage_secretkey
|
|
23534
|
-
value: $(params.aiservice_storage_secretkey)
|
|
23535
|
-
- name: aiservice_storage_host
|
|
23536
|
-
value: $(params.aiservice_storage_host)
|
|
23537
|
-
- name: aiservice_storage_port
|
|
23538
|
-
value: $(params.aiservice_storage_port)
|
|
23539
|
-
- name: aiservice_storage_ssl
|
|
23540
|
-
value: $(params.aiservice_storage_ssl)
|
|
23541
|
-
- name: aiservice_storage_region
|
|
23542
|
-
value: $(params.aiservice_storage_region)
|
|
23543
|
-
- name: aiservice_storage_pipelines_bucket
|
|
23544
|
-
value: $(params.aiservice_storage_pipelines_bucket)
|
|
23545
|
-
- name: aiservice_storage_tenants_bucket
|
|
23546
|
-
value: $(params.aiservice_storage_tenants_bucket)
|
|
23547
|
-
- name: aiservice_storage_templates_bucket
|
|
23548
|
-
value: $(params.aiservice_storage_templates_bucket)
|
|
23549
|
-
|
|
23550
23031
|
- name: aiservice_watsonxai_apikey
|
|
23551
23032
|
value: $(params.aiservice_watsonxai_apikey)
|
|
23552
23033
|
- name: aiservice_watsonxai_url
|
|
@@ -23556,11 +23037,6 @@ spec:
|
|
|
23556
23037
|
- name: aiservice_watsonx_action
|
|
23557
23038
|
value: $(params.aiservice_watsonx_action)
|
|
23558
23039
|
|
|
23559
|
-
- name: aiservice_s3_action
|
|
23560
|
-
value: $(params.aiservice_s3_action)
|
|
23561
|
-
- name: aiservice_apikey_action
|
|
23562
|
-
value: $(params.aiservice_apikey_action)
|
|
23563
|
-
|
|
23564
23040
|
- name: tenant_entitlement_type
|
|
23565
23041
|
value: $(params.tenant_entitlement_type)
|
|
23566
23042
|
- name: tenant_entitlement_start_date
|
|
@@ -23573,17 +23049,6 @@ spec:
|
|
|
23573
23049
|
- name: mas_icr_cpopen
|
|
23574
23050
|
value: $(params.mas_icr_cpopen)
|
|
23575
23051
|
|
|
23576
|
-
- name: aiservice_tenant_s3_bucket_prefix
|
|
23577
|
-
value: $(params.aiservice_tenant_s3_bucket_prefix)
|
|
23578
|
-
- name: aiservice_tenant_s3_region
|
|
23579
|
-
value: $(params.aiservice_tenant_s3_region)
|
|
23580
|
-
- name: aiservice_tenant_s3_endpoint_url
|
|
23581
|
-
value: $(params.aiservice_tenant_s3_endpoint_url)
|
|
23582
|
-
- name: aiservice_tenant_s3_access_key
|
|
23583
|
-
value: $(params.aiservice_tenant_s3_access_key)
|
|
23584
|
-
- name: aiservice_tenant_s3_secret_key
|
|
23585
|
-
value: $(params.aiservice_tenant_s3_secret_key)
|
|
23586
|
-
|
|
23587
23052
|
- name: rsl_url
|
|
23588
23053
|
value: $(params.rsl_url)
|
|
23589
23054
|
- name: rsl_org_id
|
|
@@ -23607,7 +23072,9 @@ spec:
|
|
|
23607
23072
|
runAfter:
|
|
23608
23073
|
- aiservice
|
|
23609
23074
|
|
|
23610
|
-
|
|
23075
|
+
|
|
23076
|
+
# 8. AI Service Post Verification
|
|
23077
|
+
# -------------------------------------------------------------------------
|
|
23611
23078
|
- name: aiservice-post-verify
|
|
23612
23079
|
timeout: "0"
|
|
23613
23080
|
params:
|
|
@@ -23632,6 +23099,7 @@ spec:
|
|
|
23632
23099
|
runAfter:
|
|
23633
23100
|
- aiservice-tenant
|
|
23634
23101
|
|
|
23102
|
+
|
|
23635
23103
|
finally:
|
|
23636
23104
|
# Update synchronization configmap
|
|
23637
23105
|
# -------------------------------------------------------------------------
|