mas-cli 15.1.10__py3-none-any.whl → 15.1.12__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.

@@ -129,7 +129,7 @@ spec:
129
129
 
130
130
  steps:
131
131
  - name: start-pipelinerun
132
- image: quay.io/ibmmas/cli:15.1.10
132
+ image: quay.io/ibmmas/cli:15.1.12
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.10
204
+ image: quay.io/ibmmas/cli:15.1.12
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.10
284
+ image: quay.io/ibmmas/cli:15.1.12
285
285
  imagePullPolicy: $(params.image_pull_policy)
286
286
  command:
287
287
  - /opt/app-root/src/wait-for-configmap.sh
@@ -375,15 +375,6 @@ spec:
375
375
  description: Environment type
376
376
  default: ""
377
377
 
378
- - name: aiservice_s3_action
379
- type: string
380
- description:
381
- default: "This option is optional"
382
- - name: aiservice_apikey_action
383
- type: string
384
- description:
385
- default: "This option is optional"
386
-
387
378
  # WatsonX params
388
379
  - name: aiservice_watsonxai_apikey
389
380
  type: string
@@ -402,48 +393,6 @@ spec:
402
393
  description:
403
394
  default: "This option is mandatory"
404
395
 
405
- # S3 storage
406
- - name: aiservice_storage_provider
407
- type: string
408
- default: "This option is mandatory"
409
- default: ""
410
- - name: aiservice_storage_accesskey
411
- type: string
412
- default: "This option is mandatory"
413
- default: ""
414
- - name: aiservice_storage_secretkey
415
- type: string
416
- default: "This option is mandatory"
417
- default: ""
418
- - name: aiservice_storage_host
419
- type: string
420
- default: "This option is mandatory"
421
- default: ""
422
- - name: aiservice_storage_port
423
- type: string
424
- default: "This option is mandatory"
425
- default: ""
426
- - name: aiservice_storage_ssl
427
- type: string
428
- default: "This option is mandatory"
429
- default: ""
430
- - name: aiservice_storage_region
431
- type: string
432
- default: "This option is mandatory"
433
- default: ""
434
- - name: aiservice_storage_pipelines_bucket
435
- type: string
436
- default: "This option is mandatory"
437
- default: ""
438
- - name: aiservice_storage_tenants_bucket
439
- type: string
440
- default: "This option is mandatory"
441
- default: ""
442
- - name: aiservice_storage_templates_bucket
443
- type: string
444
- default: "This option is mandatory"
445
- default: ""
446
-
447
396
  # Tenant Entitlement
448
397
  - name: tenant_entitlement_type
449
398
  type: string
@@ -452,18 +401,6 @@ spec:
452
401
  - name: tenant_entitlement_end_date
453
402
  type: string
454
403
 
455
- # Tenant S3
456
- - name: aiservice_tenant_s3_bucket_prefix
457
- type: string
458
- - name: aiservice_tenant_s3_region
459
- type: string
460
- - name: aiservice_tenant_s3_endpoint_url
461
- type: string
462
- - name: aiservice_tenant_s3_access_key
463
- type: string
464
- - name: aiservice_tenant_s3_secret_key
465
- type: string
466
-
467
404
  # RSL
468
405
  - name: rsl_url
469
406
  type: string
@@ -527,14 +464,6 @@ spec:
527
464
  - name: ENVIRONMENT_TYPE
528
465
  value: $(params.environment_type)
529
466
 
530
- # AI Broker action for create/delete s3 secret
531
- - name: AISERVICE_S3_ACTION
532
- value: $(params.aiservice_s3_action)
533
-
534
- # AI Broker action for create/delete api key
535
- - name: AISERVICE_APIKEY_ACTION
536
- value: $(params.aiservice_apikey_action)
537
-
538
467
  # Watsonx
539
468
  - name: AISERVICE_WATSONXAI_APIKEY
540
469
  value: $(params.aiservice_watsonxai_apikey)
@@ -545,28 +474,6 @@ spec:
545
474
  - name: AISERVICE_WATSONX_ACTION
546
475
  value: $(params.aiservice_watsonx_action)
547
476
 
548
- # S3 storage
549
- - name: AISERVICE_STORAGE_PROVIDER
550
- value: $(params.aiservice_storage_provider)
551
- - name: AISERVICE_STORAGE_ACCESSKEY
552
- value: $(params.aiservice_storage_accesskey)
553
- - name: AISERVICE_STORAGE_SECRETKEY
554
- value: $(params.aiservice_storage_secretkey)
555
- - name: AISERVICE_STORAGE_HOST
556
- value: $(params.aiservice_storage_host)
557
- - name: AISERVICE_STORAGE_PORT
558
- value: $(params.aiservice_storage_port)
559
- - name: AISERVICE_STORAGE_SSL
560
- value: $(params.aiservice_storage_ssl)
561
- - name: AISERVICE_STORAGE_REGION
562
- value: $(params.aiservice_storage_region)
563
- - name: AISERVICE_STORAGE_PIPELINES_BUCKET
564
- value: $(params.aiservice_storage_pipelines_bucket)
565
- - name: AISERVICE_STORAGE_TENANTS_BUCKET
566
- value: $(params.aiservice_storage_tenants_bucket)
567
- - name: AISERVICE_STORAGE_TEMPLATES_BUCKET
568
- value: $(params.aiservice_storage_templates_bucket)
569
-
570
477
  # Tenant Entitlement
571
478
  - name: AISERVICE_TENANT_ENTITLEMENT_TYPE
572
479
  value: $(params.tenant_entitlement_type)
@@ -575,18 +482,6 @@ spec:
575
482
  - name: AISERVICE_TENANT_ENTITLEMENT_END_DATE
576
483
  value: $(params.tenant_entitlement_end_date)
577
484
 
578
- # Tenant S3 storage
579
- - name: AISERVICE_TENANT_S3_REGION
580
- value: $(params.aiservice_tenant_s3_region)
581
- - name: AISERVICE_TENANT_S3_BUCKET_PREFIX
582
- value: $(params.aiservice_tenant_s3_bucket_prefix)
583
- - name: AISERVICE_TENANT_S3_ENDPOINT_URL
584
- value: $(params.aiservice_tenant_s3_endpoint_url)
585
- - name: AISERVICE_TENANT_S3_ACCESS_KEY
586
- value: $(params.aiservice_tenant_s3_access_key)
587
- - name: AISERVICE_TENANT_S3_SECRET_KEY
588
- value: $(params.aiservice_tenant_s3_secret_key)
589
-
590
485
  # RSL
591
486
  - name: RSL_URL
592
487
  value: $(params.rsl_url)
@@ -600,7 +495,7 @@ spec:
600
495
  command:
601
496
  - /opt/app-root/src/run-role.sh
602
497
  - aiservice_tenant
603
- image: quay.io/ibmmas/cli:15.1.10
498
+ image: quay.io/ibmmas/cli:15.1.12
604
499
  imagePullPolicy: $(params.image_pull_policy)
605
500
  workingDir: /workspace/configs
606
501
 
@@ -667,16 +562,6 @@ spec:
667
562
  description: Optional MAS custom labels, comma separated list of key=value pairs
668
563
  default: ""
669
564
 
670
- # AI Broker actions
671
- - name: aiservice_s3_action
672
- type: string
673
- description:
674
- default: "This option is optional"
675
- - name: aiservice_apikey_action
676
- type: string
677
- description:
678
- default: "This option is optional"
679
-
680
565
  # WatsonX params
681
566
  - name: aiservice_watsonxai_apikey
682
567
  type: string
@@ -696,52 +581,41 @@ spec:
696
581
  default: "This option is mandatory"
697
582
 
698
583
  # AI Broker storage
699
- - name: aiservice_storage_provider
584
+ - name: aiservice_s3_accesskey
700
585
  type: string
701
586
  default: "This option is mandatory"
702
587
  default: ""
703
- - name: aiservice_storage_accesskey
588
+ - name: aiservice_s3_secretkey
704
589
  type: string
705
590
  default: "This option is mandatory"
706
591
  default: ""
707
- - name: aiservice_storage_secretkey
592
+ - name: aiservice_s3_host
708
593
  type: string
709
594
  default: "This option is mandatory"
710
595
  default: ""
711
- - name: aiservice_storage_host
596
+ - name: aiservice_s3_port
712
597
  type: string
713
598
  default: "This option is mandatory"
714
599
  default: ""
715
- - name: aiservice_storage_port
600
+ - name: aiservice_s3_ssl
716
601
  type: string
717
602
  default: "This option is mandatory"
718
603
  default: ""
719
- - name: aiservice_storage_ssl
720
- type: string
721
- default: "This option is mandatory"
722
- default: ""
723
- - name: aiservice_storage_region
604
+ - name: aiservice_s3_region
724
605
  type: string
725
606
  default: "This option is mandatory"
726
607
  default: ""
727
- - name: aiservice_storage_pipelines_bucket
608
+ - name: aiservice_s3_bucket_prefix
728
609
  type: string
729
- default: "This option is mandatory"
730
610
  default: ""
731
- - name: aiservice_storage_tenants_bucket
611
+ - name: aiservice_s3_tenants_bucket
732
612
  type: string
733
613
  default: "This option is mandatory"
734
614
  default: ""
735
- - name: aiservice_storage_templates_bucket
615
+ - name: aiservice_s3_templates_bucket
736
616
  type: string
737
617
  default: "This option is mandatory"
738
618
  default: ""
739
- - name: aiservice_s3_bucket_prefix
740
- type: string
741
- default: ""
742
- - name: aiservice_s3_endpoint_url
743
- type: string
744
- default: ""
745
619
  - name: environment_type
746
620
  type: string
747
621
  description: Environment type
@@ -799,14 +673,6 @@ spec:
799
673
  - name: CUSTOM_LABELS
800
674
  value: $(params.custom_labels)
801
675
 
802
- # AI Broker action for create/delete s3 secret
803
- - name: AISERVICE_S3_ACTION
804
- value: $(params.aiservice_s3_action)
805
-
806
- # AI Broker action for create/delete api key
807
- - name: AISERVICE_APIKEY_ACTION
808
- value: $(params.aiservice_apikey_action)
809
-
810
676
  # Watsonx
811
677
  - name: AISERVICE_WATSONXAI_APIKEY
812
678
  value: $(params.aiservice_watsonxai_apikey)
@@ -818,30 +684,24 @@ spec:
818
684
  value: $(params.aiservice_watsonx_action)
819
685
 
820
686
  # Opendatahub storage details
821
- - name: AISERVICE_STORAGE_PROVIDER
822
- value: $(params.aiservice_storage_provider)
823
- - name: AISERVICE_STORAGE_ACCESSKEY
824
- value: $(params.aiservice_storage_accesskey)
825
- - name: AISERVICE_STORAGE_SECRETKEY
826
- value: $(params.aiservice_storage_secretkey)
827
- - name: AISERVICE_STORAGE_HOST
828
- value: $(params.aiservice_storage_host)
829
- - name: AISERVICE_STORAGE_PORT
830
- value: $(params.aiservice_storage_port)
831
- - name: AISERVICE_STORAGE_SSL
832
- value: $(params.aiservice_storage_ssl)
833
- - name: AISERVICE_STORAGE_REGION
834
- value: $(params.aiservice_storage_region)
835
- - name: AISERVICE_STORAGE_PIPELINES_BUCKET
836
- value: $(params.aiservice_storage_pipelines_bucket)
837
- - name: AISERVICE_STORAGE_TENANTS_BUCKET
838
- value: $(params.aiservice_storage_tenants_bucket)
839
- - name: AISERVICE_STORAGE_TEMPLATES_BUCKET
840
- value: $(params.aiservice_storage_templates_bucket)
687
+ - name: AISERVICE_S3_ACCESSKEY
688
+ value: $(params.aiservice_s3_accesskey)
689
+ - name: AISERVICE_S3_SECRETKEY
690
+ value: $(params.aiservice_s3_secretkey)
691
+ - name: AISERVICE_S3_HOST
692
+ value: $(params.aiservice_s3_host)
693
+ - name: AISERVICE_S3_PORT
694
+ value: $(params.aiservice_s3_port)
695
+ - name: AISERVICE_S3_SSL
696
+ value: $(params.aiservice_s3_ssl)
697
+ - name: AISERVICE_S3_REGION
698
+ value: $(params.aiservice_s3_region)
841
699
  - name: AISERVICE_S3_BUCKET_PREFIX
842
700
  value: $(params.aiservice_s3_bucket_prefix)
843
- - name: AISERVICE_S3_ENDPOINT_URL
844
- value: $(params.aiservice_s3_endpoint_url)
701
+ - name: AISERVICE_S3_TENANTS_BUCKET
702
+ value: $(params.aiservice_s3_tenants_bucket)
703
+ - name: AISERVICE_S3_TEMPLATES_BUCKET
704
+ value: $(params.aiservice_s3_templates_bucket)
845
705
 
846
706
  - name: ENVIRONMENT_TYPE
847
707
  value: $(params.environment_type)
@@ -851,7 +711,7 @@ spec:
851
711
  command:
852
712
  - /opt/app-root/src/run-role.sh
853
713
  - aiservice
854
- image: quay.io/ibmmas/cli:15.1.10
714
+ image: quay.io/ibmmas/cli:15.1.12
855
715
  imagePullPolicy: $(params.image_pull_policy)
856
716
  workingDir: /workspace/configs
857
717
 
@@ -967,7 +827,7 @@ spec:
967
827
  command:
968
828
  - /opt/app-root/src/run-role.sh
969
829
  - appconnect
970
- image: quay.io/ibmmas/cli:15.1.10
830
+ image: quay.io/ibmmas/cli:15.1.12
971
831
  imagePullPolicy: $(params.image_pull_policy)
972
832
  workingDir: /workspace/configs
