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

@@ -108,7 +108,7 @@ spec:
108
108
  command:
109
109
  - /opt/app-root/src/run-role.sh
110
110
  - appconnect
111
- image: quay.io/ibmmas/cli:10.3.2
111
+ image: quay.io/ibmmas/cli:10.4.1
112
112
  imagePullPolicy: $(params.image_pull_policy)
113
113
  workingDir: /workspace/configs
114
114
 
@@ -226,7 +226,7 @@ spec:
226
226
  command:
227
227
  - /opt/app-root/src/run-role.sh
228
228
  - arcgis
229
- image: quay.io/ibmmas/cli:10.3.2
229
+ image: quay.io/ibmmas/cli:10.4.1
230
230
  imagePullPolicy: $(params.image_pull_policy)
231
231
  # --------------------------------------------------------------------------------
232
232
  # /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
@@ -296,7 +296,7 @@ spec:
296
296
  command:
297
297
  - /opt/app-root/src/run-role.sh
298
298
  - cert_manager
299
- image: quay.io/ibmmas/cli:10.3.2
299
+ image: quay.io/ibmmas/cli:10.4.1
300
300
  imagePullPolicy: $(params.image_pull_policy)
301
301
  workingDir: /workspace/configs
302
302
  # --------------------------------------------------------------------------------
@@ -359,102 +359,7 @@ spec:
359
359
  command:
360
360
  - /opt/app-root/src/run-role.sh
361
361
  - common_services
362
- image: quay.io/ibmmas/cli:10.3.2
363
- imagePullPolicy: $(params.image_pull_policy)
364
- workingDir: /workspace/configs
365
- # --------------------------------------------------------------------------------
366
- # /home/runner/work/cli/cli/tekton/target/tasks/cos-deprovision.yaml
367
- # --------------------------------------------------------------------------------
368
- ---
369
- apiVersion: tekton.dev/v1beta1
370
- kind: Task
371
- metadata:
372
- name: mas-devops-cos-deprovision
373
- spec:
374
- params:
375
- # Common: Control the image pull policy for the CLI container image
376
- - name: image_pull_policy
377
- type: string
378
- default: IfNotPresent
379
-
380
- # Common: Support for saving task execution results to a MongoDb instance
381
- - name: devops_suite_name
382
- type: string
383
- description: Optional name for the junit suite, used to enable save-junit-to-mongo.py
384
- default: ""
385
-
386
-
387
- # General
388
- - name: mas_instance_id
389
- type: string
390
-
391
- # COS Details
392
- - name: cos_type
393
- type: string
394
- description: COS Provider (ibm and ocs are supported)
395
- default: ""
396
- - name: ibmcloud_apikey
397
- type: string
398
- description: API Key used to create COS instance in IBM Cloud
399
- default: ""
400
- - name: ibmcloud_resourcegroup
401
- type: string
402
- description: Name of an existing Resource Group in IBM Cloud account
403
- default: "Default"
404
- - name: cos_resourcegroup
405
- type: string
406
- description: Name of an existing COS Resource Group in IBM Cloud account
407
- default: ""
408
- - name: cos_action
409
- type: string
410
- description: COS action to be performed (provision or deprovision)
411
- default: ""
412
-
413
- stepTemplate:
414
- env:
415
- - name: DEVOPS_MONGO_URI
416
- valueFrom:
417
- secretKeyRef:
418
- name: mas-devops
419
- key: DEVOPS_MONGO_URI
420
- optional: true
421
- - name: DEVOPS_BUILD_NUMBER
422
- valueFrom:
423
- secretKeyRef:
424
- name: mas-devops
425
- key: DEVOPS_BUILD_NUMBER
426
- optional: true
427
- - name: DEVOPS_ENVIRONMENT
428
- valueFrom:
429
- secretKeyRef:
430
- name: mas-devops
431
- key: MAS_INSTANCE_ID
432
- optional: true
433
- - name: DEVOPS_SUITE_NAME
434
- value: $(params.devops_suite_name)
435
-
436
-
437
- # General
438
- - name: MAS_INSTANCE_ID
439
- value: $(params.mas_instance_id)
440
-
441
- # COS Details
442
- - name: COS_TYPE
443
- value: $(params.cos_type)
444
- - name: COS_ACTION
445
- value: $(params.cos_action)
446
- - name: IBMCLOUD_APIKEY
447
- value: $(params.ibmcloud_apikey)
448
- - name: COS_RESOURCEGROUP
449
- value: $(params.cos_resourcegroup)
450
- - name: IBMCLOUD_RESOURCEGROUP
451
- value: $(params.ibmcloud_resourcegroup)
452
- steps:
453
- - name: cos-deprovision
454
- command:
455
- - /opt/app-root/src/run-role.sh
456
- - cos
457
- image: quay.io/ibmmas/cli:10.3.2
362
+ image: quay.io/ibmmas/cli:10.4.1
458
363
  imagePullPolicy: $(params.image_pull_policy)
459
364
  workingDir: /workspace/configs
460
365
  # --------------------------------------------------------------------------------
@@ -569,7 +474,7 @@ spec:
569
474
  command:
570
475
  - /opt/app-root/src/run-role.sh
571
476
  - cos
572
- image: quay.io/ibmmas/cli:10.3.2
477
+ image: quay.io/ibmmas/cli:10.4.1
573
478
  imagePullPolicy: $(params.image_pull_policy)
574
479
  workingDir: /workspace/configs
575
480
 
@@ -689,7 +594,7 @@ spec:
689
594
  command:
690
595
  - /opt/app-root/src/run-role.sh
691
596
  - cp4d_service
692
- image: quay.io/ibmmas/cli:10.3.2
597
+ image: quay.io/ibmmas/cli:10.4.1
693
598
  imagePullPolicy: $(params.image_pull_policy)
694
599
  workingDir: /workspace/configs
695
600
  # --------------------------------------------------------------------------------
@@ -806,7 +711,7 @@ spec:
806
711
  command:
807
712
  - /opt/app-root/src/run-role.sh
808
713
  - cp4d_service
809
- image: quay.io/ibmmas/cli:10.3.2
714
+ image: quay.io/ibmmas/cli:10.4.1
810
715
  imagePullPolicy: $(params.image_pull_policy)
811
716
  workingDir: /workspace/configs
812
717
 
@@ -912,7 +817,7 @@ spec:
912
817
  command:
913
818
  - /opt/app-root/src/run-role.sh
914
819
  - cp4d
915
- image: quay.io/ibmmas/cli:10.3.2
820
+ image: quay.io/ibmmas/cli:10.4.1
916
821
  imagePullPolicy: $(params.image_pull_policy)
917
822
  # --------------------------------------------------------------------------------
918
823
  # /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
@@ -1234,7 +1139,7 @@ spec:
1234
1139
  command:
1235
1140
  - /opt/app-root/src/run-role.sh
1236
1141
  - db2
1237
- image: quay.io/ibmmas/cli:10.3.2
1142
+ image: quay.io/ibmmas/cli:10.4.1
1238
1143
  imagePullPolicy: $(params.image_pull_policy)
1239
1144
  workingDir: /workspace/configs
1240
1145
 
@@ -1337,7 +1242,7 @@ spec:
1337
1242
  command:
1338
1243
  - /opt/app-root/src/run-role.sh
1339
1244
  - eck
1340
- image: quay.io/ibmmas/cli:10.3.2
1245
+ image: quay.io/ibmmas/cli:10.4.1
1341
1246
  imagePullPolicy: $(params.image_pull_policy)
1342
1247
  # --------------------------------------------------------------------------------
1343
1248
  # /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
@@ -1426,7 +1331,7 @@ spec:
1426
1331
  command:
1427
1332
  - /opt/app-root/src/run-role.sh
1428
1333
  - gencfg_workspace
1429
- image: quay.io/ibmmas/cli:10.3.2
1334
+ image: quay.io/ibmmas/cli:10.4.1
1430
1335
  imagePullPolicy: $(params.image_pull_policy)
1431
1336
  workingDir: /workspace/configs
1432
1337
 
@@ -1530,7 +1435,7 @@ spec:
1530
1435
  - -c
1531
1436
  name: gitops-bootstrap
1532
1437
  imagePullPolicy: IfNotPresent
1533
- image: quay.io/ibmmas/cli:10.3.2
1438
+ image: quay.io/ibmmas/cli:10.4.1
1534
1439
  workspaces:
1535
1440
  - name: configs
1536
1441
  # --------------------------------------------------------------------------------
@@ -1607,7 +1512,7 @@ spec:
1607
1512
  - -c
