mas-cli 10.7.3__py3-none-any.whl → 10.9.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +89 -3
- mas/cli/install/app.py +84 -44
- mas/cli/install/argBuilder.py +367 -0
- mas/cli/install/argParser.py +34 -6
- mas/cli/install/settings/additionalConfigs.py +3 -4
- mas/cli/install/settings/manageSettings.py +17 -9
- mas/cli/install/settings/turbonomicSettings.py +5 -1
- mas/cli/install/summarizer.py +16 -0
- mas/cli/templates/ibm-mas-tekton.yaml +248 -833
- mas/cli/uninstall/app.py +2 -0
- mas/cli/update/app.py +13 -10
- mas/cli/upgrade/app.py +2 -0
- {mas_cli-10.7.3.dist-info → mas_cli-10.9.0.dist-info}/METADATA +1 -1
- {mas_cli-10.7.3.dist-info → mas_cli-10.9.0.dist-info}/RECORD +18 -17
- {mas_cli-10.7.3.dist-info → mas_cli-10.9.0.dist-info}/WHEEL +1 -1
- {mas_cli-10.7.3.data → mas_cli-10.9.0.data}/scripts/mas-cli +0 -0
- {mas_cli-10.7.3.dist-info → mas_cli-10.9.0.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:10.
|
|
111
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
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.
|
|
229
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
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.
|
|
299
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
300
300
|
imagePullPolicy: $(params.image_pull_policy)
|
|
301
301
|
workingDir: /workspace/configs
|
|
302
302
|
# --------------------------------------------------------------------------------
|
|
@@ -307,6 +307,9 @@ apiVersion: tekton.dev/v1beta1
|
|
|
307
307
|
kind: Task
|
|
308
308
|
metadata:
|
|
309
309
|
name: mas-devops-common-services
|
|
310
|
+
# Although we don't use this Task in the install of MAS anymore, it is still
|
|
311
|
+
# part of the uninstall pipeline to allow the removal of IBM Common Services
|
|
312
|
+
# from older MAS installations.
|
|
310
313
|
spec:
|
|
311
314
|
params:
|
|
312
315
|
# Common: Control the image pull policy for the CLI container image
|
|
@@ -359,7 +362,7 @@ spec:
|
|
|
359
362
|
command:
|
|
360
363
|
- /opt/app-root/src/run-role.sh
|
|
361
364
|
- common_services
|
|
362
|
-
image: quay.io/ibmmas/cli:10.
|
|
365
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
363
366
|
imagePullPolicy: $(params.image_pull_policy)
|
|
364
367
|
workingDir: /workspace/configs
|
|
365
368
|
# --------------------------------------------------------------------------------
|
|
@@ -474,7 +477,7 @@ spec:
|
|
|
474
477
|
command:
|
|
475
478
|
- /opt/app-root/src/run-role.sh
|
|
476
479
|
- cos
|
|
477
|
-
image: quay.io/ibmmas/cli:10.
|
|
480
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
478
481
|
imagePullPolicy: $(params.image_pull_policy)
|
|
479
482
|
workingDir: /workspace/configs
|
|
480
483
|
|
|
@@ -594,7 +597,7 @@ spec:
|
|
|
594
597
|
command:
|
|
595
598
|
- /opt/app-root/src/run-role.sh
|
|
596
599
|
- cp4d_service
|
|
597
|
-
image: quay.io/ibmmas/cli:10.
|
|
600
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
598
601
|
imagePullPolicy: $(params.image_pull_policy)
|
|
599
602
|
workingDir: /workspace/configs
|
|
600
603
|
# --------------------------------------------------------------------------------
|
|
@@ -711,7 +714,7 @@ spec:
|
|
|
711
714
|
command:
|
|
712
715
|
- /opt/app-root/src/run-role.sh
|
|
713
716
|
- cp4d_service
|
|
714
|
-
image: quay.io/ibmmas/cli:10.
|
|
717
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
715
718
|
imagePullPolicy: $(params.image_pull_policy)
|
|
716
719
|
workingDir: /workspace/configs
|
|
717
720
|
|
|
@@ -817,7 +820,7 @@ spec:
|
|
|
817
820
|
command:
|
|
818
821
|
- /opt/app-root/src/run-role.sh
|
|
819
822
|
- cp4d
|
|
820
|
-
image: quay.io/ibmmas/cli:10.
|
|
823
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
821
824
|
imagePullPolicy: $(params.image_pull_policy)
|
|
822
825
|
# --------------------------------------------------------------------------------
|
|
823
826
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1139,7 +1142,7 @@ spec:
|
|
|
1139
1142
|
command:
|
|
1140
1143
|
- /opt/app-root/src/run-role.sh
|
|
1141
1144
|
- db2
|
|
1142
|
-
image: quay.io/ibmmas/cli:10.
|
|
1145
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1143
1146
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1144
1147
|
workingDir: /workspace/configs
|
|
1145
1148
|
|
|
@@ -1168,6 +1171,10 @@ spec:
|
|
|
1168
1171
|
default: ""
|
|
1169
1172
|
|
|
1170
1173
|
|
|
1174
|
+
- name: eck_action
|
|
1175
|
+
type: string
|
|
1176
|
+
default: ""
|
|
1177
|
+
|
|
1171
1178
|
# Internal Stack
|
|
1172
1179
|
- name: eck_enable_elasticsearch
|
|
1173
1180
|
type: string
|
|
@@ -1220,6 +1227,9 @@ spec:
|
|
|
1220
1227
|
value: $(params.devops_suite_name)
|
|
1221
1228
|
|
|
1222
1229
|
|
|
1230
|
+
- name: ECK_ACTION
|
|
1231
|
+
value: $(params.eck_action)
|
|
1232
|
+
|
|
1223
1233
|
# Internal Stack
|
|
1224
1234
|
- name: ECK_ENABLE_ELASTICSEARCH
|
|
1225
1235
|
value: $(params.eck_enable_elasticsearch)
|
|
@@ -1242,7 +1252,7 @@ spec:
|
|
|
1242
1252
|
command:
|
|
1243
1253
|
- /opt/app-root/src/run-role.sh
|
|
1244
1254
|
- eck
|
|
1245
|
-
image: quay.io/ibmmas/cli:10.
|
|
1255
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1246
1256
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1247
1257
|
# --------------------------------------------------------------------------------
|
|
1248
1258
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1331,7 +1341,7 @@ spec:
|
|
|
1331
1341
|
command:
|
|
1332
1342
|
- /opt/app-root/src/run-role.sh
|
|
1333
1343
|
- gencfg_workspace
|
|
1334
|
-
image: quay.io/ibmmas/cli:10.
|
|
1344
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1335
1345
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1336
1346
|
workingDir: /workspace/configs
|
|
1337
1347
|
|
|
@@ -1435,7 +1445,7 @@ spec:
|
|
|
1435
1445
|
- -c
|
|
1436
1446
|
name: gitops-bootstrap
|
|
1437
1447
|
imagePullPolicy: IfNotPresent
|
|
1438
|
-
image: quay.io/ibmmas/cli:10.
|
|
1448
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1439
1449
|
workspaces:
|
|
1440
1450
|
- name: configs
|
|
1441
1451
|
# --------------------------------------------------------------------------------
|
|
@@ -1512,7 +1522,7 @@ spec:
|
|
|
1512
1522
|
- -c
|
|
1513
1523
|
name: gitops-cis-compliance
|
|
1514
1524
|
imagePullPolicy: IfNotPresent
|
|
1515
|
-
image: quay.io/ibmmas/cli:10.
|
|
1525
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1516
1526
|
workspaces:
|
|
1517
1527
|
- name: configs
|
|
1518
1528
|
# --------------------------------------------------------------------------------
|
|
@@ -1696,7 +1706,7 @@ spec:
|
|
|
1696
1706
|
- -c
|
|
1697
1707
|
name: gitops-cluster
|
|
1698
1708
|
imagePullPolicy: Always
|
|
1699
|
-
image: quay.io/ibmmas/cli:10.
|
|
1709
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1700
1710
|
workspaces:
|
|
1701
1711
|
- name: configs
|
|
1702
1712
|
# --------------------------------------------------------------------------------
|
|
@@ -1787,7 +1797,7 @@ spec:
|
|
|
1787
1797
|
- -c
|
|
1788
1798
|
name: gitops-cos
|
|
1789
1799
|
imagePullPolicy: IfNotPresent
|
|
1790
|
-
image: quay.io/ibmmas/cli:10.
|
|
1800
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1791
1801
|
workspaces:
|
|
1792
1802
|
- name: configs
|
|
1793
1803
|
# --------------------------------------------------------------------------------
|
|
@@ -1900,7 +1910,7 @@ spec:
|
|
|
1900
1910
|
- -c
|
|
1901
1911
|
name: gitops-cp4d-service
|
|
1902
1912
|
imagePullPolicy: IfNotPresent
|
|
1903
|
-
image: quay.io/ibmmas/cli:10.
|
|
1913
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1904
1914
|
workspaces:
|
|
1905
1915
|
- name: configs
|
|
1906
1916
|
- name: shared-gitops-configs
|
|
@@ -2009,7 +2019,7 @@ spec:
|
|
|
2009
2019
|
- -c
|
|
2010
2020
|
name: gitops-cp4d
|
|
2011
2021
|
imagePullPolicy: IfNotPresent
|
|
2012
|
-
image: quay.io/ibmmas/cli:10.
|
|
2022
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2013
2023
|
workspaces:
|
|
2014
2024
|
- name: configs
|
|
2015
2025
|
- name: shared-gitops-configs
|
|
@@ -2261,7 +2271,7 @@ spec:
|
|
|
2261
2271
|
- -c
|
|
2262
2272
|
name: gitops-db2u-database
|
|
2263
2273
|
imagePullPolicy: Always
|
|
2264
|
-
image: quay.io/ibmmas/cli:10.
|
|
2274
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2265
2275
|
workspaces:
|
|
2266
2276
|
- name: configs
|
|
2267
2277
|
- name: shared-gitops-configs
|
|
@@ -2354,7 +2364,7 @@ spec:
|
|
|
2354
2364
|
- -c
|
|
2355
2365
|
name: gitops-db2u
|
|
2356
2366
|
imagePullPolicy: IfNotPresent
|
|
2357
|
-
image: quay.io/ibmmas/cli:10.
|
|
2367
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2358
2368
|
workspaces:
|
|
2359
2369
|
- name: configs
|
|
2360
2370
|
# --------------------------------------------------------------------------------
|
|
@@ -2481,7 +2491,7 @@ spec:
|
|
|
2481
2491
|
- -c
|
|
2482
2492
|
name: gitops-delete-jdbc-config
|
|
2483
2493
|
imagePullPolicy: IfNotPresent
|
|
2484
|
-
image: quay.io/ibmmas/cli:10.
|
|
2494
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2485
2495
|
workspaces:
|
|
2486
2496
|
- name: configs
|
|
2487
2497
|
# --------------------------------------------------------------------------------
|
|
@@ -2579,7 +2589,7 @@ spec:
|
|
|
2579
2589
|
- -c
|
|
2580
2590
|
name: gitops-delete-kafka-config
|
|
2581
2591
|
imagePullPolicy: Always
|
|
2582
|
-
image: quay.io/ibmmas/cli:10.
|
|
2592
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2583
2593
|
workspaces:
|
|
2584
2594
|
- name: configs
|
|
2585
2595
|
|
|
@@ -2671,7 +2681,7 @@ spec:
|
|
|
2671
2681
|
- -c
|
|
2672
2682
|
name: gitops-deprovision-app-config
|
|
2673
2683
|
imagePullPolicy: IfNotPresent
|
|
2674
|
-
image: quay.io/ibmmas/cli:10.
|
|
2684
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2675
2685
|
workspaces:
|
|
2676
2686
|
- name: configs
|
|
2677
2687
|
# --------------------------------------------------------------------------------
|
|
@@ -2756,7 +2766,7 @@ spec:
|
|
|
2756
2766
|
- -c
|
|
2757
2767
|
name: gitops-deprovision-app-install
|
|
2758
2768
|
imagePullPolicy: IfNotPresent
|
|
2759
|
-
image: quay.io/ibmmas/cli:10.
|
|
2769
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2760
2770
|
workspaces:
|
|
2761
2771
|
- name: configs
|
|
2762
2772
|
# --------------------------------------------------------------------------------
|
|
@@ -2841,7 +2851,7 @@ spec:
|
|
|
2841
2851
|
- -c
|
|
2842
2852
|
name: gitops-deprovision-cluster
|
|
2843
2853
|
imagePullPolicy: IfNotPresent
|
|
2844
|
-
image: quay.io/ibmmas/cli:10.
|
|
2854
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2845
2855
|
workspaces:
|
|
2846
2856
|
- name: configs
|
|
2847
2857
|
# --------------------------------------------------------------------------------
|
|
@@ -2948,7 +2958,7 @@ spec:
|
|
|
2948
2958
|
- -c
|
|
2949
2959
|
name: gitops-deprovision-cos
|
|
2950
2960
|
imagePullPolicy: IfNotPresent
|
|
2951
|
-
image: quay.io/ibmmas/cli:10.
|
|
2961
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2952
2962
|
workspaces:
|
|
2953
2963
|
- name: configs
|
|
2954
2964
|
# --------------------------------------------------------------------------------
|
|
@@ -3036,7 +3046,7 @@ spec:
|
|
|
3036
3046
|
- -c
|
|
3037
3047
|
name: gitops-deprovision-db2u-database
|
|
3038
3048
|
imagePullPolicy: IfNotPresent
|
|
3039
|
-
image: quay.io/ibmmas/cli:10.
|
|
3049
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3040
3050
|
workspaces:
|
|
3041
3051
|
- name: configs
|
|
3042
3052
|
|
|
@@ -3119,7 +3129,7 @@ spec:
|
|
|
3119
3129
|
- -c
|
|
3120
3130
|
name: gitops-deprovision-db2u
|
|
3121
3131
|
imagePullPolicy: IfNotPresent
|
|
3122
|
-
image: quay.io/ibmmas/cli:10.
|
|
3132
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3123
3133
|
workspaces:
|
|
3124
3134
|
- name: configs
|
|
3125
3135
|
|
|
@@ -3195,7 +3205,7 @@ spec:
|
|
|
3195
3205
|
- -c
|
|
3196
3206
|
name: gitops-deprovision-efs
|
|
3197
3207
|
imagePullPolicy: IfNotPresent
|
|
3198
|
-
image: quay.io/ibmmas/cli:10.
|
|
3208
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3199
3209
|
workspaces:
|
|
3200
3210
|
- name: configs
|
|
3201
3211
|
|
|
@@ -3304,7 +3314,7 @@ spec:
|
|
|
3304
3314
|
- -c
|
|
3305
3315
|
name: gitops-deprovision-kafka
|
|
3306
3316
|
imagePullPolicy: IfNotPresent
|
|
3307
|
-
image: quay.io/ibmmas/cli:10.
|
|
3317
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3308
3318
|
workspaces:
|
|
3309
3319
|
- name: configs
|
|
3310
3320
|
# --------------------------------------------------------------------------------
|
|
@@ -3406,7 +3416,7 @@ spec:
|
|
|
3406
3416
|
- -c
|
|
3407
3417
|
name: gitops-deprovision-mongo
|
|
3408
3418
|
imagePullPolicy: IfNotPresent
|
|
3409
|
-
image: quay.io/ibmmas/cli:10.
|
|
3419
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3410
3420
|
workspaces:
|
|
3411
3421
|
- name: configs
|
|
3412
3422
|
|
|
@@ -3463,7 +3473,7 @@ spec:
|
|
|
3463
3473
|
- -c
|
|
3464
3474
|
name: gitops-deprovision-rosa
|
|
3465
3475
|
imagePullPolicy: IfNotPresent
|
|
3466
|
-
image: quay.io/ibmmas/cli:10.
|
|
3476
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3467
3477
|
workspaces:
|
|
3468
3478
|
- name: configs
|
|
3469
3479
|
# --------------------------------------------------------------------------------
|
|
@@ -3668,7 +3678,7 @@ spec:
|
|
|
3668
3678
|
- -c
|
|
3669
3679
|
name: gitops-deprovision-suite-config
|
|
3670
3680
|
imagePullPolicy: IfNotPresent
|
|
3671
|
-
image: quay.io/ibmmas/cli:10.
|
|
3681
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3672
3682
|
workspaces:
|
|
3673
3683
|
- name: configs
|
|
3674
3684
|
|
|
@@ -3766,7 +3776,7 @@ spec:
|
|
|
3766
3776
|
- -c
|
|
3767
3777
|
name: gitops-deprovision-suite-idp-config
|
|
3768
3778
|
imagePullPolicy: IfNotPresent
|
|
3769
|
-
image: quay.io/ibmmas/cli:10.
|
|
3779
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3770
3780
|
workspaces:
|
|
3771
3781
|
- name: configs
|
|
3772
3782
|
# --------------------------------------------------------------------------------
|
|
@@ -3858,7 +3868,7 @@ spec:
|
|
|
3858
3868
|
- -c
|
|
3859
3869
|
name: gitops-deprovision-suite-objectstorage-config
|
|
3860
3870
|
imagePullPolicy: IfNotPresent
|
|
3861
|
-
image: quay.io/ibmmas/cli:10.
|
|
3871
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3862
3872
|
workspaces:
|
|
3863
3873
|
- name: configs
|
|
3864
3874
|
# --------------------------------------------------------------------------------
|
|
@@ -3950,7 +3960,7 @@ spec:
|
|
|
3950
3960
|
- -c
|
|
3951
3961
|
name: gitops-deprovision-suite-smtp-config
|
|
3952
3962
|
imagePullPolicy: IfNotPresent
|
|
3953
|
-
image: quay.io/ibmmas/cli:10.
|
|
3963
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3954
3964
|
workspaces:
|
|
3955
3965
|
- name: configs
|
|
3956
3966
|
# --------------------------------------------------------------------------------
|
|
@@ -4043,7 +4053,7 @@ spec:
|
|
|
4043
4053
|
- -c
|
|
4044
4054
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4045
4055
|
imagePullPolicy: IfNotPresent
|
|
4046
|
-
image: quay.io/ibmmas/cli:10.
|
|
4056
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4047
4057
|
workspaces:
|
|
4048
4058
|
- name: configs
|
|
4049
4059
|
# --------------------------------------------------------------------------------
|
|
@@ -4134,7 +4144,7 @@ spec:
|
|
|
4134
4144
|
- -c
|
|
4135
4145
|
name: gitops-deprovision-suite-workspace
|
|
4136
4146
|
imagePullPolicy: Always
|
|
4137
|
-
image: quay.io/ibmmas/cli:10.
|
|
4147
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4138
4148
|
workspaces:
|
|
4139
4149
|
- name: configs
|
|
4140
4150
|
# --------------------------------------------------------------------------------
|
|
@@ -4227,7 +4237,7 @@ spec:
|
|
|
4227
4237
|
- -c
|
|
4228
4238
|
name: gitops-deprovision-suite
|
|
4229
4239
|
imagePullPolicy: IfNotPresent
|
|
4230
|
-
image: quay.io/ibmmas/cli:10.
|
|
4240
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4231
4241
|
workspaces:
|
|
4232
4242
|
- name: configs
|
|
4233
4243
|
|
|
@@ -4330,7 +4340,7 @@ spec:
|
|
|
4330
4340
|
- -c
|
|
4331
4341
|
name: gitops-dro
|
|
4332
4342
|
imagePullPolicy: IfNotPresent
|
|
4333
|
-
image: quay.io/ibmmas/cli:10.
|
|
4343
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4334
4344
|
workspaces:
|
|
4335
4345
|
- name: configs
|
|
4336
4346
|
# --------------------------------------------------------------------------------
|
|
@@ -4412,7 +4422,7 @@ spec:
|
|
|
4412
4422
|
- -c
|
|
4413
4423
|
name: gitops-efs
|
|
4414
4424
|
imagePullPolicy: IfNotPresent
|
|
4415
|
-
image: quay.io/ibmmas/cli:10.
|
|
4425
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4416
4426
|
workspaces:
|
|
4417
4427
|
- name: configs
|
|
4418
4428
|
|
|
@@ -4547,7 +4557,7 @@ spec:
|
|
|
4547
4557
|
- -c
|
|
4548
4558
|
name: gitops-jdbc-config
|
|
4549
4559
|
imagePullPolicy: Always
|
|
4550
|
-
image: quay.io/ibmmas/cli:10.
|
|
4560
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4551
4561
|
workspaces:
|
|
4552
4562
|
- name: configs
|
|
4553
4563
|
- name: shared-gitops-configs
|
|
@@ -4643,7 +4653,7 @@ spec:
|
|
|
4643
4653
|
- -c
|
|
4644
4654
|
name: gitops-kafka-config
|
|
4645
4655
|
imagePullPolicy: Always
|
|
4646
|
-
image: quay.io/ibmmas/cli:10.
|
|
4656
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4647
4657
|
workspaces:
|
|
4648
4658
|
- name: configs
|
|
4649
4659
|
|
|
@@ -4764,7 +4774,7 @@ spec:
|
|
|
4764
4774
|
- -c
|
|
4765
4775
|
name: gitops-kafka
|
|
4766
4776
|
imagePullPolicy: IfNotPresent
|
|
4767
|
-
image: quay.io/ibmmas/cli:10.
|
|
4777
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4768
4778
|
workspaces:
|
|
4769
4779
|
- name: configs
|
|
4770
4780
|
# --------------------------------------------------------------------------------
|
|
@@ -4815,7 +4825,7 @@ spec:
|
|
|
4815
4825
|
- -c
|
|
4816
4826
|
name: gitops-license
|
|
4817
4827
|
imagePullPolicy: Always
|
|
4818
|
-
image: quay.io/ibmmas/cli:10.
|
|
4828
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4819
4829
|
workspaces:
|
|
4820
4830
|
- name: shared-entitlement
|
|
4821
4831
|
|
|
@@ -5272,7 +5282,7 @@ spec:
|
|
|
5272
5282
|
- -c
|
|
5273
5283
|
name: gitops-mas-fvt-preparer
|
|
5274
5284
|
imagePullPolicy: Always
|
|
5275
|
-
image: quay.io/ibmmas/cli:10.
|
|
5285
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
5276
5286
|
workspaces:
|
|
5277
5287
|
- name: configs
|
|
5278
5288
|
- name: shared-additional-configs
|
|
@@ -5676,7 +5686,7 @@ spec:
|
|
|
5676
5686
|
- -c
|
|
5677
5687
|
name: gitops-mas-initiator
|
|
5678
5688
|
imagePullPolicy: IfNotPresent
|
|
5679
|
-
image: quay.io/ibmmas/cli:10.
|
|
5689
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
5680
5690
|
workspaces:
|
|
5681
5691
|
- name: configs
|
|
5682
5692
|
# --------------------------------------------------------------------------------
|
|
@@ -5783,7 +5793,7 @@ spec:
|
|
|
5783
5793
|
- -c
|
|
5784
5794
|
name: gitops-mongo
|
|
5785
5795
|
imagePullPolicy: IfNotPresent
|
|
5786
|
-
image: quay.io/ibmmas/cli:10.
|
|
5796
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
5787
5797
|
workspaces:
|
|
5788
5798
|
- name: configs
|
|
5789
5799
|
|
|
@@ -5895,7 +5905,7 @@ spec:
|
|
|
5895
5905
|
- -c
|
|
5896
5906
|
name: gitops-nvidia-gpu
|
|
5897
5907
|
imagePullPolicy: IfNotPresent
|
|
5898
|
-
image: quay.io/ibmmas/cli:10.
|
|
5908
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
5899
5909
|
workspaces:
|
|
5900
5910
|
- name: configs
|
|
5901
5911
|
# --------------------------------------------------------------------------------
|
|
@@ -6012,7 +6022,7 @@ spec:
|
|
|
6012
6022
|
- -c
|
|
6013
6023
|
name: gitops-process-mongo-user
|
|
6014
6024
|
imagePullPolicy: IfNotPresent
|
|
6015
|
-
image: quay.io/ibmmas/cli:10.
|
|
6025
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6016
6026
|
workspaces:
|
|
6017
6027
|
- name: configs
|
|
6018
6028
|
# --------------------------------------------------------------------------------
|
|
@@ -6068,7 +6078,7 @@ spec:
|
|
|
6068
6078
|
- -c
|
|
6069
6079
|
name: gitops-rosa
|
|
6070
6080
|
imagePullPolicy: IfNotPresent
|
|
6071
|
-
image: quay.io/ibmmas/cli:10.
|
|
6081
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6072
6082
|
workspaces:
|
|
6073
6083
|
- name: configs
|
|
6074
6084
|
# --------------------------------------------------------------------------------
|
|
@@ -6240,7 +6250,7 @@ spec:
|
|
|
6240
6250
|
- -c
|
|
6241
6251
|
name: gitops-suite-app-config
|
|
6242
6252
|
imagePullPolicy: IfNotPresent
|
|
6243
|
-
image: quay.io/ibmmas/cli:10.
|
|
6253
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6244
6254
|
workspaces:
|
|
6245
6255
|
- name: configs
|
|
6246
6256
|
- name: shared-gitops-configs
|
|
@@ -6393,7 +6403,7 @@ spec:
|
|
|
6393
6403
|
- -c
|
|
6394
6404
|
name: gitops-suite-app-install
|
|
6395
6405
|
imagePullPolicy: Always
|
|
6396
|
-
image: quay.io/ibmmas/cli:10.
|
|
6406
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6397
6407
|
workspaces:
|
|
6398
6408
|
- name: configs
|
|
6399
6409
|
- name: shared-gitops-configs
|
|
@@ -6499,7 +6509,7 @@ spec:
|
|
|
6499
6509
|
- -c
|
|
6500
6510
|
name: gitops-suite-certs
|
|
6501
6511
|
imagePullPolicy: IfNotPresent
|
|
6502
|
-
image: quay.io/ibmmas/cli:10.
|
|
6512
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6503
6513
|
workspaces:
|
|
6504
6514
|
- name: configs
|
|
6505
6515
|
- name: certificates
|
|
@@ -6659,7 +6669,7 @@ spec:
|
|
|
6659
6669
|
- -c
|
|
6660
6670
|
name: gitops-suite-config
|
|
6661
6671
|
imagePullPolicy: IfNotPresent
|
|
6662
|
-
image: quay.io/ibmmas/cli:10.
|
|
6672
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6663
6673
|
workspaces:
|
|
6664
6674
|
- name: configs
|
|
6665
6675
|
- name: shared-additional-configs
|
|
@@ -6759,7 +6769,7 @@ spec:
|
|
|
6759
6769
|
- -c
|
|
6760
6770
|
name: gitops-suite-dns
|
|
6761
6771
|
imagePullPolicy: IfNotPresent
|
|
6762
|
-
image: quay.io/ibmmas/cli:10.
|
|
6772
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6763
6773
|
workspaces:
|
|
6764
6774
|
- name: configs
|
|
6765
6775
|
|
|
@@ -6883,7 +6893,7 @@ spec:
|
|
|
6883
6893
|
- -c
|
|
6884
6894
|
name: gitops-suite-idp-config
|
|
6885
6895
|
imagePullPolicy: IfNotPresent
|
|
6886
|
-
image: quay.io/ibmmas/cli:10.
|
|
6896
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6887
6897
|
workspaces:
|
|
6888
6898
|
- name: configs
|
|
6889
6899
|
- name: shared-additional-configs
|
|
@@ -6984,7 +6994,7 @@ spec:
|
|
|
6984
6994
|
- -c
|
|
6985
6995
|
name: gitops-suite-objectstorage-config
|
|
6986
6996
|
imagePullPolicy: IfNotPresent
|
|
6987
|
-
image: quay.io/ibmmas/cli:10.
|
|
6997
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6988
6998
|
workspaces:
|
|
6989
6999
|
- name: configs
|
|
6990
7000
|
- name: shared-gitops-configs
|
|
@@ -7128,7 +7138,7 @@ spec:
|
|
|
7128
7138
|
- -c
|
|
7129
7139
|
name: gitops-suite-smtp-config
|
|
7130
7140
|
imagePullPolicy: IfNotPresent
|
|
7131
|
-
image: quay.io/ibmmas/cli:10.
|
|
7141
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7132
7142
|
workspaces:
|
|
7133
7143
|
- name: configs
|
|
7134
7144
|
|
|
@@ -7237,7 +7247,7 @@ spec:
|
|
|
7237
7247
|
- -c
|
|
7238
7248
|
name: gitops-suite-watson-studio-config
|
|
7239
7249
|
imagePullPolicy: IfNotPresent
|
|
7240
|
-
image: quay.io/ibmmas/cli:10.
|
|
7250
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7241
7251
|
workspaces:
|
|
7242
7252
|
- name: configs
|
|
7243
7253
|
- name: shared-gitops-configs
|
|
@@ -7334,7 +7344,7 @@ spec:
|
|
|
7334
7344
|
- -c
|
|
7335
7345
|
name: gitops-suite-workspace
|
|
7336
7346
|
imagePullPolicy: IfNotPresent
|
|
7337
|
-
image: quay.io/ibmmas/cli:10.
|
|
7347
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7338
7348
|
workspaces:
|
|
7339
7349
|
- name: configs
|
|
7340
7350
|
# --------------------------------------------------------------------------------
|
|
@@ -7604,7 +7614,7 @@ spec:
|
|
|
7604
7614
|
- -c
|
|
7605
7615
|
name: gitops-suite
|
|
7606
7616
|
imagePullPolicy: IfNotPresent
|
|
7607
|
-
image: quay.io/ibmmas/cli:10.
|
|
7617
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7608
7618
|
workspaces:
|
|
7609
7619
|
- name: configs
|
|
7610
7620
|
- name: shared-gitops-configs
|
|
@@ -7654,7 +7664,7 @@ spec:
|
|
|
7654
7664
|
|
|
7655
7665
|
steps:
|
|
7656
7666
|
- name: grafana
|
|
7657
|
-
image: quay.io/ibmmas/cli:10.
|
|
7667
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7658
7668
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7659
7669
|
command:
|
|
7660
7670
|
- /opt/app-root/src/run-role.sh
|
|
@@ -7788,7 +7798,7 @@ spec:
|
|
|
7788
7798
|
command:
|
|
7789
7799
|
- /opt/app-root/src/run-role.sh
|
|
7790
7800
|
- ibm_catalogs
|
|
7791
|
-
image: quay.io/ibmmas/cli:10.
|
|
7801
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7792
7802
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7793
7803
|
workingDir: /workspace/configs
|
|
7794
7804
|
# --------------------------------------------------------------------------------
|
|
@@ -8030,7 +8040,7 @@ spec:
|
|
|
8030
8040
|
command:
|
|
8031
8041
|
- /opt/app-root/src/run-role.sh
|
|
8032
8042
|
- kafka
|
|
8033
|
-
image: quay.io/ibmmas/cli:10.
|
|
8043
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8034
8044
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8035
8045
|
workingDir: /workspace/configs
|
|
8036
8046
|
|
|
@@ -8207,7 +8217,7 @@ spec:
|
|
|
8207
8217
|
command:
|
|
8208
8218
|
- /opt/app-root/src/run-role.sh
|
|
8209
8219
|
- mongodb
|
|
8210
|
-
image: quay.io/ibmmas/cli:10.
|
|
8220
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8211
8221
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8212
8222
|
workingDir: /workspace/configs
|
|
8213
8223
|
|
|
@@ -8250,7 +8260,7 @@ spec:
|
|
|
8250
8260
|
- $(params.base_output_dir)
|
|
8251
8261
|
- --extra-namespaces
|
|
8252
8262
|
- selenium
|
|
8253
|
-
image: quay.io/ibmmas/cli:10.
|
|
8263
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8254
8264
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8255
8265
|
env:
|
|
8256
8266
|
- name: DEVOPS_MONGO_URI
|
|
@@ -8367,7 +8377,7 @@ spec:
|
|
|
8367
8377
|
command:
|
|
8368
8378
|
- /opt/app-root/src/run-role.sh
|
|
8369
8379
|
- nvidia_gpu
|
|
8370
|
-
image: quay.io/ibmmas/cli:10.
|
|
8380
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8371
8381
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8372
8382
|
workingDir: /workspace/configs
|
|
8373
8383
|
|
|
@@ -8403,7 +8413,7 @@ spec:
|
|
|
8403
8413
|
# Verify Cluster
|
|
8404
8414
|
# -------------------------------------------------------------------------
|
|
8405
8415
|
- name: ocp-verify-cluster
|
|
8406
|
-
image: quay.io/ibmmas/cli:10.
|
|
8416
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8407
8417
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8408
8418
|
command:
|
|
8409
8419
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8445,7 +8455,7 @@ spec:
|
|
|
8445
8455
|
# Verify Catalogs
|
|
8446
8456
|
# -------------------------------------------------------------------------
|
|
8447
8457
|
- name: ocp-verify-catalogs
|
|
8448
|
-
image: quay.io/ibmmas/cli:10.
|
|
8458
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8449
8459
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8450
8460
|
command:
|
|
8451
8461
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8487,7 +8497,7 @@ spec:
|
|
|
8487
8497
|
# Verify Subscriptions
|
|
8488
8498
|
# -------------------------------------------------------------------------
|
|
8489
8499
|
- name: ocp-verify-subscriptions
|
|
8490
|
-
image: quay.io/ibmmas/cli:10.
|
|
8500
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8491
8501
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8492
8502
|
command:
|
|
8493
8503
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8529,7 +8539,7 @@ spec:
|
|
|
8529
8539
|
# Verify Workloads
|
|
8530
8540
|
# -------------------------------------------------------------------------
|
|
8531
8541
|
- name: ocp-verify-workloads
|
|
8532
|
-
image: quay.io/ibmmas/cli:10.
|
|
8542
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8533
8543
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8534
8544
|
command:
|
|
8535
8545
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8571,7 +8581,7 @@ spec:
|
|
|
8571
8581
|
# Verify Catalogs - Ingress TLS
|
|
8572
8582
|
# -------------------------------------------------------------------------
|
|
8573
8583
|
- name: ocp-verify-ingress
|
|
8574
|
-
image: quay.io/ibmmas/cli:10.
|
|
8584
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8575
8585
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8576
8586
|
command:
|
|
8577
8587
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8697,7 +8707,7 @@ spec:
|
|
|
8697
8707
|
command:
|
|
8698
8708
|
- /opt/app-root/src/run-role.sh
|
|
8699
8709
|
- ocp_verify
|
|
8700
|
-
image: quay.io/ibmmas/cli:10.
|
|
8710
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8701
8711
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8702
8712
|
workingDir: /workspace/configs
|
|
8703
8713
|
# --------------------------------------------------------------------------------
|
|
@@ -8765,7 +8775,7 @@ spec:
|
|
|
8765
8775
|
command:
|
|
8766
8776
|
- /opt/app-root/src/run-role.sh
|
|
8767
8777
|
- ocs
|
|
8768
|
-
image: quay.io/ibmmas/cli:10.
|
|
8778
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8769
8779
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8770
8780
|
workingDir: /workspace/configs
|
|
8771
8781
|
|
|
@@ -8946,7 +8956,7 @@ spec:
|
|
|
8946
8956
|
command:
|
|
8947
8957
|
- /opt/app-root/src/run-role.sh
|
|
8948
8958
|
- sls
|
|
8949
|
-
image: quay.io/ibmmas/cli:10.
|
|
8959
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8950
8960
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8951
8961
|
workingDir: /workspace/configs
|
|
8952
8962
|
|
|
@@ -9321,12 +9331,12 @@ spec:
|
|
|
9321
9331
|
command:
|
|
9322
9332
|
- /opt/app-root/src/run-role.sh
|
|
9323
9333
|
- suite_app_config
|
|
9324
|
-
image: quay.io/ibmmas/cli:10.
|
|
9334
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9325
9335
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9326
9336
|
|
|
9327
9337
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
9328
9338
|
- name: app-cfg-post-verify
|
|
9329
|
-
image: quay.io/ibmmas/cli:10.
|
|
9339
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9330
9340
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9331
9341
|
command:
|
|
9332
9342
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -9527,7 +9537,7 @@ spec:
|
|
|
9527
9537
|
command:
|
|
9528
9538
|
- /opt/app-root/src/run-role.sh
|
|
9529
9539
|
- suite_app_install
|
|
9530
|
-
image: quay.io/ibmmas/cli:10.
|
|
9540
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9531
9541
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9532
9542
|
|
|
9533
9543
|
workspaces:
|
|
@@ -9616,7 +9626,7 @@ spec:
|
|
|
9616
9626
|
command:
|
|
9617
9627
|
- /opt/app-root/src/run-role.sh
|
|
9618
9628
|
- suite_app_rollback
|
|
9619
|
-
image: quay.io/ibmmas/cli:10.
|
|
9629
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9620
9630
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9621
9631
|
# --------------------------------------------------------------------------------
|
|
9622
9632
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -9679,7 +9689,7 @@ spec:
|
|
|
9679
9689
|
command:
|
|
9680
9690
|
- /opt/app-root/src/run-role.sh
|
|
9681
9691
|
- suite_app_uninstall
|
|
9682
|
-
image: quay.io/ibmmas/cli:10.
|
|
9692
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9683
9693
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9684
9694
|
# --------------------------------------------------------------------------------
|
|
9685
9695
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -9754,7 +9764,7 @@ spec:
|
|
|
9754
9764
|
command:
|
|
9755
9765
|
- /opt/app-root/src/run-role.sh
|
|
9756
9766
|
- suite_app_upgrade
|
|
9757
|
-
image: quay.io/ibmmas/cli:10.
|
|
9767
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9758
9768
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9759
9769
|
# --------------------------------------------------------------------------------
|
|
9760
9770
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -9855,7 +9865,7 @@ spec:
|
|
|
9855
9865
|
command:
|
|
9856
9866
|
- /opt/app-root/src/run-role.sh
|
|
9857
9867
|
- suite_app_verify
|
|
9858
|
-
image: quay.io/ibmmas/cli:10.
|
|
9868
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9859
9869
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9860
9870
|
# --------------------------------------------------------------------------------
|
|
9861
9871
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -9998,7 +10008,7 @@ spec:
|
|
|
9998
10008
|
command:
|
|
9999
10009
|
- /opt/app-root/src/run-role.sh
|
|
10000
10010
|
- suite_certs
|
|
10001
|
-
image: quay.io/ibmmas/cli:10.
|
|
10011
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10002
10012
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10003
10013
|
|
|
10004
10014
|
workspaces:
|
|
@@ -10065,7 +10075,7 @@ spec:
|
|
|
10065
10075
|
command:
|
|
10066
10076
|
- /opt/app-root/src/run-role.sh
|
|
10067
10077
|
- suite_config
|
|
10068
|
-
image: quay.io/ibmmas/cli:10.
|
|
10078
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10069
10079
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10070
10080
|
workingDir: /workspace/configs
|
|
10071
10081
|
|
|
@@ -10136,7 +10146,7 @@ spec:
|
|
|
10136
10146
|
command:
|
|
10137
10147
|
- /opt/app-root/src/run-role.sh
|
|
10138
10148
|
- suite_db2_setup_for_manage
|
|
10139
|
-
image: quay.io/ibmmas/cli:10.
|
|
10149
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10140
10150
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10141
10151
|
# --------------------------------------------------------------------------------
|
|
10142
10152
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -10326,7 +10336,7 @@ spec:
|
|
|
10326
10336
|
command:
|
|
10327
10337
|
- /opt/app-root/src/run-role.sh
|
|
10328
10338
|
- suite_dns
|
|
10329
|
-
image: quay.io/ibmmas/cli:10.
|
|
10339
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10330
10340
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10331
10341
|
# --------------------------------------------------------------------------------
|
|
10332
10342
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -10366,6 +10376,9 @@ spec:
|
|
|
10366
10376
|
- name: mas_add_catalog
|
|
10367
10377
|
type: string
|
|
10368
10378
|
default: ""
|
|
10379
|
+
- name: mas_enable_walkme
|
|
10380
|
+
type: string
|
|
10381
|
+
default: "True"
|
|
10369
10382
|
|
|
10370
10383
|
- name: mas_annotations
|
|
10371
10384
|
default: ''
|
|
@@ -10495,6 +10508,8 @@ spec:
|
|
|
10495
10508
|
|
|
10496
10509
|
- name: MAS_ADD_CATALOG
|
|
10497
10510
|
value: $(params.mas_add_catalog)
|
|
10511
|
+
- name: MAS_ENABLE_WALKME
|
|
10512
|
+
value: $(params.mas_enable_walkme)
|
|
10498
10513
|
- name: MAS_ADD_CHANNEL
|
|
10499
10514
|
value: $(params.mas_add_channel)
|
|
10500
10515
|
|
|
@@ -10565,7 +10580,7 @@ spec:
|
|
|
10565
10580
|
command:
|
|
10566
10581
|
- /opt/app-root/src/run-role.sh
|
|
10567
10582
|
- suite_install
|
|
10568
|
-
image: quay.io/ibmmas/cli:10.
|
|
10583
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10569
10584
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10570
10585
|
workingDir: /workspace/configs
|
|
10571
10586
|
|
|
@@ -10653,7 +10668,7 @@ spec:
|
|
|
10653
10668
|
command:
|
|
10654
10669
|
- /opt/app-root/src/run-role.sh
|
|
10655
10670
|
- suite_rollback
|
|
10656
|
-
image: quay.io/ibmmas/cli:10.
|
|
10671
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10657
10672
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10658
10673
|
# --------------------------------------------------------------------------------
|
|
10659
10674
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -10718,7 +10733,7 @@ spec:
|
|
|
10718
10733
|
command:
|
|
10719
10734
|
- /opt/app-root/src/run-role.sh
|
|
10720
10735
|
- suite_uninstall
|
|
10721
|
-
image: quay.io/ibmmas/cli:10.
|
|
10736
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10722
10737
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10723
10738
|
# --------------------------------------------------------------------------------
|
|
10724
10739
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -10788,7 +10803,7 @@ spec:
|
|
|
10788
10803
|
command:
|
|
10789
10804
|
- /opt/app-root/src/run-role.sh
|
|
10790
10805
|
- suite_upgrade
|
|
10791
|
-
image: quay.io/ibmmas/cli:10.
|
|
10806
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10792
10807
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10793
10808
|
# --------------------------------------------------------------------------------
|
|
10794
10809
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -10850,12 +10865,12 @@ spec:
|
|
|
10850
10865
|
command:
|
|
10851
10866
|
- /opt/app-root/src/run-role.sh
|
|
10852
10867
|
- suite_verify
|
|
10853
|
-
image: quay.io/ibmmas/cli:10.
|
|
10868
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10854
10869
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10855
10870
|
|
|
10856
10871
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10857
10872
|
- name: suite-post-verify
|
|
10858
|
-
image: quay.io/ibmmas/cli:10.
|
|
10873
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10859
10874
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10860
10875
|
command:
|
|
10861
10876
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10984,7 +10999,7 @@ spec:
|
|
|
10984
10999
|
command:
|
|
10985
11000
|
- /opt/app-root/src/run-role.sh
|
|
10986
11001
|
- turbonomic
|
|
10987
|
-
image: quay.io/ibmmas/cli:10.
|
|
11002
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10988
11003
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10989
11004
|
# --------------------------------------------------------------------------------
|
|
10990
11005
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -11065,7 +11080,7 @@ spec:
|
|
|
11065
11080
|
# IBM User Data Services (UDS)
|
|
11066
11081
|
# -------------------------------------------------------------------------
|
|
11067
11082
|
- name: uds
|
|
11068
|
-
image: quay.io/ibmmas/cli:10.
|
|
11083
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11069
11084
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11070
11085
|
workingDir: /workspace/configs
|
|
11071
11086
|
command:
|
|
@@ -11128,7 +11143,7 @@ spec:
|
|
|
11128
11143
|
# IBM Data Reporter Operator (DRO)
|
|
11129
11144
|
# -------------------------------------------------------------------------
|
|
11130
11145
|
- name: dro
|
|
11131
|
-
image: quay.io/ibmmas/cli:10.
|
|
11146
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11132
11147
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11133
11148
|
workingDir: /workspace/configs
|
|
11134
11149
|
command:
|
|
@@ -11214,7 +11229,7 @@ spec:
|
|
|
11214
11229
|
|
|
11215
11230
|
steps:
|
|
11216
11231
|
- name: update-configmap
|
|
11217
|
-
image: quay.io/ibmmas/cli:10.
|
|
11232
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11218
11233
|
command:
|
|
11219
11234
|
- /opt/app-root/src/update-configmap.sh
|
|
11220
11235
|
env:
|
|
@@ -11276,7 +11291,7 @@ spec:
|
|
|
11276
11291
|
|
|
11277
11292
|
steps:
|
|
11278
11293
|
- name: wait-for-configmap
|
|
11279
|
-
image: quay.io/ibmmas/cli:10.
|
|
11294
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11280
11295
|
command:
|
|
11281
11296
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
11282
11297
|
env:
|
|
@@ -11340,7 +11355,7 @@ spec:
|
|
|
11340
11355
|
|
|
11341
11356
|
steps:
|
|
11342
11357
|
- name: wait
|
|
11343
|
-
image: quay.io/ibmmas/cli:10.
|
|
11358
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11344
11359
|
command:
|
|
11345
11360
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
11346
11361
|
env:
|
|
@@ -11360,768 +11375,175 @@ spec:
|
|
|
11360
11375
|
- name: IGNORE_FAILURE
|
|
11361
11376
|
value: $(params.ignore_failure)
|
|
11362
11377
|
# --------------------------------------------------------------------------------
|
|
11363
|
-
# /home/runner/work/cli/cli/tekton/target/pipelines/
|
|
11378
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/deprovision-cluster-after-deprovision.yaml
|
|
11364
11379
|
# --------------------------------------------------------------------------------
|
|
11365
11380
|
---
|
|
11366
11381
|
apiVersion: tekton.dev/v1beta1
|
|
11367
11382
|
kind: Pipeline
|
|
11368
11383
|
metadata:
|
|
11369
|
-
name:
|
|
11384
|
+
name: gitops-deprovision-cluster-after-deprovision
|
|
11370
11385
|
spec:
|
|
11386
|
+
description: Deprovision ROSA Cluster
|
|
11371
11387
|
workspaces:
|
|
11372
|
-
|
|
11373
|
-
- name: shared-configs
|
|
11374
|
-
# Any pre-generated configs that will be copied into the shared-configs workspace during suite-install
|
|
11375
|
-
- name: shared-additional-configs
|
|
11376
|
-
# The SLS entitlement key file that will be installed during install-sls.
|
|
11377
|
-
- name: shared-entitlement
|
|
11378
|
-
|
|
11388
|
+
- name: configs
|
|
11379
11389
|
params:
|
|
11380
|
-
|
|
11381
|
-
|
|
11382
|
-
# Tekton Pipeline image pull policy (for ibmmas/cli images)
|
|
11383
|
-
- name: image_pull_policy
|
|
11390
|
+
# Name of the PipelineRun to wait for
|
|
11391
|
+
- name: pipelinerun_name
|
|
11384
11392
|
type: string
|
|
11385
|
-
|
|
11386
|
-
description: Pull policy for pipeline container images
|
|
11387
|
-
|
|
11388
|
-
# Development Build Support
|
|
11389
|
-
- name: artifactory_username
|
|
11390
|
-
default: ""
|
|
11393
|
+
- name: ignore_failure
|
|
11391
11394
|
type: string
|
|
11392
|
-
|
|
11393
|
-
|
|
11394
|
-
|
|
11395
|
+
default: "False"
|
|
11396
|
+
description: Set to 'True' or 'False' (case-sensitive) to configure whether this pipeline continue if the pipeline we are waiting for has failed.
|
|
11397
|
+
- name: cluster_name
|
|
11395
11398
|
type: string
|
|
11396
|
-
|
|
11397
|
-
|
|
11398
|
-
# Custom Labels
|
|
11399
|
-
- name: custom_labels
|
|
11399
|
+
- name: ocp_version
|
|
11400
11400
|
type: string
|
|
11401
|
-
|
|
11402
|
-
description: Optional custom labels, comma separated list of key=value pairs
|
|
11403
|
-
|
|
11404
|
-
# MAS Configuration
|
|
11405
|
-
- name: mas_channel
|
|
11401
|
+
- name: avp_type
|
|
11406
11402
|
type: string
|
|
11407
|
-
|
|
11408
|
-
- name: mas_instance_id
|
|
11403
|
+
- name: avp_aws_access_key
|
|
11409
11404
|
type: string
|
|
11410
|
-
|
|
11411
|
-
- name: mas_workspace_id
|
|
11405
|
+
- name: avp_aws_secret_key
|
|
11412
11406
|
type: string
|
|
11413
|
-
|
|
11414
|
-
- name: cpd_product_version # common-services will only be installed with specific cpd versions or if set to 'none'
|
|
11407
|
+
- name: aws_region
|
|
11415
11408
|
type: string
|
|
11416
11409
|
default: ""
|
|
11417
|
-
|
|
11418
|
-
#
|
|
11419
|
-
#
|
|
11420
|
-
|
|
11410
|
+
# 1. Gitops git Parameters
|
|
11411
|
+
# -------------------------------------------------------------------------
|
|
11412
|
+
# Gitops Git Parameters
|
|
11413
|
+
# -------------------------------------------------------------------------
|
|
11414
|
+
- name: github_push
|
|
11415
|
+
type: string
|
|
11416
|
+
default: "False"
|
|
11417
|
+
description: Whether to push changes to github or not. True or False
|
|
11418
|
+
- name: git_branch
|
|
11421
11419
|
type: string
|
|
11420
|
+
description: The git branch to push too
|
|
11422
11421
|
default: ""
|
|
11423
|
-
|
|
11424
|
-
- name: storage_class_rwx
|
|
11422
|
+
- name: github_org
|
|
11425
11423
|
type: string
|
|
11424
|
+
description: The git org to push too
|
|
11426
11425
|
default: ""
|
|
11427
|
-
|
|
11428
|
-
|
|
11429
|
-
# Entitlement
|
|
11430
|
-
# -----------------------------------------------------------------------------
|
|
11431
|
-
- name: ibm_entitlement_key
|
|
11426
|
+
- name: github_repo
|
|
11432
11427
|
type: string
|
|
11433
|
-
description:
|
|
11434
|
-
|
|
11435
|
-
|
|
11436
|
-
# -----------------------------------------------------------------------------
|
|
11437
|
-
- name: skip_pre_check
|
|
11428
|
+
description: The git repo to push too
|
|
11429
|
+
default: ""
|
|
11430
|
+
- name: github_host
|
|
11438
11431
|
type: string
|
|
11432
|
+
description: The git host to push too
|
|
11439
11433
|
default: ""
|
|
11440
|
-
|
|
11441
|
-
|
|
11442
|
-
# Certificate Manager
|
|
11443
|
-
# -----------------------------------------------------------------------------
|
|
11444
|
-
- name: cert_manager_provider
|
|
11434
|
+
- name: github_pat
|
|
11445
11435
|
type: string
|
|
11436
|
+
description: The git personal access token to use on the commit
|
|
11446
11437
|
default: ""
|
|
11447
|
-
- name:
|
|
11438
|
+
- name: git_commit_msg
|
|
11448
11439
|
type: string
|
|
11440
|
+
description: The git commit message to use in the push
|
|
11449
11441
|
default: ""
|
|
11450
11442
|
|
|
11451
11443
|
|
|
11452
|
-
|
|
11453
|
-
# -------------------------------------------------------------------------
|
|
11454
|
-
- name: mas_catalog_source
|
|
11455
|
-
type: string
|
|
11456
|
-
default: ibm-operator-catalog
|
|
11457
|
-
- name: mas_catalog_version
|
|
11444
|
+
- name: github_url
|
|
11458
11445
|
type: string
|
|
11459
|
-
|
|
11460
|
-
- name: mas_catalog_digest
|
|
11446
|
+
- name: rosa_token
|
|
11461
11447
|
type: string
|
|
11462
|
-
description: Set when using dev or pre-release catalog in airgap
|
|
11463
|
-
default: ""
|
|
11464
11448
|
|
|
11465
|
-
|
|
11449
|
+
tasks:
|
|
11450
|
+
# 0. Wait for the deprovsion mas pipeline to complete
|
|
11466
11451
|
# -------------------------------------------------------------------------
|
|
11467
|
-
- name:
|
|
11452
|
+
- name: wait-for-deprovision
|
|
11453
|
+
params:
|
|
11454
|
+
- name: pipelinerun_name
|
|
11455
|
+
value: $(params.pipelinerun_name)
|
|
11456
|
+
- name: ignore_failure
|
|
11457
|
+
value: $(params.ignore_failure)
|
|
11458
|
+
taskRef:
|
|
11459
|
+
kind: Task
|
|
11460
|
+
name: mas-fvt-wait-for-pipelinerun
|
|
11461
|
+
|
|
11462
|
+
- name: gitops-deprovision-rosa
|
|
11463
|
+
runAfter:
|
|
11464
|
+
- wait-for-deprovision
|
|
11465
|
+
params:
|
|
11466
|
+
- name: cluster_name
|
|
11467
|
+
value: $(params.cluster_name)
|
|
11468
|
+
- name: aws_region
|
|
11469
|
+
value: $(params.aws_region)
|
|
11470
|
+
- name: rosa_token
|
|
11471
|
+
value: $(params.rosa_token)
|
|
11472
|
+
- name: ocp_version
|
|
11473
|
+
value: $(params.ocp_version)
|
|
11474
|
+
- name: aws_secret_access_key
|
|
11475
|
+
value: $(params.avp_aws_secret_key)
|
|
11476
|
+
- name: aws_access_key_id
|
|
11477
|
+
value: $(params.avp_aws_access_key)
|
|
11478
|
+
taskRef:
|
|
11479
|
+
kind: Task
|
|
11480
|
+
name: gitops-deprovision-rosa
|
|
11481
|
+
workspaces:
|
|
11482
|
+
- name: configs
|
|
11483
|
+
workspace: configs
|
|
11484
|
+
# --------------------------------------------------------------------------------
|
|
11485
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/deprovision-cluster.yaml
|
|
11486
|
+
# --------------------------------------------------------------------------------
|
|
11487
|
+
---
|
|
11488
|
+
apiVersion: tekton.dev/v1beta1
|
|
11489
|
+
kind: Pipeline
|
|
11490
|
+
metadata:
|
|
11491
|
+
name: gitops-deprovision-cluster
|
|
11492
|
+
spec:
|
|
11493
|
+
description: Deprovision ROSA Cluster
|
|
11494
|
+
workspaces:
|
|
11495
|
+
- name: configs
|
|
11496
|
+
params:
|
|
11497
|
+
- name: cluster_name
|
|
11468
11498
|
type: string
|
|
11469
|
-
|
|
11470
|
-
default: "db2u"
|
|
11471
|
-
- name: db2_channel
|
|
11499
|
+
- name: ocp_version
|
|
11472
11500
|
type: string
|
|
11473
|
-
|
|
11474
|
-
default: ""
|
|
11475
|
-
- name: db2_dbname
|
|
11501
|
+
- name: avp_type
|
|
11476
11502
|
type: string
|
|
11477
|
-
|
|
11478
|
-
default: "BLUDB"
|
|
11479
|
-
- name: db2_version
|
|
11503
|
+
- name: avp_aws_access_key
|
|
11480
11504
|
type: string
|
|
11481
|
-
|
|
11482
|
-
default: ""
|
|
11483
|
-
- name: db2_type
|
|
11505
|
+
- name: avp_aws_secret_key
|
|
11484
11506
|
type: string
|
|
11485
|
-
|
|
11486
|
-
default: ""
|
|
11487
|
-
- name: db2_timezone
|
|
11507
|
+
- name: aws_region
|
|
11488
11508
|
type: string
|
|
11489
|
-
description: The timezone of the database created
|
|
11490
11509
|
default: ""
|
|
11491
|
-
|
|
11492
|
-
|
|
11493
|
-
|
|
11494
|
-
|
|
11495
|
-
- name:
|
|
11510
|
+
# 1. Gitops git Parameters
|
|
11511
|
+
# -------------------------------------------------------------------------
|
|
11512
|
+
# Gitops Git Parameters
|
|
11513
|
+
# -------------------------------------------------------------------------
|
|
11514
|
+
- name: github_push
|
|
11496
11515
|
type: string
|
|
11497
|
-
|
|
11498
|
-
|
|
11499
|
-
- name:
|
|
11516
|
+
default: "False"
|
|
11517
|
+
description: Whether to push changes to github or not. True or False
|
|
11518
|
+
- name: git_branch
|
|
11500
11519
|
type: string
|
|
11501
|
-
description:
|
|
11502
|
-
default: "
|
|
11503
|
-
|
|
11504
|
-
# Dependences - Db2 - Node scheduling
|
|
11505
|
-
# -------------------------------------------------------------------------
|
|
11506
|
-
- name: db2_affinity_key
|
|
11520
|
+
description: The git branch to push too
|
|
11521
|
+
default: ""
|
|
11522
|
+
- name: github_org
|
|
11507
11523
|
type: string
|
|
11508
|
-
description:
|
|
11524
|
+
description: The git org to push too
|
|
11509
11525
|
default: ""
|
|
11510
|
-
- name:
|
|
11526
|
+
- name: github_repo
|
|
11511
11527
|
type: string
|
|
11512
|
-
description:
|
|
11528
|
+
description: The git repo to push too
|
|
11513
11529
|
default: ""
|
|
11514
|
-
- name:
|
|
11530
|
+
- name: github_host
|
|
11515
11531
|
type: string
|
|
11516
|
-
description:
|
|
11532
|
+
description: The git host to push too
|
|
11517
11533
|
default: ""
|
|
11518
|
-
- name:
|
|
11534
|
+
- name: github_pat
|
|
11519
11535
|
type: string
|
|
11520
|
-
description:
|
|
11536
|
+
description: The git personal access token to use on the commit
|
|
11521
11537
|
default: ""
|
|
11522
|
-
- name:
|
|
11538
|
+
- name: git_commit_msg
|
|
11523
11539
|
type: string
|
|
11524
|
-
description:
|
|
11540
|
+
description: The git commit message to use in the push
|
|
11525
11541
|
default: ""
|
|
11526
11542
|
|
|
11527
|
-
# Dependences - Db2 - CPU requests and limits
|
|
11528
|
-
# -------------------------------------------------------------------------
|
|
11529
|
-
- name: db2_cpu_requests
|
|
11530
|
-
type: string
|
|
11531
|
-
description: Define the Kubernetes CPU request for the Db2 pod
|
|
11532
|
-
default: "4000m"
|
|
11533
|
-
- name: db2_cpu_limits
|
|
11534
|
-
type: string
|
|
11535
|
-
description: Define the Kubernetes CPU limit for the Db2 pod
|
|
11536
|
-
default: "6000m"
|
|
11537
11543
|
|
|
11538
|
-
|
|
11539
|
-
# -------------------------------------------------------------------------
|
|
11540
|
-
- name: db2_memory_requests
|
|
11544
|
+
- name: github_url
|
|
11541
11545
|
type: string
|
|
11542
|
-
|
|
11543
|
-
default: "8Gi"
|
|
11544
|
-
- name: db2_memory_limits
|
|
11545
|
-
type: string
|
|
11546
|
-
description: Define the Kubernetes memory limit for the Db2 pod
|
|
11547
|
-
default: "16Gi"
|
|
11548
|
-
|
|
11549
|
-
# Dependencies - Db2 - Storage - Capacity
|
|
11550
|
-
# -------------------------------------------------------------------------
|
|
11551
|
-
- name: db2_meta_storage_class
|
|
11552
|
-
type: string
|
|
11553
|
-
description: Storage class (metadata)
|
|
11554
|
-
default: ""
|
|
11555
|
-
- name: db2_meta_storage_size
|
|
11556
|
-
type: string
|
|
11557
|
-
description: Storage capacity (metadata)
|
|
11558
|
-
default: "20Gi"
|
|
11559
|
-
- name: db2_backup_storage_class
|
|
11560
|
-
type: string
|
|
11561
|
-
description: Storage class (backup)
|
|
11562
|
-
default: ""
|
|
11563
|
-
- name: db2_backup_storage_size
|
|
11564
|
-
type: string
|
|
11565
|
-
description: Storage capacity (backup)
|
|
11566
|
-
default: "100Gi"
|
|
11567
|
-
- name: db2_logs_storage_class
|
|
11568
|
-
type: string
|
|
11569
|
-
description: Storage class (logs)
|
|
11570
|
-
default: ""
|
|
11571
|
-
- name: db2_logs_storage_size
|
|
11572
|
-
type: string
|
|
11573
|
-
description: Storage capacity (logs)
|
|
11574
|
-
default: "100Gi"
|
|
11575
|
-
- name: db2_temp_storage_class
|
|
11576
|
-
type: string
|
|
11577
|
-
description: Storage class (temp)
|
|
11578
|
-
default: ""
|
|
11579
|
-
- name: db2_temp_storage_size
|
|
11580
|
-
type: string
|
|
11581
|
-
description: Storage capacity (temp)
|
|
11582
|
-
default: "100Gi"
|
|
11583
|
-
- name: db2_data_storage_class
|
|
11584
|
-
type: string
|
|
11585
|
-
description: Storage class (data)
|
|
11586
|
-
default: ""
|
|
11587
|
-
- name: db2_data_storage_size
|
|
11588
|
-
type: string
|
|
11589
|
-
description: Storage capacity (data)
|
|
11590
|
-
default: "100Gi"
|
|
11591
|
-
|
|
11592
|
-
# Dependencies - Db2 - Storage - Access mode
|
|
11593
|
-
# -------------------------------------------------------------------------
|
|
11594
|
-
- name: db2_meta_storage_accessmode
|
|
11595
|
-
type: string
|
|
11596
|
-
description: Optional override for db2 meta storage access mode
|
|
11597
|
-
default: ""
|
|
11598
|
-
- name: db2_backup_storage_accessmode
|
|
11599
|
-
type: string
|
|
11600
|
-
description: Optional override for db2 backup storage access mode
|
|
11601
|
-
default: ""
|
|
11602
|
-
- name: db2_logs_storage_accessmode
|
|
11603
|
-
type: string
|
|
11604
|
-
description: Optional override for db2 logs storage access mode
|
|
11605
|
-
default: ""
|
|
11606
|
-
- name: db2_temp_storage_accessmode
|
|
11607
|
-
type: string
|
|
11608
|
-
description: Optional override for db2 temp storage access mode
|
|
11609
|
-
default: ""
|
|
11610
|
-
- name: db2_data_storage_accessmode
|
|
11611
|
-
type: string
|
|
11612
|
-
description: Optional override for db2 data storage access mode
|
|
11613
|
-
default: ""
|
|
11614
|
-
|
|
11615
|
-
# Dependencies - Db2 - LDAP
|
|
11616
|
-
# -------------------------------------------------------------------------
|
|
11617
|
-
- name: db2_ldap_username
|
|
11618
|
-
type: string
|
|
11619
|
-
description: Define the username of db2 in the local LDAP registry. If this is defined, the LDAP user will be the user identity passed into the MAS JDBC configuration.
|
|
11620
|
-
default: ""
|
|
11621
|
-
- name: db2_ldap_password
|
|
11622
|
-
type: string
|
|
11623
|
-
description: Define the password of the db2 user in the local LDAP registry. Must define when db2_ldap_username is used.
|
|
11624
|
-
default: ""
|
|
11625
|
-
- name: db2_action_system
|
|
11626
|
-
type: string
|
|
11627
|
-
description: Set to 'install' to set up a Db2 instance for the whole suite
|
|
11628
|
-
default: "none"
|
|
11629
|
-
- name: db2_action_manage
|
|
11630
|
-
type: string
|
|
11631
|
-
description: Set to 'install' to set up a Db2 instance for Manage
|
|
11632
|
-
default: "none"
|
|
11633
|
-
|
|
11634
|
-
tasks:
|
|
11635
|
-
# 1. Setup Cluster-wide Dependencies & Configure Cluster Monitoring
|
|
11636
|
-
# -------------------------------------------------------------------------
|
|
11637
|
-
# 1.1 IBM Operator Catalog
|
|
11638
|
-
- name: ibm-catalogs
|
|
11639
|
-
timeout: "0"
|
|
11640
|
-
params:
|
|
11641
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
11642
|
-
- name: image_pull_policy
|
|
11643
|
-
value: $(params.image_pull_policy)
|
|
11644
|
-
|
|
11645
|
-
- name: devops_suite_name
|
|
11646
|
-
value: setup-ibm-catalogs
|
|
11647
|
-
|
|
11648
|
-
- name: mas_catalog_version
|
|
11649
|
-
value: $(params.mas_catalog_version)
|
|
11650
|
-
|
|
11651
|
-
- name: artifactory_username
|
|
11652
|
-
value: $(params.artifactory_username)
|
|
11653
|
-
- name: artifactory_token
|
|
11654
|
-
value: $(params.artifactory_token)
|
|
11655
|
-
- name: mas_catalog_digest
|
|
11656
|
-
value: $(params.mas_catalog_digest)
|
|
11657
|
-
taskRef:
|
|
11658
|
-
kind: Task
|
|
11659
|
-
name: mas-devops-ibm-catalogs
|
|
11660
|
-
|
|
11661
|
-
# 1.2 IBM Cloud Pak Foundational Services
|
|
11662
|
-
- name: common-services
|
|
11663
|
-
timeout: "0"
|
|
11664
|
-
taskRef:
|
|
11665
|
-
kind: Task
|
|
11666
|
-
name: mas-devops-common-services
|
|
11667
|
-
params:
|
|
11668
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
11669
|
-
- name: image_pull_policy
|
|
11670
|
-
value: $(params.image_pull_policy)
|
|
11671
|
-
|
|
11672
|
-
- name: devops_suite_name
|
|
11673
|
-
value: setup-common-services
|
|
11674
|
-
when:
|
|
11675
|
-
- input: "$(params.cpd_product_version)"
|
|
11676
|
-
operator: in
|
|
11677
|
-
values: ["","4.5.0", "4.5.3", "4.6.0", "4.6.3", "4.6.4", "4.6.6"]
|
|
11678
|
-
|
|
11679
|
-
runAfter:
|
|
11680
|
-
- ibm-catalogs
|
|
11681
|
-
|
|
11682
|
-
# 1.3 IBM Certificate Manager
|
|
11683
|
-
- name: cert-manager
|
|
11684
|
-
timeout: "0"
|
|
11685
|
-
params:
|
|
11686
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
11687
|
-
- name: image_pull_policy
|
|
11688
|
-
value: $(params.image_pull_policy)
|
|
11689
|
-
|
|
11690
|
-
- name: devops_suite_name
|
|
11691
|
-
value: setup-cert-manager
|
|
11692
|
-
- name: cert_manager_provider
|
|
11693
|
-
value: $(params.cert_manager_provider)
|
|
11694
|
-
- name: cert_manager_action
|
|
11695
|
-
value: $(params.cert_manager_action)
|
|
11696
|
-
taskRef:
|
|
11697
|
-
kind: Task
|
|
11698
|
-
name: mas-devops-cert-manager
|
|
11699
|
-
runAfter:
|
|
11700
|
-
- common-services
|
|
11701
|
-
|
|
11702
|
-
# 2. Setup Db2
|
|
11703
|
-
# -------------------------------------------------------------------------
|
|
11704
|
-
# 2.1 System Db2
|
|
11705
|
-
- name: db2-system
|
|
11706
|
-
timeout: "0"
|
|
11707
|
-
params:
|
|
11708
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
11709
|
-
- name: image_pull_policy
|
|
11710
|
-
value: $(params.image_pull_policy)
|
|
11711
|
-
|
|
11712
|
-
- name: devops_suite_name
|
|
11713
|
-
value: dependencies-db2-system
|
|
11714
|
-
|
|
11715
|
-
- name: mas_instance_id
|
|
11716
|
-
value: $(params.mas_instance_id)
|
|
11717
|
-
|
|
11718
|
-
# Entitlement
|
|
11719
|
-
- name: ibm_entitlement_key
|
|
11720
|
-
value: $(params.ibm_entitlement_key)
|
|
11721
|
-
|
|
11722
|
-
# Operator Subscription
|
|
11723
|
-
- name: db2_channel
|
|
11724
|
-
value: $(params.db2_channel)
|
|
11725
|
-
|
|
11726
|
-
# DB2 instance
|
|
11727
|
-
- name: db2_instance_name
|
|
11728
|
-
value: mas-$(params.mas_instance_id)-system
|
|
11729
|
-
- name: db2_namespace
|
|
11730
|
-
value: $(params.db2_namespace)
|
|
11731
|
-
- name: db2_dbname
|
|
11732
|
-
value: $(params.db2_dbname)
|
|
11733
|
-
|
|
11734
|
-
- name: db2_version
|
|
11735
|
-
value: $(params.db2_version)
|
|
11736
|
-
- name: db2_workload
|
|
11737
|
-
value: $(params.db2_workload)
|
|
11738
|
-
- name: db2_4k_device_support
|
|
11739
|
-
value: $(params.db2_4k_device_support)
|
|
11740
|
-
- name: db2_table_org
|
|
11741
|
-
value: $(params.db2_table_org)
|
|
11742
|
-
|
|
11743
|
-
# Node Scheduling
|
|
11744
|
-
- name: db2_affinity_key
|
|
11745
|
-
value: $(params.db2_affinity_key)
|
|
11746
|
-
- name: db2_affinity_value
|
|
11747
|
-
value: $(params.db2_affinity_value)
|
|
11748
|
-
- name: db2_tolerate_key
|
|
11749
|
-
value: $(params.db2_tolerate_key)
|
|
11750
|
-
- name: db2_tolerate_value
|
|
11751
|
-
value: $(params.db2_tolerate_value)
|
|
11752
|
-
- name: db2_tolerate_effect
|
|
11753
|
-
value: $(params.db2_tolerate_effect)
|
|
11754
|
-
|
|
11755
|
-
# Requests and Limits - CPU
|
|
11756
|
-
- name: db2_cpu_requests
|
|
11757
|
-
value: $(params.db2_cpu_requests)
|
|
11758
|
-
- name: db2_cpu_limits
|
|
11759
|
-
value: $(params.db2_cpu_limits)
|
|
11760
|
-
|
|
11761
|
-
# Requests and Limits - Memory
|
|
11762
|
-
- name: db2_memory_requests
|
|
11763
|
-
value: $(params.db2_memory_requests)
|
|
11764
|
-
- name: db2_memory_limits
|
|
11765
|
-
value: $(params.db2_memory_limits)
|
|
11766
|
-
|
|
11767
|
-
# Storage - Capacity
|
|
11768
|
-
- name: db2_meta_storage_size
|
|
11769
|
-
value: $(params.db2_meta_storage_size)
|
|
11770
|
-
- name: db2_backup_storage_size
|
|
11771
|
-
value: $(params.db2_backup_storage_size)
|
|
11772
|
-
- name: db2_logs_storage_size
|
|
11773
|
-
value: $(params.db2_logs_storage_size)
|
|
11774
|
-
- name: db2_temp_storage_size
|
|
11775
|
-
value: $(params.db2_temp_storage_size)
|
|
11776
|
-
- name: db2_data_storage_size
|
|
11777
|
-
value: $(params.db2_data_storage_size)
|
|
11778
|
-
|
|
11779
|
-
# Storage - Class
|
|
11780
|
-
- name: db2_meta_storage_class
|
|
11781
|
-
value: $(params.storage_class_rwx)
|
|
11782
|
-
- name: db2_data_storage_class
|
|
11783
|
-
value: $(params.storage_class_rwo)
|
|
11784
|
-
- name: db2_backup_storage_class
|
|
11785
|
-
value: $(params.storage_class_rwx)
|
|
11786
|
-
- name: db2_logs_storage_class
|
|
11787
|
-
value: $(params.storage_class_rwo)
|
|
11788
|
-
- name: db2_temp_storage_class
|
|
11789
|
-
value: $(params.storage_class_rwo)
|
|
11790
|
-
|
|
11791
|
-
# Storage - Access mode
|
|
11792
|
-
- name: db2_meta_storage_accessmode
|
|
11793
|
-
value: $(params.db2_meta_storage_accessmode)
|
|
11794
|
-
- name: db2_backup_storage_accessmode
|
|
11795
|
-
value: $(params.db2_backup_storage_accessmode)
|
|
11796
|
-
- name: db2_temp_storage_accessmode
|
|
11797
|
-
value: $(params.db2_temp_storage_accessmode)
|
|
11798
|
-
- name: db2_logs_storage_accessmode
|
|
11799
|
-
value: $(params.db2_logs_storage_accessmode)
|
|
11800
|
-
- name: db2_data_storage_accessmode
|
|
11801
|
-
value: $(params.db2_data_storage_accessmode)
|
|
11802
|
-
|
|
11803
|
-
# MAS - JDBCCfg - System
|
|
11804
|
-
- name: mas_config_scope
|
|
11805
|
-
value: system
|
|
11806
|
-
|
|
11807
|
-
# Custom label support
|
|
11808
|
-
- name: custom_labels
|
|
11809
|
-
value: $(params.custom_labels)
|
|
11810
|
-
|
|
11811
|
-
when:
|
|
11812
|
-
- input: "$(params.db2_action_system)"
|
|
11813
|
-
operator: in
|
|
11814
|
-
values: ["install"]
|
|
11815
|
-
taskRef:
|
|
11816
|
-
name: mas-devops-db2
|
|
11817
|
-
kind: Task
|
|
11818
|
-
workspaces:
|
|
11819
|
-
- name: configs
|
|
11820
|
-
workspace: shared-configs
|
|
11821
|
-
runAfter:
|
|
11822
|
-
- cert-manager
|
|
11823
|
-
|
|
11824
|
-
# 2.2 Dedicated Manage Db2
|
|
11825
|
-
- name: db2-manage
|
|
11826
|
-
timeout: "0"
|
|
11827
|
-
params:
|
|
11828
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
11829
|
-
- name: image_pull_policy
|
|
11830
|
-
value: $(params.image_pull_policy)
|
|
11831
|
-
|
|
11832
|
-
- name: devops_suite_name
|
|
11833
|
-
value: dependencies-db2-manage
|
|
11834
|
-
|
|
11835
|
-
- name: mas_instance_id
|
|
11836
|
-
value: $(params.mas_instance_id)
|
|
11837
|
-
|
|
11838
|
-
# Entitlement
|
|
11839
|
-
- name: ibm_entitlement_key
|
|
11840
|
-
value: $(params.ibm_entitlement_key)
|
|
11841
|
-
|
|
11842
|
-
# Operator Subscription
|
|
11843
|
-
- name: db2_channel
|
|
11844
|
-
value: $(params.db2_channel)
|
|
11845
|
-
|
|
11846
|
-
# DB2 instance
|
|
11847
|
-
- name: db2_instance_name
|
|
11848
|
-
value: mas-$(params.mas_instance_id)-$(params.mas_workspace_id)-manage
|
|
11849
|
-
- name: db2_ldap_username
|
|
11850
|
-
value: $(params.db2_ldap_username)
|
|
11851
|
-
- name: db2_ldap_password
|
|
11852
|
-
value: $(params.db2_ldap_password)
|
|
11853
|
-
- name: db2_type
|
|
11854
|
-
value: $(params.db2_type)
|
|
11855
|
-
- name: db2_timezone
|
|
11856
|
-
value: $(params.db2_timezone)
|
|
11857
|
-
- name: db2_namespace
|
|
11858
|
-
value: $(params.db2_namespace)
|
|
11859
|
-
- name: db2_dbname
|
|
11860
|
-
value: $(params.db2_dbname)
|
|
11861
|
-
|
|
11862
|
-
- name: db2_version
|
|
11863
|
-
value: $(params.db2_version)
|
|
11864
|
-
- name: db2_workload
|
|
11865
|
-
value: $(params.db2_workload)
|
|
11866
|
-
- name: db2_4k_device_support
|
|
11867
|
-
value: $(params.db2_4k_device_support)
|
|
11868
|
-
- name: db2_table_org
|
|
11869
|
-
value: $(params.db2_table_org)
|
|
11870
|
-
|
|
11871
|
-
# Node Scheduling
|
|
11872
|
-
- name: db2_affinity_key
|
|
11873
|
-
value: $(params.db2_affinity_key)
|
|
11874
|
-
- name: db2_affinity_value
|
|
11875
|
-
value: $(params.db2_affinity_value)
|
|
11876
|
-
- name: db2_tolerate_key
|
|
11877
|
-
value: $(params.db2_tolerate_key)
|
|
11878
|
-
- name: db2_tolerate_value
|
|
11879
|
-
value: $(params.db2_tolerate_value)
|
|
11880
|
-
- name: db2_tolerate_effect
|
|
11881
|
-
value: $(params.db2_tolerate_effect)
|
|
11882
|
-
|
|
11883
|
-
# Requests and Limits - CPU
|
|
11884
|
-
- name: db2_cpu_requests
|
|
11885
|
-
value: $(params.db2_cpu_requests)
|
|
11886
|
-
- name: db2_cpu_limits
|
|
11887
|
-
value: $(params.db2_cpu_limits)
|
|
11888
|
-
|
|
11889
|
-
# Requests and Limits - Memory
|
|
11890
|
-
- name: db2_memory_requests
|
|
11891
|
-
value: $(params.db2_memory_requests)
|
|
11892
|
-
- name: db2_memory_limits
|
|
11893
|
-
value: $(params.db2_memory_limits)
|
|
11894
|
-
|
|
11895
|
-
# Storage - Capacity
|
|
11896
|
-
- name: db2_meta_storage_size
|
|
11897
|
-
value: $(params.db2_meta_storage_size)
|
|
11898
|
-
- name: db2_backup_storage_size
|
|
11899
|
-
value: $(params.db2_backup_storage_size)
|
|
11900
|
-
- name: db2_logs_storage_size
|
|
11901
|
-
value: $(params.db2_logs_storage_size)
|
|
11902
|
-
- name: db2_temp_storage_size
|
|
11903
|
-
value: $(params.db2_temp_storage_size)
|
|
11904
|
-
- name: db2_data_storage_size
|
|
11905
|
-
value: $(params.db2_data_storage_size)
|
|
11906
|
-
|
|
11907
|
-
# Storage - Class
|
|
11908
|
-
- name: db2_meta_storage_class
|
|
11909
|
-
value: $(params.storage_class_rwx)
|
|
11910
|
-
- name: db2_data_storage_class
|
|
11911
|
-
value: $(params.storage_class_rwo)
|
|
11912
|
-
- name: db2_backup_storage_class
|
|
11913
|
-
value: $(params.storage_class_rwx)
|
|
11914
|
-
- name: db2_logs_storage_class
|
|
11915
|
-
value: $(params.storage_class_rwo)
|
|
11916
|
-
- name: db2_temp_storage_class
|
|
11917
|
-
value: $(params.storage_class_rwo)
|
|
11918
|
-
|
|
11919
|
-
# Storage - Access mode
|
|
11920
|
-
- name: db2_meta_storage_accessmode
|
|
11921
|
-
value: $(params.db2_meta_storage_accessmode)
|
|
11922
|
-
- name: db2_backup_storage_accessmode
|
|
11923
|
-
value: $(params.db2_backup_storage_accessmode)
|
|
11924
|
-
- name: db2_temp_storage_accessmode
|
|
11925
|
-
value: $(params.db2_temp_storage_accessmode)
|
|
11926
|
-
- name: db2_logs_storage_accessmode
|
|
11927
|
-
value: $(params.db2_logs_storage_accessmode)
|
|
11928
|
-
- name: db2_data_storage_accessmode
|
|
11929
|
-
value: $(params.db2_data_storage_accessmode)
|
|
11930
|
-
|
|
11931
|
-
# MAS - JDBCCfg - Manage
|
|
11932
|
-
- name: mas_config_scope
|
|
11933
|
-
value: wsapp
|
|
11934
|
-
- name: mas_workspace_id
|
|
11935
|
-
value: $(params.mas_workspace_id)
|
|
11936
|
-
- name: mas_application_id
|
|
11937
|
-
value: manage
|
|
11938
|
-
|
|
11939
|
-
# Custom label support
|
|
11940
|
-
- name: custom_labels
|
|
11941
|
-
value: $(params.custom_labels)
|
|
11942
|
-
|
|
11943
|
-
when:
|
|
11944
|
-
- input: "$(params.db2_action_manage)"
|
|
11945
|
-
operator: in
|
|
11946
|
-
values: ["install"]
|
|
11947
|
-
taskRef:
|
|
11948
|
-
name: mas-devops-db2
|
|
11949
|
-
kind: Task
|
|
11950
|
-
workspaces:
|
|
11951
|
-
- name: configs
|
|
11952
|
-
workspace: shared-configs
|
|
11953
|
-
runAfter:
|
|
11954
|
-
- db2-system
|
|
11955
|
-
# --------------------------------------------------------------------------------
|
|
11956
|
-
# /home/runner/work/cli/cli/tekton/target/pipelines/deprovision-cluster-after-deprovision.yaml
|
|
11957
|
-
# --------------------------------------------------------------------------------
|
|
11958
|
-
---
|
|
11959
|
-
apiVersion: tekton.dev/v1beta1
|
|
11960
|
-
kind: Pipeline
|
|
11961
|
-
metadata:
|
|
11962
|
-
name: gitops-deprovision-cluster-after-deprovision
|
|
11963
|
-
spec:
|
|
11964
|
-
description: Deprovision ROSA Cluster
|
|
11965
|
-
workspaces:
|
|
11966
|
-
- name: configs
|
|
11967
|
-
params:
|
|
11968
|
-
# Name of the PipelineRun to wait for
|
|
11969
|
-
- name: pipelinerun_name
|
|
11970
|
-
type: string
|
|
11971
|
-
- name: ignore_failure
|
|
11972
|
-
type: string
|
|
11973
|
-
default: "False"
|
|
11974
|
-
description: Set to 'True' or 'False' (case-sensitive) to configure whether this pipeline continue if the pipeline we are waiting for has failed.
|
|
11975
|
-
- name: cluster_name
|
|
11976
|
-
type: string
|
|
11977
|
-
- name: ocp_version
|
|
11978
|
-
type: string
|
|
11979
|
-
- name: avp_type
|
|
11980
|
-
type: string
|
|
11981
|
-
- name: avp_aws_access_key
|
|
11982
|
-
type: string
|
|
11983
|
-
- name: avp_aws_secret_key
|
|
11984
|
-
type: string
|
|
11985
|
-
- name: aws_region
|
|
11986
|
-
type: string
|
|
11987
|
-
default: ""
|
|
11988
|
-
# 1. Gitops git Parameters
|
|
11989
|
-
# -------------------------------------------------------------------------
|
|
11990
|
-
# Gitops Git Parameters
|
|
11991
|
-
# -------------------------------------------------------------------------
|
|
11992
|
-
- name: github_push
|
|
11993
|
-
type: string
|
|
11994
|
-
default: "False"
|
|
11995
|
-
description: Whether to push changes to github or not. True or False
|
|
11996
|
-
- name: git_branch
|
|
11997
|
-
type: string
|
|
11998
|
-
description: The git branch to push too
|
|
11999
|
-
default: ""
|
|
12000
|
-
- name: github_org
|
|
12001
|
-
type: string
|
|
12002
|
-
description: The git org to push too
|
|
12003
|
-
default: ""
|
|
12004
|
-
- name: github_repo
|
|
12005
|
-
type: string
|
|
12006
|
-
description: The git repo to push too
|
|
12007
|
-
default: ""
|
|
12008
|
-
- name: github_host
|
|
12009
|
-
type: string
|
|
12010
|
-
description: The git host to push too
|
|
12011
|
-
default: ""
|
|
12012
|
-
- name: github_pat
|
|
12013
|
-
type: string
|
|
12014
|
-
description: The git personal access token to use on the commit
|
|
12015
|
-
default: ""
|
|
12016
|
-
- name: git_commit_msg
|
|
12017
|
-
type: string
|
|
12018
|
-
description: The git commit message to use in the push
|
|
12019
|
-
default: ""
|
|
12020
|
-
|
|
12021
|
-
|
|
12022
|
-
- name: github_url
|
|
12023
|
-
type: string
|
|
12024
|
-
- name: rosa_token
|
|
12025
|
-
type: string
|
|
12026
|
-
|
|
12027
|
-
tasks:
|
|
12028
|
-
# 0. Wait for the deprovsion mas pipeline to complete
|
|
12029
|
-
# -------------------------------------------------------------------------
|
|
12030
|
-
- name: wait-for-deprovision
|
|
12031
|
-
params:
|
|
12032
|
-
- name: pipelinerun_name
|
|
12033
|
-
value: $(params.pipelinerun_name)
|
|
12034
|
-
- name: ignore_failure
|
|
12035
|
-
value: $(params.ignore_failure)
|
|
12036
|
-
taskRef:
|
|
12037
|
-
kind: Task
|
|
12038
|
-
name: mas-fvt-wait-for-pipelinerun
|
|
12039
|
-
|
|
12040
|
-
- name: gitops-deprovision-rosa
|
|
12041
|
-
runAfter:
|
|
12042
|
-
- wait-for-deprovision
|
|
12043
|
-
params:
|
|
12044
|
-
- name: cluster_name
|
|
12045
|
-
value: $(params.cluster_name)
|
|
12046
|
-
- name: aws_region
|
|
12047
|
-
value: $(params.aws_region)
|
|
12048
|
-
- name: rosa_token
|
|
12049
|
-
value: $(params.rosa_token)
|
|
12050
|
-
- name: ocp_version
|
|
12051
|
-
value: $(params.ocp_version)
|
|
12052
|
-
- name: aws_secret_access_key
|
|
12053
|
-
value: $(params.avp_aws_secret_key)
|
|
12054
|
-
- name: aws_access_key_id
|
|
12055
|
-
value: $(params.avp_aws_access_key)
|
|
12056
|
-
taskRef:
|
|
12057
|
-
kind: Task
|
|
12058
|
-
name: gitops-deprovision-rosa
|
|
12059
|
-
workspaces:
|
|
12060
|
-
- name: configs
|
|
12061
|
-
workspace: configs
|
|
12062
|
-
# --------------------------------------------------------------------------------
|
|
12063
|
-
# /home/runner/work/cli/cli/tekton/target/pipelines/deprovision-cluster.yaml
|
|
12064
|
-
# --------------------------------------------------------------------------------
|
|
12065
|
-
---
|
|
12066
|
-
apiVersion: tekton.dev/v1beta1
|
|
12067
|
-
kind: Pipeline
|
|
12068
|
-
metadata:
|
|
12069
|
-
name: gitops-deprovision-cluster
|
|
12070
|
-
spec:
|
|
12071
|
-
description: Deprovision ROSA Cluster
|
|
12072
|
-
workspaces:
|
|
12073
|
-
- name: configs
|
|
12074
|
-
params:
|
|
12075
|
-
- name: cluster_name
|
|
12076
|
-
type: string
|
|
12077
|
-
- name: ocp_version
|
|
12078
|
-
type: string
|
|
12079
|
-
- name: avp_type
|
|
12080
|
-
type: string
|
|
12081
|
-
- name: avp_aws_access_key
|
|
12082
|
-
type: string
|
|
12083
|
-
- name: avp_aws_secret_key
|
|
12084
|
-
type: string
|
|
12085
|
-
- name: aws_region
|
|
12086
|
-
type: string
|
|
12087
|
-
default: ""
|
|
12088
|
-
# 1. Gitops git Parameters
|
|
12089
|
-
# -------------------------------------------------------------------------
|
|
12090
|
-
# Gitops Git Parameters
|
|
12091
|
-
# -------------------------------------------------------------------------
|
|
12092
|
-
- name: github_push
|
|
12093
|
-
type: string
|
|
12094
|
-
default: "False"
|
|
12095
|
-
description: Whether to push changes to github or not. True or False
|
|
12096
|
-
- name: git_branch
|
|
12097
|
-
type: string
|
|
12098
|
-
description: The git branch to push too
|
|
12099
|
-
default: ""
|
|
12100
|
-
- name: github_org
|
|
12101
|
-
type: string
|
|
12102
|
-
description: The git org to push too
|
|
12103
|
-
default: ""
|
|
12104
|
-
- name: github_repo
|
|
12105
|
-
type: string
|
|
12106
|
-
description: The git repo to push too
|
|
12107
|
-
default: ""
|
|
12108
|
-
- name: github_host
|
|
12109
|
-
type: string
|
|
12110
|
-
description: The git host to push too
|
|
12111
|
-
default: ""
|
|
12112
|
-
- name: github_pat
|
|
12113
|
-
type: string
|
|
12114
|
-
description: The git personal access token to use on the commit
|
|
12115
|
-
default: ""
|
|
12116
|
-
- name: git_commit_msg
|
|
12117
|
-
type: string
|
|
12118
|
-
description: The git commit message to use in the push
|
|
12119
|
-
default: ""
|
|
12120
|
-
|
|
12121
|
-
|
|
12122
|
-
- name: github_url
|
|
12123
|
-
type: string
|
|
12124
|
-
- name: rosa_token
|
|
11546
|
+
- name: rosa_token
|
|
12125
11547
|
type: string
|
|
12126
11548
|
|
|
12127
11549
|
tasks:
|
|
@@ -18400,7 +17822,7 @@ spec:
|
|
|
18400
17822
|
# -----------------------------------------------------------------------------
|
|
18401
17823
|
- name: eck_action
|
|
18402
17824
|
type: string
|
|
18403
|
-
default: "
|
|
17825
|
+
default: "no-action"
|
|
18404
17826
|
|
|
18405
17827
|
- name: eck_enable_elasticsearch
|
|
18406
17828
|
type: string
|
|
@@ -19097,6 +18519,10 @@ spec:
|
|
|
19097
18519
|
type: string
|
|
19098
18520
|
default: ""
|
|
19099
18521
|
description: Data Dictionary catalog source
|
|
18522
|
+
- name: mas_enable_walkme
|
|
18523
|
+
type: string
|
|
18524
|
+
default: "True"
|
|
18525
|
+
description: Optional parameter to enable or disable guided tour
|
|
19100
18526
|
|
|
19101
18527
|
# SSO Configuration
|
|
19102
18528
|
# -----------------------------------------------------------------------------
|
|
@@ -19394,28 +18820,7 @@ spec:
|
|
|
19394
18820
|
runAfter:
|
|
19395
18821
|
- pre-install-check
|
|
19396
18822
|
|
|
19397
|
-
# 1.2
|
|
19398
|
-
- name: common-services
|
|
19399
|
-
timeout: "0"
|
|
19400
|
-
taskRef:
|
|
19401
|
-
kind: Task
|
|
19402
|
-
name: mas-devops-common-services
|
|
19403
|
-
params:
|
|
19404
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
19405
|
-
- name: image_pull_policy
|
|
19406
|
-
value: $(params.image_pull_policy)
|
|
19407
|
-
|
|
19408
|
-
- name: devops_suite_name
|
|
19409
|
-
value: setup-common-services
|
|
19410
|
-
when:
|
|
19411
|
-
- input: "$(params.cpd_product_version)"
|
|
19412
|
-
operator: in
|
|
19413
|
-
values: ["","4.5.0", "4.5.3", "4.6.0", "4.6.3", "4.6.4", "4.6.6"]
|
|
19414
|
-
|
|
19415
|
-
runAfter:
|
|
19416
|
-
- ibm-catalogs
|
|
19417
|
-
|
|
19418
|
-
# 1.3 IBM Certificate Manager
|
|
18823
|
+
# 1.2 Red Hat Certificate Manager
|
|
19419
18824
|
- name: cert-manager
|
|
19420
18825
|
timeout: "0"
|
|
19421
18826
|
params:
|
|
@@ -19433,9 +18838,9 @@ spec:
|
|
|
19433
18838
|
kind: Task
|
|
19434
18839
|
name: mas-devops-cert-manager
|
|
19435
18840
|
runAfter:
|
|
19436
|
-
-
|
|
18841
|
+
- pre-install-check
|
|
19437
18842
|
|
|
19438
|
-
# 1.
|
|
18843
|
+
# 1.3 Configure Grafana
|
|
19439
18844
|
- name: grafana
|
|
19440
18845
|
timeout: "0"
|
|
19441
18846
|
taskRef:
|
|
@@ -19465,10 +18870,14 @@ spec:
|
|
|
19465
18870
|
- name: grafana_instance_storage_size
|
|
19466
18871
|
value: $(params.grafana_instance_storage_size)
|
|
19467
18872
|
|
|
18873
|
+
when:
|
|
18874
|
+
- input: "$(params.grafana_action)"
|
|
18875
|
+
operator: in
|
|
18876
|
+
values: ["install"]
|
|
19468
18877
|
runAfter:
|
|
19469
18878
|
- pre-install-check
|
|
19470
18879
|
|
|
19471
|
-
# 1.
|
|
18880
|
+
# 1.4 Configure ECK
|
|
19472
18881
|
- name: eck
|
|
19473
18882
|
timeout: "0"
|
|
19474
18883
|
taskRef:
|
|
@@ -19501,10 +18910,14 @@ spec:
|
|
|
19501
18910
|
- name: eck_remote_es_password
|
|
19502
18911
|
value: $(params.eck_remote_es_password)
|
|
19503
18912
|
|
|
18913
|
+
when:
|
|
18914
|
+
- input: "$(params.eck_action)"
|
|
18915
|
+
operator: in
|
|
18916
|
+
values: ["install"]
|
|
19504
18917
|
runAfter:
|
|
19505
18918
|
- pre-install-check
|
|
19506
18919
|
|
|
19507
|
-
# 1.
|
|
18920
|
+
# 1.5 Configure Turbonomic
|
|
19508
18921
|
- name: turbonomic
|
|
19509
18922
|
timeout: "0"
|
|
19510
18923
|
params:
|
|
@@ -20005,7 +19418,7 @@ spec:
|
|
|
20005
19418
|
runAfter:
|
|
20006
19419
|
- mongodb
|
|
20007
19420
|
|
|
20008
|
-
# 2.5
|
|
19421
|
+
# 2.5 DRO
|
|
20009
19422
|
- name: uds
|
|
20010
19423
|
timeout: "0"
|
|
20011
19424
|
params:
|
|
@@ -20055,7 +19468,7 @@ spec:
|
|
|
20055
19468
|
workspace: shared-pod-templates
|
|
20056
19469
|
|
|
20057
19470
|
runAfter:
|
|
20058
|
-
-
|
|
19471
|
+
- ibm-catalogs
|
|
20059
19472
|
|
|
20060
19473
|
|
|
20061
19474
|
# 3. Cloud Pak for Data
|
|
@@ -20696,6 +20109,8 @@ spec:
|
|
|
20696
20109
|
value: $(params.custom_labels)
|
|
20697
20110
|
- name: mas_add_catalog
|
|
20698
20111
|
value: $(params.mas_add_catalog)
|
|
20112
|
+
- name: mas_enable_walkme
|
|
20113
|
+
value: $(params.mas_enable_walkme)
|
|
20699
20114
|
- name: mas_add_channel
|
|
20700
20115
|
value: $(params.mas_add_channel)
|
|
20701
20116
|
# Enable optional integration with ECK logstash
|