973
833
 
@@ -1085,7 +945,7 @@ spec:
1085
945
  command:
1086
946
  - /opt/app-root/src/run-role.sh
1087
947
  - arcgis
1088
- image: quay.io/ibmmas/cli:15.1.10
948
+ image: quay.io/ibmmas/cli:15.1.12
1089
949
  imagePullPolicy: $(params.image_pull_policy)
1090
950
  # --------------------------------------------------------------------------------
1091
951
  # /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
@@ -1155,7 +1015,7 @@ spec:
1155
1015
  command:
1156
1016
  - /opt/app-root/src/run-role.sh
1157
1017
  - cert_manager
1158
- image: quay.io/ibmmas/cli:15.1.10
1018
+ image: quay.io/ibmmas/cli:15.1.12
1159
1019
  imagePullPolicy: $(params.image_pull_policy)
1160
1020
  workingDir: /workspace/configs
1161
1021
  # --------------------------------------------------------------------------------
@@ -1221,7 +1081,7 @@ spec:
1221
1081
  command:
1222
1082
  - /opt/app-root/src/run-role.sh
1223
1083
  - common_services
1224
- image: quay.io/ibmmas/cli:15.1.10
1084
+ image: quay.io/ibmmas/cli:15.1.12
1225
1085
  imagePullPolicy: $(params.image_pull_policy)
1226
1086
  workingDir: /workspace/configs
1227
1087
  # --------------------------------------------------------------------------------
@@ -1348,7 +1208,7 @@ spec:
1348
1208
  command:
1349
1209
  - /opt/app-root/src/run-role.sh
1350
1210
  - cos
1351
- image: quay.io/ibmmas/cli:15.1.10
1211
+ image: quay.io/ibmmas/cli:15.1.12
1352
1212
  imagePullPolicy: $(params.image_pull_policy)
1353
1213
  workingDir: /workspace/configs
1354
1214
 
@@ -1468,7 +1328,7 @@ spec:
1468
1328
  command:
1469
1329
  - /opt/app-root/src/run-role.sh
1470
1330
  - cp4d_service
1471
- image: quay.io/ibmmas/cli:15.1.10
1331
+ image: quay.io/ibmmas/cli:15.1.12
1472
1332
  imagePullPolicy: $(params.image_pull_policy)
1473
1333
  workingDir: /workspace/configs
1474
1334
  # --------------------------------------------------------------------------------
@@ -1585,7 +1445,7 @@ spec:
1585
1445
  command:
1586
1446
  - /opt/app-root/src/run-role.sh
1587
1447
  - cp4d_service
1588
- image: quay.io/ibmmas/cli:15.1.10
1448
+ image: quay.io/ibmmas/cli:15.1.12
1589
1449
  imagePullPolicy: $(params.image_pull_policy)
1590
1450
  workingDir: /workspace/configs
1591
1451
 
@@ -1691,7 +1551,7 @@ spec:
1691
1551
  command:
1692
1552
  - /opt/app-root/src/run-role.sh
1693
1553
  - cp4d
1694
- image: quay.io/ibmmas/cli:15.1.10
1554
+ image: quay.io/ibmmas/cli:15.1.12
1695
1555
  imagePullPolicy: $(params.image_pull_policy)
1696
1556
  # --------------------------------------------------------------------------------
1697
1557
  # /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
@@ -2013,7 +1873,7 @@ spec:
2013
1873
  command:
2014
1874
  - /opt/app-root/src/run-role.sh
2015
1875
  - db2
2016
- image: quay.io/ibmmas/cli:15.1.10
1876
+ image: quay.io/ibmmas/cli:15.1.12
2017
1877
  imagePullPolicy: $(params.image_pull_policy)
2018
1878
  workingDir: /workspace/configs
2019
1879
 
@@ -2123,7 +1983,7 @@ spec:
2123
1983
  command:
2124
1984
  - /opt/app-root/src/run-role.sh
2125
1985
  - eck
2126
- image: quay.io/ibmmas/cli:15.1.10
1986
+ image: quay.io/ibmmas/cli:15.1.12
2127
1987
  imagePullPolicy: $(params.image_pull_policy)
2128
1988
  # --------------------------------------------------------------------------------
2129
1989
  # /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
@@ -2212,7 +2072,7 @@ spec:
2212
2072
  command:
2213
2073
  - /opt/app-root/src/run-role.sh
2214
2074
  - gencfg_workspace
2215
- image: quay.io/ibmmas/cli:15.1.10
2075
+ image: quay.io/ibmmas/cli:15.1.12
2216
2076
  imagePullPolicy: $(params.image_pull_policy)
2217
2077
  workingDir: /workspace/configs
2218
2078
 
@@ -2407,7 +2267,7 @@ spec:
2407
2267
  - -c
2408
2268
  name: gitops-aibroker-tenant
2409
2269
  imagePullPolicy: IfNotPresent
2410
- image: quay.io/ibmmas/cli:15.1.10
2270
+ image: quay.io/ibmmas/cli:15.1.12
2411
2271
  workspaces:
2412
2272
  - name: configs
2413
2273
  # --------------------------------------------------------------------------------
@@ -2600,7 +2460,7 @@ spec:
2600
2460
  - -c
2601
2461
  name: gitops-aibroker
2602
2462
  imagePullPolicy: IfNotPresent
2603
- image: quay.io/ibmmas/cli:15.1.10
2463
+ image: quay.io/ibmmas/cli:15.1.12
2604
2464
  workspaces:
2605
2465
  - name: configs
2606
2466
  # --------------------------------------------------------------------------------
@@ -2701,7 +2561,7 @@ spec:
2701
2561
  - -c
2702
2562
  name: gitops-bootstrap
2703
2563
  imagePullPolicy: IfNotPresent
2704
- image: quay.io/ibmmas/cli:15.1.10
2564
+ image: quay.io/ibmmas/cli:15.1.12
2705
2565
  workspaces:
2706
2566
  - name: configs
2707
2567
  # --------------------------------------------------------------------------------
@@ -2783,7 +2643,7 @@ spec:
2783
2643
  - -c
2784
2644
  name: gitops-cis-compliance
2785
2645
  imagePullPolicy: IfNotPresent
2786
- image: quay.io/ibmmas/cli:15.1.10
2646
+ image: quay.io/ibmmas/cli:15.1.12
2787
2647
  workspaces:
2788
2648
  - name: configs
2789
2649
  # --------------------------------------------------------------------------------
@@ -3118,7 +2978,7 @@ spec:
3118
2978
  - -c
3119
2979
  name: gitops-cluster
3120
2980
  imagePullPolicy: Always
3121
- image: quay.io/ibmmas/cli:15.1.10
2981
+ image: quay.io/ibmmas/cli:15.1.12
3122
2982
  workspaces:
3123
2983
  - name: configs
3124
2984
  # --------------------------------------------------------------------------------
@@ -3226,7 +3086,7 @@ spec:
3226
3086
  - -c
3227
3087
  name: gitops-cos
3228
3088
  imagePullPolicy: IfNotPresent
3229
- image: quay.io/ibmmas/cli:15.1.10
3089
+ image: quay.io/ibmmas/cli:15.1.12
3230
3090
  workspaces:
3231
3091
  - name: configs
3232
3092
  # --------------------------------------------------------------------------------
@@ -3374,7 +3234,7 @@ spec:
3374
3234
  - -c
3375
3235
  name: gitops-cp4d-service
3376
3236
  imagePullPolicy: IfNotPresent
3377
- image: quay.io/ibmmas/cli:15.1.10
3237
+ image: quay.io/ibmmas/cli:15.1.12
3378
3238
  workspaces:
3379
3239
  - name: configs
3380
3240
  - name: shared-gitops-configs
@@ -3503,7 +3363,7 @@ spec:
3503
3363
  - -c
3504
3364
  name: gitops-cp4d
3505
3365
  imagePullPolicy: IfNotPresent
3506
- image: quay.io/ibmmas/cli:15.1.10
3366
+ image: quay.io/ibmmas/cli:15.1.12
3507
3367
  workspaces:
3508
3368
  - name: configs
3509
3369
  - name: shared-gitops-configs
@@ -3794,7 +3654,7 @@ spec:
3794
3654
  - -c
3795
3655
  name: gitops-db2u-database
3796
3656
  imagePullPolicy: Always
3797
- image: quay.io/ibmmas/cli:15.1.10
3657
+ image: quay.io/ibmmas/cli:15.1.12
3798
3658
  workspaces:
3799
3659
  - name: configs
3800
3660
  - name: shared-gitops-configs
@@ -3892,7 +3752,7 @@ spec:
3892
3752
  - -c
3893
3753
  name: gitops-db2u
3894
3754
  imagePullPolicy: IfNotPresent
3895
- image: quay.io/ibmmas/cli:15.1.10
3755
+ image: quay.io/ibmmas/cli:15.1.12
3896
3756
  workspaces:
3897
3757
  - name: configs
3898
3758
  # --------------------------------------------------------------------------------
@@ -4019,7 +3879,7 @@ spec:
4019
3879
  - -c
4020
3880
  name: gitops-delete-jdbc-config
4021
3881
  imagePullPolicy: IfNotPresent
4022
- image: quay.io/ibmmas/cli:15.1.10
3882
+ image: quay.io/ibmmas/cli:15.1.12
4023
3883
  workspaces:
4024
3884
  - name: configs
4025
3885
  # --------------------------------------------------------------------------------
@@ -4117,7 +3977,7 @@ spec:
4117
3977
  - -c
4118
3978
  name: gitops-delete-kafka-config
4119
3979
  imagePullPolicy: Always
4120
- image: quay.io/ibmmas/cli:15.1.10
3980
+ image: quay.io/ibmmas/cli:15.1.12
4121
3981
  workspaces:
4122
3982
  - name: configs
4123
3983
 
@@ -4209,7 +4069,7 @@ spec:
4209
4069
  - -c
4210
4070
  name: gitops-deprovision-app-config
4211
4071
  imagePullPolicy: IfNotPresent
4212
- image: quay.io/ibmmas/cli:15.1.10
4072
+ image: quay.io/ibmmas/cli:15.1.12
4213
4073
  workspaces:
4214
4074
  - name: configs
4215
4075
  # --------------------------------------------------------------------------------
@@ -4294,7 +4154,7 @@ spec:
4294
4154
  - -c
4295
4155
  name: gitops-deprovision-app-install
4296
4156
  imagePullPolicy: IfNotPresent
4297
- image: quay.io/ibmmas/cli:15.1.10
4157
+ image: quay.io/ibmmas/cli:15.1.12
4298
4158
  workspaces:
4299
4159
  - name: configs
4300
4160
  # --------------------------------------------------------------------------------
@@ -4379,7 +4239,7 @@ spec:
4379
4239
  - -c
4380
4240
  name: gitops-deprovision-cluster
4381
4241
  imagePullPolicy: IfNotPresent
4382
- image: quay.io/ibmmas/cli:15.1.10
4242
+ image: quay.io/ibmmas/cli:15.1.12
4383
4243
  workspaces:
4384
4244
  - name: configs
4385
4245
  # --------------------------------------------------------------------------------
@@ -4498,7 +4358,7 @@ spec:
4498
4358
  - -c
4499
4359
  name: gitops-deprovision-cos
4500
4360
  imagePullPolicy: IfNotPresent
4501
- image: quay.io/ibmmas/cli:15.1.10
4361
+ image: quay.io/ibmmas/cli:15.1.12
4502
4362
  workspaces:
4503
4363
  - name: configs
4504
4364
  # --------------------------------------------------------------------------------
@@ -4603,7 +4463,7 @@ spec:
4603
4463
  - -c
4604
4464
  name: gitops-deprovision-cp4d-service
4605
4465
  imagePullPolicy: IfNotPresent
4606
- image: quay.io/ibmmas/cli:15.1.10
4466
+ image: quay.io/ibmmas/cli:15.1.12
4607
4467
  workspaces:
4608
4468
  - name: configs
4609
4469
  # --------------------------------------------------------------------------------
@@ -4691,7 +4551,7 @@ spec:
4691
4551
  - -c
4692
4552
  name: gitops-deprovision-cp4d
4693
4553
  imagePullPolicy: IfNotPresent
4694
- image: quay.io/ibmmas/cli:15.1.10
4554
+ image: quay.io/ibmmas/cli:15.1.12
4695
4555
  workspaces:
4696
4556
  - name: configs
4697
4557
  # --------------------------------------------------------------------------------
@@ -4784,7 +4644,7 @@ spec:
4784
4644
  - -c
4785
4645
  name: gitops-deprovision-db2u-database
4786
4646
  imagePullPolicy: IfNotPresent
4787
- image: quay.io/ibmmas/cli:15.1.10
4647
+ image: quay.io/ibmmas/cli:15.1.12
4788
4648
  workspaces:
4789
4649
  - name: configs
4790
4650
 
@@ -4867,7 +4727,7 @@ spec:
4867
4727
  - -c
4868
4728
  name: gitops-deprovision-db2u
4869
4729
  imagePullPolicy: IfNotPresent
4870
- image: quay.io/ibmmas/cli:15.1.10
4730
+ image: quay.io/ibmmas/cli:15.1.12
4871
4731
  workspaces:
4872
4732
  - name: configs
4873
4733
 
@@ -4984,7 +4844,7 @@ spec:
4984
4844
  - -c
4985
4845
  name: gitops-deprovision-efs
4986
4846
  imagePullPolicy: IfNotPresent
4987
- image: quay.io/ibmmas/cli:15.1.10
4847
+ image: quay.io/ibmmas/cli:15.1.12
4988
4848
  workspaces:
4989
4849
  - name: configs
4990
4850
 
@@ -5094,7 +4954,7 @@ spec:
5094
4954
  - -c
5095
4955
  name: gitops-deprovision-kafka