1608
1513
  name: gitops-cis-compliance
1609
1514
  imagePullPolicy: IfNotPresent
1610
- image: quay.io/ibmmas/cli:10.3.2
1515
+ image: quay.io/ibmmas/cli:10.4.1
1611
1516
  workspaces:
1612
1517
  - name: configs
1613
1518
  # --------------------------------------------------------------------------------
@@ -1786,7 +1691,7 @@ spec:
1786
1691
  - -c
1787
1692
  name: gitops-cluster
1788
1693
  imagePullPolicy: Always
1789
- image: quay.io/ibmmas/cli:10.3.2
1694
+ image: quay.io/ibmmas/cli:10.4.1
1790
1695
  workspaces:
1791
1696
  - name: configs
1792
1697
  # --------------------------------------------------------------------------------
@@ -1870,7 +1775,7 @@ spec:
1870
1775
  - -c
1871
1776
  name: gitops-cos
1872
1777
  imagePullPolicy: IfNotPresent
1873
- image: quay.io/ibmmas/cli:10.3.2
1778
+ image: quay.io/ibmmas/cli:10.4.1
1874
1779
  workspaces:
1875
1780
  - name: configs
1876
1781
  # --------------------------------------------------------------------------------
@@ -1983,7 +1888,7 @@ spec:
1983
1888
  - -c
1984
1889
  name: gitops-cp4d-service
1985
1890
  imagePullPolicy: IfNotPresent
1986
- image: quay.io/ibmmas/cli:10.3.2
1891
+ image: quay.io/ibmmas/cli:10.4.1
1987
1892
  workspaces:
1988
1893
  - name: configs
1989
1894
  - name: shared-gitops-configs
@@ -2092,7 +1997,7 @@ spec:
2092
1997
  - -c
2093
1998
  name: gitops-cp4d
2094
1999
  imagePullPolicy: IfNotPresent
2095
- image: quay.io/ibmmas/cli:10.3.2
2000
+ image: quay.io/ibmmas/cli:10.4.1
2096
2001
  workspaces:
2097
2002
  - name: configs
2098
2003
  - name: shared-gitops-configs
@@ -2335,7 +2240,7 @@ spec:
2335
2240
  - -c
2336
2241
  name: gitops-db2u-database
2337
2242
  imagePullPolicy: Always
2338
- image: quay.io/ibmmas/cli:10.3.2
2243
+ image: quay.io/ibmmas/cli:10.4.1
2339
2244
  workspaces:
2340
2245
  - name: configs
2341
2246
  - name: shared-gitops-configs
@@ -2428,7 +2333,7 @@ spec:
2428
2333
  - -c
2429
2334
  name: gitops-db2u
2430
2335
  imagePullPolicy: IfNotPresent
2431
- image: quay.io/ibmmas/cli:10.3.2
2336
+ image: quay.io/ibmmas/cli:10.4.1
2432
2337
  workspaces:
2433
2338
  - name: configs
2434
2339
  # --------------------------------------------------------------------------------
@@ -2550,7 +2455,7 @@ spec:
2550
2455
  - -c
2551
2456
  name: gitops-delete-jdbc-config
2552
2457
  imagePullPolicy: IfNotPresent
2553
- image: quay.io/ibmmas/cli:10.3.2
2458
+ image: quay.io/ibmmas/cli:10.4.1
2554
2459
  workspaces:
2555
2460
  - name: configs
2556
2461
  # --------------------------------------------------------------------------------
@@ -2648,7 +2553,7 @@ spec:
2648
2553
  - -c
2649
2554
  name: gitops-delete-kafka-config
2650
2555
  imagePullPolicy: Always
2651
- image: quay.io/ibmmas/cli:10.3.2
2556
+ image: quay.io/ibmmas/cli:10.4.1
2652
2557
  workspaces:
2653
2558
  - name: configs
2654
2559
 
@@ -2740,7 +2645,7 @@ spec:
2740
2645
  - -c
2741
2646
  name: gitops-deprovision-app-config
2742
2647
  imagePullPolicy: IfNotPresent
2743
- image: quay.io/ibmmas/cli:10.3.2
2648
+ image: quay.io/ibmmas/cli:10.4.1
2744
2649
  workspaces:
2745
2650
  - name: configs
2746
2651
  # --------------------------------------------------------------------------------
@@ -2825,7 +2730,7 @@ spec:
2825
2730
  - -c
2826
2731
  name: gitops-deprovision-app-install
2827
2732
  imagePullPolicy: IfNotPresent
2828
- image: quay.io/ibmmas/cli:10.3.2
2733
+ image: quay.io/ibmmas/cli:10.4.1
2829
2734
  workspaces:
2830
2735
  - name: configs
2831
2736
  # --------------------------------------------------------------------------------
@@ -2910,7 +2815,7 @@ spec:
2910
2815
  - -c
2911
2816
  name: gitops-deprovision-cluster
2912
2817
  imagePullPolicy: IfNotPresent
2913
- image: quay.io/ibmmas/cli:10.3.2
2818
+ image: quay.io/ibmmas/cli:10.4.1
2914
2819
  workspaces:
2915
2820
  - name: configs
2916
2821
  # --------------------------------------------------------------------------------
@@ -3017,7 +2922,7 @@ spec:
3017
2922
  - -c
3018
2923
  name: gitops-deprovision-cos
3019
2924
  imagePullPolicy: IfNotPresent
3020
- image: quay.io/ibmmas/cli:10.3.2
2925
+ image: quay.io/ibmmas/cli:10.4.1
3021
2926
  workspaces:
3022
2927
  - name: configs
3023
2928
  # --------------------------------------------------------------------------------
@@ -3105,7 +3010,7 @@ spec:
3105
3010
  - -c
3106
3011
  name: gitops-deprovision-db2u-database
3107
3012
  imagePullPolicy: IfNotPresent
3108
- image: quay.io/ibmmas/cli:10.3.2
3013
+ image: quay.io/ibmmas/cli:10.4.1
3109
3014
  workspaces:
3110
3015
  - name: configs
3111
3016
 
@@ -3188,7 +3093,7 @@ spec:
3188
3093
  - -c
3189
3094
  name: gitops-deprovision-db2u
3190
3095
  imagePullPolicy: IfNotPresent
3191
- image: quay.io/ibmmas/cli:10.3.2
3096
+ image: quay.io/ibmmas/cli:10.4.1
3192
3097
  workspaces:
3193
3098
  - name: configs
3194
3099
 
@@ -3264,7 +3169,7 @@ spec:
3264
3169
  - -c
3265
3170
  name: gitops-deprovision-efs
3266
3171
  imagePullPolicy: IfNotPresent
3267
- image: quay.io/ibmmas/cli:10.3.2
3172
+ image: quay.io/ibmmas/cli:10.4.1
3268
3173
  workspaces:
3269
3174
  - name: configs
3270
3175
 
@@ -3373,7 +3278,7 @@ spec:
3373
3278
  - -c
3374
3279
  name: gitops-deprovision-kafka
3375
3280
  imagePullPolicy: IfNotPresent
3376
- image: quay.io/ibmmas/cli:10.3.2
3281
+ image: quay.io/ibmmas/cli:10.4.1
3377
3282
  workspaces:
3378
3283
  - name: configs
3379
3284
  # --------------------------------------------------------------------------------
@@ -3475,7 +3380,7 @@ spec:
3475
3380
  - -c
3476
3381
  name: gitops-deprovision-mongo
3477
3382
  imagePullPolicy: IfNotPresent
3478
- image: quay.io/ibmmas/cli:10.3.2
3383
+ image: quay.io/ibmmas/cli:10.4.1
3479
3384
  workspaces:
3480
3385
  - name: configs
3481
3386
 
@@ -3532,7 +3437,7 @@ spec:
3532
3437
  - -c
3533
3438
  name: gitops-deprovision-rosa
3534
3439
  imagePullPolicy: IfNotPresent
3535
- image: quay.io/ibmmas/cli:10.3.2
3440
+ image: quay.io/ibmmas/cli:10.4.1
3536
3441
  workspaces:
3537
3442
  - name: configs
3538
3443
  # --------------------------------------------------------------------------------
@@ -3725,7 +3630,7 @@ spec:
3725
3630
  - -c
3726
3631
  name: gitops-deprovision-suite-config
3727
3632
  imagePullPolicy: IfNotPresent
3728
- image: quay.io/ibmmas/cli:10.3.2
3633
+ image: quay.io/ibmmas/cli:10.4.1
3729
3634
  workspaces:
3730
3635
  - name: configs
3731
3636
 
@@ -3823,7 +3728,7 @@ spec:
3823
3728
  - -c
3824
3729
  name: gitops-deprovision-suite-idp-config
3825
3730
  imagePullPolicy: IfNotPresent
3826
- image: quay.io/ibmmas/cli:10.3.2
3731
+ image: quay.io/ibmmas/cli:10.4.1
3827
3732
  workspaces:
3828
3733
  - name: configs
3829
3734
  # --------------------------------------------------------------------------------
@@ -3915,7 +3820,7 @@ spec:
3915
3820
  - -c
3916
3821
  name: gitops-deprovision-suite-objectstorage-config
3917
3822
  imagePullPolicy: IfNotPresent
3918
- image: quay.io/ibmmas/cli:10.3.2
3823
+ image: quay.io/ibmmas/cli:10.4.1
3919
3824
  workspaces:
3920
3825
  - name: configs
3921
3826
  # --------------------------------------------------------------------------------
@@ -4007,7 +3912,7 @@ spec:
4007
3912
  - -c
4008
3913
  name: gitops-deprovision-suite-smtp-config
4009
3914
  imagePullPolicy: IfNotPresent
4010
- image: quay.io/ibmmas/cli:10.3.2
3915
+ image: quay.io/ibmmas/cli:10.4.1
4011
3916
  workspaces:
4012
3917
  - name: configs
4013
3918
  # --------------------------------------------------------------------------------
@@ -4100,7 +4005,7 @@ spec:
4100
4005
  - -c
4101
4006
  name: gitops-deprovision-suite-watson-studio-config
4102
4007
  imagePullPolicy: IfNotPresent
4103
- image: quay.io/ibmmas/cli:10.3.2
4008
+ image: quay.io/ibmmas/cli:10.4.1
4104
4009
  workspaces:
4105
4010
  - name: configs
4106
4011
  # --------------------------------------------------------------------------------
@@ -4191,7 +4096,7 @@ spec:
4191
4096
  - -c
4192
4097
  name: gitops-deprovision-suite-workspace
4193
4098
  imagePullPolicy: Always
4194
- image: quay.io/ibmmas/cli:10.3.2
4099
+ image: quay.io/ibmmas/cli:10.4.1
4195
4100
  workspaces:
4196
4101
  - name: configs
4197
4102
  # --------------------------------------------------------------------------------
@@ -4284,7 +4189,7 @@ spec:
4284
4189
  - -c
4285
4190
  name: gitops-deprovision-suite
4286
4191
  imagePullPolicy: IfNotPresent
4287
- image: quay.io/ibmmas/cli:10.3.2
4192
+ image: quay.io/ibmmas/cli:10.4.1
4288
4193
  workspaces:
4289
4194
  - name: configs
4290
4195
 
@@ -4387,7 +4292,7 @@ spec:
4387
4292
  - -c
4388
4293
  name: gitops-dro
4389
4294
  imagePullPolicy: IfNotPresent
4390
- image: quay.io/ibmmas/cli:10.3.2
4295
+ image: quay.io/ibmmas/cli:10.4.1
4391
4296
  workspaces:
4392
4297
  - name: configs
4393
4298
  # --------------------------------------------------------------------------------
@@ -4469,7 +4374,7 @@ spec:
4469
4374
  - -c
4470
4375
  name: gitops-efs
4471
4376
  imagePullPolicy: IfNotPresent
4472
- image: quay.io/ibmmas/cli:10.3.2
4377
+ image: quay.io/ibmmas/cli:10.4.1
4473
4378
  workspaces:
4474
4379
  - name: configs
4475
4380
 
@@ -4599,7 +4504,7 @@ spec:
4599
4504
  - -c
4600
4505
  name: gitops-jdbc-config
4601
4506
  imagePullPolicy: Always
4602
- image: quay.io/ibmmas/cli:10.3.2
4507
+ image: quay.io/ibmmas/cli:10.4.1
4603
4508
  workspaces:
4604
4509
  - name: configs
4605
4510
  - name: shared-gitops-configs
@@ -4695,7 +4600,7 @@ spec:
4695
4600
  - -c
4696
4601
  name: gitops-kafka-config
4697
4602
  imagePullPolicy: Always
4698
- image: quay.io/ibmmas/cli:10.3.2
4603
+ image: quay.io/ibmmas/cli:10.4.1
4699
4604
  workspaces:
4700
4605
  - name: configs
4701
4606
 
@@ -4816,7 +4721,7 @@ spec:
4816
4721
  - -c
4817
4722
  name: gitops-kafka
4818
4723
  imagePullPolicy: IfNotPresent
4819
- image: quay.io/ibmmas/cli:10.3.2
4724
+ image: quay.io/ibmmas/cli:10.4.1
4820
4725
  workspaces:
4821
4726
  - name: configs
4822
4727
  # --------------------------------------------------------------------------------
@@ -4867,7 +4772,7 @@ spec:
4867
4772
  - -c
4868
4773
  name: gitops-license
4869
4774
  imagePullPolicy: Always
4870
- image: quay.io/ibmmas/cli:10.3.2
4775
+ image: quay.io/ibmmas/cli:10.4.1
4871
4776
  workspaces:
4872
4777
  - name: shared-entitlement
4873
4778
 
@@ -5324,7 +5229,7 @@ spec:
5324
5229
  - -c
5325
5230
  name: gitops-mas-fvt-preparer
5326
5231
  imagePullPolicy: Always
5327
- image: quay.io/ibmmas/cli:10.3.2
5232
+ image: quay.io/ibmmas/cli:10.4.1
5328
5233
  workspaces:
5329
5234
  - name: configs
5330
5235
  - name: shared-additional-configs
@@ -5728,7 +5633,7 @@ spec:
5728
5633
  - -c
5729
5634
  name: gitops-mas-initiator
5730
5635
  imagePullPolicy: IfNotPresent
5731
- image: quay.io/ibmmas/cli:10.3.2
5636
+ image: quay.io/ibmmas/cli:10.4.1
5732
5637
  workspaces:
5733
5638
  - name: configs
5734
5639
  # --------------------------------------------------------------------------------
@@ -5835,7 +5740,7 @@ spec:
5835
5740
  - -c
5836
5741
  name: gitops-mongo
5837
5742
  imagePullPolicy: IfNotPresent
5838
- image: quay.io/ibmmas/cli:10.3.2
5743
+ image: quay.io/ibmmas/cli:10.4.1
5839
5744
  workspaces:
5840
5745
  - name: configs
5841
5746
 
@@ -5947,7 +5852,7 @@ spec:
5947
5852
  - -c
5948
5853
  name: gitops-nvidia-gpu
5949
5854
  imagePullPolicy: IfNotPresent
5950
- image: quay.io/ibmmas/cli:10.3.2
5855
+ image: quay.io/ibmmas/cli:10.4.1
5951
5856
  workspaces:
5952
5857
  - name: configs
5953
5858
  # --------------------------------------------------------------------------------
@@ -6064,7 +5969,7 @@ spec:
6064
5969
  - -c
6065
5970
  name: gitops-process-mongo-user
6066
5971
  imagePullPolicy: IfNotPresent
6067
- image: quay.io/ibmmas/cli:10.3.2
5972
+ image: quay.io/ibmmas/cli:10.4.1
6068
5973
  workspaces:
6069
5974
  - name: configs
6070
5975
  # --------------------------------------------------------------------------------
@@ -6120,7 +6025,7 @@ spec:
6120
6025
  - -c
6121
6026
  name: gitops-rosa
6122
6027
  imagePullPolicy: IfNotPresent
6123
- image: quay.io/ibmmas/cli:10.3.2
6028
+ image: quay.io/ibmmas/cli:10.4.1
6124
6029
  workspaces:
6125
6030
  - name: configs
6126
6031
  # --------------------------------------------------------------------------------
@@ -6287,7 +6192,7 @@ spec:
6287
6192
  - -c
6288
6193
  name: gitops-suite-app-config
6289
6194
  imagePullPolicy: IfNotPresent
6290
- image: quay.io/ibmmas/cli:10.3.2
6195
+ image: quay.io/ibmmas/cli:10.4.1
6291
6196
  workspaces:
6292
6197
  - name: configs
6293
6198
  - name: shared-gitops-configs
@@ -6440,7 +6345,7 @@ spec:
6440
6345
  - -c
6441
6346
  name: gitops-suite-app-install
6442
6347
  imagePullPolicy: Always
