mas-cli 15.8.0__py3-none-any.whl → 15.9.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mas-cli might be problematic. Click here for more details.

@@ -129,7 +129,7 @@ spec:
129
129
 
130
130
  steps:
131
131
  - name: start-pipelinerun
132
- image: quay.io/ibmmas/cli:15.8.0
132
+ image: quay.io/ibmmas/cli:15.9.0
133
133
  imagePullPolicy: $(params.image_pull_policy)
134
134
  command:
135
135
  - ansible-playbook
@@ -201,7 +201,7 @@ spec:
201
201
  optional: false
202
202
 
203
203
  - name: wait-for-pipelinerun
204
- image: quay.io/ibmmas/cli:15.8.0
204
+ image: quay.io/ibmmas/cli:15.9.0
205
205
  imagePullPolicy: $(params.image_pull_policy)
206
206
  # 50 retries at 5 minute intervals = 4 hours
207
207
  command:
@@ -281,7 +281,7 @@ spec:
281
281
 
282
282
  # If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
283
283
  - name: app-cfg-post-verify
284
- image: quay.io/ibmmas/cli:15.8.0
284
+ image: quay.io/ibmmas/cli:15.9.0
285
285
  imagePullPolicy: $(params.image_pull_policy)
286
286
  command:
287
287
  - /opt/app-root/src/wait-for-configmap.sh
@@ -400,6 +400,10 @@ spec:
400
400
  type: string
401
401
  description:
402
402
  default: "This option is mandatory"
403
+ - name: aiservice_watsonxai_ca_crt
404
+ type: string
405
+ description:
406
+ default: "This option is mandatory"
403
407
 
404
408
  # Tenant Entitlement
405
409
  - name: tenant_entitlement_type
@@ -485,6 +489,8 @@ spec:
485
489
  value: $(params.aiservice_watsonxai_space_id)
486
490
  - name: AISERVICE_WATSONX_ACTION
487
491
  value: $(params.aiservice_watsonx_action)
492
+ - name: AISERVICE_WATSONXAI_CA_CRT
493
+ value: $(params.aiservice_watsonxai_ca_crt)
488
494
 
489
495
  # Tenant Entitlement
490
496
  - name: AISERVICE_TENANT_ENTITLEMENT_TYPE
@@ -507,7 +513,7 @@ spec:
507
513
  command:
508
514
  - /opt/app-root/src/run-role.sh
509
515
  - aiservice_tenant
510
- image: quay.io/ibmmas/cli:15.8.0
516
+ image: quay.io/ibmmas/cli:15.9.0
511
517
  imagePullPolicy: $(params.image_pull_policy)
512
518
  workingDir: /workspace/configs
513
519
 
@@ -599,6 +605,10 @@ spec:
599
605
  type: string
600
606
  description:
601
607
  default: "This option is mandatory"
608
+ - name: aiservice_watsonxai_ca_crt
609
+ type: string
610
+ description:
611
+ default: "This option is mandatory"
602
612
 
603
613
  # AI Broker storage
604
614
  - name: aiservice_s3_accesskey
@@ -706,6 +716,8 @@ spec:
706
716
  value: $(params.aiservice_watsonxai_space_id)
707
717
  - name: AISERVICE_WATSONX_ACTION
708
718
  value: $(params.aiservice_watsonx_action)
719
+ - name: AISERVICE_WATSONXAI_CA_CRT
720
+ value: $(params.aiservice_watsonxai_ca_crt)
709
721
 
710
722
  # Opendatahub storage details
711
723
  - name: AISERVICE_S3_ACCESSKEY
@@ -735,7 +747,7 @@ spec:
735
747
  command:
736
748
  - /opt/app-root/src/run-role.sh
737
749
  - aiservice
738
- image: quay.io/ibmmas/cli:15.8.0
750
+ image: quay.io/ibmmas/cli:15.9.0
739
751
  imagePullPolicy: $(params.image_pull_policy)
740
752
  workingDir: /workspace/configs
741
753
 
@@ -851,7 +863,7 @@ spec:
851
863
  command:
852
864
  - /opt/app-root/src/run-role.sh
853
865
  - appconnect
854
- image: quay.io/ibmmas/cli:15.8.0
866
+ image: quay.io/ibmmas/cli:15.9.0
855
867
  imagePullPolicy: $(params.image_pull_policy)
856
868
  workingDir: /workspace/configs
857
869
 
@@ -969,7 +981,7 @@ spec:
969
981
  command:
970
982
  - /opt/app-root/src/run-role.sh
971
983
  - arcgis
972
- image: quay.io/ibmmas/cli:15.8.0
984
+ image: quay.io/ibmmas/cli:15.9.0
973
985
  imagePullPolicy: $(params.image_pull_policy)
974
986
  # --------------------------------------------------------------------------------
975
987
  # /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
@@ -1039,7 +1051,7 @@ spec:
1039
1051
  command:
1040
1052
  - /opt/app-root/src/run-role.sh
1041
1053
  - cert_manager
1042
- image: quay.io/ibmmas/cli:15.8.0
1054
+ image: quay.io/ibmmas/cli:15.9.0
1043
1055
  imagePullPolicy: $(params.image_pull_policy)
1044
1056
  workingDir: /workspace/configs
1045
1057
  # --------------------------------------------------------------------------------
@@ -1105,7 +1117,7 @@ spec:
1105
1117
  command:
1106
1118
  - /opt/app-root/src/run-role.sh
1107
1119
  - common_services
1108
- image: quay.io/ibmmas/cli:15.8.0
1120
+ image: quay.io/ibmmas/cli:15.9.0
1109
1121
  imagePullPolicy: $(params.image_pull_policy)
1110
1122
  workingDir: /workspace/configs
1111
1123
  # --------------------------------------------------------------------------------
@@ -1232,7 +1244,7 @@ spec:
1232
1244
  command:
1233
1245
  - /opt/app-root/src/run-role.sh
1234
1246
  - cos
1235
- image: quay.io/ibmmas/cli:15.8.0
1247
+ image: quay.io/ibmmas/cli:15.9.0
1236
1248
  imagePullPolicy: $(params.image_pull_policy)
1237
1249
  workingDir: /workspace/configs
1238
1250
 
@@ -1352,7 +1364,7 @@ spec:
1352
1364
  command:
1353
1365
  - /opt/app-root/src/run-role.sh
1354
1366
  - cp4d_service
1355
- image: quay.io/ibmmas/cli:15.8.0
1367
+ image: quay.io/ibmmas/cli:15.9.0
1356
1368
  imagePullPolicy: $(params.image_pull_policy)
1357
1369
  workingDir: /workspace/configs
1358
1370
  # --------------------------------------------------------------------------------
@@ -1469,7 +1481,7 @@ spec:
1469
1481
  command:
1470
1482
  - /opt/app-root/src/run-role.sh
1471
1483
  - cp4d_service
1472
- image: quay.io/ibmmas/cli:15.8.0
1484
+ image: quay.io/ibmmas/cli:15.9.0
1473
1485
  imagePullPolicy: $(params.image_pull_policy)
1474
1486
  workingDir: /workspace/configs
1475
1487
 
@@ -1575,7 +1587,7 @@ spec:
1575
1587
  command:
1576
1588
  - /opt/app-root/src/run-role.sh
1577
1589
  - cp4d
1578
- image: quay.io/ibmmas/cli:15.8.0
1590
+ image: quay.io/ibmmas/cli:15.9.0
1579
1591
  imagePullPolicy: $(params.image_pull_policy)
1580
1592
  # --------------------------------------------------------------------------------
1581
1593
  # /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
@@ -1897,7 +1909,7 @@ spec:
1897
1909
  command:
1898
1910
  - /opt/app-root/src/run-role.sh
1899
1911
  - db2
1900
- image: quay.io/ibmmas/cli:15.8.0
1912
+ image: quay.io/ibmmas/cli:15.9.0
1901
1913
  imagePullPolicy: $(params.image_pull_policy)
1902
1914
  workingDir: /workspace/configs
1903
1915
 
@@ -2007,7 +2019,7 @@ spec:
2007
2019
  command:
2008
2020
  - /opt/app-root/src/run-role.sh
2009
2021
  - eck
2010
- image: quay.io/ibmmas/cli:15.8.0
2022
+ image: quay.io/ibmmas/cli:15.9.0
2011
2023
  imagePullPolicy: $(params.image_pull_policy)
2012
2024
  # --------------------------------------------------------------------------------
2013
2025
  # /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
@@ -2096,7 +2108,7 @@ spec:
2096
2108
  command:
2097
2109
  - /opt/app-root/src/run-role.sh
2098
2110
  - gencfg_workspace
2099
- image: quay.io/ibmmas/cli:15.8.0
2111
+ image: quay.io/ibmmas/cli:15.9.0
2100
2112
  imagePullPolicy: $(params.image_pull_policy)
2101
2113
  workingDir: /workspace/configs
2102
2114
 
@@ -2290,7 +2302,7 @@ spec:
2290
2302
  - -c
2291
2303
  name: gitops-aiservice-tenant
2292
2304
  imagePullPolicy: IfNotPresent
2293
- image: quay.io/ibmmas/cli:15.8.0
2305
+ image: quay.io/ibmmas/cli:15.9.0
2294
2306
  workspaces:
2295
2307
  - name: configs
2296
2308
  # --------------------------------------------------------------------------------
@@ -2484,7 +2496,7 @@ spec:
2484
2496
  - -c
2485
2497
  name: gitops-aiservice
2486
2498
  imagePullPolicy: IfNotPresent
2487
- image: quay.io/ibmmas/cli:15.8.0
2499
+ image: quay.io/ibmmas/cli:15.9.0
2488
2500
  workspaces:
2489
2501
  - name: configs
2490
2502
  # --------------------------------------------------------------------------------
@@ -2585,7 +2597,7 @@ spec:
2585
2597
  - -c
2586
2598
  name: gitops-bootstrap
2587
2599
  imagePullPolicy: IfNotPresent
2588
- image: quay.io/ibmmas/cli:15.8.0
2600
+ image: quay.io/ibmmas/cli:15.9.0
2589
2601
  workspaces:
2590
2602
  - name: configs
2591
2603
  # --------------------------------------------------------------------------------
@@ -2667,7 +2679,7 @@ spec:
2667
2679
  - -c
2668
2680
  name: gitops-cis-compliance
2669
2681
  imagePullPolicy: IfNotPresent
2670
- image: quay.io/ibmmas/cli:15.8.0
2682
+ image: quay.io/ibmmas/cli:15.9.0
2671
2683
  workspaces:
2672
2684
  - name: configs
2673
2685
  # --------------------------------------------------------------------------------
@@ -3007,7 +3019,7 @@ spec:
3007
3019
  - -c
3008
3020
  name: gitops-cluster
3009
3021
  imagePullPolicy: Always
3010
- image: quay.io/ibmmas/cli:15.8.0
3022
+ image: quay.io/ibmmas/cli:15.9.0
3011
3023
  workspaces:
3012
3024
  - name: configs
3013
3025
  - name: gitops-cluster-configs
@@ -3116,7 +3128,7 @@ spec:
3116
3128
  - -c
3117
3129
  name: gitops-cos
3118
3130
  imagePullPolicy: IfNotPresent
3119
- image: quay.io/ibmmas/cli:15.8.0
3131
+ image: quay.io/ibmmas/cli:15.9.0
3120
3132
  workspaces:
3121
3133
  - name: configs
3122
3134
  # --------------------------------------------------------------------------------
@@ -3264,7 +3276,7 @@ spec:
3264
3276
  - -c
3265
3277
  name: gitops-cp4d-service
3266
3278
  imagePullPolicy: IfNotPresent
3267
- image: quay.io/ibmmas/cli:15.8.0
3279
+ image: quay.io/ibmmas/cli:15.9.0
3268
3280
  workspaces:
3269
3281
  - name: configs