5096
4956
  imagePullPolicy: IfNotPresent
5097
- image: quay.io/ibmmas/cli:15.1.10
4957
+ image: quay.io/ibmmas/cli:15.1.12
5098
4958
  workspaces:
5099
4959
  - name: configs
5100
4960
  # --------------------------------------------------------------------------------
@@ -5197,7 +5057,7 @@ spec:
5197
5057
  - -c
5198
5058
  name: gitops-deprovision-mongo
5199
5059
  imagePullPolicy: IfNotPresent
5200
- image: quay.io/ibmmas/cli:15.1.10
5060
+ image: quay.io/ibmmas/cli:15.1.12
5201
5061
  workspaces:
5202
5062
  - name: configs
5203
5063
 
@@ -5254,7 +5114,7 @@ spec:
5254
5114
  - -c
5255
5115
  name: gitops-deprovision-rosa
5256
5116
  imagePullPolicy: IfNotPresent
5257
- image: quay.io/ibmmas/cli:15.1.10
5117
+ image: quay.io/ibmmas/cli:15.1.12
5258
5118
  workspaces:
5259
5119
  - name: configs
5260
5120
  # --------------------------------------------------------------------------------
@@ -5459,7 +5319,7 @@ spec:
5459
5319
  - -c
5460
5320
  name: gitops-deprovision-suite-config
5461
5321
  imagePullPolicy: IfNotPresent
5462
- image: quay.io/ibmmas/cli:15.1.10
5322
+ image: quay.io/ibmmas/cli:15.1.12
5463
5323
  workspaces:
5464
5324
  - name: configs
5465
5325
 
@@ -5557,7 +5417,7 @@ spec:
5557
5417
  - -c
5558
5418
  name: gitops-deprovision-suite-idp-config
5559
5419
  imagePullPolicy: IfNotPresent
5560
- image: quay.io/ibmmas/cli:15.1.10
5420
+ image: quay.io/ibmmas/cli:15.1.12
5561
5421
  workspaces:
5562
5422
  - name: configs
5563
5423
  # --------------------------------------------------------------------------------
@@ -5649,7 +5509,7 @@ spec:
5649
5509
  - -c
5650
5510
  name: gitops-deprovision-suite-objectstorage-config
5651
5511
  imagePullPolicy: IfNotPresent
5652
- image: quay.io/ibmmas/cli:15.1.10
5512
+ image: quay.io/ibmmas/cli:15.1.12
5653
5513
  workspaces:
5654
5514
  - name: configs
5655
5515
  # --------------------------------------------------------------------------------
@@ -5861,7 +5721,7 @@ spec:
5861
5721
  - -c
5862
5722
  name: gitops-deprovision-suite-smtp-config
5863
5723
  imagePullPolicy: IfNotPresent
5864
- image: quay.io/ibmmas/cli:15.1.10
5724
+ image: quay.io/ibmmas/cli:15.1.12
5865
5725
  workspaces:
5866
5726
  - name: configs
5867
5727
  # --------------------------------------------------------------------------------
@@ -5954,7 +5814,7 @@ spec:
5954
5814
  - -c
5955
5815
  name: gitops-deprovision-suite-watson-studio-config
5956
5816
  imagePullPolicy: IfNotPresent
5957
- image: quay.io/ibmmas/cli:15.1.10
5817
+ image: quay.io/ibmmas/cli:15.1.12
5958
5818
  workspaces:
5959
5819
  - name: configs
5960
5820
  # --------------------------------------------------------------------------------
@@ -6045,7 +5905,7 @@ spec:
6045
5905
  - -c
6046
5906
  name: gitops-deprovision-suite-workspace
6047
5907
  imagePullPolicy: Always
6048
- image: quay.io/ibmmas/cli:15.1.10
5908
+ image: quay.io/ibmmas/cli:15.1.12
6049
5909
  workspaces:
6050
5910
  - name: configs
6051
5911
  # --------------------------------------------------------------------------------
@@ -6138,7 +5998,7 @@ spec:
6138
5998
  - -c
6139
5999
  name: gitops-deprovision-suite
6140
6000
  imagePullPolicy: IfNotPresent
6141
- image: quay.io/ibmmas/cli:15.1.10
6001
+ image: quay.io/ibmmas/cli:15.1.12
6142
6002
  workspaces:
6143
6003
  - name: configs
6144
6004
 
@@ -6251,7 +6111,7 @@ spec:
6251
6111
  - -c
6252
6112
  name: gitops-dro
6253
6113
  imagePullPolicy: IfNotPresent
6254
- image: quay.io/ibmmas/cli:15.1.10
6114
+ image: quay.io/ibmmas/cli:15.1.12
6255
6115
  workspaces:
6256
6116
  - name: configs
6257
6117
  # --------------------------------------------------------------------------------
@@ -6378,7 +6238,7 @@ spec:
6378
6238
  - -c
6379
6239
  name: gitops-efs
6380
6240
  imagePullPolicy: IfNotPresent
6381
- image: quay.io/ibmmas/cli:15.1.10
6241
+ image: quay.io/ibmmas/cli:15.1.12
6382
6242
  workspaces:
6383
6243
  - name: configs
6384
6244
 
@@ -6513,7 +6373,7 @@ spec:
6513
6373
  - -c
6514
6374
  name: gitops-jdbc-config
6515
6375
  imagePullPolicy: Always
6516
- image: quay.io/ibmmas/cli:15.1.10
6376
+ image: quay.io/ibmmas/cli:15.1.12
6517
6377
  workspaces:
6518
6378
  - name: configs
6519
6379
  - name: shared-gitops-configs
@@ -6609,7 +6469,7 @@ spec:
6609
6469
  - -c
6610
6470
  name: gitops-kafka-config
6611
6471
  imagePullPolicy: Always
6612
- image: quay.io/ibmmas/cli:15.1.10
6472
+ image: quay.io/ibmmas/cli:15.1.12
6613
6473
  workspaces:
6614
6474
  - name: configs
6615
6475
 
@@ -6731,7 +6591,7 @@ spec:
6731
6591
  - -c
6732
6592
  name: gitops-kafka
6733
6593
  imagePullPolicy: IfNotPresent
6734
- image: quay.io/ibmmas/cli:15.1.10
6594
+ image: quay.io/ibmmas/cli:15.1.12
6735
6595
  workspaces:
6736
6596
  - name: configs
6737
6597
  # --------------------------------------------------------------------------------
@@ -6925,7 +6785,7 @@ spec:
6925
6785
  - -c
6926
6786
  name: gitops-kmodel
6927
6787
  imagePullPolicy: IfNotPresent
6928
- image: quay.io/ibmmas/cli:15.1.10
6788
+ image: quay.io/ibmmas/cli:15.1.12
6929
6789
  workspaces:
6930
6790
  - name: configs
6931
6791
  # --------------------------------------------------------------------------------
@@ -7051,7 +6911,7 @@ spec:
7051
6911
  - -c
7052
6912
  name: gitops-license
7053
6913
  imagePullPolicy: Always
7054
- image: quay.io/ibmmas/cli:15.1.10
6914
+ image: quay.io/ibmmas/cli:15.1.12
7055
6915
  workspaces:
7056
6916
  - name: shared-entitlement
7057
6917
 
@@ -7775,7 +7635,7 @@ spec:
7775
7635
  - -c
7776
7636
  name: gitops-mas-fvt-preparer
7777
7637
  imagePullPolicy: Always
7778
- image: quay.io/ibmmas/cli:15.1.10
7638
+ image: quay.io/ibmmas/cli:15.1.12
7779
7639
  workspaces:
7780
7640
  - name: configs
7781
7641
  - name: shared-additional-configs
@@ -8275,7 +8135,7 @@ spec:
8275
8135
  - -c
8276
8136
  name: gitops-mas-initiator
8277
8137
  imagePullPolicy: IfNotPresent
8278
- image: quay.io/ibmmas/cli:15.1.10
8138
+ image: quay.io/ibmmas/cli:15.1.12
8279
8139
  workspaces:
8280
8140
  - name: configs
8281
8141
  # --------------------------------------------------------------------------------
@@ -8408,7 +8268,7 @@ spec:
8408
8268
  - -c
8409
8269
  name: gitops-mas-provisioner
8410
8270
  imagePullPolicy: IfNotPresent
8411
- image: quay.io/ibmmas/cli:15.1.10
8271
+ image: quay.io/ibmmas/cli:15.1.12
8412
8272
  workspaces:
8413
8273
  - name: configs
8414
8274
  # --------------------------------------------------------------------------------
@@ -8516,7 +8376,7 @@ spec:
8516
8376
  - -c
8517
8377
  name: gitops-mongo
8518
8378
  imagePullPolicy: IfNotPresent
8519
- image: quay.io/ibmmas/cli:15.1.10
8379
+ image: quay.io/ibmmas/cli:15.1.12
8520
8380
  workspaces:
8521
8381
  - name: configs
8522
8382
 
@@ -8642,7 +8502,7 @@ spec:
8642
8502
  - -c
8643
8503
  name: gitops-nvidia-gpu
8644
8504
  imagePullPolicy: IfNotPresent
8645
- image: quay.io/ibmmas/cli:15.1.10
8505
+ image: quay.io/ibmmas/cli:15.1.12
8646
8506
  workspaces:
8647
8507
  - name: configs
8648
8508
  # --------------------------------------------------------------------------------
@@ -8763,7 +8623,7 @@ spec:
8763
8623
  - -c
8764
8624
  name: gitops-odh
8765
8625
  imagePullPolicy: IfNotPresent
8766
- image: quay.io/ibmmas/cli:15.1.10
8626
+ image: quay.io/ibmmas/cli:15.1.12
8767
8627
  workspaces:
8768
8628
  - name: configs
8769
8629
  # --------------------------------------------------------------------------------
@@ -8881,7 +8741,7 @@ spec:
8881
8741
  - -c
8882
8742
  name: gitops-process-mongo-user
8883
8743
  imagePullPolicy: IfNotPresent
8884
- image: quay.io/ibmmas/cli:15.1.10
8744
+ image: quay.io/ibmmas/cli:15.1.12
8885
8745
  workspaces:
8886
8746
  - name: configs
8887
8747
  # --------------------------------------------------------------------------------
@@ -8937,7 +8797,7 @@ spec:
8937
8797
  - -c
8938
8798
  name: gitops-rosa
8939
8799
  imagePullPolicy: IfNotPresent
8940
- image: quay.io/ibmmas/cli:15.1.10
8800
+ image: quay.io/ibmmas/cli:15.1.12
8941
8801
  workspaces:
8942
8802
  - name: configs
8943
8803
  # --------------------------------------------------------------------------------
@@ -9119,7 +8979,7 @@ spec:
9119
8979
  - -c
9120
8980
  name: gitops-suite-app-config
9121
8981
  imagePullPolicy: IfNotPresent
9122
- image: quay.io/ibmmas/cli:15.1.10
8982
+ image: quay.io/ibmmas/cli:15.1.12
9123
8983
  workspaces:
9124
8984
  - name: configs
9125
8985
  - name: shared-gitops-configs
@@ -9277,7 +9137,7 @@ spec:
9277
9137
  - -c
9278
9138
  name: gitops-suite-app-install
9279
9139
  imagePullPolicy: Always
9280
- image: quay.io/ibmmas/cli:15.1.10
9140
+ image: quay.io/ibmmas/cli:15.1.12
9281
9141
  workspaces:
9282
9142
  - name: configs
9283
9143
  - name: shared-gitops-configs
@@ -9383,7 +9243,7 @@ spec:
9383
9243
  - -c
9384
9244
  name: gitops-suite-certs
9385
9245
  imagePullPolicy: IfNotPresent
9386
- image: quay.io/ibmmas/cli:15.1.10
9246
+ image: quay.io/ibmmas/cli:15.1.12
9387
9247
  workspaces:
9388
9248
  - name: configs
9389
9249
  - name: certificates
@@ -9558,7 +9418,7 @@ spec:
9558
9418
  - -c
9559
9419
  name: gitops-suite-config
9560
9420
  imagePullPolicy: IfNotPresent
9561
- image: quay.io/ibmmas/cli:15.1.10
9421
+ image: quay.io/ibmmas/cli:15.1.12
9562
9422
  workspaces:
9563
9423
  - name: configs
9564
9424
  - name: shared-additional-configs
@@ -9658,7 +9518,7 @@ spec:
9658
9518
  - -c
9659
9519
  name: gitops-suite-dns
9660
9520
  imagePullPolicy: IfNotPresent
9661
- image: quay.io/ibmmas/cli:15.1.10
9521
+ image: quay.io/ibmmas/cli:15.1.12
9662
9522
  workspaces:
9663
9523
  - name: configs
9664
9524
 
@@ -9782,7 +9642,7 @@ spec:
9782
9642
  - -c
9783
9643
  name: gitops-suite-idp-config
9784
9644
  imagePullPolicy: IfNotPresent
9785
- image: quay.io/ibmmas/cli:15.1.10
9645
+ image: quay.io/ibmmas/cli:15.1.12
9786
9646
  workspaces:
9787
9647
  - name: configs
9788
9648
  - name: shared-additional-configs
@@ -9883,7 +9743,7 @@ spec:
9883
9743
  - -c
9884
9744
  name: gitops-suite-objectstorage-config
9885
9745
  imagePullPolicy: IfNotPresent
9886
- image: quay.io/ibmmas/cli:15.1.10
9746
+ image: quay.io/ibmmas/cli:15.1.12
9887
9747
  workspaces:
9888
9748
  - name: configs
9889
9749
  - name: shared-gitops-configs
@@ -10305,7 +10165,7 @@ spec:
10305
10165
  - -c
10306
10166
  name: gitops-suite-smtp-config
10307
10167
  imagePullPolicy: IfNotPresent