6443
- image: quay.io/ibmmas/cli:10.3.2
6348
+ image: quay.io/ibmmas/cli:10.4.1
6444
6349
  workspaces:
6445
6350
  - name: configs
6446
6351
  - name: shared-gitops-configs
@@ -6546,7 +6451,7 @@ spec:
6546
6451
  - -c
6547
6452
  name: gitops-suite-certs
6548
6453
  imagePullPolicy: IfNotPresent
6549
- image: quay.io/ibmmas/cli:10.3.2
6454
+ image: quay.io/ibmmas/cli:10.4.1
6550
6455
  workspaces:
6551
6456
  - name: configs
6552
6457
  - name: certificates
@@ -6712,7 +6617,7 @@ spec:
6712
6617
  - -c
6713
6618
  name: gitops-suite-config
6714
6619
  imagePullPolicy: IfNotPresent
6715
- image: quay.io/ibmmas/cli:10.3.2
6620
+ image: quay.io/ibmmas/cli:10.4.1
6716
6621
  workspaces:
6717
6622
  - name: configs
6718
6623
  - name: shared-additional-configs
@@ -6812,7 +6717,7 @@ spec:
6812
6717
  - -c
6813
6718
  name: gitops-suite-dns
6814
6719
  imagePullPolicy: IfNotPresent
6815
- image: quay.io/ibmmas/cli:10.3.2
6720
+ image: quay.io/ibmmas/cli:10.4.1
6816
6721
  workspaces:
6817
6722
  - name: configs
6818
6723
 
@@ -6936,7 +6841,7 @@ spec:
6936
6841
  - -c
6937
6842
  name: gitops-suite-idp-config
6938
6843
  imagePullPolicy: IfNotPresent
6939
- image: quay.io/ibmmas/cli:10.3.2
6844
+ image: quay.io/ibmmas/cli:10.4.1
6940
6845
  workspaces:
6941
6846
  - name: configs
6942
6847
  - name: shared-additional-configs
@@ -7008,7 +6913,6 @@ spec:
7008
6913
  steps:
7009
6914
  - args:
7010
6915
  - |-
7011
- set -e -o pipefail
7012
6916
 
7013
6917
  mkdir -p /tmp/init-suite-objectstorage-config
7014
6918
  mkdir -p /tmp/suite-objectstorage-config-dir
@@ -7038,7 +6942,7 @@ spec:
7038
6942
  - -c
7039
6943
  name: gitops-suite-objectstorage-config
7040
6944
  imagePullPolicy: IfNotPresent
7041
- image: quay.io/ibmmas/cli:10.3.2
6945
+ image: quay.io/ibmmas/cli:10.4.1
7042
6946
  workspaces:
7043
6947
  - name: configs
7044
6948
  - name: shared-gitops-configs
@@ -7182,7 +7086,7 @@ spec:
7182
7086
  - -c
7183
7087
  name: gitops-suite-smtp-config
7184
7088
  imagePullPolicy: IfNotPresent
7185
- image: quay.io/ibmmas/cli:10.3.2
7089
+ image: quay.io/ibmmas/cli:10.4.1
7186
7090
  workspaces:
7187
7091
  - name: configs
7188
7092
 
@@ -7291,7 +7195,7 @@ spec:
7291
7195
  - -c
7292
7196
  name: gitops-suite-watson-studio-config
7293
7197
  imagePullPolicy: IfNotPresent
7294
- image: quay.io/ibmmas/cli:10.3.2
7198
+ image: quay.io/ibmmas/cli:10.4.1
7295
7199
  workspaces:
7296
7200
  - name: configs
7297
7201
  - name: shared-gitops-configs
@@ -7388,7 +7292,7 @@ spec:
7388
7292
  - -c
7389
7293
  name: gitops-suite-workspace
7390
7294
  imagePullPolicy: IfNotPresent
7391
- image: quay.io/ibmmas/cli:10.3.2
7295
+ image: quay.io/ibmmas/cli:10.4.1
7392
7296
  workspaces:
7393
7297
  - name: configs
7394
7298
  # --------------------------------------------------------------------------------
@@ -7647,7 +7551,7 @@ spec:
7647
7551
  - -c
7648
7552
  name: gitops-suite
7649
7553
  imagePullPolicy: IfNotPresent
7650
- image: quay.io/ibmmas/cli:10.3.2
7554
+ image: quay.io/ibmmas/cli:10.4.1
7651
7555
  workspaces:
7652
7556
  - name: configs
7653
7557
  - name: shared-gitops-configs
@@ -7697,7 +7601,7 @@ spec:
7697
7601
 
7698
7602
  steps:
7699
7603
  - name: grafana
7700
- image: quay.io/ibmmas/cli:10.3.2
7604
+ image: quay.io/ibmmas/cli:10.4.1
7701
7605
  imagePullPolicy: $(params.image_pull_policy)
7702
7606
  command:
7703
7607
  - /opt/app-root/src/run-role.sh
@@ -7831,114 +7735,7 @@ spec:
7831
7735
  command:
7832
7736
  - /opt/app-root/src/run-role.sh
7833
7737
  - ibm_catalogs
7834
- image: quay.io/ibmmas/cli:10.3.2
7835
- imagePullPolicy: $(params.image_pull_policy)
7836
- workingDir: /workspace/configs
7837
- # --------------------------------------------------------------------------------
7838
- # /home/runner/work/cli/cli/tekton/target/tasks/kafka-deprovision.yaml
7839
- # --------------------------------------------------------------------------------
7840
- ---
7841
- apiVersion: tekton.dev/v1beta1
7842
- kind: Task
7843
- metadata:
7844
- name: mas-devops-kafka-deprovision
7845
- spec:
7846
- params:
7847
- # Common: Control the image pull policy for the CLI container image
7848
- - name: image_pull_policy
7849
- type: string
7850
- default: IfNotPresent
7851
-
7852
- # Common: Support for saving task execution results to a MongoDb instance
7853
- - name: devops_suite_name
7854
- type: string
7855
- description: Optional name for the junit suite, used to enable save-junit-to-mongo.py
7856
- default: ""
7857
-
7858
-
7859
- # General
7860
- - name: mas_instance_id
7861
- type: string
7862
-
7863
- # Kafka Details
7864
- - name: kafka_provider
7865
- type: string
7866
- description: Kafka Provider
7867
- default: ""
7868
- - name: ibmcloud_apikey
7869
- type: string
7870
- description: API Key used to create Event Streams instance in IBM Cloud
7871
- default: ""
7872
- - name: ibmcloud_resourcegroup
7873
- type: string
7874
- description: Name of an existing Resource Group in IBM Cloud account
7875
- default: "Default"
7876
- - name: eventstreams_resourcegroup
7877
- type: string
7878
- description: Name of an existing Event Streams Resource Group in IBM Cloud account
7879
- default: ""
7880
- - name: eventstreams_name
7881
- type: string
7882
- description: Name of Event Streams instance in IBM Cloud account
7883
- default: ""
7884
- - name: eventstreams_location
7885
- type: string
7886
- description: Location of Event Streams instance in IBM Cloud account
7887
- default: ""
7888
- - name: kafka_action_system
7889
- type: string
7890
- description: Set to 'install' to set up a Kafka instance for the whole suite
7891
- default: ""
7892
-
7893
- stepTemplate:
7894
- env:
7895
- - name: DEVOPS_MONGO_URI
7896
- valueFrom:
7897
- secretKeyRef:
7898
- name: mas-devops
7899
- key: DEVOPS_MONGO_URI
7900
- optional: true
7901
- - name: DEVOPS_BUILD_NUMBER
7902
- valueFrom:
7903
- secretKeyRef:
7904
- name: mas-devops
7905
- key: DEVOPS_BUILD_NUMBER
7906
- optional: true
7907
- - name: DEVOPS_ENVIRONMENT
7908
- valueFrom:
7909
- secretKeyRef:
7910
- name: mas-devops
7911
- key: MAS_INSTANCE_ID
7912
- optional: true
7913
- - name: DEVOPS_SUITE_NAME
7914
- value: $(params.devops_suite_name)
7915
-
7916
-
7917
- # General
7918
- - name: MAS_INSTANCE_ID
7919
- value: $(params.mas_instance_id)
7920
-
7921
- # Kafka Details
7922
- - name: KAFKA_PROVIDER
7923
- value: $(params.kafka_provider)
7924
- - name: KAFKA_ACTION
7925
- value: $(params.kafka_action_system)
7926
- - name: IBMCLOUD_APIKEY
7927
- value: $(params.ibmcloud_apikey)
7928
- - name: EVENTSTREAMS_RESOURCEGROUP
7929
- value: $(params.eventstreams_resourcegroup)
7930
- - name: EVENTSTREAMS_NAME
7931
- value: $(params.eventstreams_name)
7932
- - name: EVENTSTREAMS_LOCATION
7933
- value: $(params.eventstreams_location)
7934
- - name: IBMCLOUD_RESOURCEGROUP
7935
- value: $(params.ibmcloud_resourcegroup)
7936
- steps:
7937
- - name: kafka-deprovision
7938
- command:
7939
- - /opt/app-root/src/run-role.sh
7940
- - kafka
7941
- image: quay.io/ibmmas/cli:10.3.2
7738
+ image: quay.io/ibmmas/cli:10.4.1
7942
7739
  imagePullPolicy: $(params.image_pull_policy)