3270
3282
  - name: shared-gitops-configs
@@ -3393,7 +3405,7 @@ spec:
3393
3405
  - -c
3394
3406
  name: gitops-cp4d
3395
3407
  imagePullPolicy: IfNotPresent
3396
- image: quay.io/ibmmas/cli:15.8.0
3408
+ image: quay.io/ibmmas/cli:15.9.0
3397
3409
  workspaces:
3398
3410
  - name: configs
3399
3411
  - name: shared-gitops-configs
@@ -3684,7 +3696,7 @@ spec:
3684
3696
  - -c
3685
3697
  name: gitops-db2u-database
3686
3698
  imagePullPolicy: Always
3687
- image: quay.io/ibmmas/cli:15.8.0
3699
+ image: quay.io/ibmmas/cli:15.9.0
3688
3700
  workspaces:
3689
3701
  - name: configs
3690
3702
  - name: shared-gitops-configs
@@ -3782,7 +3794,7 @@ spec:
3782
3794
  - -c
3783
3795
  name: gitops-db2u
3784
3796
  imagePullPolicy: IfNotPresent
3785
- image: quay.io/ibmmas/cli:15.8.0
3797
+ image: quay.io/ibmmas/cli:15.9.0
3786
3798
  workspaces:
3787
3799
  - name: configs
3788
3800
  # --------------------------------------------------------------------------------
@@ -3909,7 +3921,7 @@ spec:
3909
3921
  - -c
3910
3922
  name: gitops-delete-jdbc-config
3911
3923
  imagePullPolicy: IfNotPresent
3912
- image: quay.io/ibmmas/cli:15.8.0
3924
+ image: quay.io/ibmmas/cli:15.9.0
3913
3925
  workspaces:
3914
3926
  - name: configs
3915
3927
  # --------------------------------------------------------------------------------
@@ -4007,7 +4019,7 @@ spec:
4007
4019
  - -c
4008
4020
  name: gitops-delete-kafka-config
4009
4021
  imagePullPolicy: Always
4010
- image: quay.io/ibmmas/cli:15.8.0
4022
+ image: quay.io/ibmmas/cli:15.9.0
4011
4023
  workspaces:
4012
4024
  - name: configs
4013
4025
 
@@ -4103,7 +4115,7 @@ spec:
4103
4115
  - -c
4104
4116
  name: gitops-deprovision-aiservice-tenant
4105
4117
  imagePullPolicy: IfNotPresent
4106
- image: quay.io/ibmmas/cli:15.8.0
4118
+ image: quay.io/ibmmas/cli:15.9.0
4107
4119
  workspaces:
4108
4120
  - name: configs
4109
4121
  # --------------------------------------------------------------------------------
@@ -4191,7 +4203,7 @@ spec:
4191
4203
  - -c
4192
4204
  name: gitops-deprovision-aiservice
4193
4205
  imagePullPolicy: IfNotPresent
4194
- image: quay.io/ibmmas/cli:15.8.0
4206
+ image: quay.io/ibmmas/cli:15.9.0
4195
4207
  workspaces:
4196
4208
  - name: configs
4197
4209
  # --------------------------------------------------------------------------------
@@ -4279,7 +4291,7 @@ spec:
4279
4291
  - -c
4280
4292
  name: gitops-deprovision-app-config
4281
4293
  imagePullPolicy: IfNotPresent
4282
- image: quay.io/ibmmas/cli:15.8.0
4294
+ image: quay.io/ibmmas/cli:15.9.0
4283
4295
  workspaces:
4284
4296
  - name: configs
4285
4297
  # --------------------------------------------------------------------------------
@@ -4364,7 +4376,7 @@ spec:
4364
4376
  - -c
4365
4377
  name: gitops-deprovision-app-install
4366
4378
  imagePullPolicy: IfNotPresent
4367
- image: quay.io/ibmmas/cli:15.8.0
4379
+ image: quay.io/ibmmas/cli:15.9.0
4368
4380
  workspaces:
4369
4381
  - name: configs
4370
4382
  # --------------------------------------------------------------------------------
@@ -4449,7 +4461,7 @@ spec:
4449
4461
  - -c
4450
4462
  name: gitops-deprovision-cluster
4451
4463
  imagePullPolicy: IfNotPresent
4452
- image: quay.io/ibmmas/cli:15.8.0
4464
+ image: quay.io/ibmmas/cli:15.9.0
4453
4465
  workspaces:
4454
4466
  - name: configs
4455
4467
  # --------------------------------------------------------------------------------
@@ -4568,7 +4580,7 @@ spec:
4568
4580
  - -c
4569
4581
  name: gitops-deprovision-cos
4570
4582
  imagePullPolicy: IfNotPresent
4571
- image: quay.io/ibmmas/cli:15.8.0
4583
+ image: quay.io/ibmmas/cli:15.9.0
4572
4584
  workspaces:
4573
4585
  - name: configs
4574
4586
  # --------------------------------------------------------------------------------
@@ -4673,7 +4685,7 @@ spec:
4673
4685
  - -c
4674
4686
  name: gitops-deprovision-cp4d-service
4675
4687
  imagePullPolicy: IfNotPresent
4676
- image: quay.io/ibmmas/cli:15.8.0
4688
+ image: quay.io/ibmmas/cli:15.9.0
4677
4689
  workspaces:
4678
4690
  - name: configs# --------------------------------------------------------------------------------
4679
4691
  # /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-cp4d.yaml
@@ -4760,7 +4772,7 @@ spec:
4760
4772
  - -c
4761
4773
  name: gitops-deprovision-cp4d
4762
4774
  imagePullPolicy: IfNotPresent
4763
- image: quay.io/ibmmas/cli:15.8.0
4775
+ image: quay.io/ibmmas/cli:15.9.0
4764
4776
  workspaces:
4765
4777
  - name: configs
4766
4778
  # --------------------------------------------------------------------------------
@@ -4845,7 +4857,7 @@ spec:
4845
4857
  - -c
4846
4858
  name: gitops-deprovision-customer-subscription
4847
4859
  imagePullPolicy: IfNotPresent
4848
- image: quay.io/ibmmas/cli:15.8.0
4860
+ image: quay.io/ibmmas/cli:15.9.0
4849
4861
  workspaces:
4850
4862
  - name: shared-entitlement
4851
4863
  # --------------------------------------------------------------------------------
@@ -4938,7 +4950,7 @@ spec:
4938
4950
  - -c
4939
4951
  name: gitops-deprovision-db2u-database
4940
4952
  imagePullPolicy: IfNotPresent
4941
- image: quay.io/ibmmas/cli:15.8.0
4953
+ image: quay.io/ibmmas/cli:15.9.0
4942
4954
  workspaces:
4943
4955
  - name: configs
4944
4956
 
@@ -5021,7 +5033,7 @@ spec:
5021
5033
  - -c
5022
5034
  name: gitops-deprovision-db2u
5023
5035
  imagePullPolicy: IfNotPresent
5024
- image: quay.io/ibmmas/cli:15.8.0
5036
+ image: quay.io/ibmmas/cli:15.9.0
5025
5037
  workspaces:
5026
5038
  - name: configs
5027
5039
 
@@ -5138,7 +5150,7 @@ spec:
5138
5150
  - -c
5139
5151
  name: gitops-deprovision-efs
5140
5152
  imagePullPolicy: IfNotPresent
5141
- image: quay.io/ibmmas/cli:15.8.0
5153
+ image: quay.io/ibmmas/cli:15.9.0
5142
5154
  workspaces:
5143
5155
  - name: configs
5144
5156
 
@@ -5248,7 +5260,7 @@ spec:
5248
5260
  - -c
5249
5261
  name: gitops-deprovision-kafka
5250
5262
  imagePullPolicy: IfNotPresent
5251
- image: quay.io/ibmmas/cli:15.8.0
5263
+ image: quay.io/ibmmas/cli:15.9.0
5252
5264
  workspaces:
5253
5265
  - name: configs
5254
5266
  # --------------------------------------------------------------------------------
@@ -5351,7 +5363,7 @@ spec:
5351
5363
  - -c
5352
5364
  name: gitops-deprovision-mongo
5353
5365
  imagePullPolicy: IfNotPresent
5354
- image: quay.io/ibmmas/cli:15.8.0
5366
+ image: quay.io/ibmmas/cli:15.9.0
5355
5367
  workspaces:
5356
5368
  - name: configs
5357
5369
 
@@ -5442,7 +5454,7 @@ spec:
5442
5454
  - -c
5443
5455
  name: gitops-deprovision-odh
5444
5456
  imagePullPolicy: IfNotPresent
5445
- image: quay.io/ibmmas/cli:15.8.0
5457
+ image: quay.io/ibmmas/cli:15.9.0
5446
5458
  workspaces:
5447
5459
  - name: configs
5448
5460
  # --------------------------------------------------------------------------------
@@ -5496,7 +5508,7 @@ spec:
5496
5508
  - -c
5497
5509
  name: gitops-deprovision-rosa
5498
5510
  imagePullPolicy: IfNotPresent
5499
- image: quay.io/ibmmas/cli:15.8.0
5511
+ image: quay.io/ibmmas/cli:15.9.0
5500
5512
  workspaces:
5501
5513
  - name: configs
5502
5514
  # --------------------------------------------------------------------------------
@@ -5706,7 +5718,7 @@ spec:
5706
5718
  - -c
5707
5719
  name: gitops-deprovision-suite-config
5708
5720
  imagePullPolicy: IfNotPresent
5709
- image: quay.io/ibmmas/cli:15.8.0
5721
+ image: quay.io/ibmmas/cli:15.9.0
5710
5722
  workspaces:
5711
5723
  - name: configs
5712
5724
 
@@ -5804,7 +5816,7 @@ spec:
5804
5816
  - -c
5805
5817
  name: gitops-deprovision-suite-idp-config
5806
5818
  imagePullPolicy: IfNotPresent
5807
- image: quay.io/ibmmas/cli:15.8.0
5819
+ image: quay.io/ibmmas/cli:15.9.0
5808
5820
  workspaces:
5809
5821
  - name: configs
5810
5822
  # --------------------------------------------------------------------------------
@@ -5896,7 +5908,7 @@ spec:
5896
5908
  - -c
5897
5909
  name: gitops-deprovision-suite-objectstorage-config
5898
5910
  imagePullPolicy: IfNotPresent
5899
- image: quay.io/ibmmas/cli:15.8.0
5911
+ image: quay.io/ibmmas/cli:15.9.0
5900
5912
  workspaces:
5901
5913
  - name: configs
5902
5914
  # --------------------------------------------------------------------------------
@@ -6108,7 +6120,7 @@ spec:
6108
6120
  - -c
6109
6121
  name: gitops-deprovision-suite-smtp-config
6110
6122
  imagePullPolicy: IfNotPresent
6111
- image: quay.io/ibmmas/cli:15.8.0
6123
+ image: quay.io/ibmmas/cli:15.9.0
6112
6124
  workspaces:
6113
6125
  - name: configs
6114
6126
  # --------------------------------------------------------------------------------
@@ -6201,7 +6213,7 @@ spec:
6201
6213
  - -c
6202
6214
  name: gitops-deprovision-suite-watson-studio-config
6203
6215
  imagePullPolicy: IfNotPresent
6204
- image: quay.io/ibmmas/cli:15.8.0
6216
+ image: quay.io/ibmmas/cli:15.9.0
6205
6217
  workspaces:
6206
6218
  - name: configs
6207
6219
  # --------------------------------------------------------------------------------
@@ -6292,7 +6304,7 @@ spec:
6292
6304
  - -c
6293
6305
  name: gitops-deprovision-suite-workspace
6294
6306
  imagePullPolicy: Always
6295
- image: quay.io/ibmmas/cli:15.8.0
6307
+ image: quay.io/ibmmas/cli:15.9.0
6296
6308
  workspaces:
6297
6309
  - name: configs