10308
- image: quay.io/ibmmas/cli:15.1.10
10168
+ image: quay.io/ibmmas/cli:15.1.12
10309
10169
  workspaces:
10310
10170
  - name: configs
10311
10171
  - name: shared-gitops-configs
@@ -10425,7 +10285,7 @@ spec:
10425
10285
  - -c
10426
10286
  name: gitops-suite-watson-studio-config
10427
10287
  imagePullPolicy: IfNotPresent
10428
- image: quay.io/ibmmas/cli:15.1.10
10288
+ image: quay.io/ibmmas/cli:15.1.12
10429
10289
  workspaces:
10430
10290
  - name: configs
10431
10291
  - name: shared-gitops-configs
@@ -10527,7 +10387,7 @@ spec:
10527
10387
  - -c
10528
10388
  name: gitops-suite-workspace
10529
10389
  imagePullPolicy: IfNotPresent
10530
- image: quay.io/ibmmas/cli:15.1.10
10390
+ image: quay.io/ibmmas/cli:15.1.12
10531
10391
  workspaces:
10532
10392
  - name: configs
10533
10393
  # --------------------------------------------------------------------------------
@@ -10865,7 +10725,7 @@ spec:
10865
10725
  - -c
10866
10726
  name: gitops-suite
10867
10727
  imagePullPolicy: IfNotPresent
10868
- image: quay.io/ibmmas/cli:15.1.10
10728
+ image: quay.io/ibmmas/cli:15.1.12
10869
10729
  workspaces:
10870
10730
  - name: configs
10871
10731
  - name: shared-gitops-configs
@@ -10915,7 +10775,7 @@ spec:
10915
10775
 
10916
10776
  steps:
10917
10777
  - name: grafana
10918
- image: quay.io/ibmmas/cli:15.1.10
10778
+ image: quay.io/ibmmas/cli:15.1.12
10919
10779
  imagePullPolicy: $(params.image_pull_policy)
10920
10780
  command:
10921
10781
  - /opt/app-root/src/run-role.sh
@@ -11049,7 +10909,7 @@ spec:
11049
10909
  command:
11050
10910
  - /opt/app-root/src/run-role.sh
11051
10911
  - ibm_catalogs
11052
- image: quay.io/ibmmas/cli:15.1.10
10912
+ image: quay.io/ibmmas/cli:15.1.12
11053
10913
  imagePullPolicy: $(params.image_pull_policy)
11054
10914
  workingDir: /workspace/configs
11055
10915
  # --------------------------------------------------------------------------------
@@ -11291,7 +11151,7 @@ spec:
11291
11151
  command:
11292
11152
  - /opt/app-root/src/run-role.sh
11293
11153
  - kafka
11294
- image: quay.io/ibmmas/cli:15.1.10
11154
+ image: quay.io/ibmmas/cli:15.1.12
11295
11155
  imagePullPolicy: $(params.image_pull_policy)
11296
11156
  workingDir: /workspace/configs
11297
11157
 
@@ -11299,173 +11159,6 @@ spec:
11299
11159
  - name: configs
11300
11160
  optional: true
11301
11161
  # --------------------------------------------------------------------------------
11302
- # /home/runner/work/cli/cli/tekton/target/tasks/kmodels.yaml
11303
- # --------------------------------------------------------------------------------
11304
- ---
11305
- apiVersion: tekton.dev/v1beta1
11306
- kind: Task
11307
- metadata:
11308
- name: mas-devops-aiservice-kmodels
11309
- spec:
11310
- params:
11311
- # Common: Control the image pull policy for the CLI container image
11312
- - name: image_pull_policy
11313
- type: string
11314
- default: IfNotPresent
11315
-
11316
- # Common: Support for saving task execution results to a MongoDb instance
11317
- - name: devops_suite_name
11318
- type: string
11319
- description: Optional name for the junit suite, used to enable save-junit-to-mongo.py
11320
- default: ""
11321
-
11322
-
11323
- # Pre-Release Support
11324
- - name: artifactory_username
11325
- default: ''
11326
- type: string
11327
- description: Required to use development MAS builds
11328
- - name: artifactory_token
11329
- default: ''
11330
- type: string
11331
- description: Required to use development MAS builds
11332
-
11333
- # Entitlement
11334
- - name: ibm_entitlement_key
11335
- type: string
11336
-
11337
- # Custom Label Support
11338
- - name: custom_labels
11339
- type: string
11340
- description: Optional MAS custom labels, comma separated list of key=value pairs
11341
- default: ""
11342
-
11343
- # Artifactory details
11344
- - name: mas_icr_cp
11345
- type: string
11346
- default: ""
11347
- - name: mas_icr_cpopen
11348
- type: string
11349
- default: ""
11350
-
11351
- # Kmodels details
11352
- - name: aiservice_instance_id
11353
- type: string
11354
- description: Instance ID
11355
-
11356
- - name: aiservice_storage_pipelines_bucket
11357
- type: string
11358
- default: ""
11359
- - name: aiservice_storage_tenants_bucket
11360
- type: string
11361
- default: ""
11362
- - name: aiservice_storage_templates_bucket
11363
- type: string
11364
- default: ""
11365
-
11366
- - name: aiservice_storage_provider
11367
- type: string
11368
- default: ""
11369
-
11370
- - name: aiservice_storage_region
11371
- type: string
11372
- default: ""
11373
- - name: aiservice_storage_accesskey
11374
- type: string
11375
- default: ""
11376
- - name: aiservice_storage_secretkey
11377
- type: string
11378
- default: ""
11379
-
11380
- - name: aiservice_storage_host
11381
- type: string
11382
- default: ""
11383
- - name: aiservice_storage_port
11384
- type: string
11385
- default: ""
11386
- - name: aiservice_storage_ssl
11387
- type: string
11388
- default: ""
11389
-
11390
- stepTemplate:
11391
- env:
11392
- - name: DEVOPS_MONGO_URI
11393
- valueFrom:
11394
- secretKeyRef:
11395
- name: mas-devops
11396
- key: DEVOPS_MONGO_URI
11397
- optional: true
11398
- - name: DEVOPS_BUILD_NUMBER
11399
- valueFrom:
11400
- secretKeyRef:
11401
- name: mas-devops
11402
- key: DEVOPS_BUILD_NUMBER
11403
- optional: true
11404
- - name: DEVOPS_ENVIRONMENT
11405
- valueFrom:
11406
- secretKeyRef:
11407
- name: mas-devops
11408
- key: MAS_INSTANCE_ID
11409
- optional: true
11410
- - name: DEVOPS_SUITE_NAME
11411
- value: $(params.devops_suite_name)
11412
-
11413
-
11414
- # Pre-Release Support
11415
- - name: ARTIFACTORY_USERNAME
11416
- value: $(params.artifactory_username)
11417
- - name: ARTIFACTORY_TOKEN
11418
- value: $(params.artifactory_token)
11419
-
11420
- # Entitlement
11421
- - name: IBM_ENTITLEMENT_KEY
11422
- value: $(params.ibm_entitlement_key)
11423
-
11424
- # MAS Details
11425
- - name: AISERVICE_INSTANCE_ID
11426
- value: $(params.aiservice_instance_id)
11427
-
11428
- # Custom Label Support
11429
- - name: CUSTOM_LABELS
11430
- value: $(params.custom_labels)
11431
-
11432
- # Artifactory Details
11433
- - name: MAS_ICR_CP
11434
- value: $(params.mas_icr_cp)
11435
- - name: MAS_ICR_CPOPEN
11436
- value: $(params.mas_icr_cpopen)
11437
-
11438
- # Kmodels details
11439
- - name: AISERVICE_STORAGE_PIPELINES_BUCKET
11440
- value: $(params.aiservice_storage_pipelines_bucket)
11441
- - name: AISERVICE_STORAGE_TENANTS_BUCKET
11442
- value: $(params.aiservice_storage_tenants_bucket)
11443
- - name: AISERVICE_STORAGE_TEMPLATES_BUCKET
11444
- value: $(params.aiservice_storage_templates_bucket)
11445
- - name: AISERVICE_STORAGE_PROVIDER
11446
- value: $(params.aiservice_storage_provider)
11447
- - name: AISERVICE_STORAGE_ACCESSKEY
11448
- value: $(params.aiservice_storage_accesskey)
11449
- - name: AISERVICE_STORAGE_SECRETKEY
11450
- value: $(params.aiservice_storage_secretkey)
11451
- - name: AISERVICE_STORAGE_HOST
11452
- value: $(params.aiservice_storage_host)
11453
- - name: AISERVICE_STORAGE_PORT
11454
- value: $(params.aiservice_storage_port)
11455
- - name: AISERVICE_STORAGE_SSL
11456
- value: $(params.aiservice_storage_ssl)
11457
- - name: AISERVICE_STORAGE_REGION
11458
- value: $(params.aiservice_storage_region)
11459
-
11460
-
11461
- steps:
11462
- - name: aiservice-kmodels
11463
- command:
11464
- - /opt/app-root/src/run-role.sh
11465
- - aiservice_kmodels
11466
- image: quay.io/ibmmas/cli:15.1.10
11467
- imagePullPolicy: $(params.image_pull_policy)
11468
- # --------------------------------------------------------------------------------
11469
11162
  # /home/runner/work/cli/cli/tekton/target/tasks/mas-fvt-assist-desktop.yaml
11470
11163
  # --------------------------------------------------------------------------------
11471
11164
  ---
@@ -11926,7 +11619,7 @@ spec:
11926
11619
  description: Extracted component names as a JSON array
11927
11620
  steps:
11928
11621
  - name: extract
11929
- image: quay.io/ibmmas/cli:15.1.10
11622
+ image: quay.io/ibmmas/cli:15.1.12
11930
11623
  script: |
11931
11624
  #!/bin/sh
11932
11625
  echo "Hello.. Start extraction for $(params.mas_appws_components)"
@@ -12279,7 +11972,7 @@ spec:
12279
11972
  echo "No IBM COS instance to delete"
12280
11973
  fi
12281
11974
  exit 0
12282
- image: quay.io/ibmmas/cli:15.1.10
11975
+ image: quay.io/ibmmas/cli:15.1.12
12283
11976
  imagePullPolicy: $(params.image_pull_policy)
12284
11977
  workingDir: /workspace/configs
12285
11978
  env:
@@ -12379,7 +12072,7 @@ spec:
12379
12072
  echo "No EventStreams instance to delete"
12380
12073
  fi
12381
12074
  exit 0
12382
- image: quay.io/ibmmas/cli:15.1.10
12075
+ image: quay.io/ibmmas/cli:15.1.12
12383
12076
  imagePullPolicy: $(params.image_pull_policy)
12384
12077
  workingDir: /workspace/configs
12385
12078
  env:
@@ -12480,7 +12173,7 @@ spec:
12480
12173
  command:
12481
12174
  - /opt/app-root/src/run-role.sh
12482
12175
  - ocp_deprovision
12483
- image: quay.io/ibmmas/cli:15.1.10
12176
+ image: quay.io/ibmmas/cli:15.1.12
12484
12177
  imagePullPolicy: $(params.image_pull_policy)
12485
12178
  env:
12486
12179
  - name: DEVOPS_MONGO_URI
@@ -12580,7 +12273,7 @@ spec:
12580
12273
  command:
12581
12274
  - python3
12582
12275
  - /opt/app-root/src/finalizer.py
12583
- image: quay.io/ibmmas/cli:15.1.10
12276
+ image: quay.io/ibmmas/cli:15.1.12
12584
12277
  imagePullPolicy: $(params.image_pull_policy)
12585
12278
  env:
12586
12279
  - name: DEVOPS_MONGO_URI
@@ -14290,7 +13983,7 @@ spec:
14290
13983
  command:
14291
13984
  - python3
14292
13985
  - /opt/app-root/src/mobilever.py
14293
- image: quay.io/ibmmas/cli:15.1.10
13986
+ image: quay.io/ibmmas/cli:15.1.12
14294
13987
  imagePullPolicy: $(params.image_pull_policy)
14295
13988
  onError: continue
14296
13989
 
@@ -14653,7 +14346,7 @@ spec:
14653
14346
 
14654
14347
  steps:
14655
14348
  - name: post-update-verify
14656
- image: quay.io/ibmmas/cli:15.1.10
14349
+ image: quay.io/ibmmas/cli:15.1.12
14657
14350
  imagePullPolicy: $(params.image_pull_policy)
14658
14351
  command:
14659
14352
  - ansible-playbook
@@ -14709,7 +14402,7 @@ spec:
14709
14402
 
14710
14403
  steps:
14711
14404
  - name: create-offline-upgrade-cron
14712
- image: quay.io/ibmmas/cli:15.1.10
14405
+ image: quay.io/ibmmas/cli:15.1.12
14713
14406
  imagePullPolicy: $(params.image_pull_policy)
14714
14407
  command:
14715
14408
  - ansible-playbook
@@ -14765,7 +14458,7 @@ spec:
14765
14458
 
14766
14459
  steps:
14767
14460
  - name: create-offline-upgrade-cron
14768
- image: quay.io/ibmmas/cli:15.1.10
14461
+ image: quay.io/ibmmas/cli:15.1.12
14769
14462
  imagePullPolicy: $(params.image_pull_policy)
14770
14463
  command:
14771
14464
  - ansible-playbook
@@ -15199,7 +14892,7 @@ spec:
15199
14892
  echo '--------------------------------------------------------------------------------'
15200
14893
  exit $RESULT
15201
14894
  timeout: "0"
15202
- image: quay.io/ibmmas/cli:15.1.10
14895
+ image: quay.io/ibmmas/cli:15.1.12
15203
14896
  imagePullPolicy: $(params.image_pull_policy)
15204
14897
  env:
15205
14898
  - name: DEVOPS_MONGO_URI