7943
7740
  workingDir: /workspace/configs
7944
7741
  # --------------------------------------------------------------------------------
@@ -8180,7 +7977,7 @@ spec:
8180
7977
  command:
8181
7978
  - /opt/app-root/src/run-role.sh
8182
7979
  - kafka
8183
- image: quay.io/ibmmas/cli:10.3.2
7980
+ image: quay.io/ibmmas/cli:10.4.1
8184
7981
  imagePullPolicy: $(params.image_pull_policy)
8185
7982
  workingDir: /workspace/configs
8186
7983
 
@@ -8188,155 +7985,6 @@ spec:
8188
7985
  - name: configs
8189
7986
  optional: true
8190
7987
  # --------------------------------------------------------------------------------
8191
- # /home/runner/work/cli/cli/tekton/target/tasks/launchivt.yaml
8192
- # --------------------------------------------------------------------------------
8193
- ---
8194
- apiVersion: tekton.dev/v1beta1
8195
- kind: Task
8196
- metadata:
8197
- name: mas-launchivt
8198
- spec:
8199
- params:
8200
- # Control the image pull policy for the FVT container image
8201
- - name: image_pull_policy
8202
- type: string
8203
- default: IfNotPresent
8204
-
8205
- - name: pipelinerun_name
8206
- type: string
8207
-
8208
- steps:
8209
- - name: start-pipelinerun
8210
- image: quay.io/ibmmas/cli:10.3.2
8211
- imagePullPolicy: $(params.image_pull_policy)
8212
- command:
8213
- - ansible-playbook
8214
- - /masfvt/ivt.yml
8215
- env:
8216
- - name: IMAGE_PULL_POLICY
8217
- value: $(params.image_pull_policy)
8218
- - name: PIPELINERUN_NAME
8219
- value: $(params.pipelinerun_name)
8220
- - name: PIPELINERUN_NAMESPACE
8221
- value: $(context.taskRun.namespace)
8222
-
8223
- # Lookups from mas-devops
8224
- # -----------------------------------------------------------------------
8225
- - name: DEVOPS_BUILD_NUMBER
8226
- valueFrom:
8227
- secretKeyRef:
8228
- name: mas-devops
8229
- key: DEVOPS_BUILD_NUMBER
8230
- optional: true
8231
- - name: MAS_INSTANCE_ID
8232
- valueFrom:
8233
- secretKeyRef:
8234
- name: mas-devops
8235
- key: MAS_INSTANCE_ID
8236
- optional: false
8237
-
8238
- # Lookups from mas-fvt
8239
- # -----------------------------------------------------------------------
8240
- - name: FVT_IMAGE_REGISTRY
8241
- valueFrom:
8242
- secretKeyRef:
8243
- name: mas-fvt
8244
- key: FVT_IMAGE_REGISTRY
8245
- optional: false
8246
- - name: FVT_ARTIFACTORY_USERNAME
8247
- valueFrom:
8248
- secretKeyRef:
8249
- name: mas-fvt
8250
- key: FVT_ARTIFACTORY_USERNAME
8251
- optional: false
8252
- - name: FVT_ARTIFACTORY_TOKEN
8253
- valueFrom:
8254
- secretKeyRef:
8255
- name: mas-fvt
8256
- key: FVT_ARTIFACTORY_TOKEN
8257
- optional: false
8258
-
8259
- # Lookups from mas-fvt-manage
8260
- # -----------------------------------------------------------------------
8261
- # Framework Information
8262
- - name: MAS_APP_CHANNEL_MANAGE
8263
- valueFrom:
8264
- secretKeyRef:
8265
- name: mas-fvt-manage
8266
- key: MAS_APP_CHANNEL_MANAGE
8267
- optional: false
8268
- - name: MAS_APP_CHANNEL_MONITOR
8269
- valueFrom:
8270
- secretKeyRef:
8271
- name: mas-fvt-monitor
8272
- key: MAS_APP_CHANNEL_MONITOR
8273
- optional: false
8274
- - name: MAS_WORKSPACE_ID
8275
- valueFrom:
8276
- secretKeyRef:
8277
- name: mas-fvt-manage
8278
- key: MAS_WORKSPACE_ID
8279
- optional: false
8280
- # Digests
8281
- - name: FVT_DIGEST_MANAGE
8282
- valueFrom:
8283
- secretKeyRef:
8284
- name: mas-fvt-manage
8285
- key: FVT_DIGEST_MANAGE
8286
- optional: false
8287
- - name: FVT_DIGEST_MANAGE_PYTEST
8288
- valueFrom:
8289
- secretKeyRef:
8290
- name: mas-fvt-manage
8291
- key: FVT_DIGEST_MANAGE_PYTEST
8292
- optional: false
8293
- - name: FVT_DIGEST_CTF
8294
- valueFrom:
8295
- secretKeyRef:
8296
- name: mas-fvt-monitor
8297
- key: FVT_DIGEST_CTF
8298
- optional: false
8299
-
8300
- # Black and white listing
8301
- - name: FVT_BLACKLIST
8302
- valueFrom:
8303
- secretKeyRef:
8304
- name: mas-fvt-manage
8305
- key: FVT_BLACKLIST_IS
8306
- optional: false
8307
- - name: FVT_WHITELIST
8308
- valueFrom:
8309
- secretKeyRef:
8310
- name: mas-fvt-manage
8311
- key: FVT_WHITELIST_IS
8312
- optional: false
8313
-
8314
- - name: wait-for-pipelinerun
8315
- image: quay.io/ibmmas/cli:10.3.2
8316
- imagePullPolicy: $(params.image_pull_policy)
8317
- # 50 retries at 10 minute intervals = just over 8 hours
8318
- command:
8319
- - /opt/app-root/src/wait-for-tekton.sh
8320
- env:
8321
- - name: TYPE
8322
- value: pipelinerun
8323
- - name: NAME
8324
- value: $(params.pipelinerun_name)
8325
- - name: SUFFIX
8326
- valueFrom:
8327
- secretKeyRef:
8328
- name: mas-devops
8329
- key: DEVOPS_BUILD_NUMBER
8330
- optional: true
8331
- - name: NAMESPACE
8332
- value: $(context.taskRun.namespace)
8333
- - name: DELAY
8334
- value: "600"
8335
- - name: MAX_RETRIES
8336
- value: "50"
8337
- - name: IGNORE_FAILURE
8338
- value: "True"
8339
- # --------------------------------------------------------------------------------
8340
7988
  # /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
8341
7989
  # --------------------------------------------------------------------------------
8342
7990
  ---
@@ -8506,7 +8154,7 @@ spec:
8506
8154
  command:
8507
8155
  - /opt/app-root/src/run-role.sh
8508
8156
  - mongodb
8509
- image: quay.io/ibmmas/cli:10.3.2
8157
+ image: quay.io/ibmmas/cli:10.4.1
8510
8158
  imagePullPolicy: $(params.image_pull_policy)
8511
8159
  workingDir: /workspace/configs
8512
8160
 
@@ -8549,7 +8197,7 @@ spec:
8549
8197
  - $(params.base_output_dir)
8550
8198
  - --extra-namespaces
8551
8199
  - selenium
8552
- image: quay.io/ibmmas/cli:10.3.2
8200
+ image: quay.io/ibmmas/cli:10.4.1
8553
8201
  imagePullPolicy: $(params.image_pull_policy)
8554
8202
  env:
8555
8203
  - name: DEVOPS_MONGO_URI
@@ -8666,88 +8314,13 @@ spec:
8666
8314
  command:
8667
8315
  - /opt/app-root/src/run-role.sh
8668
8316
  - nvidia_gpu
8669
- image: quay.io/ibmmas/cli:10.3.2
8317
+ image: quay.io/ibmmas/cli:10.4.1
8670
8318
  imagePullPolicy: $(params.image_pull_policy)