6298
6310
  # --------------------------------------------------------------------------------
@@ -6385,7 +6397,7 @@ spec:
6385
6397
  - -c
6386
6398
  name: gitops-deprovision-suite
6387
6399
  imagePullPolicy: IfNotPresent
6388
- image: quay.io/ibmmas/cli:15.8.0
6400
+ image: quay.io/ibmmas/cli:15.9.0
6389
6401
  workspaces:
6390
6402
  - name: configs
6391
6403
 
@@ -6498,7 +6510,7 @@ spec:
6498
6510
  - -c
6499
6511
  name: gitops-dro
6500
6512
  imagePullPolicy: IfNotPresent
6501
- image: quay.io/ibmmas/cli:15.8.0
6513
+ image: quay.io/ibmmas/cli:15.9.0
6502
6514
  workspaces:
6503
6515
  - name: configs
6504
6516
  # --------------------------------------------------------------------------------
@@ -6625,7 +6637,7 @@ spec:
6625
6637
  - -c
6626
6638
  name: gitops-efs
6627
6639
  imagePullPolicy: IfNotPresent
6628
- image: quay.io/ibmmas/cli:15.8.0
6640
+ image: quay.io/ibmmas/cli:15.9.0
6629
6641
  workspaces:
6630
6642
  - name: configs
6631
6643
 
@@ -6760,7 +6772,7 @@ spec:
6760
6772
  - -c
6761
6773
  name: gitops-jdbc-config
6762
6774
  imagePullPolicy: Always
6763
- image: quay.io/ibmmas/cli:15.8.0
6775
+ image: quay.io/ibmmas/cli:15.9.0
6764
6776
  workspaces:
6765
6777
  - name: configs
6766
6778
  - name: shared-gitops-configs
@@ -6856,7 +6868,7 @@ spec:
6856
6868
  - -c
6857
6869
  name: gitops-kafka-config
6858
6870
  imagePullPolicy: Always
6859
- image: quay.io/ibmmas/cli:15.8.0
6871
+ image: quay.io/ibmmas/cli:15.9.0
6860
6872
  workspaces:
6861
6873
  - name: configs
6862
6874
 
@@ -6978,7 +6990,7 @@ spec:
6978
6990
  - -c
6979
6991
  name: gitops-kafka
6980
6992
  imagePullPolicy: IfNotPresent
6981
- image: quay.io/ibmmas/cli:15.8.0
6993
+ image: quay.io/ibmmas/cli:15.9.0
6982
6994
  workspaces:
6983
6995
  - name: configs
6984
6996
  # --------------------------------------------------------------------------------
@@ -7134,7 +7146,7 @@ spec:
7134
7146
  - -c
7135
7147
  name: gitops-license
7136
7148
  imagePullPolicy: Always
7137
- image: quay.io/ibmmas/cli:15.8.0
7149
+ image: quay.io/ibmmas/cli:15.9.0
7138
7150
  workspaces:
7139
7151
  - name: shared-entitlement
7140
7152
 
@@ -7239,8 +7251,7 @@ spec:
7239
7251
  default: ""
7240
7252
  - name: mas_appws_components
7241
7253
  type: string
7242
- default: ""
7243
-
7254
+ default: ""
7244
7255
  - name: launchfvt_core
7245
7256
  type: string
7246
7257
  default: "true"
@@ -7485,7 +7496,6 @@ spec:
7485
7496
  trap '[[ $? -eq 1 ]] && mas must-gather --directory /workspace/mustgather --mas-instance-ids ${MAS_INSTANCE_ID} --extra-namespaces selenium' ERR EXIT
7486
7497
 
7487
7498
 