@@ -15259,7 +14952,7 @@ spec:
15259
14952
  echo '--------------------------------------------------------------------------------'
15260
14953
  exit $RESULT
15261
14954
  timeout: "0"
15262
- image: quay.io/ibmmas/cli:15.1.10
14955
+ image: quay.io/ibmmas/cli:15.1.12
15263
14956
  imagePullPolicy: $(params.image_pull_policy)
15264
14957
  env:
15265
14958
  - name: DEVOPS_MONGO_URI
@@ -15332,7 +15025,7 @@ spec:
15332
15025
  echo '--------------------------------------------------------------------------------'
15333
15026
  exit $RESULT
15334
15027
  timeout: "0"
15335
- image: quay.io/ibmmas/cli:15.1.10
15028
+ image: quay.io/ibmmas/cli:15.1.12
15336
15029
  imagePullPolicy: $(params.image_pull_policy)
15337
15030
  env:
15338
15031
  - name: DEVOPS_MONGO_URI
@@ -15378,7 +15071,7 @@ spec:
15378
15071
 
15379
15072
  steps:
15380
15073
  - name: start-pipelinerun
15381
- image: quay.io/ibmmas/cli:15.1.10
15074
+ image: quay.io/ibmmas/cli:15.1.12
15382
15075
  imagePullPolicy: $(params.image_pull_policy)
15383
15076
  command:
15384
15077
  - ansible-playbook
@@ -15475,7 +15168,7 @@ spec:
15475
15168
  optional: false
15476
15169
 
15477
15170
  - name: wait-for-pipelinerun
15478
- image: quay.io/ibmmas/cli:15.1.10
15171
+ image: quay.io/ibmmas/cli:15.1.12
15479
15172
  imagePullPolicy: $(params.image_pull_policy)
15480
15173
  # 50 retries at 5 minute intervals = just over 4 hours
15481
15174
  command:
@@ -15519,7 +15212,7 @@ spec:
15519
15212
 
15520
15213
  steps:
15521
15214
  - name: start-pipelinerun
15522
- image: quay.io/ibmmas/cli:15.1.10
15215
+ image: quay.io/ibmmas/cli:15.1.12
15523
15216
  imagePullPolicy: $(params.image_pull_policy)
15524
15217
  command:
15525
15218
  - ansible-playbook
@@ -15672,7 +15365,7 @@ spec:
15672
15365
  optional: false
15673
15366
 
15674
15367
  - name: wait-for-pipelinerun
15675
- image: quay.io/ibmmas/cli:15.1.10
15368
+ image: quay.io/ibmmas/cli:15.1.12
15676
15369
  imagePullPolicy: $(params.image_pull_policy)
15677
15370
  # 50 retries at 10 minute intervals = just over 8 hours
15678
15371
  command:
@@ -15721,7 +15414,7 @@ spec:
15721
15414
 
15722
15415
  steps:
15723
15416
  - name: start-pipelinerun
15724
- image: quay.io/ibmmas/cli:15.1.10
15417
+ image: quay.io/ibmmas/cli:15.1.12
15725
15418
  imagePullPolicy: $(params.image_pull_policy)
15726
15419
  command:
15727
15420
  - ansible-playbook
@@ -15771,7 +15464,7 @@ spec:
15771
15464
 
15772
15465
  steps:
15773
15466
  - name: start-pipelinerun
15774
- image: quay.io/ibmmas/cli:15.1.10
15467
+ image: quay.io/ibmmas/cli:15.1.12
15775
15468
  imagePullPolicy: $(params.image_pull_policy)
15776
15469
  command:
15777
15470
  - ansible-playbook
@@ -15850,7 +15543,7 @@ spec:
15850
15543
  optional: false
15851
15544
 
15852
15545
  - name: wait-for-pipelinerun
15853
- image: quay.io/ibmmas/cli:15.1.10
15546
+ image: quay.io/ibmmas/cli:15.1.12
15854
15547
  imagePullPolicy: $(params.image_pull_policy)
15855
15548
  # 15 retries at 5 minute intervals = just over 1 hour
15856
15549
  command:
@@ -15895,7 +15588,7 @@ spec:
15895
15588
 
15896
15589
  steps:
15897
15590
  - name: start-pipelinerun
15898
- image: quay.io/ibmmas/cli:15.1.10
15591
+ image: quay.io/ibmmas/cli:15.1.12
15899
15592
  imagePullPolicy: $(params.image_pull_policy)
15900
15593
  command:
15901
15594
  - ansible-playbook
@@ -16023,7 +15716,7 @@ spec:
16023
15716
  optional: false
16024
15717
 
16025
15718
  - name: wait-for-pipelinerun
16026
- image: quay.io/ibmmas/cli:15.1.10
15719
+ image: quay.io/ibmmas/cli:15.1.12
16027
15720
  imagePullPolicy: $(params.image_pull_policy)
16028
15721
  # 50 retries at 10 minute intervals = just over 8 hours
16029
15722
  command:
@@ -16067,7 +15760,7 @@ spec:
16067
15760
 
16068
15761
  steps:
16069
15762
  - name: start-pipelinerun
16070
- image: quay.io/ibmmas/cli:15.1.10
15763
+ image: quay.io/ibmmas/cli:15.1.12
16071
15764
  imagePullPolicy: $(params.image_pull_policy)
16072
15765
  command:
16073
15766
  - ansible-playbook
@@ -16220,7 +15913,7 @@ spec:
16220
15913
  optional: false
16221
15914
 
16222
15915
  - name: wait-for-pipelinerun
16223
- image: quay.io/ibmmas/cli:15.1.10
15916
+ image: quay.io/ibmmas/cli:15.1.12
16224
15917
  imagePullPolicy: $(params.image_pull_policy)
16225
15918
  # 50 retries at 10 minute intervals = just over 8 hours
16226
15919
  command:
@@ -16267,7 +15960,7 @@ spec:
16267
15960
 
16268
15961
  steps:
16269
15962
  - name: start-testng-pipelinerun
16270
- image: quay.io/ibmmas/cli:15.1.10
15963
+ image: quay.io/ibmmas/cli:15.1.12
16271
15964
  imagePullPolicy: $(params.image_pull_policy)
16272
15965
  command:
16273
15966
  - ansible-playbook
@@ -16359,7 +16052,7 @@ spec:
16359
16052
  optional: false
16360
16053
 
16361
16054
  - name: wait-for-testng-pipelinerun
16362
- image: quay.io/ibmmas/cli:15.1.10
16055
+ image: quay.io/ibmmas/cli:15.1.12
16363
16056
  imagePullPolicy: $(params.image_pull_policy)
16364
16057
  # 50 retries at 10 minute intervals = just over 8 hours
16365
16058
  command:
@@ -16406,7 +16099,7 @@ spec:
16406
16099
 
16407
16100
  steps:
16408
16101
  - name: start-pytest-pipelinerun
16409
- image: quay.io/ibmmas/cli:15.1.10
16102
+ image: quay.io/ibmmas/cli:15.1.12
16410
16103
  imagePullPolicy: $(params.image_pull_policy)
16411
16104
  command:
16412
16105
  - ansible-playbook
@@ -16489,7 +16182,7 @@ spec:
16489
16182
  optional: false
16490
16183
 
16491
16184
  - name: wait-for-pytest-pipelinerun
16492
- image: quay.io/ibmmas/cli:15.1.10
16185
+ image: quay.io/ibmmas/cli:15.1.12
16493
16186
  imagePullPolicy: $(params.image_pull_policy)
16494
16187
  # 50 retries at 10 minute intervals = just over 8 hours
16495
16188
  command:
@@ -16537,7 +16230,7 @@ spec:
16537
16230
 
16538
16231
  steps:
16539
16232
  - name: start-pytest-pipelinerun
16540
- image: quay.io/ibmmas/cli:15.1.10
16233
+ image: quay.io/ibmmas/cli:15.1.12
16541
16234
  imagePullPolicy: $(params.image_pull_policy)
16542
16235
  command:
16543
16236
  - ansible-playbook
@@ -16617,7 +16310,7 @@ spec:
16617
16310
  optional: false
16618
16311
 
16619
16312
  - name: wait-for-pytest-pipelinerun
16620
- image: quay.io/ibmmas/cli:15.1.10
16313
+ image: quay.io/ibmmas/cli:15.1.12
16621
16314
  imagePullPolicy: $(params.image_pull_policy)
16622
16315
  # 50 retries at 10 minute intervals = just over 8 hours
16623
16316
  command:
@@ -16643,7 +16336,7 @@ spec:
16643
16336
  value: "True"
16644
16337
 
16645
16338
  - name: start-testng-pipelinerun
16646
- image: quay.io/ibmmas/cli:15.1.10
16339
+ image: quay.io/ibmmas/cli:15.1.12
16647
16340
  imagePullPolicy: $(params.image_pull_policy)
16648
16341
  command:
16649
16342
  - ansible-playbook
@@ -16742,7 +16435,7 @@ spec:
16742
16435
  optional: false
16743
16436
 
16744
16437
  - name: wait-for-testng-pipelinerun
16745
- image: quay.io/ibmmas/cli:15.1.10
16438
+ image: quay.io/ibmmas/cli:15.1.12
16746
16439
  imagePullPolicy: $(params.image_pull_policy)
16747
16440
  # 50 retries at 10 minute intervals = just over 8 hours
16748
16441
  command:
@@ -16785,7 +16478,7 @@ spec:
16785
16478
 
16786
16479
  steps:
16787
16480
  - name: start-pipelinerun
16788
- image: quay.io/ibmmas/cli:15.1.10
16481
+ image: quay.io/ibmmas/cli:15.1.12
16789
16482
  imagePullPolicy: $(params.image_pull_policy)
16790
16483
  command:
16791
16484
  - ansible-playbook
@@ -16876,7 +16569,7 @@ spec:
16876
16569
  optional: false
16877
16570
 
16878
16571
  - name: wait-for-pipelinerun
16879
- image: quay.io/ibmmas/cli:15.1.10
16572
+ image: quay.io/ibmmas/cli:15.1.12
16880
16573
  imagePullPolicy: $(params.image_pull_policy)
16881
16574
  # 50 retries at 5 minute intervals = 4 hours
16882
16575
  command:
@@ -16920,7 +16613,7 @@ spec:
16920
16613
 
16921
16614
  steps:
16922
16615
  - name: start-pipelinerun
16923
- image: quay.io/ibmmas/cli:15.1.10
16616
+ image: quay.io/ibmmas/cli:15.1.12
16924
16617
  imagePullPolicy: $(params.image_pull_policy)
16925
16618
  command:
16926
16619
  - ansible-playbook
@@ -17011,7 +16704,7 @@ spec:
17011
16704
  optional: false
17012
16705
 
17013
16706
  - name: wait-for-pipelinerun
17014
- image: quay.io/ibmmas/cli:15.1.10
16707
+ image: quay.io/ibmmas/cli:15.1.12
17015
16708
  imagePullPolicy: $(params.image_pull_policy)
17016
16709
  # 50 retries at 5 minute intervals = 4 hours
17017
16710
  command:
@@ -17055,7 +16748,7 @@ spec:
17055
16748
 
17056
16749
  steps:
17057
16750
  - name: start-pipelinerun
17058
- image: quay.io/ibmmas/cli:15.1.10
16751
+ image: quay.io/ibmmas/cli:15.1.12
17059
16752
  imagePullPolicy: $(params.image_pull_policy)
17060
16753
  command:
17061
16754
  - ansible-playbook
@@ -17134,7 +16827,7 @@ spec:
17134
16827
  optional: false
17135
16828
 
17136
16829
  - name: wait-for-pipelinerun
17137
- image: quay.io/ibmmas/cli:15.1.10
16830
+ image: quay.io/ibmmas/cli:15.1.12
17138
16831
  imagePullPolicy: $(params.image_pull_policy)
17139
16832
  # 50 retries at 5 minute intervals = 4 hours
17140
16833
  command:
@@ -17178,7 +16871,7 @@ spec:
17178
16871
 
17179
16872
  steps:
17180
16873
  - name: start-pipelinerun
17181
- image: quay.io/ibmmas/cli:15.1.10
16874
+ image: quay.io/ibmmas/cli:15.1.12
17182
16875
  imagePullPolicy: $(params.image_pull_policy)
17183
16876
  command:
17184
16877
  - ansible-playbook
@@ -17263,7 +16956,7 @@ spec:
17263
16956
  optional: false
17264
16957
 
17265
16958
  - name: wait-for-pipelinerun
17266
- image: quay.io/ibmmas/cli:15.1.10
16959
+ image: quay.io/ibmmas/cli:15.1.12
17267
16960
  imagePullPolicy: $(params.image_pull_policy)
17268
16961
  # 15 retries at 5 minute intervals = just over 1 hour
17269
16962
  command:
@@ -17307,7 +17000,7 @@ spec:
17307
17000
 
17308
17001
  steps:
17309
17002
  - name: start-pipelinerun
17310
- image: quay.io/ibmmas/cli:15.1.10
17003
+ image: quay.io/ibmmas/cli:15.1.12
17311
17004
  imagePullPolicy: $(params.image_pull_policy)
17312
17005
  command:
17313
17006
  - ansible-playbook
@@ -17403,7 +17096,7 @@ spec:
17403
17096
  optional: false
17404
17097
 
17405
17098
  - name: wait-for-pipelinerun
17406
- image: quay.io/ibmmas/cli:15.1.10
17099
+ image: quay.io/ibmmas/cli:15.1.12
17407
17100
  imagePullPolicy: $(params.image_pull_policy)
17408
17101
  # 10 retries at 5 minute intervals = 50 min
17409
17102
  command:
@@ -17451,7 +17144,7 @@ spec:
17451
17144
 
17452
17145
  steps:
17453
17146
  - name: start-pipelinerun
17454
- image: quay.io/ibmmas/cli:15.1.10
17147
+ image: quay.io/ibmmas/cli:15.1.12
17455
17148
  imagePullPolicy: $(params.image_pull_policy)
17456
17149
  command:
17457
17150
  - ansible-playbook
@@ -17555,7 +17248,7 @@ spec:
17555
17248
  optional: false
17556
17249
 
17557
17250
  - name: wait-for-pipelinerun
17558
- image: quay.io/ibmmas/cli:15.1.10
17251
+ image: quay.io/ibmmas/cli:15.1.12
17559
17252
  imagePullPolicy: $(params.image_pull_policy)
17560
17253
  # 10 retries at 5 minute intervals = 50 min
17561
17254
  command:
@@ -17599,7 +17292,7 @@ spec:
17599
17292
 
17600
17293
  steps:
17601
17294
  - name: start-pipelinerun
17602
- image: quay.io/ibmmas/cli:15.1.10
17295
+ image: quay.io/ibmmas/cli:15.1.12
17603
17296
  imagePullPolicy: $(params.image_pull_policy)
17604
17297
  command:
17605
17298
  - ansible-playbook
@@ -17678,7 +17371,7 @@ spec:
17678
17371
  optional: false
17679
17372
 
17680
17373
  - name: wait-for-pipelinerun
17681
- image: quay.io/ibmmas/cli:15.1.10
17374
+ image: quay.io/ibmmas/cli:15.1.12
17682
17375
  imagePullPolicy: $(params.image_pull_policy)
17683
17376
  # 50 retries at 10 minute intervals = just over 8 hours
17684
17377
  command:
@@ -17722,7 +17415,7 @@ spec:
17722
17415
 
17723
17416
  steps:
17724
17417
  - name: start-pipelinerun
17725
- image: quay.io/ibmmas/cli:15.1.10
17418
+ image: quay.io/ibmmas/cli:15.1.12
17726
17419
  imagePullPolicy: $(params.image_pull_policy)
17727
17420
  command:
17728
17421
  - ansible-playbook
@@ -17827,7 +17520,7 @@ spec:
17827
17520
  optional: false
17828
17521
 
17829
17522
  - name: wait-for-pipelinerun
17830
- image: quay.io/ibmmas/cli:15.1.10
17523
+ image: quay.io/ibmmas/cli:15.1.12
17831
17524
  imagePullPolicy: $(params.image_pull_policy)
17832
17525
  # 50 retries at 10 minute intervals = just over 8 hours
17833
17526
  command:
@@ -17955,7 +17648,7 @@ spec:
17955
17648
  command:
17956
17649
  - /opt/app-root/src/run-role.sh
17957
17650
  - minio
17958
- image: quay.io/ibmmas/cli:15.1.10
17651
+ image: quay.io/ibmmas/cli:15.1.12
17959
17652
  imagePullPolicy: $(params.image_pull_policy)
17960
17653
  # --------------------------------------------------------------------------------
17961
17654
  # /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
@@ -18133,7 +17826,7 @@ spec:
18133
17826
  command:
18134
17827
  - /opt/app-root/src/run-role.sh
18135
17828
  - mongodb
18136
- image: quay.io/ibmmas/cli:15.1.10
17829
+ image: quay.io/ibmmas/cli:15.1.12
18137
17830
  imagePullPolicy: $(params.image_pull_policy)
18138
17831
  workingDir: /workspace/configs
18139
17832
 
@@ -18176,7 +17869,7 @@ spec:
18176
17869
  - $(params.base_output_dir)
18177
17870
  - --extra-namespaces
18178
17871
  - selenium
18179
- image: quay.io/ibmmas/cli:15.1.10
17872
+ image: quay.io/ibmmas/cli:15.1.12
18180
17873
  imagePullPolicy: $(params.image_pull_policy)
18181
17874
  env:
18182
17875
  - name: DEVOPS_MONGO_URI
@@ -18293,7 +17986,7 @@ spec:
18293
17986
  command:
18294
17987
  - /opt/app-root/src/run-role.sh
18295
17988
  - nvidia_gpu
18296
- image: quay.io/ibmmas/cli:15.1.10
17989
+ image: quay.io/ibmmas/cli:15.1.12
18297
17990
  imagePullPolicy: $(params.image_pull_policy)
18298
17991
  workingDir: /workspace/configs
18299
17992
 
@@ -18329,7 +18022,7 @@ spec:
18329
18022
  # Verify Cluster
18330
18023
  # -------------------------------------------------------------------------
18331
18024
  - name: ocp-verify-cluster
18332
- image: quay.io/ibmmas/cli:15.1.10
18025
+ image: quay.io/ibmmas/cli:15.1.12
18333
18026
  imagePullPolicy: $(params.image_pull_policy)
18334
18027
  command:
18335
18028
  - /opt/app-root/src/run-role.sh
@@ -18371,7 +18064,7 @@ spec:
18371
18064
  # Verify Catalogs
18372
18065
  # -------------------------------------------------------------------------
18373
18066
  - name: ocp-verify-catalogs
18374
- image: quay.io/ibmmas/cli:15.1.10
18067
+ image: quay.io/ibmmas/cli:15.1.12
18375
18068
  imagePullPolicy: $(params.image_pull_policy)
18376
18069
  command:
18377
18070
  - /opt/app-root/src/run-role.sh
@@ -18413,7 +18106,7 @@ spec:
18413
18106
  # Verify Subscriptions
18414
18107
  # -------------------------------------------------------------------------
18415
18108
  - name: ocp-verify-subscriptions
18416
- image: quay.io/ibmmas/cli:15.1.10
18109
+ image: quay.io/ibmmas/cli:15.1.12
18417
18110
  imagePullPolicy: $(params.image_pull_policy)
18418
18111
  command:
18419
18112
  - /opt/app-root/src/run-role.sh
@@ -18455,7 +18148,7 @@ spec:
18455
18148
  # Verify Workloads
18456
18149
  # -------------------------------------------------------------------------
18457
18150
  - name: ocp-verify-workloads
18458
- image: quay.io/ibmmas/cli:15.1.10
18151
+ image: quay.io/ibmmas/cli:15.1.12
18459
18152
  imagePullPolicy: $(params.image_pull_policy)
18460
18153
  command:
18461
18154
  - /opt/app-root/src/run-role.sh
@@ -18497,7 +18190,7 @@ spec:
18497
18190
  # Verify Catalogs - Ingress TLS
18498
18191
  # -------------------------------------------------------------------------
18499
18192
  - name: ocp-verify-ingress
18500
- image: quay.io/ibmmas/cli:15.1.10
18193
+ image: quay.io/ibmmas/cli:15.1.12
18501
18194
  imagePullPolicy: $(params.image_pull_policy)
18502
18195
  command:
18503
18196
  - /opt/app-root/src/run-role.sh
@@ -18623,7 +18316,7 @@ spec:
18623
18316
  command:
18624
18317
  - /opt/app-root/src/run-role.sh
18625
18318
  - ocp_verify
18626
- image: quay.io/ibmmas/cli:15.1.10
18319
+ image: quay.io/ibmmas/cli:15.1.12
18627
18320
  imagePullPolicy: $(params.image_pull_policy)
18628
18321
  workingDir: /workspace/configs
18629
18322
  # --------------------------------------------------------------------------------
@@ -18691,7 +18384,7 @@ spec:
18691
18384
  command:
18692
18385
  - /opt/app-root/src/run-role.sh
18693
18386
  - ocs
18694
- image: quay.io/ibmmas/cli:15.1.10
18387
+ image: quay.io/ibmmas/cli:15.1.12
18695
18388
  imagePullPolicy: $(params.image_pull_policy)
18696
18389
  workingDir: /workspace/configs
18697
18390
 
@@ -18759,48 +18452,6 @@ spec:
18759
18452
  description: Optional MAS custom labels, comma separated list of key=value pairs
18760
18453
  default: ""
18761
18454
 
18762
- # Opendatahub details
18763
- - name: aiservice_storage_provider
18764
- type: string
18765
- default: "This option is mandatory"
18766
- default: ""
18767
- - name: aiservice_storage_accesskey
18768
- type: string
18769
- default: "This option is mandatory"
18770
- default: ""
18771
- - name: aiservice_storage_secretkey
18772
- type: string
18773
- default: "This option is mandatory"
18774
- default: ""
18775
- - name: aiservice_storage_host
18776
- type: string
18777
- default: "This option is mandatory"
18778
- default: ""
18779
- - name: aiservice_storage_port
18780
- type: string
18781
- default: "This option is mandatory"
18782
- default: ""
18783
- - name: aiservice_storage_ssl
18784
- type: string
18785
- default: "This option is mandatory"
18786
- default: ""
18787
- - name: aiservice_storage_region
18788
- type: string
18789
- default: "This option is mandatory"
18790
- default: ""
18791
- - name: aiservice_storage_pipelines_bucket
18792
- type: string
18793
- default: "This option is mandatory"
18794
- default: ""
18795
- - name: aiservice_storage_tenants_bucket
18796
- type: string
18797
- default: "This option is mandatory"
18798
- default: ""
18799
- - name: aiservice_storage_templates_bucket
18800
- type: string
18801
- default: "This option is mandatory"
18802
- default: ""
18803
-
18804
18455
  stepTemplate:
18805
18456
  env:
18806
18457
  - name: DEVOPS_MONGO_URI
@@ -18847,34 +18498,12 @@ spec:
18847
18498
  - name: CUSTOM_LABELS
18848
18499
  value: $(params.custom_labels)
18849
18500
 
18850
- # Opendatahub storage details
18851
- - name: AISERVICE_STORAGE_PROVIDER
18852
- value: $(params.aiservice_storage_provider)
18853
- - name: AISERVICE_STORAGE_ACCESSKEY
18854
- value: $(params.aiservice_storage_accesskey)
18855
- - name: AISERVICE_STORAGE_SECRETKEY
18856
- value: $(params.aiservice_storage_secretkey)
18857
- - name: AISERVICE_STORAGE_HOST
18858
- value: $(params.aiservice_storage_host)
18859
- - name: AISERVICE_STORAGE_PORT
18860
- value: $(params.aiservice_storage_port)
18861
- - name: AISERVICE_STORAGE_SSL
18862
- value: $(params.aiservice_storage_ssl)
18863
- - name: AISERVICE_STORAGE_REGION
18864
- value: $(params.aiservice_storage_region)
18865
- - name: AISERVICE_STORAGE_PIPELINES_BUCKET
18866
- value: $(params.aiservice_storage_pipelines_bucket)
18867
- - name: AISERVICE_STORAGE_TENANTS_BUCKET
18868
- value: $(params.aiservice_storage_tenants_bucket)
18869
- - name: AISERVICE_STORAGE_TEMPLATES_BUCKET
18870
- value: $(params.aiservice_storage_templates_bucket)
18871
-
18872
18501
  steps:
18873
18502
  - name: aiservice-odh
18874
18503
  command:
18875
18504
  - /opt/app-root/src/run-role.sh
18876
18505
  - aiservice_odh
18877
- image: quay.io/ibmmas/cli:15.1.10
18506
+ image: quay.io/ibmmas/cli:15.1.12
18878
18507
  imagePullPolicy: $(params.image_pull_policy)
18879
18508
  # --------------------------------------------------------------------------------
18880
18509
  # /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
@@ -19050,7 +18679,7 @@ spec:
19050
18679
  command:
19051
18680
  - /opt/app-root/src/run-role.sh
19052
18681
  - sls
19053
- image: quay.io/ibmmas/cli:15.1.10
18682
+ image: quay.io/ibmmas/cli:15.1.12
19054
18683
  imagePullPolicy: $(params.image_pull_policy)
19055
18684
  workingDir: /workspace/configs
19056
18685
 
@@ -19510,12 +19139,12 @@ spec:
19510
19139
  command:
19511
19140
  - /opt/app-root/src/run-role.sh
19512
19141
  - suite_app_config
19513
- image: quay.io/ibmmas/cli:15.1.10
19142
+ image: quay.io/ibmmas/cli:15.1.12
19514
19143
  imagePullPolicy: $(params.image_pull_policy)
19515
19144
 
19516
19145
  # If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
19517
19146
  - name: app-cfg-post-verify
19518
- image: quay.io/ibmmas/cli:15.1.10
19147
+ image: quay.io/ibmmas/cli:15.1.12
19519
19148
  imagePullPolicy: $(params.image_pull_policy)
19520
19149
  command:
19521
19150
  - /opt/app-root/src/wait-for-configmap.sh
@@ -19710,7 +19339,7 @@ spec:
19710
19339
  command:
19711
19340
  - /opt/app-root/src/run-role.sh
19712
19341
  - suite_app_install
19713
- image: quay.io/ibmmas/cli:15.1.10
19342
+ image: quay.io/ibmmas/cli:15.1.12
19714
19343
  imagePullPolicy: $(params.image_pull_policy)
19715
19344
 
19716
19345
  workspaces:
@@ -19799,7 +19428,7 @@ spec:
19799
19428
  command:
19800
19429
  - /opt/app-root/src/run-role.sh
19801
19430
  - suite_app_rollback
19802
- image: quay.io/ibmmas/cli:15.1.10
19431
+ image: quay.io/ibmmas/cli:15.1.12
19803
19432
  imagePullPolicy: $(params.image_pull_policy)
19804
19433
  # --------------------------------------------------------------------------------
19805
19434
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
@@ -19862,7 +19491,7 @@ spec:
19862
19491
  command:
19863
19492
  - /opt/app-root/src/run-role.sh
19864
19493
  - suite_app_uninstall
19865
- image: quay.io/ibmmas/cli:15.1.10
19494
+ image: quay.io/ibmmas/cli:15.1.12
19866
19495
  imagePullPolicy: $(params.image_pull_policy)