8671
8319
  workingDir: /workspace/configs
8672
8320
 
8673
8321
  workspaces:
8674
8322
  - name: configs
8675
8323
  # --------------------------------------------------------------------------------
8676
- # /home/runner/work/cli/cli/tekton/target/tasks/ocp-deprovision.yaml
8677
- # --------------------------------------------------------------------------------
8678
- ---
8679
- apiVersion: tekton.dev/v1beta1
8680
- kind: Task
8681
- metadata:
8682
- name: mas-devops-ocp-deprovision
8683
- spec:
8684
- params:
8685
- # Common: Control the image pull policy for the CLI container image
8686
- - name: image_pull_policy
8687
- type: string
8688
- default: IfNotPresent
8689
-
8690
- # Common: Support for saving task execution results to a MongoDb instance
8691
- - name: devops_suite_name
8692
- type: string
8693
- description: Optional name for the junit suite, used to enable save-junit-to-mongo.py
8694
- default: ""
8695
-
8696
-
8697
- # Cluster Details
8698
- - name: cluster_name
8699
- type: string
8700
- - name: cluster_type
8701
- type: string
8702
- default: roks
8703
-
8704
- # ROKS Support
8705
- - name: ibmcloud_apikey
8706
- type: string
8707
- default: ""
8708
-
8709
- stepTemplate:
8710
- env:
8711
- - name: DEVOPS_MONGO_URI
8712
- valueFrom:
8713
- secretKeyRef:
8714
- name: mas-devops
8715
- key: DEVOPS_MONGO_URI
8716
- optional: true
8717
- - name: DEVOPS_BUILD_NUMBER
8718
- valueFrom:
8719
- secretKeyRef:
8720
- name: mas-devops
8721
- key: DEVOPS_BUILD_NUMBER
8722
- optional: true
8723
- - name: DEVOPS_ENVIRONMENT
8724
- valueFrom:
8725
- secretKeyRef:
8726
- name: mas-devops
8727
- key: MAS_INSTANCE_ID
8728
- optional: true
8729
- - name: DEVOPS_SUITE_NAME
8730
- value: $(params.devops_suite_name)
8731
-
8732
-
8733
- # Cluster Details
8734
- - name: CLUSTER_NAME
8735
- value: $(params.cluster_name)
8736
- - name: CLUSTER_TYPE
8737
- value: $(params.cluster_type)
8738
-
8739
- # ROKS Support
8740
- - name: IBMCLOUD_APIKEY
8741
- value: $(params.ibmcloud_apikey)
8742
-
8743
- steps:
8744
- - name: ocp-deprovision
8745
- command:
8746
- - /opt/app-root/src/run-role.sh
8747
- - ocp_deprovision
8748
- image: quay.io/ibmmas/cli:10.3.2
8749
- imagePullPolicy: $(params.image_pull_policy)
8750
- # --------------------------------------------------------------------------------
8751
8324
  # /home/runner/work/cli/cli/tekton/target/tasks/ocp-verify-all.yaml
8752
8325
  # --------------------------------------------------------------------------------
8753
8326
  ---
@@ -8777,7 +8350,7 @@ spec:
8777
8350
  # Verify Cluster
8778
8351
  # -------------------------------------------------------------------------
8779
8352
  - name: ocp-verify-cluster
8780
- image: quay.io/ibmmas/cli:10.3.2
8353
+ image: quay.io/ibmmas/cli:10.4.1
8781
8354
  imagePullPolicy: $(params.image_pull_policy)
8782
8355
  command:
8783
8356
  - /opt/app-root/src/run-role.sh
@@ -8819,7 +8392,7 @@ spec:
8819
8392
  # Verify Catalogs
8820
8393
  # -------------------------------------------------------------------------
8821
8394
  - name: ocp-verify-catalogs
8822
- image: quay.io/ibmmas/cli:10.3.2
8395
+ image: quay.io/ibmmas/cli:10.4.1
8823
8396
  imagePullPolicy: $(params.image_pull_policy)
8824
8397
  command:
8825
8398
  - /opt/app-root/src/run-role.sh
@@ -8861,7 +8434,7 @@ spec:
8861
8434
  # Verify Subscriptions
8862
8435
  # -------------------------------------------------------------------------
8863
8436
  - name: ocp-verify-subscriptions
8864
- image: quay.io/ibmmas/cli:10.3.2
8437
+ image: quay.io/ibmmas/cli:10.4.1
8865
8438
  imagePullPolicy: $(params.image_pull_policy)
8866
8439
  command:
8867
8440
  - /opt/app-root/src/run-role.sh
@@ -8903,7 +8476,7 @@ spec:
8903
8476
  # Verify Workloads
8904
8477
  # -------------------------------------------------------------------------
8905
8478
  - name: ocp-verify-workloads
8906
- image: quay.io/ibmmas/cli:10.3.2
8479
+ image: quay.io/ibmmas/cli:10.4.1
8907
8480
  imagePullPolicy: $(params.image_pull_policy)
8908
8481
  command:
8909
8482
  - /opt/app-root/src/run-role.sh
@@ -8945,7 +8518,7 @@ spec:
8945
8518
  # Verify Catalogs - Ingress TLS
8946
8519
  # -------------------------------------------------------------------------
8947
8520
  - name: ocp-verify-ingress
8948
- image: quay.io/ibmmas/cli:10.3.2
8521
+ image: quay.io/ibmmas/cli:10.4.1
8949
8522
  imagePullPolicy: $(params.image_pull_policy)
8950
8523
  command:
8951
8524
  - /opt/app-root/src/run-role.sh
@@ -9071,7 +8644,7 @@ spec:
9071
8644
  command:
9072
8645
  - /opt/app-root/src/run-role.sh
9073
8646
  - ocp_verify
9074
- image: quay.io/ibmmas/cli:10.3.2
8647
+ image: quay.io/ibmmas/cli:10.4.1
9075
8648
  imagePullPolicy: $(params.image_pull_policy)
9076
8649
  workingDir: /workspace/configs
9077
8650
  # --------------------------------------------------------------------------------
@@ -9139,7 +8712,7 @@ spec:
9139
8712
  command:
9140
8713
  - /opt/app-root/src/run-role.sh
9141
8714
  - ocs
9142
- image: quay.io/ibmmas/cli:10.3.2
8715
+ image: quay.io/ibmmas/cli:10.4.1
9143
8716
  imagePullPolicy: $(params.image_pull_policy)
9144
8717
  workingDir: /workspace/configs
9145
8718
 
@@ -9320,7 +8893,7 @@ spec:
9320
8893
  command:
9321
8894
  - /opt/app-root/src/run-role.sh
9322
8895
  - sls
9323
- image: quay.io/ibmmas/cli:10.3.2
8896
+ image: quay.io/ibmmas/cli:10.4.1
9324
8897
  imagePullPolicy: $(params.image_pull_policy)
9325
8898
  workingDir: /workspace/configs
9326
8899
 
@@ -9695,12 +9268,12 @@ spec:
9695
9268
  command:
9696
9269
  - /opt/app-root/src/run-role.sh
9697
9270
  - suite_app_config
9698
- image: quay.io/ibmmas/cli:10.3.2
9271
+ image: quay.io/ibmmas/cli:10.4.1
9699
9272
  imagePullPolicy: $(params.image_pull_policy)
9700
9273
 
9701
9274
  # If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
9702
9275
  - name: app-cfg-post-verify
9703
- image: quay.io/ibmmas/cli:10.3.2
9276
+ image: quay.io/ibmmas/cli:10.4.1
9704
9277
  imagePullPolicy: $(params.image_pull_policy)
9705
9278
  command:
9706
9279
  - /opt/app-root/src/wait-for-configmap.sh
@@ -9901,7 +9474,7 @@ spec:
9901
9474
  command:
9902
9475
  - /opt/app-root/src/run-role.sh
9903
9476
  - suite_app_install
9904
- image: quay.io/ibmmas/cli:10.3.2
9477
+ image: quay.io/ibmmas/cli:10.4.1
9905
9478
  imagePullPolicy: $(params.image_pull_policy)
9906
9479
 
9907
9480
  workspaces:
@@ -9990,7 +9563,7 @@ spec:
9990
9563
  command:
9991
9564
  - /opt/app-root/src/run-role.sh
9992
9565
  - suite_app_rollback
9993
- image: quay.io/ibmmas/cli:10.3.2
9566
+ image: quay.io/ibmmas/cli:10.4.1
9994
9567
  imagePullPolicy: $(params.image_pull_policy)