7488
-
7489
7499
  get_trailing_number() {
7490
7500
  local input_string="$1"
7491
7501
  local trailing_number=$(echo $input_string | grep -Eo '[0-9]+$')
@@ -7858,7 +7868,7 @@ spec:
7858
7868
  - -c
7859
7869
  name: gitops-mas-fvt-preparer
7860
7870
  imagePullPolicy: Always
7861
- image: quay.io/ibmmas/cli:15.8.0
7871
+ image: quay.io/ibmmas/cli:15.9.0
7862
7872
  workspaces:
7863
7873
  - name: configs
7864
7874
  - name: shared-additional-configs
@@ -8358,7 +8368,7 @@ spec:
8358
8368
  - -c
8359
8369
  name: gitops-mas-initiator
8360
8370
  imagePullPolicy: IfNotPresent
8361
- image: quay.io/ibmmas/cli:15.8.0
8371
+ image: quay.io/ibmmas/cli:15.9.0
8362
8372
  workspaces:
8363
8373
  - name: configs
8364
8374
  # --------------------------------------------------------------------------------
@@ -8499,7 +8509,7 @@ spec:
8499
8509
  - -c
8500
8510
  name: gitops-mas-provisioner
8501
8511
  imagePullPolicy: IfNotPresent
8502
- image: quay.io/ibmmas/cli:15.8.0
8512
+ image: quay.io/ibmmas/cli:15.9.0
8503
8513
  workspaces:
8504
8514
  - name: configs
8505
8515
  - name: gitops-cluster-configs
@@ -8608,7 +8618,7 @@ spec:
8608
8618
  - -c
8609
8619
  name: gitops-mongo
8610
8620
  imagePullPolicy: IfNotPresent
8611
- image: quay.io/ibmmas/cli:15.8.0
8621
+ image: quay.io/ibmmas/cli:15.9.0
8612
8622
  workspaces:
8613
8623
  - name: configs
8614
8624
 
@@ -8734,7 +8744,7 @@ spec:
8734
8744
  - -c
8735
8745
  name: gitops-nvidia-gpu
8736
8746
  imagePullPolicy: IfNotPresent
8737
- image: quay.io/ibmmas/cli:15.8.0
8747
+ image: quay.io/ibmmas/cli:15.9.0
8738
8748
  workspaces:
8739
8749
  - name: configs
8740
8750
  # --------------------------------------------------------------------------------
@@ -8868,7 +8878,7 @@ spec:
8868
8878
  - -c
8869
8879
  name: gitops-odh
8870
8880
  imagePullPolicy: IfNotPresent
8871
- image: quay.io/ibmmas/cli:15.8.0
8881
+ image: quay.io/ibmmas/cli:15.9.0
8872
8882
  workspaces:
8873
8883
  - name: configs
8874
8884
  # --------------------------------------------------------------------------------
@@ -8986,7 +8996,7 @@ spec:
8986
8996
  - -c
8987
8997
  name: gitops-process-mongo-user
8988
8998
  imagePullPolicy: IfNotPresent
8989
- image: quay.io/ibmmas/cli:15.8.0
8999
+ image: quay.io/ibmmas/cli:15.9.0
8990
9000
  workspaces:
8991
9001
  - name: configs
8992
9002
  # --------------------------------------------------------------------------------
@@ -9042,7 +9052,7 @@ spec:
9042
9052
  - -c
9043
9053
  name: gitops-rosa
9044
9054
  imagePullPolicy: IfNotPresent
9045
- image: quay.io/ibmmas/cli:15.8.0
9055
+ image: quay.io/ibmmas/cli:15.9.0
9046
9056
  workspaces:
9047
9057
  - name: configs
9048
9058
  # --------------------------------------------------------------------------------
@@ -9098,6 +9108,8 @@ spec:
9098
9108
  type: string
9099
9109
  - name: github_ssh
9100
9110
  type: string
9111
+ - name: mas_slscfg_pod_template_yaml
9112
+ type: string
9101
9113
 
9102
9114
  stepTemplate:
9103
9115
  name: gitops-sls
@@ -9145,6 +9157,8 @@ spec:
9145
9157
  value: $(params.git_commit_msg)
9146
9158
  - name: GIT_SSH
9147
9159
  value: $(params.github_ssh)
9160
+ - name: POD_TEMPLATE
9161
+ value: $(params.mas_slscfg_pod_template_yaml)
9148
9162
 
9149
9163
  envFrom:
9150
9164
  - configMapRef:
@@ -9171,9 +9185,11 @@ spec:
9171
9185
  - -c
9172
9186
  name: gitops-sls
9173
9187
  imagePullPolicy: Always
9174
- image: quay.io/ibmmas/cli:15.8.0
9188
+ image: quay.io/ibmmas/cli:15.9.0
9175
9189
  workspaces:
9176
9190
  - name: shared-entitlement
9191
+ - name: configs
9192
+ - name: shared-gitops-configs
9177
9193
 
9178
9194
  # --------------------------------------------------------------------------------
9179
9195
  # /home/runner/work/cli/cli/tekton/target/tasks/gitops-suite-app-config.yaml
@@ -9354,7 +9370,7 @@ spec:
9354
9370
  - -c
9355
9371
  name: gitops-suite-app-config
9356
9372
  imagePullPolicy: IfNotPresent
9357
- image: quay.io/ibmmas/cli:15.8.0
9373
+ image: quay.io/ibmmas/cli:15.9.0
9358
9374
  workspaces:
9359
9375
  - name: configs
9360
9376
  - name: shared-gitops-configs
@@ -9512,7 +9528,7 @@ spec:
9512
9528
  - -c
9513
9529
  name: gitops-suite-app-install
9514
9530
  imagePullPolicy: Always
9515
- image: quay.io/ibmmas/cli:15.8.0
9531
+ image: quay.io/ibmmas/cli:15.9.0
9516
9532
  workspaces:
9517
9533
  - name: configs
9518
9534
  - name: shared-gitops-configs
@@ -9618,7 +9634,7 @@ spec:
9618
9634
  - -c
9619
9635
  name: gitops-suite-certs
9620
9636
  imagePullPolicy: IfNotPresent
9621
- image: quay.io/ibmmas/cli:15.8.0
9637
+ image: quay.io/ibmmas/cli:15.9.0
9622
9638
  workspaces:
9623
9639
  - name: configs
9624
9640
  - name: certificates
@@ -9793,7 +9809,7 @@ spec:
9793
9809
  - -c
9794
9810
  name: gitops-suite-config
9795
9811
  imagePullPolicy: IfNotPresent
9796
- image: quay.io/ibmmas/cli:15.8.0
9812
+ image: quay.io/ibmmas/cli:15.9.0
9797
9813
  workspaces:
9798
9814
  - name: configs
9799
9815
  - name: shared-additional-configs
@@ -9893,7 +9909,7 @@ spec:
9893
9909
  - -c
9894
9910
  name: gitops-suite-dns
9895
9911
  imagePullPolicy: IfNotPresent
9896
- image: quay.io/ibmmas/cli:15.8.0
9912
+ image: quay.io/ibmmas/cli:15.9.0
9897
9913
  workspaces:
9898
9914
  - name: configs
9899
9915
 
@@ -10017,7 +10033,7 @@ spec:
10017
10033
  - -c
10018
10034
  name: gitops-suite-idp-config
10019
10035
  imagePullPolicy: IfNotPresent
10020
- image: quay.io/ibmmas/cli:15.8.0
10036
+ image: quay.io/ibmmas/cli:15.9.0
10021
10037
  workspaces:
10022
10038
  - name: configs
10023
10039
  - name: shared-additional-configs
@@ -10118,7 +10134,7 @@ spec:
10118
10134
  - -c
10119
10135
  name: gitops-suite-objectstorage-config
10120
10136
  imagePullPolicy: IfNotPresent
10121
- image: quay.io/ibmmas/cli:15.8.0
10137
+ image: quay.io/ibmmas/cli:15.9.0
10122
10138
  workspaces:
10123
10139
  - name: configs
10124
10140
  - name: shared-gitops-configs
@@ -10540,7 +10556,7 @@ spec:
10540
10556
  - -c
10541
10557
  name: gitops-suite-smtp-config
10542
10558
  imagePullPolicy: IfNotPresent
10543
- image: quay.io/ibmmas/cli:15.8.0
10559
+ image: quay.io/ibmmas/cli:15.9.0
10544
10560
  workspaces:
10545
10561
  - name: configs
10546
10562
  - name: shared-gitops-configs
@@ -10660,7 +10676,7 @@ spec:
10660
10676
  - -c
10661
10677
  name: gitops-suite-watson-studio-config
10662
10678
  imagePullPolicy: IfNotPresent
10663
- image: quay.io/ibmmas/cli:15.8.0
10679
+ image: quay.io/ibmmas/cli:15.9.0
10664
10680
  workspaces:
10665
10681
  - name: configs
10666
10682
  - name: shared-gitops-configs
@@ -10762,7 +10778,7 @@ spec:
10762
10778
  - -c
10763
10779
  name: gitops-suite-workspace
10764
10780
  imagePullPolicy: IfNotPresent
10765
- image: quay.io/ibmmas/cli:15.8.0
10781
+ image: quay.io/ibmmas/cli:15.9.0
10766
10782
  workspaces:
10767
10783
  - name: configs
10768
10784
  # --------------------------------------------------------------------------------
@@ -11100,7 +11116,7 @@ spec:
11100
11116
  - -c
11101
11117
  name: gitops-suite
11102
11118
  imagePullPolicy: IfNotPresent
11103
- image: quay.io/ibmmas/cli:15.8.0
11119
+ image: quay.io/ibmmas/cli:15.9.0
11104
11120
  workspaces:
11105
11121
  - name: configs
11106
11122
  - name: shared-gitops-configs
@@ -11150,7 +11166,7 @@ spec:
11150
11166
 
11151
11167
  steps:
11152
11168
  - name: grafana
11153
- image: quay.io/ibmmas/cli:15.8.0
11169
+ image: quay.io/ibmmas/cli:15.9.0
11154
11170
  imagePullPolicy: $(params.image_pull_policy)
11155
11171
  command:
11156
11172
  - /opt/app-root/src/run-role.sh
@@ -11284,7 +11300,7 @@ spec:
11284
11300
  command:
11285
11301
  - /opt/app-root/src/run-role.sh
11286
11302
  - ibm_catalogs
11287
- image: quay.io/ibmmas/cli:15.8.0
11303
+ image: quay.io/ibmmas/cli:15.9.0
11288
11304
  imagePullPolicy: $(params.image_pull_policy)
11289
11305
  workingDir: /workspace/configs
11290
11306
  # --------------------------------------------------------------------------------
@@ -11526,7 +11542,7 @@ spec:
11526
11542
  command:
11527
11543
  - /opt/app-root/src/run-role.sh
11528
11544
  - kafka
11529
- image: quay.io/ibmmas/cli:15.8.0
11545
+ image: quay.io/ibmmas/cli:15.9.0
11530
11546
  imagePullPolicy: $(params.image_pull_policy)
11531
11547
  workingDir: /workspace/configs
11532
11548
 
@@ -11534,6 +11550,64 @@ spec:
11534
11550
  - name: configs
11535
11551
  optional: true
11536
11552
  # --------------------------------------------------------------------------------
11553
+ # /home/runner/work/cli/cli/tekton/target/tasks/mas-config-helper.yaml
11554
+ # --------------------------------------------------------------------------------
11555
+ ---
11556
+ apiVersion: tekton.dev/v1beta1
11557
+ kind: Task
11558
+ metadata:
11559
+ name: mas-config-helper
11560
+ spec:
11561
+ params:
11562
+ - name: image_pull_policy
11563
+ type: string
11564
+ default: IfNotPresent
11565
+ - name: mas_channel
11566
+ type: string
11567
+ description: "MAS channel version (e.g., 9.2.0)"
11568
+ results:
11569
+ - name: is-post-92
11570
+ description: "True if MAS channel is >= 9.2.0, used for FVT task sequencing"
11571
+ # Additional results can be added here in the future
11572
+ steps:
11573
+ - name: analyze-config
11574
+ image: quay.io/ibmmas/cli:15.9.0
11575
+ imagePullPolicy: $(params.image_pull_policy)
11576
+ script: |
11577
+ #!/bin/bash
11578
+ set -e
11579
+
11580
+ echo "DEBUG: Starting mas-config-helper task"
11581
+ echo "DEBUG: Input mas_channel: $(params.mas_channel)"
11582
+
11583
+ # Default to false if mas_channel is not set
11584
+ IS_POST_92="false"
11585
+ echo "DEBUG: Initial IS_POST_92 value: $IS_POST_92"
11586
+
11587
+ if [ -n "$(params.mas_channel)" ]; then
11588
+ echo "DEBUG: mas_channel is not empty, parsing version"
11589
+ # Extract major, minor, patch versions
11590
+ MAJOR=$(echo "$(params.mas_channel)" | cut -d. -f1)
11591
+ MINOR=$(echo "$(params.mas_channel)" | cut -d. -f2)
11592
+ echo "DEBUG: Parsed version - MAJOR: $MAJOR, MINOR: $MINOR"
11593
+
11594
+ # Check if version is >= 9.2
11595
+ if [ "$MAJOR" -gt 9 ] || ([ "$MAJOR" -eq 9 ] && [ "$MINOR" -ge 2 ]); then
11596
+ IS_POST_92="true"
11597
+ echo "DEBUG: Version is >= 9.2, setting IS_POST_92 to true"
11598
+ else
11599
+ echo "DEBUG: Version is < 9.2, keeping IS_POST_92 as false"
11600
+ fi
11601
+ else
11602
+ echo "DEBUG: mas_channel is empty, keeping IS_POST_92 as false"
11603
+ fi
11604
+
11605
+ # Output the result
11606
+ echo "DEBUG: Final IS_POST_92 value: $IS_POST_92"
11607
+ echo -n "$IS_POST_92" > $(results.is-post-92.path)
11608
+ echo "DEBUG: Result written to $(results.is-post-92.path)"
11609
+
11610
+ # Additional configuration analysis can be added here in the future# --------------------------------------------------------------------------------
11537
11611
  # /home/runner/work/cli/cli/tekton/target/tasks/mas-fvt-assist-desktop.yaml
11538
11612
  # --------------------------------------------------------------------------------
11539
11613
  ---
@@ -11994,7 +12068,7 @@ spec:
11994
12068
  description: Extracted component names as a JSON array
11995
12069
  steps:
11996
12070
  - name: extract
11997
- image: quay.io/ibmmas/cli:15.8.0
12071
+ image: quay.io/ibmmas/cli:15.9.0
11998
12072
  script: |
11999
12073
  #!/bin/sh
12000
12074
  echo "Hello.. Start extraction for $(params.mas_appws_components)"
@@ -12347,7 +12421,7 @@ spec:
12347
12421
  echo "No IBM COS instance to delete"
12348
12422
  fi
12349
12423
  exit 0
12350
- image: quay.io/ibmmas/cli:15.8.0
12424
+ image: quay.io/ibmmas/cli:15.9.0
12351
12425
  imagePullPolicy: $(params.image_pull_policy)
12352
12426
  workingDir: /workspace/configs
12353
12427
  env:
@@ -12447,7 +12521,7 @@ spec:
12447
12521
  echo "No EventStreams instance to delete"
12448
12522
  fi
12449
12523
  exit 0
12450
- image: quay.io/ibmmas/cli:15.8.0
12524
+ image: quay.io/ibmmas/cli:15.9.0
12451
12525
  imagePullPolicy: $(params.image_pull_policy)
12452
12526
  workingDir: /workspace/configs
12453
12527
  env:
@@ -12548,7 +12622,7 @@ spec:
12548
12622
  command:
12549
12623
  - /opt/app-root/src/run-role.sh
12550
12624
  - ocp_deprovision
12551
- image: quay.io/ibmmas/cli:15.8.0
12625
+ image: quay.io/ibmmas/cli:15.9.0
12552
12626
  imagePullPolicy: $(params.image_pull_policy)
12553
12627
  env:
12554
12628
  - name: DEVOPS_MONGO_URI
@@ -12705,7 +12779,7 @@ spec:
12705
12779
  command:
12706
12780
  - python3
12707
12781
  - /opt/app-root/src/finalizer.py
12708
- image: quay.io/ibmmas/cli:15.8.0
12782
+ image: quay.io/ibmmas/cli:15.9.0
12709
12783
  imagePullPolicy: $(params.image_pull_policy)
12710
12784
  env:
12711
12785
  - name: DEVOPS_MONGO_URI
@@ -14409,7 +14483,7 @@ spec:
14409
14483
  command:
14410
14484
  - python3
14411
14485
  - /opt/app-root/src/mobilever.py
14412
- image: quay.io/ibmmas/cli:15.8.0
14486
+ image: quay.io/ibmmas/cli:15.9.0
14413
14487
  imagePullPolicy: $(params.image_pull_policy)
14414
14488
  onError: continue
14415
14489
 
@@ -14772,7 +14846,7 @@ spec:
14772
14846
 
14773
14847
  steps:
14774
14848
  - name: post-update-verify
14775
- image: quay.io/ibmmas/cli:15.8.0
14849
+ image: quay.io/ibmmas/cli:15.9.0
14776
14850
  imagePullPolicy: $(params.image_pull_policy)
14777
14851
  command:
14778
14852
  - ansible-playbook
@@ -14828,7 +14902,7 @@ spec:
14828
14902
 
14829
14903
  steps:
14830
14904
  - name: create-offline-upgrade-cron
14831
- image: quay.io/ibmmas/cli:15.8.0
14905
+ image: quay.io/ibmmas/cli:15.9.0
14832
14906
  imagePullPolicy: $(params.image_pull_policy)
14833
14907
  command:
14834
14908
  - ansible-playbook
@@ -14884,7 +14958,7 @@ spec:
14884
14958
 
14885
14959
  steps:
14886
14960
  - name: create-offline-upgrade-cron
14887
- image: quay.io/ibmmas/cli:15.8.0
14961
+ image: quay.io/ibmmas/cli:15.9.0
14888
14962
  imagePullPolicy: $(params.image_pull_policy)
14889
14963
  command:
14890
14964
  - ansible-playbook
@@ -15318,7 +15392,7 @@ spec:
15318
15392
  echo '--------------------------------------------------------------------------------'
15319
15393
  exit $RESULT
15320
15394
  timeout: "0"
15321
- image: quay.io/ibmmas/cli:15.8.0
15395
+ image: quay.io/ibmmas/cli:15.9.0
15322
15396
  imagePullPolicy: $(params.image_pull_policy)
15323
15397
  env:
15324
15398
  - name: DEVOPS_MONGO_URI
@@ -15378,7 +15452,7 @@ spec:
15378
15452
  echo '--------------------------------------------------------------------------------'
15379
15453
  exit $RESULT
15380
15454
  timeout: "0"
15381
- image: quay.io/ibmmas/cli:15.8.0
15455
+ image: quay.io/ibmmas/cli:15.9.0
15382
15456
  imagePullPolicy: $(params.image_pull_policy)
15383
15457
  env:
15384
15458
  - name: DEVOPS_MONGO_URI
@@ -15451,7 +15525,7 @@ spec:
15451
15525
  echo '--------------------------------------------------------------------------------'
15452
15526
  exit $RESULT
15453
15527
  timeout: "0"
15454
- image: quay.io/ibmmas/cli:15.8.0
15528
+ image: quay.io/ibmmas/cli:15.9.0
15455
15529
  imagePullPolicy: $(params.image_pull_policy)
15456
15530
  env:
15457
15531
  - name: DEVOPS_MONGO_URI
@@ -15497,7 +15571,7 @@ spec:
15497
15571
 
15498
15572
  steps:
15499
15573
  - name: start-pipelinerun
15500
- image: quay.io/ibmmas/cli:15.8.0
15574
+ image: quay.io/ibmmas/cli:15.9.0
15501
15575
  imagePullPolicy: $(params.image_pull_policy)
15502
15576
  command:
15503
15577
  - ansible-playbook
@@ -15594,7 +15668,7 @@ spec:
15594
15668
  optional: false
15595
15669
 
15596
15670
  - name: wait-for-pipelinerun
15597
- image: quay.io/ibmmas/cli:15.8.0
15671
+ image: quay.io/ibmmas/cli:15.9.0
15598
15672
  imagePullPolicy: $(params.image_pull_policy)
15599
15673
  # 50 retries at 5 minute intervals = just over 4 hours
15600
15674
  command:
@@ -15638,7 +15712,7 @@ spec:
15638
15712
 
15639
15713
  steps:
15640
15714
  - name: start-pipelinerun
15641
- image: quay.io/ibmmas/cli:15.8.0
15715
+ image: quay.io/ibmmas/cli:15.9.0
15642
15716
  imagePullPolicy: $(params.image_pull_policy)
15643
15717
  command:
15644
15718
  - ansible-playbook
@@ -15791,7 +15865,7 @@ spec:
15791
15865
  optional: false
15792
15866
 
15793
15867
  - name: wait-for-pipelinerun
15794
- image: quay.io/ibmmas/cli:15.8.0
15868
+ image: quay.io/ibmmas/cli:15.9.0
15795
15869
  imagePullPolicy: $(params.image_pull_policy)
15796
15870
  # 50 retries at 10 minute intervals = just over 8 hours
15797
15871
  command:
@@ -15840,7 +15914,7 @@ spec:
15840
15914
 
15841
15915
  steps:
15842
15916
  - name: start-pipelinerun
15843
- image: quay.io/ibmmas/cli:15.8.0
15917
+ image: quay.io/ibmmas/cli:15.9.0
15844
15918
  imagePullPolicy: $(params.image_pull_policy)
15845
15919
  command:
15846
15920
  - ansible-playbook
@@ -15890,7 +15964,7 @@ spec:
15890
15964
 
15891
15965
  steps:
15892
15966
  - name: start-pipelinerun
15893
- image: quay.io/ibmmas/cli:15.8.0
15967
+ image: quay.io/ibmmas/cli:15.9.0
15894
15968
  imagePullPolicy: $(params.image_pull_policy)
15895
15969
  command:
15896
15970
  - ansible-playbook
@@ -15969,7 +16043,7 @@ spec:
15969
16043
  optional: false
15970
16044
 
15971
16045
  - name: wait-for-pipelinerun
15972
- image: quay.io/ibmmas/cli:15.8.0
16046
+ image: quay.io/ibmmas/cli:15.9.0
15973
16047
  imagePullPolicy: $(params.image_pull_policy)
15974
16048
  # 15 retries at 5 minute intervals = just over 1 hour
15975
16049
  command:
@@ -16014,7 +16088,7 @@ spec:
16014
16088
 
16015
16089
  steps:
16016
16090
  - name: start-pipelinerun
16017
- image: quay.io/ibmmas/cli:15.8.0
16091
+ image: quay.io/ibmmas/cli:15.9.0
16018
16092
  imagePullPolicy: $(params.image_pull_policy)
16019
16093
  command:
16020
16094
  - ansible-playbook
@@ -16142,7 +16216,7 @@ spec:
16142
16216
  optional: false
16143
16217
 
16144
16218
  - name: wait-for-pipelinerun
16145
- image: quay.io/ibmmas/cli:15.8.0
16219
+ image: quay.io/ibmmas/cli:15.9.0
16146
16220
  imagePullPolicy: $(params.image_pull_policy)
16147
16221
  # 50 retries at 10 minute intervals = just over 8 hours
16148
16222
  command:
@@ -16186,7 +16260,7 @@ spec:
16186
16260
 
16187
16261
  steps:
16188
16262
  - name: start-pipelinerun
16189
- image: quay.io/ibmmas/cli:15.8.0
16263
+ image: quay.io/ibmmas/cli:15.9.0
16190
16264
  imagePullPolicy: $(params.image_pull_policy)
16191
16265
  command:
16192
16266
  - ansible-playbook
@@ -16339,7 +16413,7 @@ spec:
16339
16413
  optional: false
16340
16414
 
16341
16415
  - name: wait-for-pipelinerun
16342
- image: quay.io/ibmmas/cli:15.8.0
16416
+ image: quay.io/ibmmas/cli:15.9.0
16343
16417
  imagePullPolicy: $(params.image_pull_policy)
16344
16418
  # 50 retries at 10 minute intervals = just over 8 hours
16345
16419
  command:
@@ -16389,7 +16463,7 @@ spec:
16389
16463
 
16390
16464
  steps:
16391
16465
  - name: start-pytest-pipelinerun
16392
- image: quay.io/ibmmas/cli:15.8.0
16466
+ image: quay.io/ibmmas/cli:15.9.0
16393
16467
  imagePullPolicy: $(params.image_pull_policy)
16394
16468
  command:
16395
16469
  - ansible-playbook
@@ -16469,7 +16543,7 @@ spec:
16469
16543
  optional: false
16470
16544
 
16471
16545
  - name: wait-for-pytest-pipelinerun
16472
- image: quay.io/ibmmas/cli:15.8.0
16546
+ image: quay.io/ibmmas/cli:15.9.0
16473
16547
  imagePullPolicy: $(params.image_pull_policy)
16474
16548
  # 50 retries at 10 minute intervals = just over 8 hours
16475
16549
  command:
@@ -16495,7 +16569,7 @@ spec:
16495
16569
  value: "True"
16496
16570
 
16497
16571
  - name: start-testng-pipelinerun
16498
- image: quay.io/ibmmas/cli:15.8.0
16572
+ image: quay.io/ibmmas/cli:15.9.0
16499
16573
  imagePullPolicy: $(params.image_pull_policy)
16500
16574
  command:
16501
16575
  - ansible-playbook
@@ -16594,7 +16668,7 @@ spec:
16594
16668
  optional: false
16595
16669
 
16596
16670
  - name: wait-for-testng-pipelinerun
16597
- image: quay.io/ibmmas/cli:15.8.0
16671
+ image: quay.io/ibmmas/cli:15.9.0
16598
16672
  imagePullPolicy: $(params.image_pull_policy)
16599
16673
  # 50 retries at 10 minute intervals = just over 8 hours
16600
16674
  command:
@@ -16620,7 +16694,7 @@ spec:
16620
16694
  value: "True"
16621
16695
 
16622
16696
  - name: start-requests-pipelinerun
16623
- image: quay.io/ibmmas/cli:15.8.0
16697
+ image: quay.io/ibmmas/cli:15.9.0
16624
16698
  imagePullPolicy: $(params.image_pull_policy)
16625
16699
  command:
16626
16700
  - ansible-playbook
@@ -16702,7 +16776,7 @@ spec:
16702
16776
  optional: false
16703
16777
 
16704
16778
  - name: wait-for-requests-pipelinerun
16705
- image: quay.io/ibmmas/cli:15.8.0
16779
+ image: quay.io/ibmmas/cli:15.9.0
16706
16780
  imagePullPolicy: $(params.image_pull_policy)
16707
16781
  # 50 retries at 10 minute intervals = just over 8 hours
16708
16782
  command:
@@ -16746,7 +16820,7 @@ spec:
16746
16820
 
16747
16821
  steps:
16748
16822
  - name: start-pipelinerun
16749
- image: quay.io/ibmmas/cli:15.8.0
16823
+ image: quay.io/ibmmas/cli:15.9.0
16750
16824
  imagePullPolicy: $(params.image_pull_policy)
16751
16825
  command:
16752
16826
  - ansible-playbook
@@ -16837,7 +16911,7 @@ spec:
16837
16911
  optional: false
16838
16912
 
16839
16913
  - name: wait-for-pipelinerun
16840
- image: quay.io/ibmmas/cli:15.8.0
16914
+ image: quay.io/ibmmas/cli:15.9.0
16841
16915
  imagePullPolicy: $(params.image_pull_policy)
16842
16916
  # 50 retries at 5 minute intervals = 4 hours
16843
16917
  command:
@@ -16881,7 +16955,7 @@ spec:
16881
16955
 
16882
16956
  steps:
16883
16957
  - name: start-pipelinerun
16884
- image: quay.io/ibmmas/cli:15.8.0
16958
+ image: quay.io/ibmmas/cli:15.9.0
16885
16959
  imagePullPolicy: $(params.image_pull_policy)
16886
16960
  command:
16887
16961
  - ansible-playbook
@@ -16972,7 +17046,7 @@ spec:
16972
17046
  optional: false
16973
17047
 
16974
17048
  - name: wait-for-pipelinerun
16975
- image: quay.io/ibmmas/cli:15.8.0
17049
+ image: quay.io/ibmmas/cli:15.9.0
16976
17050
  imagePullPolicy: $(params.image_pull_policy)
16977
17051
  # 50 retries at 5 minute intervals = 4 hours
16978
17052
  command:
@@ -17016,7 +17090,7 @@ spec:
17016
17090
 
17017
17091
  steps:
17018
17092
  - name: start-pipelinerun
17019
- image: quay.io/ibmmas/cli:15.8.0
17093
+ image: quay.io/ibmmas/cli:15.9.0
17020
17094
  imagePullPolicy: $(params.image_pull_policy)
17021
17095
  command:
17022
17096
  - ansible-playbook
@@ -17095,7 +17169,7 @@ spec:
17095
17169
  optional: false
17096
17170
 
17097
17171
  - name: wait-for-pipelinerun
17098
- image: quay.io/ibmmas/cli:15.8.0
17172
+ image: quay.io/ibmmas/cli:15.9.0
17099
17173
  imagePullPolicy: $(params.image_pull_policy)
17100
17174
  # 50 retries at 5 minute intervals = 4 hours
17101
17175
  command:
@@ -17139,7 +17213,7 @@ spec:
17139
17213
 
17140
17214
  steps:
17141
17215
  - name: start-pipelinerun
17142
- image: quay.io/ibmmas/cli:15.8.0
17216
+ image: quay.io/ibmmas/cli:15.9.0
17143
17217
  imagePullPolicy: $(params.image_pull_policy)
17144
17218
  command:
17145
17219
  - ansible-playbook
@@ -17224,7 +17298,7 @@ spec:
17224
17298
  optional: false
17225
17299
 
17226
17300
  - name: wait-for-pipelinerun
17227
- image: quay.io/ibmmas/cli:15.8.0
17301
+ image: quay.io/ibmmas/cli:15.9.0
17228
17302
  imagePullPolicy: $(params.image_pull_policy)
17229
17303
  # 15 retries at 5 minute intervals = just over 1 hour
17230
17304
  command:
@@ -17268,7 +17342,7 @@ spec:
17268
17342
 
17269
17343
  steps:
17270
17344
  - name: start-pipelinerun
17271
- image: quay.io/ibmmas/cli:15.8.0
17345
+ image: quay.io/ibmmas/cli:15.9.0
17272
17346
  imagePullPolicy: $(params.image_pull_policy)
17273
17347
  command:
17274
17348
  - ansible-playbook
@@ -17364,7 +17438,7 @@ spec:
17364
17438
  optional: false
17365
17439
 
17366
17440
  - name: wait-for-pipelinerun
17367
- image: quay.io/ibmmas/cli:15.8.0
17441
+ image: quay.io/ibmmas/cli:15.9.0
17368
17442
  imagePullPolicy: $(params.image_pull_policy)
17369
17443
  # 10 retries at 5 minute intervals = 50 min
17370
17444
  command:
@@ -17412,7 +17486,7 @@ spec:
17412
17486
 
17413
17487
  steps:
17414
17488
  - name: start-pipelinerun
17415
- image: quay.io/ibmmas/cli:15.8.0
17489
+ image: quay.io/ibmmas/cli:15.9.0
17416
17490
  imagePullPolicy: $(params.image_pull_policy)
17417
17491
  command:
17418
17492
  - ansible-playbook
@@ -17516,7 +17590,7 @@ spec:
17516
17590
  optional: false
17517
17591
 
17518
17592
  - name: wait-for-pipelinerun
17519
- image: quay.io/ibmmas/cli:15.8.0
17593
+ image: quay.io/ibmmas/cli:15.9.0
17520
17594
  imagePullPolicy: $(params.image_pull_policy)
17521
17595
  # 10 retries at 5 minute intervals = 50 min
17522
17596
  command:
@@ -17560,7 +17634,7 @@ spec:
17560
17634
 
17561
17635
  steps:
17562
17636
  - name: start-pipelinerun
17563
- image: quay.io/ibmmas/cli:15.8.0
17637
+ image: quay.io/ibmmas/cli:15.9.0
17564
17638
  imagePullPolicy: $(params.image_pull_policy)
17565
17639
  command:
17566
17640
  - ansible-playbook
@@ -17639,7 +17713,7 @@ spec:
17639
17713
  optional: false
17640
17714
 
17641
17715
  - name: wait-for-pipelinerun
17642
- image: quay.io/ibmmas/cli:15.8.0
17716
+ image: quay.io/ibmmas/cli:15.9.0
17643
17717
  imagePullPolicy: $(params.image_pull_policy)
17644
17718
  # 50 retries at 10 minute intervals = just over 8 hours
17645
17719
  command:
@@ -17683,7 +17757,7 @@ spec:
17683
17757
 
17684
17758
  steps:
17685
17759
  - name: start-pipelinerun
17686
- image: quay.io/ibmmas/cli:15.8.0
17760
+ image: quay.io/ibmmas/cli:15.9.0
17687
17761
  imagePullPolicy: $(params.image_pull_policy)
17688
17762
  command:
17689
17763
  - ansible-playbook
@@ -17788,7 +17862,7 @@ spec:
17788
17862
  optional: false
17789
17863
 
17790
17864
  - name: wait-for-pipelinerun
17791
- image: quay.io/ibmmas/cli:15.8.0
17865
+ image: quay.io/ibmmas/cli:15.9.0
17792
17866
  imagePullPolicy: $(params.image_pull_policy)
17793
17867
  # 50 retries at 10 minute intervals = just over 8 hours
17794
17868
  command:
@@ -17813,6 +17887,112 @@ spec:
17813
17887
  - name: IGNORE_FAILURE
17814
17888
  value: "True"
17815
17889
  # --------------------------------------------------------------------------------
17890
+ # /home/runner/work/cli/cli/tekton/target/tasks/minio.yaml
17891
+ # --------------------------------------------------------------------------------
17892
+ ---
17893
+ apiVersion: tekton.dev/v1beta1
17894
+ kind: Task
17895
+ metadata:
17896
+ name: mas-devops-minio
17897
+ spec:
17898
+ params:
17899
+ # Common: Control the image pull policy for the CLI container image
17900
+ - name: image_pull_policy
17901
+ type: string
17902
+ default: IfNotPresent
17903
+
17904
+ # Common: Support for saving task execution results to a MongoDb instance
17905
+ - name: devops_suite_name
17906
+ type: string
17907
+ description: Optional name for the junit suite, used to enable save-junit-to-mongo.py
17908
+ default: ""
17909
+
17910
+
17911
+ # Pre-Release Support
17912
+ - name: artifactory_username
17913
+ default: ''
17914
+ type: string
17915
+ description: Required to use development MAS builds
17916
+ - name: artifactory_token
17917
+ default: ''
17918
+ type: string
17919
+ description: Required to use development MAS builds
17920
+
17921
+ # Entitlement
17922
+ - name: ibm_entitlement_key
17923
+ type: string
17924
+
17925
+ # MAS Details
17926
+ - name: mas_instance_id
17927
+ type: string
17928
+ description: Instance ID
17929
+
17930
+ # Minio credentials
17931
+ - name: minio_root_user
17932
+ type: string
17933
+ description: root user for minio
17934
+ default: ""
17935
+ - name: minio_root_password
17936
+ type: string
17937
+
17938
+ stepTemplate:
17939
+ env:
17940
+ - name: DEVOPS_MONGO_URI
17941
+ valueFrom:
17942
+ secretKeyRef:
17943
+ name: mas-devops
17944
+ key: DEVOPS_MONGO_URI
17945
+ optional: true
17946
+ - name: DEVOPS_BUILD_NUMBER
17947
+ valueFrom:
17948
+ secretKeyRef:
17949
+ name: mas-devops
17950
+ key: DEVOPS_BUILD_NUMBER
17951
+ optional: true
17952
+ - name: DEVOPS_ENVIRONMENT
17953
+ valueFrom:
17954
+ secretKeyRef:
17955
+ name: mas-devops
17956
+ key: MAS_INSTANCE_ID
17957
+ optional: true
17958
+ - name: DEVOPS_SUITE_NAME
17959
+ value: $(params.devops_suite_name)
17960
+
17961
+
17962
+ # Pre-Release Support
17963
+ - name: ARTIFACTORY_USERNAME
17964
+ value: $(params.artifactory_username)
17965
+ - name: ARTIFACTORY_TOKEN
17966
+ value: $(params.artifactory_token)
17967
+
17968
+ # Entitlement
17969
+ - name: IBM_ENTITLEMENT_KEY
17970
+ value: $(params.ibm_entitlement_key)
17971
+
17972
+ # MAS Details
17973
+ - name: MAS_INSTANCE_ID
17974
+ value: $(params.mas_instance_id)
17975
+
17976
+ - name: MINIO_NAMESPACE
17977
+ value: minio
17978
+
17979
+ - name: MINIO_INSTANCE_NAME
17980
+ value: minio
17981
+
17982
+ - name: MINIO_ROOT_USER
17983
+ value: $(params.minio_root_user)
17984
+
17985
+ - name: MINIO_ROOT_PASSWORD
17986
+ value: $(params.minio_root_password)
17987
+
17988
+ steps:
17989
+ - name: minio
17990
+ command:
17991
+ - /opt/app-root/src/run-role.sh
17992
+ - minio
17993
+ image: quay.io/ibmmas/cli:15.9.0
17994
+ imagePullPolicy: $(params.image_pull_policy)
17995
+ # --------------------------------------------------------------------------------
17816
17996
  # /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
17817
17997
  # --------------------------------------------------------------------------------
17818
17998
  ---
@@ -17988,7 +18168,7 @@ spec:
17988
18168
  command:
17989
18169
  - /opt/app-root/src/run-role.sh
17990
18170
  - mongodb
17991
- image: quay.io/ibmmas/cli:15.8.0
18171
+ image: quay.io/ibmmas/cli:15.9.0
17992
18172
  imagePullPolicy: $(params.image_pull_policy)
17993
18173
  workingDir: /workspace/configs
17994
18174
 
@@ -18031,7 +18211,7 @@ spec:
18031
18211
  - $(params.base_output_dir)
18032
18212
  - --extra-namespaces
18033
18213
  - selenium
18034
- image: quay.io/ibmmas/cli:15.8.0
18214
+ image: quay.io/ibmmas/cli:15.9.0
18035
18215
  imagePullPolicy: $(params.image_pull_policy)
18036
18216
  env:
18037
18217
  - name: DEVOPS_MONGO_URI
@@ -18148,7 +18328,7 @@ spec:
18148
18328
  command:
18149
18329
  - /opt/app-root/src/run-role.sh
18150
18330
  - nvidia_gpu
18151
- image: quay.io/ibmmas/cli:15.8.0
18331
+ image: quay.io/ibmmas/cli:15.9.0
18152
18332
  imagePullPolicy: $(params.image_pull_policy)
18153
18333
  workingDir: /workspace/configs
18154
18334
 
@@ -18184,7 +18364,7 @@ spec:
18184
18364
  # Verify Cluster
18185
18365
  # -------------------------------------------------------------------------
18186
18366
  - name: ocp-verify-cluster
18187
- image: quay.io/ibmmas/cli:15.8.0
18367
+ image: quay.io/ibmmas/cli:15.9.0
18188
18368
  imagePullPolicy: $(params.image_pull_policy)
18189
18369
  command:
18190
18370
  - /opt/app-root/src/run-role.sh
@@ -18226,7 +18406,7 @@ spec:
18226
18406
  # Verify Catalogs
18227
18407
  # -------------------------------------------------------------------------
18228
18408
  - name: ocp-verify-catalogs
18229
- image: quay.io/ibmmas/cli:15.8.0
18409
+ image: quay.io/ibmmas/cli:15.9.0
18230
18410
  imagePullPolicy: $(params.image_pull_policy)
18231
18411
  command:
18232
18412
  - /opt/app-root/src/run-role.sh
@@ -18268,7 +18448,7 @@ spec:
18268
18448
  # Verify Subscriptions
18269
18449
  # -------------------------------------------------------------------------
18270
18450
  - name: ocp-verify-subscriptions
18271
- image: quay.io/ibmmas/cli:15.8.0
18451
+ image: quay.io/ibmmas/cli:15.9.0
18272
18452
  imagePullPolicy: $(params.image_pull_policy)
18273
18453
  command:
18274
18454
  - /opt/app-root/src/run-role.sh
@@ -18310,7 +18490,7 @@ spec:
18310
18490
  # Verify Workloads
18311
18491
  # -------------------------------------------------------------------------
18312
18492
  - name: ocp-verify-workloads
18313
- image: quay.io/ibmmas/cli:15.8.0
18493
+ image: quay.io/ibmmas/cli:15.9.0
18314
18494
  imagePullPolicy: $(params.image_pull_policy)
18315
18495
  command:
18316
18496
  - /opt/app-root/src/run-role.sh
@@ -18352,7 +18532,7 @@ spec:
18352
18532
  # Verify Catalogs - Ingress TLS
18353
18533
  # -------------------------------------------------------------------------
18354
18534
  - name: ocp-verify-ingress
18355
- image: quay.io/ibmmas/cli:15.8.0
18535
+ image: quay.io/ibmmas/cli:15.9.0
18356
18536
  imagePullPolicy: $(params.image_pull_policy)
18357
18537
  command:
18358
18538
  - /opt/app-root/src/run-role.sh
@@ -18478,7 +18658,7 @@ spec:
18478
18658
  command:
18479
18659
  - /opt/app-root/src/run-role.sh
18480
18660
  - ocp_verify
18481
- image: quay.io/ibmmas/cli:15.8.0
18661
+ image: quay.io/ibmmas/cli:15.9.0
18482
18662
  imagePullPolicy: $(params.image_pull_policy)
18483
18663
  workingDir: /workspace/configs
18484
18664
  # --------------------------------------------------------------------------------
@@ -18546,7 +18726,7 @@ spec:
18546
18726
  command:
18547
18727
  - /opt/app-root/src/run-role.sh
18548
18728
  - ocs
18549
- image: quay.io/ibmmas/cli:15.8.0
18729
+ image: quay.io/ibmmas/cli:15.9.0
18550
18730
  imagePullPolicy: $(params.image_pull_policy)
18551
18731
  workingDir: /workspace/configs
18552
18732
 
@@ -18675,7 +18855,7 @@ spec:
18675
18855
  command:
18676
18856
  - /opt/app-root/src/run-role.sh
18677
18857
  - aiservice_odh
18678
- image: quay.io/ibmmas/cli:15.8.0
18858
+ image: quay.io/ibmmas/cli:15.9.0
18679
18859
  imagePullPolicy: $(params.image_pull_policy)
18680
18860
  # --------------------------------------------------------------------------------
18681
18861
  # /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
@@ -18851,7 +19031,7 @@ spec:
18851
19031
  command:
18852
19032
  - /opt/app-root/src/run-role.sh
18853
19033
  - sls
18854
- image: quay.io/ibmmas/cli:15.8.0
19034
+ image: quay.io/ibmmas/cli:15.9.0
18855
19035
  imagePullPolicy: $(params.image_pull_policy)
18856
19036
  workingDir: /workspace/configs
18857
19037
 
@@ -19311,12 +19491,12 @@ spec:
19311
19491
  command:
19312
19492
  - /opt/app-root/src/run-role.sh
19313
19493
  - suite_app_config
19314
- image: quay.io/ibmmas/cli:15.8.0
19494
+ image: quay.io/ibmmas/cli:15.9.0
19315
19495
  imagePullPolicy: $(params.image_pull_policy)
19316
19496
 
19317
19497
  # If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
19318
19498
  - name: app-cfg-post-verify
19319
- image: quay.io/ibmmas/cli:15.8.0
19499
+ image: quay.io/ibmmas/cli:15.9.0
19320
19500
  imagePullPolicy: $(params.image_pull_policy)
19321
19501
  command:
19322
19502
  - /opt/app-root/src/wait-for-configmap.sh
@@ -19511,7 +19691,7 @@ spec:
19511
19691
  command:
19512
19692
  - /opt/app-root/src/run-role.sh
19513
19693
  - suite_app_install
19514
- image: quay.io/ibmmas/cli:15.8.0
19694
+ image: quay.io/ibmmas/cli:15.9.0
19515
19695
  imagePullPolicy: $(params.image_pull_policy)
19516
19696
 
19517
19697
  workspaces:
@@ -19600,7 +19780,7 @@ spec:
19600
19780
  command:
19601
19781
  - /opt/app-root/src/run-role.sh
19602
19782
  - suite_app_rollback
19603
- image: quay.io/ibmmas/cli:15.8.0
19783
+ image: quay.io/ibmmas/cli:15.9.0
19604
19784
  imagePullPolicy: $(params.image_pull_policy)
19605
19785
  # --------------------------------------------------------------------------------
19606
19786
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
@@ -19663,7 +19843,7 @@ spec:
19663
19843
  command:
19664
19844
  - /opt/app-root/src/run-role.sh
19665
19845
  - suite_app_uninstall
19666
- image: quay.io/ibmmas/cli:15.8.0
19846
+ image: quay.io/ibmmas/cli:15.9.0
19667
19847
  imagePullPolicy: $(params.image_pull_policy)
19668
19848
  # --------------------------------------------------------------------------------
19669
19849
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
@@ -19738,7 +19918,7 @@ spec:
19738
19918
  command:
19739
19919
  - /opt/app-root/src/run-role.sh
19740
19920
  - suite_app_upgrade
19741
- image: quay.io/ibmmas/cli:15.8.0
19921
+ image: quay.io/ibmmas/cli:15.9.0
19742
19922
  imagePullPolicy: $(params.image_pull_policy)
19743
19923
  # --------------------------------------------------------------------------------
19744
19924
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
@@ -19839,7 +20019,7 @@ spec:
19839
20019
  command:
19840
20020
  - /opt/app-root/src/run-role.sh
19841
20021
  - suite_app_verify
19842
- image: quay.io/ibmmas/cli:15.8.0
20022
+ image: quay.io/ibmmas/cli:15.9.0
19843
20023
  imagePullPolicy: $(params.image_pull_policy)
19844
20024
  # --------------------------------------------------------------------------------
19845
20025
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
@@ -19982,7 +20162,7 @@ spec:
19982
20162
  command:
19983
20163
  - /opt/app-root/src/run-role.sh
19984
20164
  - suite_certs
19985
- image: quay.io/ibmmas/cli:15.8.0
20165
+ image: quay.io/ibmmas/cli:15.9.0
19986
20166
  imagePullPolicy: $(params.image_pull_policy)
19987
20167
 
19988
20168
  workspaces:
@@ -20049,7 +20229,7 @@ spec:
20049
20229
  command:
20050
20230
  - /opt/app-root/src/run-role.sh
20051
20231
  - suite_config
20052
- image: quay.io/ibmmas/cli:15.8.0
20232
+ image: quay.io/ibmmas/cli:15.9.0
20053
20233
  imagePullPolicy: $(params.image_pull_policy)
20054
20234
  workingDir: /workspace/configs
20055
20235
 
@@ -20381,7 +20561,7 @@ spec:
20381
20561
  command:
20382
20562
  - /opt/app-root/src/run-role.sh
20383
20563
  - suite_db2_setup_for_facilities
20384
- image: quay.io/ibmmas/cli:15.8.0
20564
+ image: quay.io/ibmmas/cli:15.9.0
20385
20565
  imagePullPolicy: $(params.image_pull_policy)
20386
20566
  workingDir: /workspace/configs
20387
20567
 
@@ -20453,7 +20633,7 @@ spec:
20453
20633
  command:
20454
20634
  - /opt/app-root/src/run-role.sh
20455
20635
  - suite_db2_setup_for_manage
20456
- image: quay.io/ibmmas/cli:15.8.0
20636
+ image: quay.io/ibmmas/cli:15.9.0
20457
20637
  imagePullPolicy: $(params.image_pull_policy)
20458
20638
  # --------------------------------------------------------------------------------
20459
20639
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
@@ -20648,7 +20828,7 @@ spec:
20648
20828
  command:
20649
20829
  - /opt/app-root/src/run-role.sh
20650
20830
  - suite_dns
20651
- image: quay.io/ibmmas/cli:15.8.0
20831
+ image: quay.io/ibmmas/cli:15.9.0
20652
20832
  imagePullPolicy: $(params.image_pull_policy)
20653
20833
  # --------------------------------------------------------------------------------
20654
20834
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
@@ -20897,7 +21077,7 @@ spec:
20897
21077
  command:
20898
21078
  - /opt/app-root/src/run-role.sh
20899
21079
  - suite_install
20900
- image: quay.io/ibmmas/cli:15.8.0
21080
+ image: quay.io/ibmmas/cli:15.9.0
20901
21081
  imagePullPolicy: $(params.image_pull_policy)
20902
21082
  workingDir: /workspace/configs
20903
21083
 
@@ -20985,7 +21165,7 @@ spec:
20985
21165
  command:
20986
21166
  - /opt/app-root/src/run-role.sh
20987
21167
  - suite_rollback
20988
- image: quay.io/ibmmas/cli:15.8.0
21168
+ image: quay.io/ibmmas/cli:15.9.0
20989
21169
  imagePullPolicy: $(params.image_pull_policy)
20990
21170
  # --------------------------------------------------------------------------------
20991
21171
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
@@ -21050,7 +21230,7 @@ spec:
21050
21230
  command:
21051
21231
  - /opt/app-root/src/run-role.sh
21052
21232
  - suite_uninstall
21053
- image: quay.io/ibmmas/cli:15.8.0
21233
+ image: quay.io/ibmmas/cli:15.9.0
21054
21234
  imagePullPolicy: $(params.image_pull_policy)
21055
21235
  # --------------------------------------------------------------------------------
21056
21236
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
@@ -21120,7 +21300,7 @@ spec:
21120
21300
  command:
21121
21301
  - /opt/app-root/src/run-role.sh
21122
21302
  - suite_upgrade
21123
- image: quay.io/ibmmas/cli:15.8.0
21303
+ image: quay.io/ibmmas/cli:15.9.0
21124
21304
  imagePullPolicy: $(params.image_pull_policy)
21125
21305
  # --------------------------------------------------------------------------------
21126
21306
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
@@ -21182,12 +21362,12 @@ spec:
21182
21362
  command:
21183
21363
  - /opt/app-root/src/run-role.sh
21184
21364
  - suite_verify
21185
- image: quay.io/ibmmas/cli:15.8.0
21365
+ image: quay.io/ibmmas/cli:15.9.0
21186
21366
  imagePullPolicy: $(params.image_pull_policy)
21187
21367
 
21188
21368
  # If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
21189
21369
  - name: suite-post-verify
21190
- image: quay.io/ibmmas/cli:15.8.0
21370
+ image: quay.io/ibmmas/cli:15.9.0
21191
21371
  imagePullPolicy: $(params.image_pull_policy)
21192
21372
  command:
21193
21373
  - /opt/app-root/src/wait-for-configmap.sh
@@ -21310,7 +21490,7 @@ spec:
21310
21490
  command:
21311
21491
  - /opt/app-root/src/run-role.sh
21312
21492
  - turbonomic
21313
- image: quay.io/ibmmas/cli:15.8.0
21493
+ image: quay.io/ibmmas/cli:15.9.0
21314
21494
  imagePullPolicy: $(params.image_pull_policy)
21315
21495
  # --------------------------------------------------------------------------------
21316
21496
  # /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
@@ -21391,7 +21571,7 @@ spec:
21391
21571
  # IBM User Data Services (UDS)
21392
21572
  # -------------------------------------------------------------------------
21393
21573
  - name: uds
21394
- image: quay.io/ibmmas/cli:15.8.0
21574
+ image: quay.io/ibmmas/cli:15.9.0
21395
21575
  imagePullPolicy: $(params.image_pull_policy)
21396
21576
  workingDir: /workspace/configs
21397
21577
  command:
@@ -21454,7 +21634,7 @@ spec:
21454
21634
  # IBM Data Reporter Operator (DRO)
21455
21635
  # -------------------------------------------------------------------------
21456
21636
  - name: dro
21457
- image: quay.io/ibmmas/cli:15.8.0
21637
+ image: quay.io/ibmmas/cli:15.9.0
21458
21638
  imagePullPolicy: $(params.image_pull_policy)
21459
21639
  workingDir: /workspace/configs
21460
21640
  command:
@@ -21540,7 +21720,7 @@ spec:
21540
21720
  description: "The value to set"
21541
21721
  steps:
21542
21722
  - name: update-configmap
21543
- image: quay.io/ibmmas/cli:15.8.0
21723
+ image: quay.io/ibmmas/cli:15.9.0
21544
21724
  command:
21545
21725
  - /opt/app-root/src/update-configmap.sh
21546
21726
  env:
@@ -21587,7 +21767,7 @@ spec:
21587
21767
 
21588
21768
  steps:
21589
21769
  - name: wait-for-configmap
21590
- image: quay.io/ibmmas/cli:15.8.0
21770
+ image: quay.io/ibmmas/cli:15.9.0
21591
21771
  command:
21592
21772
  - /opt/app-root/src/wait-for-configmap.sh
21593
21773
  env:
@@ -21668,7 +21848,7 @@ spec:
21668
21848
 
21669
21849
  steps:
21670
21850
  - name: wait-for-configmap
21671
- image: quay.io/ibmmas/cli:15.8.0
21851
+ image: quay.io/ibmmas/cli:15.9.0
21672
21852
  command:
21673
21853
  - /opt/app-root/src/wait-for-configmap.sh
21674
21854
  env:
@@ -21728,7 +21908,7 @@ spec:
21728
21908
 
21729
21909
  steps:
21730
21910
  - name: wait
21731
- image: quay.io/ibmmas/cli:15.8.0
21911
+ image: quay.io/ibmmas/cli:15.9.0
21732
21912
  command:
21733
21913
  - /opt/app-root/src/wait-for-tekton.sh
21734
21914
  env:
@@ -22623,6 +22803,10 @@ spec:
22623
22803
  type: string
22624
22804
  description: watsonx action for IBM Maximo AI Service
22625
22805
  default: ""
22806
+ - name: aiservice_watsonxai_ca_crt
22807
+ type: string
22808
+ description: WatsonX CA certificate for IBM Maximo AI Service
22809
+ default: ""
22626
22810
 
22627
22811
  # MAS Application Configuration - IBM Maximo AI Service - RSL
22628
22812
  # -----------------------------------------------------------------------------
@@ -23157,6 +23341,8 @@ spec:
23157
23341
  value: $(params.aiservice_watsonxai_space_id)
23158
23342
  - name: aiservice_watsonx_action
23159
23343
  value: $(params.aiservice_watsonx_action)
23344
+ - name: aiservice_watsonxai_ca_crt
23345
+ value: $(params.aiservice_watsonxai_ca_crt)
23160
23346
 
23161
23347
  - name: mas_icr_cp
23162
23348
  value: $(params.mas_icr_cp)
@@ -23224,6 +23410,8 @@ spec:
23224
23410
  value: $(params.aiservice_watsonxai_space_id)
23225
23411
  - name: aiservice_watsonx_action
23226
23412
  value: $(params.aiservice_watsonx_action)
23413
+ - name: aiservice_watsonxai_ca_crt
23414
+ value: $(params.aiservice_watsonxai_ca_crt)
23227
23415
 
23228
23416
  - name: tenant_entitlement_type
23229
23417
  value: $(params.tenant_entitlement_type)
@@ -31742,7 +31930,7 @@ spec:
31742
31930
  type: string
31743
31931
  - name: mas_appws_components
31744
31932
  type: string
31745
-
31933
+
31746
31934
  - name: launchfvt_core
31747
31935
  type: string
31748
31936
  default: "true"
@@ -33275,6 +33463,8 @@ metadata:
33275
33463
  spec:
33276
33464
  workspaces:
33277
33465
  - name: shared-entitlement
33466
+ - name: shared-gitops-configs
33467
+ - name: configs
33278
33468
  description: MAS provision Suite License Service for customer subscription
33279
33469
  params:
33280
33470
  - name: cluster_name
@@ -33354,6 +33544,10 @@ spec:
33354
33544
  type: string
33355
33545
  default: ""
33356
33546
 
33547
+ - name: authorized_entitlement_saas_encoded
33548
+ type: string
33549
+ default: ""
33550
+
33357
33551
  - name: mas_slscfg_pod_template_yaml
33358
33552
  type: string
33359
33553
  default: ""
@@ -33394,7 +33588,9 @@ spec:
33394
33588
  value: $(params.sls_license_icn)
33395
33589
  - name: sls_subscription_id
33396
33590
  value: $(params.sls_subscription_id)
33397
-
33591
+
33592
+ - name: authorized_entitlement_saas_encoded
33593
+ value: $(params.authorized_entitlement_saas_encoded)
33398
33594
  workspaces:
33399
33595
  - name: shared-entitlement
33400
33596
  workspace: shared-entitlement
@@ -33402,8 +33598,8 @@ spec:
33402
33598
  kind: Task
33403
33599
  name: gitops-license
33404
33600
  when:
33405
- - input: "$(params.sls_subscription_id)"
33406
- operator: in
33601
+ - input: "$(params.authorized_entitlement_saas_encoded)"
33602
+ operator: notin
33407
33603
  values: [""]
33408
33604
 
33409
33605
  - name: gitops-license-generator
@@ -33431,12 +33627,14 @@ spec:
33431
33627
  value: $(params.sls_license_icn)
33432
33628
  - name: sls_subscription_id
33433
33629
  value: $(params.sls_subscription_id)
33630
+ - name: authorized_entitlement_saas_encoded
33631
+ value: $(params.authorized_entitlement_saas_encoded)
33434
33632
  taskRef:
33435
33633
  kind: Task
33436
33634
  name: gitops-license-generator
33437
33635
  when:
33438
- - input: "$(params.sls_subscription_id)"
33439
- operator: notin
33636
+ - input: "$(params.authorized_entitlement_saas_encoded)"
33637
+ operator: in
33440
33638
  values: [""]
33441
33639
 
33442
33640
  # 2.
@@ -33492,6 +33690,8 @@ spec:
33492
33690
  value: $(params.sls_license_icn)
33493
33691
  - name: sls_subscription_id
33494
33692
  value: $(params.sls_subscription_id)
33693
+ - name: mas_slscfg_pod_template_yaml
33694
+ value: $(params.mas_slscfg_pod_template_yaml)
33495
33695
 
33496
33696
  taskRef:
33497
33697
  kind: Task
@@ -33499,6 +33699,10 @@ spec:
33499
33699
  workspaces:
33500
33700
  - name: shared-entitlement
33501
33701
  workspace: shared-entitlement
33702
+ - name: configs
33703
+ workspace: configs
33704
+ - name: shared-gitops-configs
33705
+ workspace: shared-gitops-configs
33502
33706
  # --------------------------------------------------------------------------------
33503
33707
  # /home/runner/work/cli/cli/tekton/target/pipelines/mas-fvt-assist.yaml
33504
33708
  # --------------------------------------------------------------------------------
@@ -35554,6 +35758,7 @@ spec:
35554
35758
  # --------------------------------------------------------------------------------
35555
35759
  ---
35556
35760
  # There are various integration points in the install pipeline that we can hang FVT off
35761
+ # 0. config ..................... Performs configuration analysis and environment-specific settings
35557
35762
  # 1. suite-verify ............... Triggered after Core install and configuration is verified
35558
35763
  # 2. app-cfg-assist ............. Triggered after Assist is installed and configured
35559
35764
  # 3. app-cfg-iot ................ Triggered after IoT is installed and configured
@@ -35561,7 +35766,7 @@ spec:
35561
35766
  # 5. app-cfg-monitor ............ Triggered after Monitor is installed and configured
35562
35767
  # 6. app-cfg-optimizer .......... Triggered after Optimizer is installed and configured
35563
35768
  # 7. app-cfg-predict ............ Triggered after Predict is installed and configured
35564
- # 8. app-cft-visualinspection ... Triggered after Visual Inspection is installed and configured
35769
+ # 8. app-cfg-visualinspection ... Triggered after Visual Inspection is installed and configured
35565
35770
 
35566
35771
  apiVersion: tekton.dev/v1beta1
35567
35772
  kind: Pipeline
@@ -35574,6 +35779,11 @@ spec:
35574
35779
 
35575
35780
  - name: mas_instance_id
35576
35781
  type: string
35782
+
35783
+ - name: mas_channel
35784
+ type: string
35785
+ default: ""
35786
+ description: "MAS channel version (e.g., 9.2.0)"
35577
35787
 
35578
35788
  - name: sync_with_install
35579
35789
  type: string
@@ -35684,6 +35894,21 @@ spec:
35684
35894
  default: ""
35685
35895
 
35686
35896
  tasks:
35897
+ # 0. Configuration
35898
+ # -------------------------------------------------------------------------
35899
+ # Performs configuration analysis and sets up environment-specific settings
35900
+ # Currently determines if the MAS channel is >= 9.2.0 and sets the is-post-92 result
35901
+ # This result is used to control the execution order of FVT tasks
35902
+ - name: config
35903
+ taskRef:
35904
+ kind: Task
35905
+ name: mas-config-helper
35906
+ params:
35907
+ - name: image_pull_policy
35908
+ value: $(params.image_pull_policy)
35909
+ - name: mas_channel
35910
+ value: $(params.mas_channel)
35911
+
35687
35912
  # 1. MAS Core FVT
35688
35913
  # -------------------------------------------------------------------------
35689
35914
  - name: waitfor-suite-verify
@@ -35714,6 +35939,8 @@ spec:
35714
35939
  - input: $(params.sync_with_install)
35715
35940
  operator: in
35716
35941
  values: ["true", "True"]
35942
+ runAfter:
35943
+ - config
35717
35944
 
35718
35945
  - name: launchfvt-sls
35719
35946
  timeout: "0"
@@ -35732,7 +35959,7 @@ spec:
35732
35959
  runAfter:
35733
35960
  - waitfor-suite-verify
35734
35961
 
35735
- - name: launchfvt-core
35962
+ - name: launchfvt-core-pre92
35736
35963
  timeout: "0"
35737
35964
  taskRef:
35738
35965
  kind: Task
@@ -35746,8 +35973,34 @@ spec:
35746
35973
  - input: $(params.launchfvt_core)
35747
35974
  operator: in
35748
35975
  values: ["true", "True"]
35976
+ # Run in original position for pre-9.2 installations
35977
+ - input: $(tasks.config.results.is-post-92)
35978
+ operator: in
35979
+ values: ["false", "False"]
35749
35980
  runAfter:
35750
35981
  - waitfor-suite-verify
35982
+
35983
+ # Special case for post-9.2 installations - launchfvt-core runs after manage-setup and before launchfvt-manage
35984
+ - name: launchfvt-core-post92
35985
+ timeout: "0"
35986
+ taskRef:
35987
+ kind: Task
35988
+ name: mas-launchfvt-core
35989
+ params:
35990
+ - name: image_pull_policy
35991
+ value: $(params.image_pull_policy)
35992
+ - name: pipelinerun_name
35993
+ value: "$(params.mas_instance_id)-fvt-core"
35994
+ when:
35995
+ - input: $(params.launchfvt_core)
35996
+ operator: in
35997
+ values: ["true", "True"]
35998
+ # Run in new position for post-9.2 installations
35999
+ - input: $(tasks.config.results.is-post-92)
36000
+ operator: in
36001
+ values: ["true", "True"]
36002
+ runAfter:
36003
+ - manage-setup
35751
36004
 
35752
36005
  - name: approval-suite-verify
35753
36006
  timeout: "0"
@@ -35767,8 +36020,8 @@ spec:
35767
36020
  values: ["true", "True"]
35768
36021
 
35769
36022
  runAfter:
35770
- - launchfvt-core
35771
36023
  - launchfvt-sls
36024
+ - launchfvt-core-pre92
35772
36025
 
35773
36026
 
35774
36027
  # 2. Application FVT - Assist
@@ -35990,7 +36243,7 @@ spec:
35990
36243
  runAfter:
35991
36244
  - waitfor-manage
35992
36245
 
35993
- - name: launchfvt-manage
36246
+ - name: launchfvt-manage-pre92
35994
36247
  timeout: "0"
35995
36248
  params:
35996
36249
  - name: image_pull_policy
@@ -36004,8 +36257,34 @@ spec:
36004
36257
  - input: $(params.launchfvt_manage)
36005
36258
  operator: in
36006
36259
  values: ["true", "True"]
36260
+ # Run in original position for pre-9.2 installations
36261
+ - input: $(tasks.config.results.is-post-92)
36262
+ operator: in
36263
+ values: ["false", "False"]
36007
36264
  runAfter:
36008
36265
  - manage-setup
36266
+
36267
+ # Special case for post-9.2 installations - launchfvt-manage runs after launchfvt-core-post92
36268
+ - name: launchfvt-manage-post92
36269
+ timeout: "0"
36270
+ params:
36271
+ - name: image_pull_policy
36272
+ value: $(params.image_pull_policy)
36273
+ - name: pipelinerun_name
36274
+ value: "$(params.mas_instance_id)-fvt-manage"
36275
+ taskRef:
36276
+ kind: Task
36277
+ name: mas-launchfvt-manage
36278
+ when:
36279
+ - input: $(params.launchfvt_manage)
36280
+ operator: in
36281
+ values: ["true", "True"]
36282
+ # Run in new position for post-9.2 installations
36283
+ - input: $(tasks.config.results.is-post-92)
36284
+ operator: in
36285
+ values: ["true", "True"]
36286
+ runAfter:
36287
+ - launchfvt-core-post92
36009
36288
 
36010
36289
  - name: launchfvt-manage-is
36011
36290
  timeout: "0"
@@ -36023,6 +36302,8 @@ spec:
36023
36302
  values: ["true", "True"]
36024
36303
  runAfter:
36025
36304
  - manage-setup
36305
+ - launchfvt-core-pre92
36306
+ - launchfvt-core-post92
36026
36307
 
36027
36308
  - name: approval-manage
36028
36309
  timeout: "0"
@@ -36041,7 +36322,8 @@ spec:
36041
36322
  operator: in
36042
36323
  values: ["true", "True"]
36043
36324
  runAfter:
36044
- - launchfvt-manage
36325
+ - launchfvt-manage-pre92
36326
+ - launchfvt-manage-post92
36045
36327
  - launchfvt-manage-is
36046
36328
 
36047
36329
  # 6. Application FVT - Mobile