mas-cli 10.9.2__py3-none-any.whl → 11.0.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.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/install/app.py +8 -1
- mas/cli/install/argBuilder.py +3 -0
- mas/cli/install/argParser.py +10 -1
- mas/cli/templates/ibm-mas-tekton.yaml +238 -129
- mas/cli/update/app.py +1 -0
- mas/cli/update/argParser.py +8 -0
- {mas_cli-10.9.2.dist-info → mas_cli-11.0.1.dist-info}/METADATA +1 -1
- {mas_cli-10.9.2.dist-info → mas_cli-11.0.1.dist-info}/RECORD +13 -13
- {mas_cli-10.9.2.dist-info → mas_cli-11.0.1.dist-info}/WHEEL +1 -1
- {mas_cli-10.9.2.data → mas_cli-11.0.1.data}/scripts/mas-cli +0 -0
- {mas_cli-10.9.2.dist-info → mas_cli-11.0.1.dist-info}/top_level.txt +0 -0
|
@@ -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:
|
|
111
|
+
image: quay.io/ibmmas/cli:11.0.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:
|
|
229
|
+
image: quay.io/ibmmas/cli:11.0.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:
|
|
299
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
300
300
|
imagePullPolicy: $(params.image_pull_policy)
|
|
301
301
|
workingDir: /workspace/configs
|
|
302
302
|
# --------------------------------------------------------------------------------
|
|
@@ -362,7 +362,7 @@ spec:
|
|
|
362
362
|
command:
|
|
363
363
|
- /opt/app-root/src/run-role.sh
|
|
364
364
|
- common_services
|
|
365
|
-
image: quay.io/ibmmas/cli:
|
|
365
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
366
366
|
imagePullPolicy: $(params.image_pull_policy)
|
|
367
367
|
workingDir: /workspace/configs
|
|
368
368
|
# --------------------------------------------------------------------------------
|
|
@@ -423,6 +423,10 @@ spec:
|
|
|
423
423
|
type: string
|
|
424
424
|
description: Name of COS instance in IBM Cloud account
|
|
425
425
|
default: ""
|
|
426
|
+
- name: cos_use_hmac
|
|
427
|
+
type: string
|
|
428
|
+
description: Optional boolean variable weather hmac is enabled or not
|
|
429
|
+
default: ""
|
|
426
430
|
|
|
427
431
|
|
|
428
432
|
stepTemplate:
|
|
@@ -472,12 +476,14 @@ spec:
|
|
|
472
476
|
value: $(params.cos_resourcegroup)
|
|
473
477
|
- name: IBMCLOUD_RESOURCEGROUP
|
|
474
478
|
value: $(params.ibmcloud_resourcegroup)
|
|
479
|
+
- name: COS_USE_HMAC
|
|
480
|
+
value: $(params.cos_use_hmac)
|
|
475
481
|
steps:
|
|
476
482
|
- name: cos
|
|
477
483
|
command:
|
|
478
484
|
- /opt/app-root/src/run-role.sh
|
|
479
485
|
- cos
|
|
480
|
-
image: quay.io/ibmmas/cli:
|
|
486
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
481
487
|
imagePullPolicy: $(params.image_pull_policy)
|
|
482
488
|
workingDir: /workspace/configs
|
|
483
489
|
|
|
@@ -597,7 +603,7 @@ spec:
|
|
|
597
603
|
command:
|
|
598
604
|
- /opt/app-root/src/run-role.sh
|
|
599
605
|
- cp4d_service
|
|
600
|
-
image: quay.io/ibmmas/cli:
|
|
606
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
601
607
|
imagePullPolicy: $(params.image_pull_policy)
|
|
602
608
|
workingDir: /workspace/configs
|
|
603
609
|
# --------------------------------------------------------------------------------
|
|
@@ -714,7 +720,7 @@ spec:
|
|
|
714
720
|
command:
|
|
715
721
|
- /opt/app-root/src/run-role.sh
|
|
716
722
|
- cp4d_service
|
|
717
|
-
image: quay.io/ibmmas/cli:
|
|
723
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
718
724
|
imagePullPolicy: $(params.image_pull_policy)
|
|
719
725
|
workingDir: /workspace/configs
|
|
720
726
|
|
|
@@ -820,7 +826,7 @@ spec:
|
|
|
820
826
|
command:
|
|
821
827
|
- /opt/app-root/src/run-role.sh
|
|
822
828
|
- cp4d
|
|
823
|
-
image: quay.io/ibmmas/cli:
|
|
829
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
824
830
|
imagePullPolicy: $(params.image_pull_policy)
|
|
825
831
|
# --------------------------------------------------------------------------------
|
|
826
832
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1142,7 +1148,7 @@ spec:
|
|
|
1142
1148
|
command:
|
|
1143
1149
|
- /opt/app-root/src/run-role.sh
|
|
1144
1150
|
- db2
|
|
1145
|
-
image: quay.io/ibmmas/cli:
|
|
1151
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
1146
1152
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1147
1153
|
workingDir: /workspace/configs
|
|
1148
1154
|
|
|
@@ -1252,7 +1258,7 @@ spec:
|
|
|
1252
1258
|
command:
|
|
1253
1259
|
- /opt/app-root/src/run-role.sh
|
|
1254
1260
|
- eck
|
|
1255
|
-
image: quay.io/ibmmas/cli:
|
|
1261
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
1256
1262
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1257
1263
|
# --------------------------------------------------------------------------------
|
|
1258
1264
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1341,7 +1347,7 @@ spec:
|
|
|
1341
1347
|
command:
|
|
1342
1348
|
- /opt/app-root/src/run-role.sh
|
|
1343
1349
|
- gencfg_workspace
|
|
1344
|
-
image: quay.io/ibmmas/cli:
|
|
1350
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
1345
1351
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1346
1352
|
workingDir: /workspace/configs
|
|
1347
1353
|
|
|
@@ -1445,7 +1451,7 @@ spec:
|
|
|
1445
1451
|
- -c
|
|
1446
1452
|
name: gitops-bootstrap
|
|
1447
1453
|
imagePullPolicy: IfNotPresent
|
|
1448
|
-
image: quay.io/ibmmas/cli:
|
|
1454
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
1449
1455
|
workspaces:
|
|
1450
1456
|
- name: configs
|
|
1451
1457
|
# --------------------------------------------------------------------------------
|
|
@@ -1522,7 +1528,7 @@ spec:
|
|
|
1522
1528
|
- -c
|
|
1523
1529
|
name: gitops-cis-compliance
|
|
1524
1530
|
imagePullPolicy: IfNotPresent
|
|
1525
|
-
image: quay.io/ibmmas/cli:
|
|
1531
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
1526
1532
|
workspaces:
|
|
1527
1533
|
- name: configs
|
|
1528
1534
|
# --------------------------------------------------------------------------------
|
|
@@ -1706,7 +1712,7 @@ spec:
|
|
|
1706
1712
|
- -c
|
|
1707
1713
|
name: gitops-cluster
|
|
1708
1714
|
imagePullPolicy: Always
|
|
1709
|
-
image: quay.io/ibmmas/cli:
|
|
1715
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
1710
1716
|
workspaces:
|
|
1711
1717
|
- name: configs
|
|
1712
1718
|
# --------------------------------------------------------------------------------
|
|
@@ -1746,6 +1752,8 @@ spec:
|
|
|
1746
1752
|
type: string
|
|
1747
1753
|
- name: ibmcloud_apikey
|
|
1748
1754
|
type: string
|
|
1755
|
+
- name: cos_use_hmac
|
|
1756
|
+
type: string
|
|
1749
1757
|
|
|
1750
1758
|
stepTemplate:
|
|
1751
1759
|
name: gitops-cos
|
|
@@ -1776,17 +1784,19 @@ spec:
|
|
|
1776
1784
|
value: $(params.ibmcloud_resourcegroup)
|
|
1777
1785
|
- name: IBMCLOUD_APIKEY
|
|
1778
1786
|
value: $(params.ibmcloud_apikey)
|
|
1787
|
+
- name: COS_USE_HMAC
|
|
1788
|
+
value: $(params.cos_use_hmac)
|
|
1779
1789
|
steps:
|
|
1780
1790
|
- args:
|
|
1781
1791
|
- |-
|
|
1782
1792
|
git config --global user.name "MAS Automation"
|
|
1783
1793
|
git config --global user.email "you@example.com"
|
|
1784
1794
|
git config --global user.password $GITHUB_PAT
|
|
1785
|
-
|
|
1795
|
+
|
|
1786
1796
|
export MAS_CONFIG_DIR=/workspace/configs/$MAS_INSTANCE_ID-cos
|
|
1787
1797
|
mkdir -p /workspace/configs/$MAS_INSTANCE_ID-cos
|
|
1788
1798
|
mkdir -p /tmp/init-cos
|
|
1789
|
-
|
|
1799
|
+
|
|
1790
1800
|
mas gitops-cos -a $ACCOUNT -c $CLUSTER_NAME \
|
|
1791
1801
|
--dir /tmp/init-cos \
|
|
1792
1802
|
--secrets-path $SECRET_PATH
|
|
@@ -1797,7 +1807,7 @@ spec:
|
|
|
1797
1807
|
- -c
|
|
1798
1808
|
name: gitops-cos
|
|
1799
1809
|
imagePullPolicy: IfNotPresent
|
|
1800
|
-
image: quay.io/ibmmas/cli:
|
|
1810
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
1801
1811
|
workspaces:
|
|
1802
1812
|
- name: configs
|
|
1803
1813
|
# --------------------------------------------------------------------------------
|
|
@@ -1910,7 +1920,7 @@ spec:
|
|
|
1910
1920
|
- -c
|
|
1911
1921
|
name: gitops-cp4d-service
|
|
1912
1922
|
imagePullPolicy: IfNotPresent
|
|
1913
|
-
image: quay.io/ibmmas/cli:
|
|
1923
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
1914
1924
|
workspaces:
|
|
1915
1925
|
- name: configs
|
|
1916
1926
|
- name: shared-gitops-configs
|
|
@@ -2019,7 +2029,7 @@ spec:
|
|
|
2019
2029
|
- -c
|
|
2020
2030
|
name: gitops-cp4d
|
|
2021
2031
|
imagePullPolicy: IfNotPresent
|
|
2022
|
-
image: quay.io/ibmmas/cli:
|
|
2032
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
2023
2033
|
workspaces:
|
|
2024
2034
|
- name: configs
|
|
2025
2035
|
- name: shared-gitops-configs
|
|
@@ -2271,7 +2281,7 @@ spec:
|
|
|
2271
2281
|
- -c
|
|
2272
2282
|
name: gitops-db2u-database
|
|
2273
2283
|
imagePullPolicy: Always
|
|
2274
|
-
image: quay.io/ibmmas/cli:
|
|
2284
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
2275
2285
|
workspaces:
|
|
2276
2286
|
- name: configs
|
|
2277
2287
|
- name: shared-gitops-configs
|
|
@@ -2364,7 +2374,7 @@ spec:
|
|
|
2364
2374
|
- -c
|
|
2365
2375
|
name: gitops-db2u
|
|
2366
2376
|
imagePullPolicy: IfNotPresent
|
|
2367
|
-
image: quay.io/ibmmas/cli:
|
|
2377
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
2368
2378
|
workspaces:
|
|
2369
2379
|
- name: configs
|
|
2370
2380
|
# --------------------------------------------------------------------------------
|
|
@@ -2491,7 +2501,7 @@ spec:
|
|
|
2491
2501
|
- -c
|
|
2492
2502
|
name: gitops-delete-jdbc-config
|
|
2493
2503
|
imagePullPolicy: IfNotPresent
|
|
2494
|
-
image: quay.io/ibmmas/cli:
|
|
2504
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
2495
2505
|
workspaces:
|
|
2496
2506
|
- name: configs
|
|
2497
2507
|
# --------------------------------------------------------------------------------
|
|
@@ -2589,7 +2599,7 @@ spec:
|
|
|
2589
2599
|
- -c
|
|
2590
2600
|
name: gitops-delete-kafka-config
|
|
2591
2601
|
imagePullPolicy: Always
|
|
2592
|
-
image: quay.io/ibmmas/cli:
|
|
2602
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
2593
2603
|
workspaces:
|
|
2594
2604
|
- name: configs
|
|
2595
2605
|
|
|
@@ -2681,7 +2691,7 @@ spec:
|
|
|
2681
2691
|
- -c
|
|
2682
2692
|
name: gitops-deprovision-app-config
|
|
2683
2693
|
imagePullPolicy: IfNotPresent
|
|
2684
|
-
image: quay.io/ibmmas/cli:
|
|
2694
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
2685
2695
|
workspaces:
|
|
2686
2696
|
- name: configs
|
|
2687
2697
|
# --------------------------------------------------------------------------------
|
|
@@ -2766,7 +2776,7 @@ spec:
|
|
|
2766
2776
|
- -c
|
|
2767
2777
|
name: gitops-deprovision-app-install
|
|
2768
2778
|
imagePullPolicy: IfNotPresent
|
|
2769
|
-
image: quay.io/ibmmas/cli:
|
|
2779
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
2770
2780
|
workspaces:
|
|
2771
2781
|
- name: configs
|
|
2772
2782
|
# --------------------------------------------------------------------------------
|
|
@@ -2851,7 +2861,7 @@ spec:
|
|
|
2851
2861
|
- -c
|
|
2852
2862
|
name: gitops-deprovision-cluster
|
|
2853
2863
|
imagePullPolicy: IfNotPresent
|
|
2854
|
-
image: quay.io/ibmmas/cli:
|
|
2864
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
2855
2865
|
workspaces:
|
|
2856
2866
|
- name: configs
|
|
2857
2867
|
# --------------------------------------------------------------------------------
|
|
@@ -2896,6 +2906,8 @@ spec:
|
|
|
2896
2906
|
type: string
|
|
2897
2907
|
- name: ibmcloud_apikey
|
|
2898
2908
|
type: string
|
|
2909
|
+
- name: cos_use_hmac
|
|
2910
|
+
type: string
|
|
2899
2911
|
|
|
2900
2912
|
stepTemplate:
|
|
2901
2913
|
name: gitops-deprovision-cos
|
|
@@ -2934,6 +2946,8 @@ spec:
|
|
|
2934
2946
|
value: $(params.ibmcloud_resourcegroup)
|
|
2935
2947
|
- name: IBMCLOUD_APIKEY
|
|
2936
2948
|
value: $(params.ibmcloud_apikey)
|
|
2949
|
+
- name: COS_USE_HMAC
|
|
2950
|
+
value: $(params.cos_use_hmac)
|
|
2937
2951
|
steps:
|
|
2938
2952
|
- args:
|
|
2939
2953
|
- |-
|
|
@@ -2958,7 +2972,7 @@ spec:
|
|
|
2958
2972
|
- -c
|
|
2959
2973
|
name: gitops-deprovision-cos
|
|
2960
2974
|
imagePullPolicy: IfNotPresent
|
|
2961
|
-
image: quay.io/ibmmas/cli:
|
|
2975
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
2962
2976
|
workspaces:
|
|
2963
2977
|
- name: configs
|
|
2964
2978
|
# --------------------------------------------------------------------------------
|
|
@@ -3046,7 +3060,7 @@ spec:
|
|
|
3046
3060
|
- -c
|
|
3047
3061
|
name: gitops-deprovision-db2u-database
|
|
3048
3062
|
imagePullPolicy: IfNotPresent
|
|
3049
|
-
image: quay.io/ibmmas/cli:
|
|
3063
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
3050
3064
|
workspaces:
|
|
3051
3065
|
- name: configs
|
|
3052
3066
|
|
|
@@ -3129,7 +3143,7 @@ spec:
|
|
|
3129
3143
|
- -c
|
|
3130
3144
|
name: gitops-deprovision-db2u
|
|
3131
3145
|
imagePullPolicy: IfNotPresent
|
|
3132
|
-
image: quay.io/ibmmas/cli:
|
|
3146
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
3133
3147
|
workspaces:
|
|
3134
3148
|
- name: configs
|
|
3135
3149
|
|
|
@@ -3205,7 +3219,7 @@ spec:
|
|
|
3205
3219
|
- -c
|
|
3206
3220
|
name: gitops-deprovision-efs
|
|
3207
3221
|
imagePullPolicy: IfNotPresent
|
|
3208
|
-
image: quay.io/ibmmas/cli:
|
|
3222
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
3209
3223
|
workspaces:
|
|
3210
3224
|
- name: configs
|
|
3211
3225
|
|
|
@@ -3314,7 +3328,7 @@ spec:
|
|
|
3314
3328
|
- -c
|
|
3315
3329
|
name: gitops-deprovision-kafka
|
|
3316
3330
|
imagePullPolicy: IfNotPresent
|
|
3317
|
-
image: quay.io/ibmmas/cli:
|
|
3331
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
3318
3332
|
workspaces:
|
|
3319
3333
|
- name: configs
|
|
3320
3334
|
# --------------------------------------------------------------------------------
|
|
@@ -3416,7 +3430,7 @@ spec:
|
|
|
3416
3430
|
- -c
|
|
3417
3431
|
name: gitops-deprovision-mongo
|
|
3418
3432
|
imagePullPolicy: IfNotPresent
|
|
3419
|
-
image: quay.io/ibmmas/cli:
|
|
3433
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
3420
3434
|
workspaces:
|
|
3421
3435
|
- name: configs
|
|
3422
3436
|
|
|
@@ -3473,7 +3487,7 @@ spec:
|
|
|
3473
3487
|
- -c
|
|
3474
3488
|
name: gitops-deprovision-rosa
|
|
3475
3489
|
imagePullPolicy: IfNotPresent
|
|
3476
|
-
image: quay.io/ibmmas/cli:
|
|
3490
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
3477
3491
|
workspaces:
|
|
3478
3492
|
- name: configs
|
|
3479
3493
|
# --------------------------------------------------------------------------------
|
|
@@ -3678,7 +3692,7 @@ spec:
|
|
|
3678
3692
|
- -c
|
|
3679
3693
|
name: gitops-deprovision-suite-config
|
|
3680
3694
|
imagePullPolicy: IfNotPresent
|
|
3681
|
-
image: quay.io/ibmmas/cli:
|
|
3695
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
3682
3696
|
workspaces:
|
|
3683
3697
|
- name: configs
|
|
3684
3698
|
|
|
@@ -3776,7 +3790,7 @@ spec:
|
|
|
3776
3790
|
- -c
|
|
3777
3791
|
name: gitops-deprovision-suite-idp-config
|
|
3778
3792
|
imagePullPolicy: IfNotPresent
|
|
3779
|
-
image: quay.io/ibmmas/cli:
|
|
3793
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
3780
3794
|
workspaces:
|
|
3781
3795
|
- name: configs
|
|
3782
3796
|
# --------------------------------------------------------------------------------
|
|
@@ -3868,7 +3882,7 @@ spec:
|
|
|
3868
3882
|
- -c
|
|
3869
3883
|
name: gitops-deprovision-suite-objectstorage-config
|
|
3870
3884
|
imagePullPolicy: IfNotPresent
|
|
3871
|
-
image: quay.io/ibmmas/cli:
|
|
3885
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
3872
3886
|
workspaces:
|
|
3873
3887
|
- name: configs
|
|
3874
3888
|
# --------------------------------------------------------------------------------
|
|
@@ -3960,7 +3974,7 @@ spec:
|
|
|
3960
3974
|
- -c
|
|
3961
3975
|
name: gitops-deprovision-suite-smtp-config
|
|
3962
3976
|
imagePullPolicy: IfNotPresent
|
|
3963
|
-
image: quay.io/ibmmas/cli:
|
|
3977
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
3964
3978
|
workspaces:
|
|
3965
3979
|
- name: configs
|
|
3966
3980
|
# --------------------------------------------------------------------------------
|
|
@@ -4053,7 +4067,7 @@ spec:
|
|
|
4053
4067
|
- -c
|
|
4054
4068
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4055
4069
|
imagePullPolicy: IfNotPresent
|
|
4056
|
-
image: quay.io/ibmmas/cli:
|
|
4070
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
4057
4071
|
workspaces:
|
|
4058
4072
|
- name: configs
|
|
4059
4073
|
# --------------------------------------------------------------------------------
|
|
@@ -4144,7 +4158,7 @@ spec:
|
|
|
4144
4158
|
- -c
|
|
4145
4159
|
name: gitops-deprovision-suite-workspace
|
|
4146
4160
|
imagePullPolicy: Always
|
|
4147
|
-
image: quay.io/ibmmas/cli:
|
|
4161
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
4148
4162
|
workspaces:
|
|
4149
4163
|
- name: configs
|
|
4150
4164
|
# --------------------------------------------------------------------------------
|
|
@@ -4237,7 +4251,7 @@ spec:
|
|
|
4237
4251
|
- -c
|
|
4238
4252
|
name: gitops-deprovision-suite
|
|
4239
4253
|
imagePullPolicy: IfNotPresent
|
|
4240
|
-
image: quay.io/ibmmas/cli:
|
|
4254
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
4241
4255
|
workspaces:
|
|
4242
4256
|
- name: configs
|
|
4243
4257
|
|
|
@@ -4340,7 +4354,7 @@ spec:
|
|
|
4340
4354
|
- -c
|
|
4341
4355
|
name: gitops-dro
|
|
4342
4356
|
imagePullPolicy: IfNotPresent
|
|
4343
|
-
image: quay.io/ibmmas/cli:
|
|
4357
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
4344
4358
|
workspaces:
|
|
4345
4359
|
- name: configs
|
|
4346
4360
|
# --------------------------------------------------------------------------------
|
|
@@ -4422,7 +4436,7 @@ spec:
|
|
|
4422
4436
|
- -c
|
|
4423
4437
|
name: gitops-efs
|
|
4424
4438
|
imagePullPolicy: IfNotPresent
|
|
4425
|
-
image: quay.io/ibmmas/cli:
|
|
4439
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
4426
4440
|
workspaces:
|
|
4427
4441
|
- name: configs
|
|
4428
4442
|
|
|
@@ -4557,7 +4571,7 @@ spec:
|
|
|
4557
4571
|
- -c
|
|
4558
4572
|
name: gitops-jdbc-config
|
|
4559
4573
|
imagePullPolicy: Always
|
|
4560
|
-
image: quay.io/ibmmas/cli:
|
|
4574
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
4561
4575
|
workspaces:
|
|
4562
4576
|
- name: configs
|
|
4563
4577
|
- name: shared-gitops-configs
|
|
@@ -4653,7 +4667,7 @@ spec:
|
|
|
4653
4667
|
- -c
|
|
4654
4668
|
name: gitops-kafka-config
|
|
4655
4669
|
imagePullPolicy: Always
|
|
4656
|
-
image: quay.io/ibmmas/cli:
|
|
4670
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
4657
4671
|
workspaces:
|
|
4658
4672
|
- name: configs
|
|
4659
4673
|
|
|
@@ -4774,7 +4788,7 @@ spec:
|
|
|
4774
4788
|
- -c
|
|
4775
4789
|
name: gitops-kafka
|
|
4776
4790
|
imagePullPolicy: IfNotPresent
|
|
4777
|
-
image: quay.io/ibmmas/cli:
|
|
4791
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
4778
4792
|
workspaces:
|
|
4779
4793
|
- name: configs
|
|
4780
4794
|
# --------------------------------------------------------------------------------
|
|
@@ -4825,7 +4839,7 @@ spec:
|
|
|
4825
4839
|
- -c
|
|
4826
4840
|
name: gitops-license
|
|
4827
4841
|
imagePullPolicy: Always
|
|
4828
|
-
image: quay.io/ibmmas/cli:
|
|
4842
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
4829
4843
|
workspaces:
|
|
4830
4844
|
- name: shared-entitlement
|
|
4831
4845
|
|
|
@@ -5282,7 +5296,7 @@ spec:
|
|
|
5282
5296
|
- -c
|
|
5283
5297
|
name: gitops-mas-fvt-preparer
|
|
5284
5298
|
imagePullPolicy: Always
|
|
5285
|
-
image: quay.io/ibmmas/cli:
|
|
5299
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
5286
5300
|
workspaces:
|
|
5287
5301
|
- name: configs
|
|
5288
5302
|
- name: shared-additional-configs
|
|
@@ -5686,7 +5700,7 @@ spec:
|
|
|
5686
5700
|
- -c
|
|
5687
5701
|
name: gitops-mas-initiator
|
|
5688
5702
|
imagePullPolicy: IfNotPresent
|
|
5689
|
-
image: quay.io/ibmmas/cli:
|
|
5703
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
5690
5704
|
workspaces:
|
|
5691
5705
|
- name: configs
|
|
5692
5706
|
# --------------------------------------------------------------------------------
|
|
@@ -5793,7 +5807,7 @@ spec:
|
|
|
5793
5807
|
- -c
|
|
5794
5808
|
name: gitops-mongo
|
|
5795
5809
|
imagePullPolicy: IfNotPresent
|
|
5796
|
-
image: quay.io/ibmmas/cli:
|
|
5810
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
5797
5811
|
workspaces:
|
|
5798
5812
|
- name: configs
|
|
5799
5813
|
|
|
@@ -5905,7 +5919,7 @@ spec:
|
|
|
5905
5919
|
- -c
|
|
5906
5920
|
name: gitops-nvidia-gpu
|
|
5907
5921
|
imagePullPolicy: IfNotPresent
|
|
5908
|
-
image: quay.io/ibmmas/cli:
|
|
5922
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
5909
5923
|
workspaces:
|
|
5910
5924
|
- name: configs
|
|
5911
5925
|
# --------------------------------------------------------------------------------
|
|
@@ -6022,7 +6036,7 @@ spec:
|
|
|
6022
6036
|
- -c
|
|
6023
6037
|
name: gitops-process-mongo-user
|
|
6024
6038
|
imagePullPolicy: IfNotPresent
|
|
6025
|
-
image: quay.io/ibmmas/cli:
|
|
6039
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
6026
6040
|
workspaces:
|
|
6027
6041
|
- name: configs
|
|
6028
6042
|
# --------------------------------------------------------------------------------
|
|
@@ -6078,7 +6092,7 @@ spec:
|
|
|
6078
6092
|
- -c
|
|
6079
6093
|
name: gitops-rosa
|
|
6080
6094
|
imagePullPolicy: IfNotPresent
|
|
6081
|
-
image: quay.io/ibmmas/cli:
|
|
6095
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
6082
6096
|
workspaces:
|
|
6083
6097
|
- name: configs
|
|
6084
6098
|
# --------------------------------------------------------------------------------
|
|
@@ -6107,6 +6121,9 @@ spec:
|
|
|
6107
6121
|
- name: mas_app_server_bundles_combined_add_server_config_yaml
|
|
6108
6122
|
type: string
|
|
6109
6123
|
default: ""
|
|
6124
|
+
- name: mas_app_global_secrets_yaml_manage
|
|
6125
|
+
type: string
|
|
6126
|
+
default: ""
|
|
6110
6127
|
- name: default_file_storage_class
|
|
6111
6128
|
type: string
|
|
6112
6129
|
default: ""
|
|
@@ -6176,6 +6193,8 @@ spec:
|
|
|
6176
6193
|
value: $(params.mas_appws_spec_yaml)
|
|
6177
6194
|
- name: MAS_APP_SERVER_BUNDLES_COMBINED_ADD_SERVER_CONFIG_YAML
|
|
6178
6195
|
value: $(params.mas_app_server_bundles_combined_add_server_config_yaml)
|
|
6196
|
+
- name: MAS_APP_GLOBAL_SECRETS_YAML
|
|
6197
|
+
value: $(params.mas_app_global_secrets_yaml_manage)
|
|
6179
6198
|
- name: DEFAULT_FILE_STORAGE_CLASS
|
|
6180
6199
|
value: $(params.default_file_storage_class)
|
|
6181
6200
|
- name: CPD_WSL_PROJECT_ID
|
|
@@ -6250,7 +6269,7 @@ spec:
|
|
|
6250
6269
|
- -c
|
|
6251
6270
|
name: gitops-suite-app-config
|
|
6252
6271
|
imagePullPolicy: IfNotPresent
|
|
6253
|
-
image: quay.io/ibmmas/cli:
|
|
6272
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
6254
6273
|
workspaces:
|
|
6255
6274
|
- name: configs
|
|
6256
6275
|
- name: shared-gitops-configs
|
|
@@ -6403,7 +6422,7 @@ spec:
|
|
|
6403
6422
|
- -c
|
|
6404
6423
|
name: gitops-suite-app-install
|
|
6405
6424
|
imagePullPolicy: Always
|
|
6406
|
-
image: quay.io/ibmmas/cli:
|
|
6425
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
6407
6426
|
workspaces:
|
|
6408
6427
|
- name: configs
|
|
6409
6428
|
- name: shared-gitops-configs
|
|
@@ -6509,7 +6528,7 @@ spec:
|
|
|
6509
6528
|
- -c
|
|
6510
6529
|
name: gitops-suite-certs
|
|
6511
6530
|
imagePullPolicy: IfNotPresent
|
|
6512
|
-
image: quay.io/ibmmas/cli:
|
|
6531
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
6513
6532
|
workspaces:
|
|
6514
6533
|
- name: configs
|
|
6515
6534
|
- name: certificates
|
|
@@ -6669,7 +6688,7 @@ spec:
|
|
|
6669
6688
|
- -c
|
|
6670
6689
|
name: gitops-suite-config
|
|
6671
6690
|
imagePullPolicy: IfNotPresent
|
|
6672
|
-
image: quay.io/ibmmas/cli:
|
|
6691
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
6673
6692
|
workspaces:
|
|
6674
6693
|
- name: configs
|
|
6675
6694
|
- name: shared-additional-configs
|
|
@@ -6769,7 +6788,7 @@ spec:
|
|
|
6769
6788
|
- -c
|
|
6770
6789
|
name: gitops-suite-dns
|
|
6771
6790
|
imagePullPolicy: IfNotPresent
|
|
6772
|
-
image: quay.io/ibmmas/cli:
|
|
6791
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
6773
6792
|
workspaces:
|
|
6774
6793
|
- name: configs
|
|
6775
6794
|
|
|
@@ -6893,7 +6912,7 @@ spec:
|
|
|
6893
6912
|
- -c
|
|
6894
6913
|
name: gitops-suite-idp-config
|
|
6895
6914
|
imagePullPolicy: IfNotPresent
|
|
6896
|
-
image: quay.io/ibmmas/cli:
|
|
6915
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
6897
6916
|
workspaces:
|
|
6898
6917
|
- name: configs
|
|
6899
6918
|
- name: shared-additional-configs
|
|
@@ -6994,7 +7013,7 @@ spec:
|
|
|
6994
7013
|
- -c
|
|
6995
7014
|
name: gitops-suite-objectstorage-config
|
|
6996
7015
|
imagePullPolicy: IfNotPresent
|
|
6997
|
-
image: quay.io/ibmmas/cli:
|
|
7016
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
6998
7017
|
workspaces:
|
|
6999
7018
|
- name: configs
|
|
7000
7019
|
- name: shared-gitops-configs
|
|
@@ -7138,7 +7157,7 @@ spec:
|
|
|
7138
7157
|
- -c
|
|
7139
7158
|
name: gitops-suite-smtp-config
|
|
7140
7159
|
imagePullPolicy: IfNotPresent
|
|
7141
|
-
image: quay.io/ibmmas/cli:
|
|
7160
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
7142
7161
|
workspaces:
|
|
7143
7162
|
- name: configs
|
|
7144
7163
|
|
|
@@ -7247,7 +7266,7 @@ spec:
|
|
|
7247
7266
|
- -c
|
|
7248
7267
|
name: gitops-suite-watson-studio-config
|
|
7249
7268
|
imagePullPolicy: IfNotPresent
|
|
7250
|
-
image: quay.io/ibmmas/cli:
|
|
7269
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
7251
7270
|
workspaces:
|
|
7252
7271
|
- name: configs
|
|
7253
7272
|
- name: shared-gitops-configs
|
|
@@ -7344,7 +7363,7 @@ spec:
|
|
|
7344
7363
|
- -c
|
|
7345
7364
|
name: gitops-suite-workspace
|
|
7346
7365
|
imagePullPolicy: IfNotPresent
|
|
7347
|
-
image: quay.io/ibmmas/cli:
|
|
7366
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
7348
7367
|
workspaces:
|
|
7349
7368
|
- name: configs
|
|
7350
7369
|
# --------------------------------------------------------------------------------
|
|
@@ -7614,7 +7633,7 @@ spec:
|
|
|
7614
7633
|
- -c
|
|
7615
7634
|
name: gitops-suite
|
|
7616
7635
|
imagePullPolicy: IfNotPresent
|
|
7617
|
-
image: quay.io/ibmmas/cli:
|
|
7636
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
7618
7637
|
workspaces:
|
|
7619
7638
|
- name: configs
|
|
7620
7639
|
- name: shared-gitops-configs
|
|
@@ -7664,7 +7683,7 @@ spec:
|
|
|
7664
7683
|
|
|
7665
7684
|
steps:
|
|
7666
7685
|
- name: grafana
|
|
7667
|
-
image: quay.io/ibmmas/cli:
|
|
7686
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
7668
7687
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7669
7688
|
command:
|
|
7670
7689
|
- /opt/app-root/src/run-role.sh
|
|
@@ -7798,7 +7817,7 @@ spec:
|
|
|
7798
7817
|
command:
|
|
7799
7818
|
- /opt/app-root/src/run-role.sh
|
|
7800
7819
|
- ibm_catalogs
|
|
7801
|
-
image: quay.io/ibmmas/cli:
|
|
7820
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
7802
7821
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7803
7822
|
workingDir: /workspace/configs
|
|
7804
7823
|
# --------------------------------------------------------------------------------
|
|
@@ -8040,7 +8059,7 @@ spec:
|
|
|
8040
8059
|
command:
|
|
8041
8060
|
- /opt/app-root/src/run-role.sh
|
|
8042
8061
|
- kafka
|
|
8043
|
-
image: quay.io/ibmmas/cli:
|
|
8062
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8044
8063
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8045
8064
|
workingDir: /workspace/configs
|
|
8046
8065
|
|
|
@@ -8116,6 +8135,10 @@ spec:
|
|
|
8116
8135
|
type: string
|
|
8117
8136
|
description: Approves the MongoDb upgrade to version 6 if needed
|
|
8118
8137
|
default: ""
|
|
8138
|
+
- name: mongodb_v7_upgrade
|
|
8139
|
+
type: string
|
|
8140
|
+
description: Approves the MongoDb upgrade to version 7 if needed
|
|
8141
|
+
default: ""
|
|
8119
8142
|
|
|
8120
8143
|
# Dependencies - IBM Cloud MongoDb
|
|
8121
8144
|
# -------------------------------------------------------------------------
|
|
@@ -8197,6 +8220,8 @@ spec:
|
|
|
8197
8220
|
value: $(params.mongodb_v5_upgrade)
|
|
8198
8221
|
- name: MONGODB_V6_UPGRADE
|
|
8199
8222
|
value: $(params.mongodb_v6_upgrade)
|
|
8223
|
+
- name: MONGODB_V7_UPGRADE
|
|
8224
|
+
value: $(params.mongodb_v7_upgrade)
|
|
8200
8225
|
|
|
8201
8226
|
# Dependencies - IBM Cloud MongoDb
|
|
8202
8227
|
- name: IBM_MONGO_NAME
|
|
@@ -8217,7 +8242,7 @@ spec:
|
|
|
8217
8242
|
command:
|
|
8218
8243
|
- /opt/app-root/src/run-role.sh
|
|
8219
8244
|
- mongodb
|
|
8220
|
-
image: quay.io/ibmmas/cli:
|
|
8245
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8221
8246
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8222
8247
|
workingDir: /workspace/configs
|
|
8223
8248
|
|
|
@@ -8260,7 +8285,7 @@ spec:
|
|
|
8260
8285
|
- $(params.base_output_dir)
|
|
8261
8286
|
- --extra-namespaces
|
|
8262
8287
|
- selenium
|
|
8263
|
-
image: quay.io/ibmmas/cli:
|
|
8288
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8264
8289
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8265
8290
|
env:
|
|
8266
8291
|
- name: DEVOPS_MONGO_URI
|
|
@@ -8377,7 +8402,7 @@ spec:
|
|
|
8377
8402
|
command:
|
|
8378
8403
|
- /opt/app-root/src/run-role.sh
|
|
8379
8404
|
- nvidia_gpu
|
|
8380
|
-
image: quay.io/ibmmas/cli:
|
|
8405
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8381
8406
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8382
8407
|
workingDir: /workspace/configs
|
|
8383
8408
|
|
|
@@ -8413,7 +8438,7 @@ spec:
|
|
|
8413
8438
|
# Verify Cluster
|
|
8414
8439
|
# -------------------------------------------------------------------------
|
|
8415
8440
|
- name: ocp-verify-cluster
|
|
8416
|
-
image: quay.io/ibmmas/cli:
|
|
8441
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8417
8442
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8418
8443
|
command:
|
|
8419
8444
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8455,7 +8480,7 @@ spec:
|
|
|
8455
8480
|
# Verify Catalogs
|
|
8456
8481
|
# -------------------------------------------------------------------------
|
|
8457
8482
|
- name: ocp-verify-catalogs
|
|
8458
|
-
image: quay.io/ibmmas/cli:
|
|
8483
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8459
8484
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8460
8485
|
command:
|
|
8461
8486
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8497,7 +8522,7 @@ spec:
|
|
|
8497
8522
|
# Verify Subscriptions
|
|
8498
8523
|
# -------------------------------------------------------------------------
|
|
8499
8524
|
- name: ocp-verify-subscriptions
|
|
8500
|
-
image: quay.io/ibmmas/cli:
|
|
8525
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8501
8526
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8502
8527
|
command:
|
|
8503
8528
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8539,7 +8564,7 @@ spec:
|
|
|
8539
8564
|
# Verify Workloads
|
|
8540
8565
|
# -------------------------------------------------------------------------
|
|
8541
8566
|
- name: ocp-verify-workloads
|
|
8542
|
-
image: quay.io/ibmmas/cli:
|
|
8567
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8543
8568
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8544
8569
|
command:
|
|
8545
8570
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8581,7 +8606,7 @@ spec:
|
|
|
8581
8606
|
# Verify Catalogs - Ingress TLS
|
|
8582
8607
|
# -------------------------------------------------------------------------
|
|
8583
8608
|
- name: ocp-verify-ingress
|
|
8584
|
-
image: quay.io/ibmmas/cli:
|
|
8609
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8585
8610
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8586
8611
|
command:
|
|
8587
8612
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8707,7 +8732,7 @@ spec:
|
|
|
8707
8732
|
command:
|
|
8708
8733
|
- /opt/app-root/src/run-role.sh
|
|
8709
8734
|
- ocp_verify
|
|
8710
|
-
image: quay.io/ibmmas/cli:
|
|
8735
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8711
8736
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8712
8737
|
workingDir: /workspace/configs
|
|
8713
8738
|
# --------------------------------------------------------------------------------
|
|
@@ -8775,7 +8800,7 @@ spec:
|
|
|
8775
8800
|
command:
|
|
8776
8801
|
- /opt/app-root/src/run-role.sh
|
|
8777
8802
|
- ocs
|
|
8778
|
-
image: quay.io/ibmmas/cli:
|
|
8803
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8779
8804
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8780
8805
|
workingDir: /workspace/configs
|
|
8781
8806
|
|
|
@@ -8956,7 +8981,7 @@ spec:
|
|
|
8956
8981
|
command:
|
|
8957
8982
|
- /opt/app-root/src/run-role.sh
|
|
8958
8983
|
- sls
|
|
8959
|
-
image: quay.io/ibmmas/cli:
|
|
8984
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
8960
8985
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8961
8986
|
workingDir: /workspace/configs
|
|
8962
8987
|
|
|
@@ -9331,12 +9356,12 @@ spec:
|
|
|
9331
9356
|
command:
|
|
9332
9357
|
- /opt/app-root/src/run-role.sh
|
|
9333
9358
|
- suite_app_config
|
|
9334
|
-
image: quay.io/ibmmas/cli:
|
|
9359
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
9335
9360
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9336
9361
|
|
|
9337
9362
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
9338
9363
|
- name: app-cfg-post-verify
|
|
9339
|
-
image: quay.io/ibmmas/cli:
|
|
9364
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
9340
9365
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9341
9366
|
command:
|
|
9342
9367
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -9537,7 +9562,7 @@ spec:
|
|
|
9537
9562
|
command:
|
|
9538
9563
|
- /opt/app-root/src/run-role.sh
|
|
9539
9564
|
- suite_app_install
|
|
9540
|
-
image: quay.io/ibmmas/cli:
|
|
9565
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
9541
9566
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9542
9567
|
|
|
9543
9568
|
workspaces:
|
|
@@ -9626,7 +9651,7 @@ spec:
|
|
|
9626
9651
|
command:
|
|
9627
9652
|
- /opt/app-root/src/run-role.sh
|
|
9628
9653
|
- suite_app_rollback
|
|
9629
|
-
image: quay.io/ibmmas/cli:
|
|
9654
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
9630
9655
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9631
9656
|
# --------------------------------------------------------------------------------
|
|
9632
9657
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -9689,7 +9714,7 @@ spec:
|
|
|
9689
9714
|
command:
|
|
9690
9715
|
- /opt/app-root/src/run-role.sh
|
|
9691
9716
|
- suite_app_uninstall
|
|
9692
|
-
image: quay.io/ibmmas/cli:
|
|
9717
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
9693
9718
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9694
9719
|
# --------------------------------------------------------------------------------
|
|
9695
9720
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -9764,7 +9789,7 @@ spec:
|
|
|
9764
9789
|
command:
|
|
9765
9790
|
- /opt/app-root/src/run-role.sh
|
|
9766
9791
|
- suite_app_upgrade
|
|
9767
|
-
image: quay.io/ibmmas/cli:
|
|
9792
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
9768
9793
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9769
9794
|
# --------------------------------------------------------------------------------
|
|
9770
9795
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -9865,7 +9890,7 @@ spec:
|
|
|
9865
9890
|
command:
|
|
9866
9891
|
- /opt/app-root/src/run-role.sh
|
|
9867
9892
|
- suite_app_verify
|
|
9868
|
-
image: quay.io/ibmmas/cli:
|
|
9893
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
9869
9894
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9870
9895
|
# --------------------------------------------------------------------------------
|
|
9871
9896
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -10008,7 +10033,7 @@ spec:
|
|
|
10008
10033
|
command:
|
|
10009
10034
|
- /opt/app-root/src/run-role.sh
|
|
10010
10035
|
- suite_certs
|
|
10011
|
-
image: quay.io/ibmmas/cli:
|
|
10036
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
10012
10037
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10013
10038
|
|
|
10014
10039
|
workspaces:
|
|
@@ -10075,7 +10100,7 @@ spec:
|
|
|
10075
10100
|
command:
|
|
10076
10101
|
- /opt/app-root/src/run-role.sh
|
|
10077
10102
|
- suite_config
|
|
10078
|
-
image: quay.io/ibmmas/cli:
|
|
10103
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
10079
10104
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10080
10105
|
workingDir: /workspace/configs
|
|
10081
10106
|
|
|
@@ -10146,7 +10171,7 @@ spec:
|
|
|
10146
10171
|
command:
|
|
10147
10172
|
- /opt/app-root/src/run-role.sh
|
|
10148
10173
|
- suite_db2_setup_for_manage
|
|
10149
|
-
image: quay.io/ibmmas/cli:
|
|
10174
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
10150
10175
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10151
10176
|
# --------------------------------------------------------------------------------
|
|
10152
10177
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -10336,7 +10361,7 @@ spec:
|
|
|
10336
10361
|
command:
|
|
10337
10362
|
- /opt/app-root/src/run-role.sh
|
|
10338
10363
|
- suite_dns
|
|
10339
|
-
image: quay.io/ibmmas/cli:
|
|
10364
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
10340
10365
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10341
10366
|
# --------------------------------------------------------------------------------
|
|
10342
10367
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -10435,6 +10460,10 @@ spec:
|
|
|
10435
10460
|
type: string
|
|
10436
10461
|
description: Required to install development MAS catalogs
|
|
10437
10462
|
|
|
10463
|
+
# Special characters configuration
|
|
10464
|
+
- name: mas_special_characters
|
|
10465
|
+
type: string
|
|
10466
|
+
default: ''
|
|
10438
10467
|
# SSO Configuration
|
|
10439
10468
|
- name: idle_timeout
|
|
10440
10469
|
type: string
|
|
@@ -10562,7 +10591,8 @@ spec:
|
|
|
10562
10591
|
value: $(params.default_idp)
|
|
10563
10592
|
- name: SEAMLESS_LOGIN
|
|
10564
10593
|
value: $(params.seamless_login)
|
|
10565
|
-
|
|
10594
|
+
- name: MAS_SPECIAL_CHARACTERS
|
|
10595
|
+
value: $(params.mas_special_characters)
|
|
10566
10596
|
- name: SSO_COOKIE_NAME
|
|
10567
10597
|
value: $(params.sso_cookie_name)
|
|
10568
10598
|
- name: ALLOW_DEFAULT_SSO_COOKIE_NAME
|
|
@@ -10580,7 +10610,7 @@ spec:
|
|
|
10580
10610
|
command:
|
|
10581
10611
|
- /opt/app-root/src/run-role.sh
|
|
10582
10612
|
- suite_install
|
|
10583
|
-
image: quay.io/ibmmas/cli:
|
|
10613
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
10584
10614
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10585
10615
|
workingDir: /workspace/configs
|
|
10586
10616
|
|
|
@@ -10668,7 +10698,7 @@ spec:
|
|
|
10668
10698
|
command:
|
|
10669
10699
|
- /opt/app-root/src/run-role.sh
|
|
10670
10700
|
- suite_rollback
|
|
10671
|
-
image: quay.io/ibmmas/cli:
|
|
10701
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
10672
10702
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10673
10703
|
# --------------------------------------------------------------------------------
|
|
10674
10704
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -10733,7 +10763,7 @@ spec:
|
|
|
10733
10763
|
command:
|
|
10734
10764
|
- /opt/app-root/src/run-role.sh
|
|
10735
10765
|
- suite_uninstall
|
|
10736
|
-
image: quay.io/ibmmas/cli:
|
|
10766
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
10737
10767
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10738
10768
|
# --------------------------------------------------------------------------------
|
|
10739
10769
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -10803,7 +10833,7 @@ spec:
|
|
|
10803
10833
|
command:
|
|
10804
10834
|
- /opt/app-root/src/run-role.sh
|
|
10805
10835
|
- suite_upgrade
|
|
10806
|
-
image: quay.io/ibmmas/cli:
|
|
10836
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
10807
10837
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10808
10838
|
# --------------------------------------------------------------------------------
|
|
10809
10839
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -10865,12 +10895,12 @@ spec:
|
|
|
10865
10895
|
command:
|
|
10866
10896
|
- /opt/app-root/src/run-role.sh
|
|
10867
10897
|
- suite_verify
|
|
10868
|
-
image: quay.io/ibmmas/cli:
|
|
10898
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
10869
10899
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10870
10900
|
|
|
10871
10901
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10872
10902
|
- name: suite-post-verify
|
|
10873
|
-
image: quay.io/ibmmas/cli:
|
|
10903
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
10874
10904
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10875
10905
|
command:
|
|
10876
10906
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10999,7 +11029,7 @@ spec:
|
|
|
10999
11029
|
command:
|
|
11000
11030
|
- /opt/app-root/src/run-role.sh
|
|
11001
11031
|
- turbonomic
|
|
11002
|
-
image: quay.io/ibmmas/cli:
|
|
11032
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
11003
11033
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11004
11034
|
# --------------------------------------------------------------------------------
|
|
11005
11035
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -11080,7 +11110,7 @@ spec:
|
|
|
11080
11110
|
# IBM User Data Services (UDS)
|
|
11081
11111
|
# -------------------------------------------------------------------------
|
|
11082
11112
|
- name: uds
|
|
11083
|
-
image: quay.io/ibmmas/cli:
|
|
11113
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
11084
11114
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11085
11115
|
workingDir: /workspace/configs
|
|
11086
11116
|
command:
|
|
@@ -11143,7 +11173,7 @@ spec:
|
|
|
11143
11173
|
# IBM Data Reporter Operator (DRO)
|
|
11144
11174
|
# -------------------------------------------------------------------------
|
|
11145
11175
|
- name: dro
|
|
11146
|
-
image: quay.io/ibmmas/cli:
|
|
11176
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
11147
11177
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11148
11178
|
workingDir: /workspace/configs
|
|
11149
11179
|
command:
|
|
@@ -11229,7 +11259,7 @@ spec:
|
|
|
11229
11259
|
|
|
11230
11260
|
steps:
|
|
11231
11261
|
- name: update-configmap
|
|
11232
|
-
image: quay.io/ibmmas/cli:
|
|
11262
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
11233
11263
|
command:
|
|
11234
11264
|
- /opt/app-root/src/update-configmap.sh
|
|
11235
11265
|
env:
|
|
@@ -11291,7 +11321,7 @@ spec:
|
|
|
11291
11321
|
|
|
11292
11322
|
steps:
|
|
11293
11323
|
- name: wait-for-configmap
|
|
11294
|
-
image: quay.io/ibmmas/cli:
|
|
11324
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
11295
11325
|
command:
|
|
11296
11326
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
11297
11327
|
env:
|
|
@@ -11355,7 +11385,7 @@ spec:
|
|
|
11355
11385
|
|
|
11356
11386
|
steps:
|
|
11357
11387
|
- name: wait
|
|
11358
|
-
image: quay.io/ibmmas/cli:
|
|
11388
|
+
image: quay.io/ibmmas/cli:11.0.1
|
|
11359
11389
|
command:
|
|
11360
11390
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
11361
11391
|
env:
|
|
@@ -11450,14 +11480,21 @@ spec:
|
|
|
11450
11480
|
# 0. Wait for the deprovsion mas pipeline to complete
|
|
11451
11481
|
# -------------------------------------------------------------------------
|
|
11452
11482
|
- name: wait-for-deprovision
|
|
11483
|
+
timeout: "0"
|
|
11484
|
+
taskRef:
|
|
11485
|
+
kind: Task
|
|
11486
|
+
name: mas-devops-wait-for-tekton
|
|
11453
11487
|
params:
|
|
11454
|
-
- name:
|
|
11488
|
+
- name: type
|
|
11489
|
+
value: pipelinerun
|
|
11490
|
+
- name: name
|
|
11455
11491
|
value: $(params.pipelinerun_name)
|
|
11492
|
+
- name: delay
|
|
11493
|
+
value: 120 # seconds between checking the status of the pipelinerun
|
|
11494
|
+
- name: max_retries
|
|
11495
|
+
value: 120 # attempts before giving up
|
|
11456
11496
|
- name: ignore_failure
|
|
11457
|
-
value: $(params.ignore_failure)
|
|
11458
|
-
taskRef:
|
|
11459
|
-
kind: Task
|
|
11460
|
-
name: mas-fvt-wait-for-pipelinerun
|
|
11497
|
+
value: $(params.ignore_failure) # fails and exit once the first failure is detected
|
|
11461
11498
|
|
|
11462
11499
|
- name: gitops-deprovision-rosa
|
|
11463
11500
|
runAfter:
|
|
@@ -11755,19 +11792,29 @@ spec:
|
|
|
11755
11792
|
- name: ibmcloud_apikey
|
|
11756
11793
|
type: string
|
|
11757
11794
|
default: ""
|
|
11795
|
+
- name: cos_use_hmac
|
|
11796
|
+
type: string
|
|
11797
|
+
default: ""
|
|
11758
11798
|
|
|
11759
11799
|
tasks:
|
|
11760
11800
|
# 0. Wait for the deprovsion mas pipeline to complete
|
|
11761
11801
|
# -------------------------------------------------------------------------
|
|
11762
11802
|
- name: wait-for-deprovision
|
|
11803
|
+
timeout: "0"
|
|
11804
|
+
taskRef:
|
|
11805
|
+
kind: Task
|
|
11806
|
+
name: mas-devops-wait-for-tekton
|
|
11763
11807
|
params:
|
|
11764
|
-
- name:
|
|
11808
|
+
- name: type
|
|
11809
|
+
value: pipelinerun
|
|
11810
|
+
- name: name
|
|
11765
11811
|
value: $(params.pipelinerun_name)
|
|
11812
|
+
- name: delay
|
|
11813
|
+
value: 120 # seconds between checking the status of the pipelinerun
|
|
11814
|
+
- name: max_retries
|
|
11815
|
+
value: 120 # attempts before giving up
|
|
11766
11816
|
- name: ignore_failure
|
|
11767
|
-
value: $(params.ignore_failure)
|
|
11768
|
-
taskRef:
|
|
11769
|
-
kind: Task
|
|
11770
|
-
name: mas-fvt-wait-for-pipelinerun
|
|
11817
|
+
value: $(params.ignore_failure) # fails and exit once the first failure is detected
|
|
11771
11818
|
- name: gitops-deprovision-mongo
|
|
11772
11819
|
runAfter:
|
|
11773
11820
|
- wait-for-deprovision
|
|
@@ -11873,6 +11920,8 @@ spec:
|
|
|
11873
11920
|
value: $(params.ibmcloud_resourcegroup)
|
|
11874
11921
|
- name: ibmcloud_apikey
|
|
11875
11922
|
value: $(params.ibmcloud_apikey)
|
|
11923
|
+
- name: cos_use_hmac
|
|
11924
|
+
value: $(params.cos_use_hmac)
|
|
11876
11925
|
|
|
11877
11926
|
workspaces:
|
|
11878
11927
|
- name: configs
|
|
@@ -12016,6 +12065,9 @@ spec:
|
|
|
12016
12065
|
- name: ibmcloud_apikey
|
|
12017
12066
|
type: string
|
|
12018
12067
|
default: ""
|
|
12068
|
+
- name: cos_use_hmac
|
|
12069
|
+
type: string
|
|
12070
|
+
default: ""
|
|
12019
12071
|
|
|
12020
12072
|
tasks:
|
|
12021
12073
|
- name: gitops-deprovision-mongo
|
|
@@ -12117,6 +12169,8 @@ spec:
|
|
|
12117
12169
|
value: $(params.ibmcloud_resourcegroup)
|
|
12118
12170
|
- name: ibmcloud_apikey
|
|
12119
12171
|
value: $(params.ibmcloud_apikey)
|
|
12172
|
+
- name: cos_use_hmac
|
|
12173
|
+
value: $(params.cos_use_hmac)
|
|
12120
12174
|
|
|
12121
12175
|
workspaces:
|
|
12122
12176
|
- name: configs
|
|
@@ -12954,6 +13008,9 @@ spec:
|
|
|
12954
13008
|
- name: manage_workspace_action
|
|
12955
13009
|
type: string
|
|
12956
13010
|
default: "deactivate"
|
|
13011
|
+
- name: mas_app_global_secrets_yaml_manage
|
|
13012
|
+
type: string
|
|
13013
|
+
default: ""
|
|
12957
13014
|
|
|
12958
13015
|
- name: mas_app_channel_monitor
|
|
12959
13016
|
type: string
|
|
@@ -13823,6 +13880,8 @@ spec:
|
|
|
13823
13880
|
value: $(params.mas_appws_spec_yaml_manage)
|
|
13824
13881
|
- name: mas_app_server_bundles_combined_add_server_config_yaml
|
|
13825
13882
|
value: $(params.mas_app_server_bundles_combined_add_server_config_yaml_manage)
|
|
13883
|
+
- name: mas_app_global_secrets_yaml_manage
|
|
13884
|
+
value: $(params.mas_app_global_secrets_yaml_manage)
|
|
13826
13885
|
- name: mas_appws_api_version
|
|
13827
13886
|
value: $(params.mas_appws_api_version_manage)
|
|
13828
13887
|
- name: mas_appws_kind
|
|
@@ -16403,6 +16462,10 @@ spec:
|
|
|
16403
16462
|
type: string
|
|
16404
16463
|
description: COS action to be performed (provision or deprovision)
|
|
16405
16464
|
default: ""
|
|
16465
|
+
- name: cos_use_hmac
|
|
16466
|
+
type: string
|
|
16467
|
+
description: Optional boolean variable weather hmac is enabled or not
|
|
16468
|
+
default: ""
|
|
16406
16469
|
|
|
16407
16470
|
- name: ibmcloud_apikey
|
|
16408
16471
|
type: string
|
|
@@ -16412,14 +16475,21 @@ spec:
|
|
|
16412
16475
|
# 0. Wait for the provsion pipeline to complete
|
|
16413
16476
|
# -------------------------------------------------------------------------
|
|
16414
16477
|
- name: wait-for-provision
|
|
16478
|
+
timeout: "0"
|
|
16479
|
+
taskRef:
|
|
16480
|
+
kind: Task
|
|
16481
|
+
name: mas-devops-wait-for-tekton
|
|
16415
16482
|
params:
|
|
16416
|
-
- name:
|
|
16483
|
+
- name: type
|
|
16484
|
+
value: pipelinerun
|
|
16485
|
+
- name: name
|
|
16417
16486
|
value: $(params.pipelinerun_name)
|
|
16487
|
+
- name: delay
|
|
16488
|
+
value: 120 # seconds between checking the status of the pipelinerun
|
|
16489
|
+
- name: max_retries
|
|
16490
|
+
value: 120 # attempts before giving up
|
|
16418
16491
|
- name: ignore_failure
|
|
16419
|
-
value: $(params.ignore_failure)
|
|
16420
|
-
taskRef:
|
|
16421
|
-
kind: Task
|
|
16422
|
-
name: mas-fvt-wait-for-pipelinerun
|
|
16492
|
+
value: $(params.ignore_failure) # fails and exit once the first failure is detected
|
|
16423
16493
|
- name: gitops-mongo
|
|
16424
16494
|
runAfter:
|
|
16425
16495
|
- wait-for-provision
|
|
@@ -16530,6 +16600,8 @@ spec:
|
|
|
16530
16600
|
value: $(params.ibmcloud_resourcegroup)
|
|
16531
16601
|
- name: ibmcloud_apikey
|
|
16532
16602
|
value: $(params.ibmcloud_apikey)
|
|
16603
|
+
- name: cos_use_hmac
|
|
16604
|
+
value: $(params.cos_use_hmac)
|
|
16533
16605
|
|
|
16534
16606
|
workspaces:
|
|
16535
16607
|
- name: configs
|
|
@@ -16668,6 +16740,8 @@ spec:
|
|
|
16668
16740
|
|
|
16669
16741
|
- name: mas_workspace_id
|
|
16670
16742
|
type: string
|
|
16743
|
+
- name: mas_channel
|
|
16744
|
+
type: string
|
|
16671
16745
|
|
|
16672
16746
|
- name: launchfvt_core
|
|
16673
16747
|
type: string
|
|
@@ -16816,6 +16890,8 @@ spec:
|
|
|
16816
16890
|
|
|
16817
16891
|
- name: mas_workspace_id
|
|
16818
16892
|
value: $(params.mas_workspace_id)
|
|
16893
|
+
- name: mas_channel
|
|
16894
|
+
value: $(params.mas_channel)
|
|
16819
16895
|
|
|
16820
16896
|
- name: launchfvt_core
|
|
16821
16897
|
value: $(params.launchfvt_core)
|
|
@@ -16980,14 +17056,21 @@ spec:
|
|
|
16980
17056
|
# 0. Wait for the provsion pipeline to complete
|
|
16981
17057
|
# -------------------------------------------------------------------------
|
|
16982
17058
|
- name: wait-for-provision
|
|
17059
|
+
timeout: "0"
|
|
17060
|
+
taskRef:
|
|
17061
|
+
kind: Task
|
|
17062
|
+
name: mas-devops-wait-for-tekton
|
|
16983
17063
|
params:
|
|
16984
|
-
- name:
|
|
17064
|
+
- name: type
|
|
17065
|
+
value: pipelinerun
|
|
17066
|
+
- name: name
|
|
16985
17067
|
value: $(params.pipelinerun_name)
|
|
17068
|
+
- name: delay
|
|
17069
|
+
value: 120 # seconds between checking the status of the pipelinerun
|
|
17070
|
+
- name: max_retries
|
|
17071
|
+
value: 120 # attempts before giving up
|
|
16986
17072
|
- name: ignore_failure
|
|
16987
|
-
value: $(params.ignore_failure)
|
|
16988
|
-
taskRef:
|
|
16989
|
-
kind: Task
|
|
16990
|
-
name: mas-fvt-wait-for-pipelinerun
|
|
17073
|
+
value: $(params.ignore_failure) # fails and exit once the first failure is detected
|
|
16991
17074
|
- name: gitops-mas-initiator
|
|
16992
17075
|
runAfter:
|
|
16993
17076
|
- wait-for-provision
|
|
@@ -18317,6 +18400,10 @@ spec:
|
|
|
18317
18400
|
type: string
|
|
18318
18401
|
description: COS action to be performed (provision or deprovision)
|
|
18319
18402
|
default: ""
|
|
18403
|
+
- name: cos_use_hmac
|
|
18404
|
+
type: string
|
|
18405
|
+
description: Optional boolean variable weather hmac is enabled or not
|
|
18406
|
+
default: ""
|
|
18320
18407
|
|
|
18321
18408
|
# MAS Integration - Grafana
|
|
18322
18409
|
# -----------------------------------------------------------------------------
|
|
@@ -18524,6 +18611,11 @@ spec:
|
|
|
18524
18611
|
default: "True"
|
|
18525
18612
|
description: Optional parameter to enable or disable guided tour
|
|
18526
18613
|
|
|
18614
|
+
# Special characters configuration
|
|
18615
|
+
- name: mas_special_characters
|
|
18616
|
+
type: string
|
|
18617
|
+
default: ''
|
|
18618
|
+
|
|
18527
18619
|
# SSO Configuration
|
|
18528
18620
|
# -----------------------------------------------------------------------------
|
|
18529
18621
|
- name: idle_timeout
|
|
@@ -18719,7 +18811,7 @@ spec:
|
|
|
18719
18811
|
default: ""
|
|
18720
18812
|
- name: mas_arcgis_channel
|
|
18721
18813
|
type: string
|
|
18722
|
-
description: Default channel for IBM Maximo Location Services for ESRI
|
|
18814
|
+
description: Default channel for IBM Maximo Location Services for ESRI
|
|
18723
18815
|
default: "" # default is handled by ansible-devops
|
|
18724
18816
|
|
|
18725
18817
|
# MAS Application Configuration - Health Application
|
|
@@ -18838,7 +18930,7 @@ spec:
|
|
|
18838
18930
|
kind: Task
|
|
18839
18931
|
name: mas-devops-cert-manager
|
|
18840
18932
|
runAfter:
|
|
18841
|
-
-
|
|
18933
|
+
- ibm-catalogs
|
|
18842
18934
|
|
|
18843
18935
|
# 1.3 Configure Grafana
|
|
18844
18936
|
- name: grafana
|
|
@@ -18875,7 +18967,7 @@ spec:
|
|
|
18875
18967
|
operator: in
|
|
18876
18968
|
values: ["install"]
|
|
18877
18969
|
runAfter:
|
|
18878
|
-
-
|
|
18970
|
+
- ibm-catalogs
|
|
18879
18971
|
|
|
18880
18972
|
# 1.4 Configure ECK
|
|
18881
18973
|
- name: eck
|
|
@@ -19801,6 +19893,8 @@ spec:
|
|
|
19801
19893
|
|
|
19802
19894
|
- name: custom_labels
|
|
19803
19895
|
value: $(params.custom_labels)
|
|
19896
|
+
- name: cos_use_hmac
|
|
19897
|
+
value: $(params.cos_use_hmac)
|
|
19804
19898
|
taskRef:
|
|
19805
19899
|
kind: Task
|
|
19806
19900
|
name: mas-devops-cos
|
|
@@ -20089,6 +20183,8 @@ spec:
|
|
|
20089
20183
|
value: $(params.default_idp)
|
|
20090
20184
|
- name: seamless_login
|
|
20091
20185
|
value: $(params.seamless_login)
|
|
20186
|
+
- name: mas_special_characters
|
|
20187
|
+
value: $(params.mas_special_characters)
|
|
20092
20188
|
- name: sso_cookie_name
|
|
20093
20189
|
value: $(params.sso_cookie_name)
|
|
20094
20190
|
- name: allow_default_sso_cookie_name
|
|
@@ -21114,14 +21210,21 @@ spec:
|
|
|
21114
21210
|
# 0. Wait for the deprovsion pipeline to complete
|
|
21115
21211
|
# -------------------------------------------------------------------------
|
|
21116
21212
|
- name: wait-for-deprovision
|
|
21213
|
+
timeout: "0"
|
|
21214
|
+
taskRef:
|
|
21215
|
+
kind: Task
|
|
21216
|
+
name: mas-devops-wait-for-tekton
|
|
21117
21217
|
params:
|
|
21118
|
-
- name:
|
|
21218
|
+
- name: type
|
|
21219
|
+
value: pipelinerun
|
|
21220
|
+
- name: name
|
|
21119
21221
|
value: $(params.pipelinerun_name)
|
|
21222
|
+
- name: delay
|
|
21223
|
+
value: 120 # seconds between checking the status of the pipelinerun
|
|
21224
|
+
- name: max_retries
|
|
21225
|
+
value: 120 # attempts before giving up
|
|
21120
21226
|
- name: ignore_failure
|
|
21121
|
-
value: $(params.ignore_failure)
|
|
21122
|
-
taskRef:
|
|
21123
|
-
kind: Task
|
|
21124
|
-
name: mas-fvt-wait-for-pipelinerun
|
|
21227
|
+
value: $(params.ignore_failure) # fails and exit once the first failure is detected
|
|
21125
21228
|
- name: gitops-rosa
|
|
21126
21229
|
runAfter:
|
|
21127
21230
|
- wait-for-deprovision
|
|
@@ -22004,6 +22107,10 @@ spec:
|
|
|
22004
22107
|
type: string
|
|
22005
22108
|
description: Approves the MongoDb upgrade to version 6 if needed
|
|
22006
22109
|
default: ""
|
|
22110
|
+
- name: mongodb_v7_upgrade
|
|
22111
|
+
type: string
|
|
22112
|
+
description: Approves the MongoDb upgrade to version 7 if needed
|
|
22113
|
+
default: ""
|
|
22007
22114
|
|
|
22008
22115
|
# kafka update
|
|
22009
22116
|
# -------------------------------------------------------------------------
|
|
@@ -22270,6 +22377,8 @@ spec:
|
|
|
22270
22377
|
value: $(params.mongodb_version)
|
|
22271
22378
|
- name: mongodb_v6_upgrade
|
|
22272
22379
|
value: $(params.mongodb_v6_upgrade)
|
|
22380
|
+
- name: mongodb_v7_upgrade
|
|
22381
|
+
value: $(params.mongodb_v7_upgrade)
|
|
22273
22382
|
- name: mongodb_replicas
|
|
22274
22383
|
value: $(params.mongodb_replicas)
|
|
22275
22384
|
|