9995
9568
  # --------------------------------------------------------------------------------
9996
9569
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
@@ -10053,7 +9626,7 @@ spec:
10053
9626
  command:
10054
9627
  - /opt/app-root/src/run-role.sh
10055
9628
  - suite_app_uninstall
10056
- image: quay.io/ibmmas/cli:10.3.2
9629
+ image: quay.io/ibmmas/cli:10.4.1
10057
9630
  imagePullPolicy: $(params.image_pull_policy)
10058
9631
  # --------------------------------------------------------------------------------
10059
9632
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
@@ -10128,7 +9701,7 @@ spec:
10128
9701
  command:
10129
9702
  - /opt/app-root/src/run-role.sh
10130
9703
  - suite_app_upgrade
10131
- image: quay.io/ibmmas/cli:10.3.2
9704
+ image: quay.io/ibmmas/cli:10.4.1
10132
9705
  imagePullPolicy: $(params.image_pull_policy)
10133
9706
  # --------------------------------------------------------------------------------
10134
9707
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
@@ -10229,7 +9802,7 @@ spec:
10229
9802
  command:
10230
9803
  - /opt/app-root/src/run-role.sh
10231
9804
  - suite_app_verify
10232
- image: quay.io/ibmmas/cli:10.3.2
9805
+ image: quay.io/ibmmas/cli:10.4.1
10233
9806
  imagePullPolicy: $(params.image_pull_policy)
10234
9807
  # --------------------------------------------------------------------------------
10235
9808
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
@@ -10372,7 +9945,7 @@ spec:
10372
9945
  command:
10373
9946
  - /opt/app-root/src/run-role.sh
10374
9947
  - suite_certs
10375
- image: quay.io/ibmmas/cli:10.3.2
9948
+ image: quay.io/ibmmas/cli:10.4.1
10376
9949
  imagePullPolicy: $(params.image_pull_policy)
10377
9950
 
10378
9951
  workspaces:
@@ -10439,7 +10012,7 @@ spec:
10439
10012
  command:
10440
10013
  - /opt/app-root/src/run-role.sh
10441
10014
  - suite_config
10442
- image: quay.io/ibmmas/cli:10.3.2
10015
+ image: quay.io/ibmmas/cli:10.4.1
10443
10016
  imagePullPolicy: $(params.image_pull_policy)
10444
10017
  workingDir: /workspace/configs
10445
10018
 
@@ -10510,7 +10083,7 @@ spec:
10510
10083
  command:
10511
10084
  - /opt/app-root/src/run-role.sh
10512
10085
  - suite_db2_setup_for_manage
10513
- image: quay.io/ibmmas/cli:10.3.2
10086
+ image: quay.io/ibmmas/cli:10.4.1
10514
10087
  imagePullPolicy: $(params.image_pull_policy)
10515
10088
  # --------------------------------------------------------------------------------
10516
10089
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
@@ -10700,7 +10273,7 @@ spec:
10700
10273
  command:
10701
10274
  - /opt/app-root/src/run-role.sh
10702
10275
  - suite_dns
10703
- image: quay.io/ibmmas/cli:10.3.2
10276
+ image: quay.io/ibmmas/cli:10.4.1
10704
10277
  imagePullPolicy: $(params.image_pull_policy)
10705
10278
  # --------------------------------------------------------------------------------
10706
10279
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
@@ -10796,6 +10369,25 @@ spec:
10796
10369
  type: string
10797
10370
  description: Required to install development MAS catalogs
10798
10371
 
10372
+ # SSO Configuration
10373
+ - name: idle_timeout
10374
+ type: string
10375
+ default: ''
10376
+ - name: idp_session_timeout
10377
+ type: string
10378
+ default: ''
10379
+ - name: access_token_timeout
10380
+ type: string
10381
+ default: ''
10382
+ - name: refresh_token_timeout
10383
+ type: string
10384
+ default: ''
10385
+ - name: default_idp
10386
+ type: string
10387
+ default: ''
10388
+ - name: seamless_login
10389
+ type: string
10390
+ default: ''
10799
10391
  stepTemplate:
10800
10392
  env:
10801
10393
  - name: DEVOPS_MONGO_URI
@@ -10874,13 +10466,27 @@ spec:
10874
10466
 
10875
10467
  - name: MAS_POD_TEMPLATES_DIR
10876
10468
  value: /workspace/pod-templates
10469
+
10470
+ - name: IDLE_TIMEOUT
10471
+ value: $(params.idle_timeout)
10472
+ - name: IDP_SESSION_TIMEOUT
10473
+ value: $(params.idp_session_timeout)
10474
+ - name: ACCESS_TOKEN_TIMEOUT
10475
+ value: $(params.access_token_timeout)
10476
+ - name: REFRESH_TOKEN_TIMEOUT
10477
+ value: $(params.refresh_token_timeout)
10478
+ - name: DEFAULT_IDP
10479
+ value: $(params.default_idp)
10480
+ - name: SEAMLESS_LOGIN
10481
+ value: $(params.seamless_login)
10482
+
10877
10483
 
10878
10484
  steps:
10879
10485
  - name: suite-install
10880
10486
  command:
10881
10487
  - /opt/app-root/src/run-role.sh
10882
10488
  - suite_install
10883
- image: quay.io/ibmmas/cli:10.3.2
10489
+ image: quay.io/ibmmas/cli:10.4.1
10884
10490
  imagePullPolicy: $(params.image_pull_policy)
10885
10491
  workingDir: /workspace/configs
10886
10492
 
@@ -10968,7 +10574,7 @@ spec:
10968
10574
  command:
10969
10575
  - /opt/app-root/src/run-role.sh
10970
10576
  - suite_rollback
10971
- image: quay.io/ibmmas/cli:10.3.2
10577
+ image: quay.io/ibmmas/cli:10.4.1
10972
10578
  imagePullPolicy: $(params.image_pull_policy)
10973
10579
  # --------------------------------------------------------------------------------
10974
10580
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
@@ -11033,7 +10639,7 @@ spec:
11033
10639
  command:
11034
10640
  - /opt/app-root/src/run-role.sh
11035
10641
  - suite_uninstall
11036
- image: quay.io/ibmmas/cli:10.3.2
10642
+ image: quay.io/ibmmas/cli:10.4.1
11037
10643
  imagePullPolicy: $(params.image_pull_policy)
11038
10644
  # --------------------------------------------------------------------------------
11039
10645
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
@@ -11103,7 +10709,7 @@ spec:
11103
10709
  command:
11104
10710
  - /opt/app-root/src/run-role.sh
11105
10711
  - suite_upgrade
11106
- image: quay.io/ibmmas/cli:10.3.2
10712
+ image: quay.io/ibmmas/cli:10.4.1
11107
10713
  imagePullPolicy: $(params.image_pull_policy)
11108
10714
  # --------------------------------------------------------------------------------
11109
10715
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
@@ -11165,12 +10771,12 @@ spec:
11165
10771
  command:
11166
10772
  - /opt/app-root/src/run-role.sh
11167
10773
  - suite_verify
11168
- image: quay.io/ibmmas/cli:10.3.2
10774
+ image: quay.io/ibmmas/cli:10.4.1
11169
10775
  imagePullPolicy: $(params.image_pull_policy)
11170
10776
 
11171
10777
  # If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
11172
10778
  - name: suite-post-verify
11173
- image: quay.io/ibmmas/cli:10.3.2
10779
+ image: quay.io/ibmmas/cli:10.4.1
11174
10780
  imagePullPolicy: $(params.image_pull_policy)
11175
10781
  command:
11176
10782
  - /opt/app-root/src/wait-for-configmap.sh
@@ -11299,7 +10905,7 @@ spec:
11299
10905
  command:
11300
10906
  - /opt/app-root/src/run-role.sh
11301
10907
  - turbonomic
11302
- image: quay.io/ibmmas/cli:10.3.2
10908
+ image: quay.io/ibmmas/cli:10.4.1
11303
10909
  imagePullPolicy: $(params.image_pull_policy)
11304
10910
  # --------------------------------------------------------------------------------
11305
10911
  # /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
@@ -11380,7 +10986,7 @@ spec:
11380
10986
  # IBM User Data Services (UDS)
11381
10987
  # -------------------------------------------------------------------------
11382
10988
  - name: uds
11383
- image: quay.io/ibmmas/cli:10.3.2
10989
+ image: quay.io/ibmmas/cli:10.4.1
11384
10990
  imagePullPolicy: $(params.image_pull_policy)