19867
19496
  # --------------------------------------------------------------------------------
19868
19497
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
@@ -19937,7 +19566,7 @@ spec:
19937
19566
  command:
19938
19567
  - /opt/app-root/src/run-role.sh
19939
19568
  - suite_app_upgrade
19940
- image: quay.io/ibmmas/cli:15.1.10
19569
+ image: quay.io/ibmmas/cli:15.1.12
19941
19570
  imagePullPolicy: $(params.image_pull_policy)
19942
19571
  # --------------------------------------------------------------------------------
19943
19572
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
@@ -20038,7 +19667,7 @@ spec:
20038
19667
  command:
20039
19668
  - /opt/app-root/src/run-role.sh
20040
19669
  - suite_app_verify
20041
- image: quay.io/ibmmas/cli:15.1.10
19670
+ image: quay.io/ibmmas/cli:15.1.12
20042
19671
  imagePullPolicy: $(params.image_pull_policy)
20043
19672
  # --------------------------------------------------------------------------------
20044
19673
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
@@ -20181,7 +19810,7 @@ spec:
20181
19810
  command:
20182
19811
  - /opt/app-root/src/run-role.sh
20183
19812
  - suite_certs
20184
- image: quay.io/ibmmas/cli:15.1.10
19813
+ image: quay.io/ibmmas/cli:15.1.12
20185
19814
  imagePullPolicy: $(params.image_pull_policy)
20186
19815
 
20187
19816
  workspaces:
@@ -20248,7 +19877,7 @@ spec:
20248
19877
  command:
20249
19878
  - /opt/app-root/src/run-role.sh
20250
19879
  - suite_config
20251
- image: quay.io/ibmmas/cli:15.1.10
19880
+ image: quay.io/ibmmas/cli:15.1.12
20252
19881
  imagePullPolicy: $(params.image_pull_policy)
20253
19882
  workingDir: /workspace/configs
20254
19883
 
@@ -20580,7 +20209,7 @@ spec:
20580
20209
  command:
20581
20210
  - /opt/app-root/src/run-role.sh
20582
20211
  - suite_db2_setup_for_facilities
20583
- image: quay.io/ibmmas/cli:15.1.10
20212
+ image: quay.io/ibmmas/cli:15.1.12
20584
20213
  imagePullPolicy: $(params.image_pull_policy)
20585
20214
  workingDir: /workspace/configs
20586
20215
 
@@ -20652,7 +20281,7 @@ spec:
20652
20281
  command:
20653
20282
  - /opt/app-root/src/run-role.sh
20654
20283
  - suite_db2_setup_for_manage
20655
- image: quay.io/ibmmas/cli:15.1.10
20284
+ image: quay.io/ibmmas/cli:15.1.12
20656
20285
  imagePullPolicy: $(params.image_pull_policy)
20657
20286
  # --------------------------------------------------------------------------------
20658
20287
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
@@ -20842,7 +20471,7 @@ spec:
20842
20471
  command:
20843
20472
  - /opt/app-root/src/run-role.sh
20844
20473
  - suite_dns
20845
- image: quay.io/ibmmas/cli:15.1.10
20474
+ image: quay.io/ibmmas/cli:15.1.12
20846
20475
  imagePullPolicy: $(params.image_pull_policy)
20847
20476
  # --------------------------------------------------------------------------------
20848
20477
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
@@ -21091,7 +20720,7 @@ spec:
21091
20720
  command:
21092
20721
  - /opt/app-root/src/run-role.sh
21093
20722
  - suite_install
21094
- image: quay.io/ibmmas/cli:15.1.10
20723
+ image: quay.io/ibmmas/cli:15.1.12
21095
20724
  imagePullPolicy: $(params.image_pull_policy)
21096
20725
  workingDir: /workspace/configs
21097
20726
 
@@ -21179,7 +20808,7 @@ spec:
21179
20808
  command:
21180
20809
  - /opt/app-root/src/run-role.sh
21181
20810
  - suite_rollback
21182
- image: quay.io/ibmmas/cli:15.1.10
20811
+ image: quay.io/ibmmas/cli:15.1.12
21183
20812
  imagePullPolicy: $(params.image_pull_policy)
21184
20813
  # --------------------------------------------------------------------------------
21185
20814
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
@@ -21244,7 +20873,7 @@ spec:
21244
20873
  command:
21245
20874
  - /opt/app-root/src/run-role.sh
21246
20875
  - suite_uninstall
21247
- image: quay.io/ibmmas/cli:15.1.10
20876
+ image: quay.io/ibmmas/cli:15.1.12
21248
20877
  imagePullPolicy: $(params.image_pull_policy)
21249
20878
  # --------------------------------------------------------------------------------
21250
20879
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
@@ -21314,7 +20943,7 @@ spec:
21314
20943
  command:
21315
20944
  - /opt/app-root/src/run-role.sh
21316
20945
  - suite_upgrade
21317
- image: quay.io/ibmmas/cli:15.1.10
20946
+ image: quay.io/ibmmas/cli:15.1.12
21318
20947
  imagePullPolicy: $(params.image_pull_policy)
21319
20948
  # --------------------------------------------------------------------------------
21320
20949
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
@@ -21376,12 +21005,12 @@ spec:
21376
21005
  command:
21377
21006
  - /opt/app-root/src/run-role.sh
21378
21007
  - suite_verify
21379
- image: quay.io/ibmmas/cli:15.1.10
21008
+ image: quay.io/ibmmas/cli:15.1.12
21380
21009
  imagePullPolicy: $(params.image_pull_policy)
21381
21010
 
21382
21011
  # If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
21383
21012
  - name: suite-post-verify
21384
- image: quay.io/ibmmas/cli:15.1.10
21013
+ image: quay.io/ibmmas/cli:15.1.12
21385
21014
  imagePullPolicy: $(params.image_pull_policy)
21386
21015
  command:
21387
21016
  - /opt/app-root/src/wait-for-configmap.sh
@@ -21504,7 +21133,7 @@ spec:
21504
21133
  command:
21505
21134
  - /opt/app-root/src/run-role.sh
21506
21135
  - turbonomic
21507
- image: quay.io/ibmmas/cli:15.1.10
21136
+ image: quay.io/ibmmas/cli:15.1.12
21508
21137
  imagePullPolicy: $(params.image_pull_policy)
21509
21138
  # --------------------------------------------------------------------------------
21510
21139
  # /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
@@ -21585,7 +21214,7 @@ spec:
21585
21214
  # IBM User Data Services (UDS)
21586
21215
  # -------------------------------------------------------------------------
21587
21216
  - name: uds
21588
- image: quay.io/ibmmas/cli:15.1.10
21217
+ image: quay.io/ibmmas/cli:15.1.12
21589
21218
  imagePullPolicy: $(params.image_pull_policy)
21590
21219
  workingDir: /workspace/configs
21591
21220
  command:
@@ -21648,7 +21277,7 @@ spec:
21648
21277
  # IBM Data Reporter Operator (DRO)
21649
21278
  # -------------------------------------------------------------------------
21650
21279
  - name: dro
21651
- image: quay.io/ibmmas/cli:15.1.10
21280
+ image: quay.io/ibmmas/cli:15.1.12
21652
21281
  imagePullPolicy: $(params.image_pull_policy)
21653
21282
  workingDir: /workspace/configs
21654
21283
  command:
@@ -21734,7 +21363,7 @@ spec:
21734
21363
  description: "The value to set"
21735
21364
  steps:
21736
21365
  - name: update-configmap
21737
- image: quay.io/ibmmas/cli:15.1.10
21366
+ image: quay.io/ibmmas/cli:15.1.12
21738
21367
  command:
21739
21368
  - /opt/app-root/src/update-configmap.sh
21740
21369
  env:
@@ -21781,7 +21410,7 @@ spec:
21781
21410
 
21782
21411
  steps:
21783
21412
  - name: wait-for-configmap
21784
- image: quay.io/ibmmas/cli:15.1.10
21413
+ image: quay.io/ibmmas/cli:15.1.12
21785
21414
  command:
21786
21415
  - /opt/app-root/src/wait-for-configmap.sh
21787
21416
  env:
@@ -21862,7 +21491,7 @@ spec:
21862
21491
 
21863
21492
  steps:
21864
21493
  - name: wait-for-configmap
21865
- image: quay.io/ibmmas/cli:15.1.10
21494
+ image: quay.io/ibmmas/cli:15.1.12
21866
21495
  command:
21867
21496
  - /opt/app-root/src/wait-for-configmap.sh
21868
21497
  env:
@@ -21922,7 +21551,7 @@ spec:
21922
21551
 
21923
21552
  steps:
21924
21553
  - name: wait
21925
- image: quay.io/ibmmas/cli:15.1.10
21554
+ image: quay.io/ibmmas/cli:15.1.12
21926
21555
  command:
21927
21556
  - /opt/app-root/src/wait-for-tekton.sh
21928
21557
  env:
@@ -22725,51 +22354,43 @@ spec:
22725
22354
 
22726
22355
  # MAS Application Configuration - IBM Maximo AI Service - S3
22727
22356
  # -----------------------------------------------------------------------------
22728
- - name: aiservice_storage_accesskey
22357
+ - name: aiservice_s3_accesskey
22729
22358
  type: string
22730
22359
  description: S3/Minio storage access ket for IBM Maximo AI Service
22731
22360
  default: ""
22732
- - name: aiservice_storage_secretkey
22361
+ - name: aiservice_s3_secretkey
22733
22362
  type: string
22734
22363
  description: S3/Minio storage secret key for IBM Maximo AI Service
22735
22364
  default: ""
22736
- - name: aiservice_storage_host
22365
+ - name: aiservice_s3_host
22737
22366
  type: string
22738
22367
  description: S3/Minio storage host for IBM Maximo AI Service
22739
22368
  default: ""
22740
- - name: aiservice_storage_region
22369
+ - name: aiservice_s3_region
22741
22370
  type: string
22742
22371
  description: S3/Minio storage region for IBM Maximo AI Service
22743
22372
  default: ""
22744
- - name: aiservice_storage_port
22373
+ - name: aiservice_s3_port
22745
22374
  type: string
22746
22375
  description: S3/Minio storage port for IBM Maximo AI Service
22747
22376
  default: ""
22748
- - name: aiservice_storage_ssl
22377
+ - name: aiservice_s3_ssl
22749
22378
  type: string
22750
22379
  description: S3/Minio storage ssl for IBM Maximo AI Service
22751
22380
  default: ""
22752
- - name: aiservice_storage_provider
22753
- type: string
22754
- description: S3/Minio storage provider IBM Maximo AI Service
22755
- default: ""
22756
- - name: aiservice_storage_pipelines_bucket
22381
+ - name: aiservice_s3_bucket_prefix
22757
22382
  type: string
22758
- description: S3/Minio storage pipeline bucket for IBM Maximo AI Service
22383
+ description: s3 bucker prefix
22759
22384
  default: ""
22760
- - name: aiservice_storage_tenants_bucket
22385
+ - name: aiservice_s3_tenants_bucket
22761
22386
  type: string
22762
22387
  description: S3/Minio storage tenants bucket for IBM Maximo AI Service
22763
22388
  default: ""
22764
- - name: aiservice_storage_templates_bucket
22389
+ - name: aiservice_s3_templates_bucket
22765
22390
  type: string
22766
22391
  description: S3/Minio storage template bucket for IBM Maximo AI Service
22767
22392
  default: ""
22768
22393
 
22769
- - name: aiservice_s3_action
22770
- type: string
22771
- description: s3 action for IBM Maximo AI Service
22772
- default: ""
22773
22394
  - name: minio_root_user
22774
22395
  type: string
22775
22396
  description: root user for minio
@@ -22779,39 +22400,6 @@ spec:
22779
22400
  description: password for minio root user
22780
22401
  default: ""
22781
22402
 
22782
- - name: aiservice_s3_bucket_prefix
22783
- type: string
22784
- description: s3 bucker prefix
22785
- default: ""
22786
- - name: aiservice_s3_region
22787
- type: string
22788
- description: s3 region
22789
- default: ""
22790
- - name: aiservice_s3_endpoint_url
22791
- type: string
22792
- description: endpoint url for s3
22793
- default: ""
22794
- - name: aiservice_tenant_s3_bucket_prefix
22795
- type: string
22796
- description: s3 bucker prefix ( tenant level )
22797
- default: ""
22798
- - name: aiservice_tenant_s3_region
22799
- type: string
22800
- description: s3 region ( tenant level )
22801
- default: ""
22802
- - name: aiservice_tenant_s3_endpoint_url
22803
- type: string
22804
- description: endpoint url for s3 ( tenant level )
22805
- default: ""
22806
- - name: aiservice_tenant_s3_access_key
22807
- type: string
22808
- description: access key for s3 ( tenant level )
22809
- default: ""
22810
- - name: aiservice_tenant_s3_secret_key
22811
- type: string
22812
- description: secret key for s3 ( tenant level )
22813
- default: ""
22814
-
22815
22403
  # MAS Application Configuration - IBM Maximo AI Service - Tenant
22816
22404
  # -----------------------------------------------------------------------------
22817
22405
  - name: tenant_entitlement_type
@@ -22845,10 +22433,6 @@ spec:
22845
22433
  type: string
22846
22434
  description: watsonx action for IBM Maximo AI Service
22847
22435
  default: ""
22848
- - name: aiservice_apikey_action
22849
- type: string
22850
- description: AI Broker api key action for IBM Maximo AI Service
22851
- default: ""
22852
22436
 
22853
22437
  # MAS Application Configuration - IBM Maximo AI Service - RSL
22854
22438
  # -----------------------------------------------------------------------------
@@ -23125,9 +22709,8 @@ spec:
23125
22709
  - ibm-catalogs