11385
10991
  workingDir: /workspace/configs
11386
10992
  command:
@@ -11443,7 +11049,7 @@ spec:
11443
11049
  # IBM Data Reporter Operator (DRO)
11444
11050
  # -------------------------------------------------------------------------
11445
11051
  - name: dro
11446
- image: quay.io/ibmmas/cli:10.3.2
11052
+ image: quay.io/ibmmas/cli:10.4.1
11447
11053
  imagePullPolicy: $(params.image_pull_policy)
11448
11054
  workingDir: /workspace/configs
11449
11055
  command:
@@ -11529,7 +11135,7 @@ spec:
11529
11135
 
11530
11136
  steps:
11531
11137
  - name: update-configmap
11532
- image: quay.io/ibmmas/cli:10.3.2
11138
+ image: quay.io/ibmmas/cli:10.4.1
11533
11139
  command:
11534
11140
  - /opt/app-root/src/update-configmap.sh
11535
11141
  env:
@@ -11591,7 +11197,7 @@ spec:
11591
11197
 
11592
11198
  steps:
11593
11199
  - name: wait-for-configmap
11594
- image: quay.io/ibmmas/cli:10.3.2
11200
+ image: quay.io/ibmmas/cli:10.4.1
11595
11201
  command:
11596
11202
  - /opt/app-root/src/wait-for-configmap.sh
11597
11203
  env:
@@ -11655,7 +11261,7 @@ spec:
11655
11261
 
11656
11262
  steps:
11657
11263
  - name: wait
11658
- image: quay.io/ibmmas/cli:10.3.2
11264
+ image: quay.io/ibmmas/cli:10.4.1
11659
11265
  command:
11660
11266
  - /opt/app-root/src/wait-for-tekton.sh
11661
11267
  env:
@@ -11723,7 +11329,6 @@ spec:
11723
11329
  - name: mas_instance_id
11724
11330
  type: string
11725
11331
  default: ""
11726
-
11727
11332
  - name: mas_workspace_id
11728
11333
  type: string
11729
11334
  default: ""
@@ -18618,7 +18223,6 @@ spec:
18618
18223
  type: string
18619
18224
  default: ""
18620
18225
 
18621
-
18622
18226
  # 2. Installation
18623
18227
  # -------------------------------------------------------------------------
18624
18228
  # Storage Class Selection
@@ -19360,6 +18964,27 @@ spec:
19360
18964
  default: ""
19361
18965
  description: Data Dictionary catalog source
19362
18966
 
18967
+ # SSO Configuration
18968
+ # -----------------------------------------------------------------------------
18969
+ - name: idle_timeout
18970
+ type: string
18971
+ default: ''
18972
+ - name: idp_session_timeout
18973
+ type: string
18974
+ default: ''
18975
+ - name: access_token_timeout
18976
+ type: string
18977
+ default: ''
18978
+ - name: refresh_token_timeout
18979
+ type: string
18980
+ default: ''
18981
+ - name: default_idp
18982
+ type: string
18983
+ default: ''
18984
+ - name: seamless_login
18985
+ type: string
18986
+ default: ''
18987
+
19363
18988
  # MAS Configuration - Superuser Account
19364
18989
  # -----------------------------------------------------------------------------
19365
18990
  - name: mas_superuser_username
@@ -20890,6 +20515,18 @@ spec:
20890
20515
  value: $(params.mas_icr_cpopen)
20891
20516
  - name: ibm_entitlement_key
20892
20517
  value: $(params.ibm_entitlement_key)
20518
+ - name: idle_timeout
20519
+ value: $(params.idle_timeout)
20520
+ - name: idp_session_timeout
20521
+ value: $(params.idp_session_timeout)
20522
+ - name: access_token_timeout
20523
+ value: $(params.access_token_timeout)
20524
+ - name: refresh_token_timeout
20525
+ value: $(params.refresh_token_timeout)
20526
+ - name: default_idp
20527
+ value: $(params.default_idp)
20528
+ - name: seamless_login
20529
+ value: $(params.seamless_login)
20893
20530
  - name: mas_manual_cert_mgmt
20894
20531
  value: $(params.mas_manual_cert_mgmt)
20895
20532
  - name: mas_trust_default_cas
@@ -21812,109 +21449,6 @@ spec:
21812
21449
  # This variable is only available in the finally tasks and can have any one of the values (Succeeded, Failed, Completed, or None)
21813
21450
  value: $(tasks.status)
21814
21451
  # --------------------------------------------------------------------------------
21815
- # /home/runner/work/cli/cli/tekton/target/pipelines/ivt.yaml
21816
- # --------------------------------------------------------------------------------
21817
- ---
21818
- apiVersion: tekton.dev/v1beta1
21819
- kind: Pipeline
21820
- metadata:
21821
- name: mas-ivt
21822
- spec:
21823
- workspaces:
21824
- # The generated configuration files
21825
- - name: shared-configs
21826
- # PodTemplates configurations
21827
- - name: shared-pod-templates
21828
-
21829
- params:
21830
- # Tekton Pipeline image pull policy (for ibmmas/cli images)
21831
- - name: image_pull_policy
21832
- type: string
21833
- default: IfNotPresent
21834
- description: Pull policy for pipeline container images
21835
-
21836
- # MAS Configuration
21837
- - name: mas_app_channel_manage
21838
- type: string
21839
- default: ""
21840
- - name: mas_instance_id
21841
- type: string
21842
- default: ""
21843
- - name: mas_workspace_id
21844
- type: string
21845
- default: ""
21846
- - name: mas_app_channel_monitor
21847
- type: string
21848
- default: ""
21849
-
21850
- # FVT Configuration
21851
- - name: fvt_image_registry
21852
- type: string
21853
- default: ""
21854
- - name: fvt_artifactory_username
21855
- type: string
21856
- default: ""
21857
- - name: fvt_artifactory_token
21858
- type: string
21859
- default: ""
21860
-
21861
- # Image Digests
21862
- - name: fvt_digest_manage
21863
- type: string
21864
- default: ""
21865
- - name: fvt_digest_manage_pytest
21866
- type: string
21867
- default: ""
21868
-
21869
- - name: fvt_digest_ctf
21870
- type: string
21871
- default: ""
21872
-
21873
- tasks:
21874
- # IVT
21875
- # -------------------------------------------------------------------------
21876
- # -------------------------------------------------------------
21877
- # Manage x Monitor - Data Dictionary
21878
- # - Requires in the same pipeline:
21879
- # - fvt-apps/manage.yml.j2
21880
- # - fvt-apps/monitor.yml.j2
21881
- # -------------------------------------------------------------
21882
- - name: ivt-manage-monitor-dd
21883
- params:
21884
- - name: mas_instance_id
21885
- value: $(params.mas_instance_id)
21886
- - name: mas_workspace_id
21887
- value: $(params.mas_workspace_id)
21888
- - name: fvt_image_registry
21889
- value: $(params.fvt_image_registry)
21890
- - name: fvt_image_digest_manage
21891
- value: $(params.fvt_digest_manage)
21892
- - name: fvt_image_digest_monitor
21893
- value: $(params.fvt_digest_ctf)
21894
- - name: product_channel_manage
21895
- value: $(params.mas_app_channel_manage)
21896
- - name: product_channel_monitor
21897
- value: $(params.mas_app_channel_monitor)
21898
- taskRef:
21899
- kind: Task
21900
- name: mas-ivt-manage-monitor-dd
21901
- when:
21902
- - input: "$(params.fvt_digest_ctf)"
21903
- operator: notin
21904
- values: [""]
21905
- - input: "$(params.fvt_digest_manage)"
21906
- operator: notin
21907
- values: [""]
21908
- - input: "$(params.mas_app_channel_monitor)"
21909
- operator: notin
21910
- values: [""]
21911
- - input: "$(params.mas_app_channel_manage)"
21912
- operator: notin
21913
- values: [""]
21914
- workspaces:
21915
- - name: configs
21916
- workspace: shared-configs
21917
- # --------------------------------------------------------------------------------
21918
21452
  # /home/runner/work/cli/cli/tekton/target/pipelines/provision-bootstrap-cluster-after-deprovision.yaml
21919
21453
  # --------------------------------------------------------------------------------
21920
21454
  ---
@@ -23504,7 +23038,6 @@ spec:
23504
23038
  type: string
23505
23039
  default: ""
23506
23040
 
23507
-
23508
23041
  # 2. Upgrade
23509
23042
  # -------------------------------------------------------------------------
23510
23043
  - name: skip_compatibility_check