23126
22710
 
23127
22711
 
23128
- # 3 Install and Configure AI Broker
22712
+ # 3. Install Minio
23129
22713
  # -------------------------------------------------------------------------
23130
- # 3.1 Install minio storage class
23131
22714
  - name: minio
23132
22715
  timeout: "0"
23133
22716
  params:
@@ -23149,12 +22732,6 @@ spec:
23149
22732
  value: "$(params.aiservice_channel)"
23150
22733
  - name: ibm_entitlement_key
23151
22734
  value: $(params.ibm_entitlement_key)
23152
- - name: aiservice_storage_provider
23153
- value: $(params.aiservice_storage_provider)
23154
- - name: aiservice_storage_accesskey
23155
- value: $(params.aiservice_storage_accesskey)
23156
- - name: aiservice_storage_secretkey
23157
- value: $(params.aiservice_storage_secretkey)
23158
22735
  - name: minio_root_user
23159
22736
  value: $(params.minio_root_user)
23160
22737
  - name: minio_root_password
@@ -23164,14 +22741,19 @@ spec:
23164
22741
  name: mas-devops-minio
23165
22742
  kind: Task
23166
22743
  when:
23167
- - input: "$(params.aiservice_storage_provider)"
23168
- operator: in
23169
- values: ["minio"]
22744
+ - input: "$(params.minio_root_user)"
22745
+ operator: notin
22746
+ values: [""]
22747
+ - input: "$(params.minio_root_password)"
22748
+ operator: notin
22749
+ values: [""]
23170
22750
 
23171
22751
  runAfter:
23172
22752
  - cert-manager
23173
22753
 
23174
- # 3.2 Install db2
22754
+
22755
+ # 4. Install Db2
22756
+ # -------------------------------------------------------------------------
23175
22757
  - name: db2-aiservice
23176
22758
  timeout: "0"
23177
22759
  params:
@@ -23288,7 +22870,9 @@ spec:
23288
22870
  runAfter:
23289
22871
  - cert-manager
23290
22872
 
23291
- # 3.3 Install Opendatahub
22873
+
22874
+ # 5. Opendatahub
22875
+ # -------------------------------------------------------------------------
23292
22876
  - name: aiservice-odh
23293
22877
  params:
23294
22878
  # Controls the image pull policy for the ibmmas/cli image
@@ -23310,26 +22894,6 @@ spec:
23310
22894
  value: $(params.ibm_entitlement_key)
23311
22895
  - name: custom_labels
23312
22896
  value: $(params.custom_labels)
23313
- - name: aiservice_storage_provider
23314
- value: $(params.aiservice_storage_provider)
23315
- - name: aiservice_storage_accesskey
23316
- value: $(params.aiservice_storage_accesskey)
23317
- - name: aiservice_storage_secretkey
23318
- value: $(params.aiservice_storage_secretkey)
23319
- - name: aiservice_storage_host
23320
- value: $(params.aiservice_storage_host)
23321
- - name: aiservice_storage_port
23322
- value: $(params.aiservice_storage_port)
23323
- - name: aiservice_storage_ssl
23324
- value: $(params.aiservice_storage_ssl)
23325
- - name: aiservice_storage_region
23326
- value: $(params.aiservice_storage_region)
23327
- - name: aiservice_storage_pipelines_bucket
23328
- value: $(params.aiservice_storage_pipelines_bucket)
23329
- - name: aiservice_storage_tenants_bucket
23330
- value: $(params.aiservice_storage_tenants_bucket)
23331
- - name: aiservice_storage_templates_bucket
23332
- value: $(params.aiservice_storage_templates_bucket)
23333
22897
 
23334
22898
  taskRef:
23335
22899
  name: mas-devops-aiservice-odh
@@ -23341,66 +22905,9 @@ spec:
23341
22905
  runAfter:
23342
22906
  - minio
23343
22907
 
23344
- # 3.4 Install Kmodels
23345
- - name: aiservice-kmodels
23346
- params:
23347
- # Controls the image pull policy for the ibmmas/cli image
23348
- - name: image_pull_policy
23349
- value: $(params.image_pull_policy)
23350
-
23351
- - name: devops_suite_name
23352
- value: aiservice-kmodels
23353
-
23354
- - name: artifactory_username
23355
- value: $(params.artifactory_username)
23356
- - name: artifactory_token
23357
- value: $(params.artifactory_token)
23358
-
23359
- - name: ibm_entitlement_key
23360
- value: $(params.ibm_entitlement_key)
23361
- - name: custom_labels
23362
- value: $(params.custom_labels)
23363
-
23364
- - name: aiservice_instance_id
23365
- value: $(params.aiservice_instance_id)
23366
-
23367
- - name: aiservice_storage_provider
23368
- value: $(params.aiservice_storage_provider)
23369
- - name: aiservice_storage_accesskey
23370
- value: $(params.aiservice_storage_accesskey)
23371
- - name: aiservice_storage_secretkey
23372
- value: $(params.aiservice_storage_secretkey)
23373
- - name: aiservice_storage_host
23374
- value: $(params.aiservice_storage_host)
23375
- - name: aiservice_storage_port
23376
- value: $(params.aiservice_storage_port)
23377
- - name: aiservice_storage_ssl
23378
- value: $(params.aiservice_storage_ssl)
23379
- - name: aiservice_storage_region
23380
- value: $(params.aiservice_storage_region)
23381
- - name: aiservice_storage_pipelines_bucket
23382
- value: $(params.aiservice_storage_pipelines_bucket)
23383
- - name: aiservice_storage_tenants_bucket
23384
- value: $(params.aiservice_storage_tenants_bucket)
23385
- - name: aiservice_storage_templates_bucket
23386
- value: $(params.aiservice_storage_templates_bucket)
23387
-
23388
- - name: mas_icr_cp
23389
- value: $(params.mas_icr_cp)
23390
- - name: mas_icr_cpopen
23391
- value: $(params.mas_icr_cpopen)
23392
22908
 
23393
- taskRef:
23394
- name: mas-devops-aiservice-kmodels
23395
- kind: Task
23396
- when:
23397
- - input: "$(params.aiservice_channel)"
23398
- operator: notin
23399
- values: [""]
23400
- runAfter:
23401
- - aiservice-odh
23402
-
23403
- # 3.5 Install and Configure AI Service
22909
+ # 6. Install AI Service
22910
+ # -------------------------------------------------------------------------
23404
22911
  - name: aiservice
23405
22912
  timeout: "0"
23406
22913
  params:
@@ -23427,26 +22934,24 @@ spec:
23427
22934
  - name: aiservice_channel
23428
22935
  value: "$(params.aiservice_channel)"
23429
22936
 
23430
- - name: aiservice_storage_provider
23431
- value: $(params.aiservice_storage_provider)
23432
- - name: aiservice_storage_accesskey
23433
- value: $(params.aiservice_storage_accesskey)
23434
- - name: aiservice_storage_secretkey
23435
- value: $(params.aiservice_storage_secretkey)
23436
- - name: aiservice_storage_host
23437
- value: $(params.aiservice_storage_host)
23438
- - name: aiservice_storage_port
23439
- value: $(params.aiservice_storage_port)
23440
- - name: aiservice_storage_ssl
23441
- value: $(params.aiservice_storage_ssl)
23442
- - name: aiservice_storage_region
23443
- value: $(params.aiservice_storage_region)
23444
- - name: aiservice_storage_pipelines_bucket
23445
- value: $(params.aiservice_storage_pipelines_bucket)
23446
- - name: aiservice_storage_tenants_bucket
23447
- value: $(params.aiservice_storage_tenants_bucket)
23448
- - name: aiservice_storage_templates_bucket
23449
- value: $(params.aiservice_storage_templates_bucket)
22937
+ - name: aiservice_s3_accesskey
22938
+ value: $(params.aiservice_s3_accesskey)
22939
+ - name: aiservice_s3_secretkey
22940
+ value: $(params.aiservice_s3_secretkey)
22941
+ - name: aiservice_s3_host
22942
+ value: $(params.aiservice_s3_host)
22943
+ - name: aiservice_s3_port
22944
+ value: $(params.aiservice_s3_port)
22945
+ - name: aiservice_s3_ssl
22946
+ value: $(params.aiservice_s3_ssl)
22947
+ - name: aiservice_s3_region
22948
+ value: $(params.aiservice_s3_region)
22949
+ - name: aiservice_s3_bucket_prefix
22950
+ value: $(params.aiservice_s3_bucket_prefix)
22951
+ - name: aiservice_s3_tenants_bucket
22952
+ value: $(params.aiservice_s3_tenants_bucket)
22953
+ - name: aiservice_s3_templates_bucket
22954
+ value: $(params.aiservice_s3_templates_bucket)
23450
22955
 
23451
22956
  - name: aiservice_watsonxai_apikey
23452
22957
  value: $(params.aiservice_watsonxai_apikey)
@@ -23457,16 +22962,6 @@ spec:
23457
22962
  - name: aiservice_watsonx_action
23458
22963
  value: $(params.aiservice_watsonx_action)
23459
22964
 
23460
- - name: aiservice_s3_action
23461
- value: $(params.aiservice_s3_action)
23462
- - name: aiservice_s3_bucket_prefix
23463
- value: $(params.aiservice_s3_bucket_prefix)
23464
- - name: aiservice_s3_endpoint_url
23465
- value: $(params.aiservice_s3_endpoint_url)
23466
-
23467
- - name: aiservice_apikey_action
23468
- value: $(params.aiservice_apikey_action)
23469
-
23470
22965
  - name: mas_icr_cp
23471
22966
  value: $(params.mas_icr_cp)
23472
22967
  - name: mas_icr_cpopen
@@ -23490,9 +22985,11 @@ spec:
23490
22985
  - sls
23491
22986
  - uds
23492
22987
  - db2-aiservice
23493
- - aiservice-kmodels
22988
+ - aiservice-odh
22989
+
23494
22990
 
23495
- # 3.6 AI Service tenant creation
22991
+ # 7. Create AI Service Tenant
22992
+ # -------------------------------------------------------------------------
23496
22993
  - name: aiservice-tenant
23497
22994
  timeout: "0"
23498
22995
  params:
@@ -23519,27 +23016,6 @@ spec:
23519
23016
  - name: custom_labels
23520
23017
  value: $(params.custom_labels)
23521
23018
 
23522
- - name: aiservice_storage_provider
23523
- value: $(params.aiservice_storage_provider)
23524
- - name: aiservice_storage_accesskey
23525
- value: $(params.aiservice_storage_accesskey)
23526
- - name: aiservice_storage_secretkey
23527
- value: $(params.aiservice_storage_secretkey)
23528
- - name: aiservice_storage_host
23529
- value: $(params.aiservice_storage_host)
23530
- - name: aiservice_storage_port
23531
- value: $(params.aiservice_storage_port)
23532
- - name: aiservice_storage_ssl
23533
- value: $(params.aiservice_storage_ssl)
23534
- - name: aiservice_storage_region
23535
- value: $(params.aiservice_storage_region)
23536
- - name: aiservice_storage_pipelines_bucket
23537
- value: $(params.aiservice_storage_pipelines_bucket)
23538
- - name: aiservice_storage_tenants_bucket
23539
- value: $(params.aiservice_storage_tenants_bucket)
23540
- - name: aiservice_storage_templates_bucket
23541
- value: $(params.aiservice_storage_templates_bucket)
23542
-
23543
23019
  - name: aiservice_watsonxai_apikey
23544
23020
  value: $(params.aiservice_watsonxai_apikey)
23545
23021
  - name: aiservice_watsonxai_url
@@ -23549,11 +23025,6 @@ spec:
23549
23025
  - name: aiservice_watsonx_action
23550
23026
  value: $(params.aiservice_watsonx_action)
23551
23027
 
23552
- - name: aiservice_s3_action
23553
- value: $(params.aiservice_s3_action)
23554
- - name: aiservice_apikey_action
23555
- value: $(params.aiservice_apikey_action)
23556
-
23557
23028
  - name: tenant_entitlement_type
23558
23029
  value: $(params.tenant_entitlement_type)
23559
23030
  - name: tenant_entitlement_start_date
@@ -23566,17 +23037,6 @@ spec:
23566
23037
  - name: mas_icr_cpopen
23567
23038
  value: $(params.mas_icr_cpopen)
23568
23039
 
23569
- - name: aiservice_tenant_s3_bucket_prefix
23570
- value: $(params.aiservice_tenant_s3_bucket_prefix)
23571
- - name: aiservice_tenant_s3_region
23572
- value: $(params.aiservice_tenant_s3_region)
23573
- - name: aiservice_tenant_s3_endpoint_url
23574
- value: $(params.aiservice_tenant_s3_endpoint_url)
23575
- - name: aiservice_tenant_s3_access_key
23576
- value: $(params.aiservice_tenant_s3_access_key)
23577
- - name: aiservice_tenant_s3_secret_key
23578
- value: $(params.aiservice_tenant_s3_secret_key)
23579
-
23580
23040
  - name: rsl_url
23581
23041
  value: $(params.rsl_url)
23582
23042
  - name: rsl_org_id
@@ -23600,7 +23060,9 @@ spec:
23600
23060
  runAfter:
23601
23061
  - aiservice
23602
23062
 
23603
- # 3.7 AI Service Post Verification
23063
+
23064
+ # 8. AI Service Post Verification
23065
+ # -------------------------------------------------------------------------
23604
23066
  - name: aiservice-post-verify
23605
23067
  timeout: "0"
23606
23068
  params:
@@ -23625,6 +23087,7 @@ spec:
23625
23087
  runAfter:
23626
23088
  - aiservice-tenant
23627
23089
 
23090
+
23628
23091
  finally:
23629
23092
  # Update synchronization configmap
23630
23093
  # -------------------------------------------------------------------------