mas-cli 10.8.0__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 +72 -43
- mas/cli/install/argBuilder.py +367 -0
- mas/cli/install/argParser.py +26 -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 +13 -0
- mas/cli/templates/ibm-mas-tekton.yaml +116 -719
- mas/cli/uninstall/app.py +2 -0
- mas/cli/update/app.py +11 -8
- mas/cli/upgrade/app.py +2 -0
- {mas_cli-10.8.0.dist-info → mas_cli-10.9.0.dist-info}/METADATA +1 -1
- {mas_cli-10.8.0.dist-info → mas_cli-10.9.0.dist-info}/RECORD +18 -17
- {mas_cli-10.8.0.dist-info → mas_cli-10.9.0.dist-info}/WHEEL +1 -1
- {mas_cli-10.8.0.data → mas_cli-10.9.0.data}/scripts/mas-cli +0 -0
- {mas_cli-10.8.0.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
|
|
|
@@ -1249,7 +1252,7 @@ spec:
|
|
|
1249
1252
|
command:
|
|
1250
1253
|
- /opt/app-root/src/run-role.sh
|
|
1251
1254
|
- eck
|
|
1252
|
-
image: quay.io/ibmmas/cli:10.
|
|
1255
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1253
1256
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1254
1257
|
# --------------------------------------------------------------------------------
|
|
1255
1258
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1338,7 +1341,7 @@ spec:
|
|
|
1338
1341
|
command:
|
|
1339
1342
|
- /opt/app-root/src/run-role.sh
|
|
1340
1343
|
- gencfg_workspace
|
|
1341
|
-
image: quay.io/ibmmas/cli:10.
|
|
1344
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1342
1345
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1343
1346
|
workingDir: /workspace/configs
|
|
1344
1347
|
|
|
@@ -1442,7 +1445,7 @@ spec:
|
|
|
1442
1445
|
- -c
|
|
1443
1446
|
name: gitops-bootstrap
|
|
1444
1447
|
imagePullPolicy: IfNotPresent
|
|
1445
|
-
image: quay.io/ibmmas/cli:10.
|
|
1448
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1446
1449
|
workspaces:
|
|
1447
1450
|
- name: configs
|
|
1448
1451
|
# --------------------------------------------------------------------------------
|
|
@@ -1519,7 +1522,7 @@ spec:
|
|
|
1519
1522
|
- -c
|
|
1520
1523
|
name: gitops-cis-compliance
|
|
1521
1524
|
imagePullPolicy: IfNotPresent
|
|
1522
|
-
image: quay.io/ibmmas/cli:10.
|
|
1525
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1523
1526
|
workspaces:
|
|
1524
1527
|
- name: configs
|
|
1525
1528
|
# --------------------------------------------------------------------------------
|
|
@@ -1703,7 +1706,7 @@ spec:
|
|
|
1703
1706
|
- -c
|
|
1704
1707
|
name: gitops-cluster
|
|
1705
1708
|
imagePullPolicy: Always
|
|
1706
|
-
image: quay.io/ibmmas/cli:10.
|
|
1709
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1707
1710
|
workspaces:
|
|
1708
1711
|
- name: configs
|
|
1709
1712
|
# --------------------------------------------------------------------------------
|
|
@@ -1794,7 +1797,7 @@ spec:
|
|
|
1794
1797
|
- -c
|
|
1795
1798
|
name: gitops-cos
|
|
1796
1799
|
imagePullPolicy: IfNotPresent
|
|
1797
|
-
image: quay.io/ibmmas/cli:10.
|
|
1800
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1798
1801
|
workspaces:
|
|
1799
1802
|
- name: configs
|
|
1800
1803
|
# --------------------------------------------------------------------------------
|
|
@@ -1907,7 +1910,7 @@ spec:
|
|
|
1907
1910
|
- -c
|
|
1908
1911
|
name: gitops-cp4d-service
|
|
1909
1912
|
imagePullPolicy: IfNotPresent
|
|
1910
|
-
image: quay.io/ibmmas/cli:10.
|
|
1913
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
1911
1914
|
workspaces:
|
|
1912
1915
|
- name: configs
|
|
1913
1916
|
- name: shared-gitops-configs
|
|
@@ -2016,7 +2019,7 @@ spec:
|
|
|
2016
2019
|
- -c
|
|
2017
2020
|
name: gitops-cp4d
|
|
2018
2021
|
imagePullPolicy: IfNotPresent
|
|
2019
|
-
image: quay.io/ibmmas/cli:10.
|
|
2022
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2020
2023
|
workspaces:
|
|
2021
2024
|
- name: configs
|
|
2022
2025
|
- name: shared-gitops-configs
|
|
@@ -2268,7 +2271,7 @@ spec:
|
|
|
2268
2271
|
- -c
|
|
2269
2272
|
name: gitops-db2u-database
|
|
2270
2273
|
imagePullPolicy: Always
|
|
2271
|
-
image: quay.io/ibmmas/cli:10.
|
|
2274
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2272
2275
|
workspaces:
|
|
2273
2276
|
- name: configs
|
|
2274
2277
|
- name: shared-gitops-configs
|
|
@@ -2361,7 +2364,7 @@ spec:
|
|
|
2361
2364
|
- -c
|
|
2362
2365
|
name: gitops-db2u
|
|
2363
2366
|
imagePullPolicy: IfNotPresent
|
|
2364
|
-
image: quay.io/ibmmas/cli:10.
|
|
2367
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2365
2368
|
workspaces:
|
|
2366
2369
|
- name: configs
|
|
2367
2370
|
# --------------------------------------------------------------------------------
|
|
@@ -2488,7 +2491,7 @@ spec:
|
|
|
2488
2491
|
- -c
|
|
2489
2492
|
name: gitops-delete-jdbc-config
|
|
2490
2493
|
imagePullPolicy: IfNotPresent
|
|
2491
|
-
image: quay.io/ibmmas/cli:10.
|
|
2494
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2492
2495
|
workspaces:
|
|
2493
2496
|
- name: configs
|
|
2494
2497
|
# --------------------------------------------------------------------------------
|
|
@@ -2586,7 +2589,7 @@ spec:
|
|
|
2586
2589
|
- -c
|
|
2587
2590
|
name: gitops-delete-kafka-config
|
|
2588
2591
|
imagePullPolicy: Always
|
|
2589
|
-
image: quay.io/ibmmas/cli:10.
|
|
2592
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2590
2593
|
workspaces:
|
|
2591
2594
|
- name: configs
|
|
2592
2595
|
|
|
@@ -2678,7 +2681,7 @@ spec:
|
|
|
2678
2681
|
- -c
|
|
2679
2682
|
name: gitops-deprovision-app-config
|
|
2680
2683
|
imagePullPolicy: IfNotPresent
|
|
2681
|
-
image: quay.io/ibmmas/cli:10.
|
|
2684
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2682
2685
|
workspaces:
|
|
2683
2686
|
- name: configs
|
|
2684
2687
|
# --------------------------------------------------------------------------------
|
|
@@ -2763,7 +2766,7 @@ spec:
|
|
|
2763
2766
|
- -c
|
|
2764
2767
|
name: gitops-deprovision-app-install
|
|
2765
2768
|
imagePullPolicy: IfNotPresent
|
|
2766
|
-
image: quay.io/ibmmas/cli:10.
|
|
2769
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2767
2770
|
workspaces:
|
|
2768
2771
|
- name: configs
|
|
2769
2772
|
# --------------------------------------------------------------------------------
|
|
@@ -2848,7 +2851,7 @@ spec:
|
|
|
2848
2851
|
- -c
|
|
2849
2852
|
name: gitops-deprovision-cluster
|
|
2850
2853
|
imagePullPolicy: IfNotPresent
|
|
2851
|
-
image: quay.io/ibmmas/cli:10.
|
|
2854
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2852
2855
|
workspaces:
|
|
2853
2856
|
- name: configs
|
|
2854
2857
|
# --------------------------------------------------------------------------------
|
|
@@ -2955,7 +2958,7 @@ spec:
|
|
|
2955
2958
|
- -c
|
|
2956
2959
|
name: gitops-deprovision-cos
|
|
2957
2960
|
imagePullPolicy: IfNotPresent
|
|
2958
|
-
image: quay.io/ibmmas/cli:10.
|
|
2961
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
2959
2962
|
workspaces:
|
|
2960
2963
|
- name: configs
|
|
2961
2964
|
# --------------------------------------------------------------------------------
|
|
@@ -3043,7 +3046,7 @@ spec:
|
|
|
3043
3046
|
- -c
|
|
3044
3047
|
name: gitops-deprovision-db2u-database
|
|
3045
3048
|
imagePullPolicy: IfNotPresent
|
|
3046
|
-
image: quay.io/ibmmas/cli:10.
|
|
3049
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3047
3050
|
workspaces:
|
|
3048
3051
|
- name: configs
|
|
3049
3052
|
|
|
@@ -3126,7 +3129,7 @@ spec:
|
|
|
3126
3129
|
- -c
|
|
3127
3130
|
name: gitops-deprovision-db2u
|
|
3128
3131
|
imagePullPolicy: IfNotPresent
|
|
3129
|
-
image: quay.io/ibmmas/cli:10.
|
|
3132
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3130
3133
|
workspaces:
|
|
3131
3134
|
- name: configs
|
|
3132
3135
|
|
|
@@ -3202,7 +3205,7 @@ spec:
|
|
|
3202
3205
|
- -c
|
|
3203
3206
|
name: gitops-deprovision-efs
|
|
3204
3207
|
imagePullPolicy: IfNotPresent
|
|
3205
|
-
image: quay.io/ibmmas/cli:10.
|
|
3208
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3206
3209
|
workspaces:
|
|
3207
3210
|
- name: configs
|
|
3208
3211
|
|
|
@@ -3311,7 +3314,7 @@ spec:
|
|
|
3311
3314
|
- -c
|
|
3312
3315
|
name: gitops-deprovision-kafka
|
|
3313
3316
|
imagePullPolicy: IfNotPresent
|
|
3314
|
-
image: quay.io/ibmmas/cli:10.
|
|
3317
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3315
3318
|
workspaces:
|
|
3316
3319
|
- name: configs
|
|
3317
3320
|
# --------------------------------------------------------------------------------
|
|
@@ -3413,7 +3416,7 @@ spec:
|
|
|
3413
3416
|
- -c
|
|
3414
3417
|
name: gitops-deprovision-mongo
|
|
3415
3418
|
imagePullPolicy: IfNotPresent
|
|
3416
|
-
image: quay.io/ibmmas/cli:10.
|
|
3419
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3417
3420
|
workspaces:
|
|
3418
3421
|
- name: configs
|
|
3419
3422
|
|
|
@@ -3470,7 +3473,7 @@ spec:
|
|
|
3470
3473
|
- -c
|
|
3471
3474
|
name: gitops-deprovision-rosa
|
|
3472
3475
|
imagePullPolicy: IfNotPresent
|
|
3473
|
-
image: quay.io/ibmmas/cli:10.
|
|
3476
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3474
3477
|
workspaces:
|
|
3475
3478
|
- name: configs
|
|
3476
3479
|
# --------------------------------------------------------------------------------
|
|
@@ -3675,7 +3678,7 @@ spec:
|
|
|
3675
3678
|
- -c
|
|
3676
3679
|
name: gitops-deprovision-suite-config
|
|
3677
3680
|
imagePullPolicy: IfNotPresent
|
|
3678
|
-
image: quay.io/ibmmas/cli:10.
|
|
3681
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3679
3682
|
workspaces:
|
|
3680
3683
|
- name: configs
|
|
3681
3684
|
|
|
@@ -3773,7 +3776,7 @@ spec:
|
|
|
3773
3776
|
- -c
|
|
3774
3777
|
name: gitops-deprovision-suite-idp-config
|
|
3775
3778
|
imagePullPolicy: IfNotPresent
|
|
3776
|
-
image: quay.io/ibmmas/cli:10.
|
|
3779
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3777
3780
|
workspaces:
|
|
3778
3781
|
- name: configs
|
|
3779
3782
|
# --------------------------------------------------------------------------------
|
|
@@ -3865,7 +3868,7 @@ spec:
|
|
|
3865
3868
|
- -c
|
|
3866
3869
|
name: gitops-deprovision-suite-objectstorage-config
|
|
3867
3870
|
imagePullPolicy: IfNotPresent
|
|
3868
|
-
image: quay.io/ibmmas/cli:10.
|
|
3871
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3869
3872
|
workspaces:
|
|
3870
3873
|
- name: configs
|
|
3871
3874
|
# --------------------------------------------------------------------------------
|
|
@@ -3957,7 +3960,7 @@ spec:
|
|
|
3957
3960
|
- -c
|
|
3958
3961
|
name: gitops-deprovision-suite-smtp-config
|
|
3959
3962
|
imagePullPolicy: IfNotPresent
|
|
3960
|
-
image: quay.io/ibmmas/cli:10.
|
|
3963
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
3961
3964
|
workspaces:
|
|
3962
3965
|
- name: configs
|
|
3963
3966
|
# --------------------------------------------------------------------------------
|
|
@@ -4050,7 +4053,7 @@ spec:
|
|
|
4050
4053
|
- -c
|
|
4051
4054
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4052
4055
|
imagePullPolicy: IfNotPresent
|
|
4053
|
-
image: quay.io/ibmmas/cli:10.
|
|
4056
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4054
4057
|
workspaces:
|
|
4055
4058
|
- name: configs
|
|
4056
4059
|
# --------------------------------------------------------------------------------
|
|
@@ -4141,7 +4144,7 @@ spec:
|
|
|
4141
4144
|
- -c
|
|
4142
4145
|
name: gitops-deprovision-suite-workspace
|
|
4143
4146
|
imagePullPolicy: Always
|
|
4144
|
-
image: quay.io/ibmmas/cli:10.
|
|
4147
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4145
4148
|
workspaces:
|
|
4146
4149
|
- name: configs
|
|
4147
4150
|
# --------------------------------------------------------------------------------
|
|
@@ -4234,7 +4237,7 @@ spec:
|
|
|
4234
4237
|
- -c
|
|
4235
4238
|
name: gitops-deprovision-suite
|
|
4236
4239
|
imagePullPolicy: IfNotPresent
|
|
4237
|
-
image: quay.io/ibmmas/cli:10.
|
|
4240
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4238
4241
|
workspaces:
|
|
4239
4242
|
- name: configs
|
|
4240
4243
|
|
|
@@ -4337,7 +4340,7 @@ spec:
|
|
|
4337
4340
|
- -c
|
|
4338
4341
|
name: gitops-dro
|
|
4339
4342
|
imagePullPolicy: IfNotPresent
|
|
4340
|
-
image: quay.io/ibmmas/cli:10.
|
|
4343
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4341
4344
|
workspaces:
|
|
4342
4345
|
- name: configs
|
|
4343
4346
|
# --------------------------------------------------------------------------------
|
|
@@ -4419,7 +4422,7 @@ spec:
|
|
|
4419
4422
|
- -c
|
|
4420
4423
|
name: gitops-efs
|
|
4421
4424
|
imagePullPolicy: IfNotPresent
|
|
4422
|
-
image: quay.io/ibmmas/cli:10.
|
|
4425
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4423
4426
|
workspaces:
|
|
4424
4427
|
- name: configs
|
|
4425
4428
|
|
|
@@ -4554,7 +4557,7 @@ spec:
|
|
|
4554
4557
|
- -c
|
|
4555
4558
|
name: gitops-jdbc-config
|
|
4556
4559
|
imagePullPolicy: Always
|
|
4557
|
-
image: quay.io/ibmmas/cli:10.
|
|
4560
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4558
4561
|
workspaces:
|
|
4559
4562
|
- name: configs
|
|
4560
4563
|
- name: shared-gitops-configs
|
|
@@ -4650,7 +4653,7 @@ spec:
|
|
|
4650
4653
|
- -c
|
|
4651
4654
|
name: gitops-kafka-config
|
|
4652
4655
|
imagePullPolicy: Always
|
|
4653
|
-
image: quay.io/ibmmas/cli:10.
|
|
4656
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4654
4657
|
workspaces:
|
|
4655
4658
|
- name: configs
|
|
4656
4659
|
|
|
@@ -4771,7 +4774,7 @@ spec:
|
|
|
4771
4774
|
- -c
|
|
4772
4775
|
name: gitops-kafka
|
|
4773
4776
|
imagePullPolicy: IfNotPresent
|
|
4774
|
-
image: quay.io/ibmmas/cli:10.
|
|
4777
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4775
4778
|
workspaces:
|
|
4776
4779
|
- name: configs
|
|
4777
4780
|
# --------------------------------------------------------------------------------
|
|
@@ -4822,7 +4825,7 @@ spec:
|
|
|
4822
4825
|
- -c
|
|
4823
4826
|
name: gitops-license
|
|
4824
4827
|
imagePullPolicy: Always
|
|
4825
|
-
image: quay.io/ibmmas/cli:10.
|
|
4828
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
4826
4829
|
workspaces:
|
|
4827
4830
|
- name: shared-entitlement
|
|
4828
4831
|
|
|
@@ -5279,7 +5282,7 @@ spec:
|
|
|
5279
5282
|
- -c
|
|
5280
5283
|
name: gitops-mas-fvt-preparer
|
|
5281
5284
|
imagePullPolicy: Always
|
|
5282
|
-
image: quay.io/ibmmas/cli:10.
|
|
5285
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
5283
5286
|
workspaces:
|
|
5284
5287
|
- name: configs
|
|
5285
5288
|
- name: shared-additional-configs
|
|
@@ -5683,7 +5686,7 @@ spec:
|
|
|
5683
5686
|
- -c
|
|
5684
5687
|
name: gitops-mas-initiator
|
|
5685
5688
|
imagePullPolicy: IfNotPresent
|
|
5686
|
-
image: quay.io/ibmmas/cli:10.
|
|
5689
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
5687
5690
|
workspaces:
|
|
5688
5691
|
- name: configs
|
|
5689
5692
|
# --------------------------------------------------------------------------------
|
|
@@ -5790,7 +5793,7 @@ spec:
|
|
|
5790
5793
|
- -c
|
|
5791
5794
|
name: gitops-mongo
|
|
5792
5795
|
imagePullPolicy: IfNotPresent
|
|
5793
|
-
image: quay.io/ibmmas/cli:10.
|
|
5796
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
5794
5797
|
workspaces:
|
|
5795
5798
|
- name: configs
|
|
5796
5799
|
|
|
@@ -5902,7 +5905,7 @@ spec:
|
|
|
5902
5905
|
- -c
|
|
5903
5906
|
name: gitops-nvidia-gpu
|
|
5904
5907
|
imagePullPolicy: IfNotPresent
|
|
5905
|
-
image: quay.io/ibmmas/cli:10.
|
|
5908
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
5906
5909
|
workspaces:
|
|
5907
5910
|
- name: configs
|
|
5908
5911
|
# --------------------------------------------------------------------------------
|
|
@@ -6019,7 +6022,7 @@ spec:
|
|
|
6019
6022
|
- -c
|
|
6020
6023
|
name: gitops-process-mongo-user
|
|
6021
6024
|
imagePullPolicy: IfNotPresent
|
|
6022
|
-
image: quay.io/ibmmas/cli:10.
|
|
6025
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6023
6026
|
workspaces:
|
|
6024
6027
|
- name: configs
|
|
6025
6028
|
# --------------------------------------------------------------------------------
|
|
@@ -6075,7 +6078,7 @@ spec:
|
|
|
6075
6078
|
- -c
|
|
6076
6079
|
name: gitops-rosa
|
|
6077
6080
|
imagePullPolicy: IfNotPresent
|
|
6078
|
-
image: quay.io/ibmmas/cli:10.
|
|
6081
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6079
6082
|
workspaces:
|
|
6080
6083
|
- name: configs
|
|
6081
6084
|
# --------------------------------------------------------------------------------
|
|
@@ -6247,7 +6250,7 @@ spec:
|
|
|
6247
6250
|
- -c
|
|
6248
6251
|
name: gitops-suite-app-config
|
|
6249
6252
|
imagePullPolicy: IfNotPresent
|
|
6250
|
-
image: quay.io/ibmmas/cli:10.
|
|
6253
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6251
6254
|
workspaces:
|
|
6252
6255
|
- name: configs
|
|
6253
6256
|
- name: shared-gitops-configs
|
|
@@ -6400,7 +6403,7 @@ spec:
|
|
|
6400
6403
|
- -c
|
|
6401
6404
|
name: gitops-suite-app-install
|
|
6402
6405
|
imagePullPolicy: Always
|
|
6403
|
-
image: quay.io/ibmmas/cli:10.
|
|
6406
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6404
6407
|
workspaces:
|
|
6405
6408
|
- name: configs
|
|
6406
6409
|
- name: shared-gitops-configs
|
|
@@ -6506,7 +6509,7 @@ spec:
|
|
|
6506
6509
|
- -c
|
|
6507
6510
|
name: gitops-suite-certs
|
|
6508
6511
|
imagePullPolicy: IfNotPresent
|
|
6509
|
-
image: quay.io/ibmmas/cli:10.
|
|
6512
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6510
6513
|
workspaces:
|
|
6511
6514
|
- name: configs
|
|
6512
6515
|
- name: certificates
|
|
@@ -6666,7 +6669,7 @@ spec:
|
|
|
6666
6669
|
- -c
|
|
6667
6670
|
name: gitops-suite-config
|
|
6668
6671
|
imagePullPolicy: IfNotPresent
|
|
6669
|
-
image: quay.io/ibmmas/cli:10.
|
|
6672
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6670
6673
|
workspaces:
|
|
6671
6674
|
- name: configs
|
|
6672
6675
|
- name: shared-additional-configs
|
|
@@ -6766,7 +6769,7 @@ spec:
|
|
|
6766
6769
|
- -c
|
|
6767
6770
|
name: gitops-suite-dns
|
|
6768
6771
|
imagePullPolicy: IfNotPresent
|
|
6769
|
-
image: quay.io/ibmmas/cli:10.
|
|
6772
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6770
6773
|
workspaces:
|
|
6771
6774
|
- name: configs
|
|
6772
6775
|
|
|
@@ -6890,7 +6893,7 @@ spec:
|
|
|
6890
6893
|
- -c
|
|
6891
6894
|
name: gitops-suite-idp-config
|
|
6892
6895
|
imagePullPolicy: IfNotPresent
|
|
6893
|
-
image: quay.io/ibmmas/cli:10.
|
|
6896
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6894
6897
|
workspaces:
|
|
6895
6898
|
- name: configs
|
|
6896
6899
|
- name: shared-additional-configs
|
|
@@ -6991,7 +6994,7 @@ spec:
|
|
|
6991
6994
|
- -c
|
|
6992
6995
|
name: gitops-suite-objectstorage-config
|
|
6993
6996
|
imagePullPolicy: IfNotPresent
|
|
6994
|
-
image: quay.io/ibmmas/cli:10.
|
|
6997
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
6995
6998
|
workspaces:
|
|
6996
6999
|
- name: configs
|
|
6997
7000
|
- name: shared-gitops-configs
|
|
@@ -7135,7 +7138,7 @@ spec:
|
|
|
7135
7138
|
- -c
|
|
7136
7139
|
name: gitops-suite-smtp-config
|
|
7137
7140
|
imagePullPolicy: IfNotPresent
|
|
7138
|
-
image: quay.io/ibmmas/cli:10.
|
|
7141
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7139
7142
|
workspaces:
|
|
7140
7143
|
- name: configs
|
|
7141
7144
|
|
|
@@ -7244,7 +7247,7 @@ spec:
|
|
|
7244
7247
|
- -c
|
|
7245
7248
|
name: gitops-suite-watson-studio-config
|
|
7246
7249
|
imagePullPolicy: IfNotPresent
|
|
7247
|
-
image: quay.io/ibmmas/cli:10.
|
|
7250
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7248
7251
|
workspaces:
|
|
7249
7252
|
- name: configs
|
|
7250
7253
|
- name: shared-gitops-configs
|
|
@@ -7341,7 +7344,7 @@ spec:
|
|
|
7341
7344
|
- -c
|
|
7342
7345
|
name: gitops-suite-workspace
|
|
7343
7346
|
imagePullPolicy: IfNotPresent
|
|
7344
|
-
image: quay.io/ibmmas/cli:10.
|
|
7347
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7345
7348
|
workspaces:
|
|
7346
7349
|
- name: configs
|
|
7347
7350
|
# --------------------------------------------------------------------------------
|
|
@@ -7611,7 +7614,7 @@ spec:
|
|
|
7611
7614
|
- -c
|
|
7612
7615
|
name: gitops-suite
|
|
7613
7616
|
imagePullPolicy: IfNotPresent
|
|
7614
|
-
image: quay.io/ibmmas/cli:10.
|
|
7617
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7615
7618
|
workspaces:
|
|
7616
7619
|
- name: configs
|
|
7617
7620
|
- name: shared-gitops-configs
|
|
@@ -7661,7 +7664,7 @@ spec:
|
|
|
7661
7664
|
|
|
7662
7665
|
steps:
|
|
7663
7666
|
- name: grafana
|
|
7664
|
-
image: quay.io/ibmmas/cli:10.
|
|
7667
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7665
7668
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7666
7669
|
command:
|
|
7667
7670
|
- /opt/app-root/src/run-role.sh
|
|
@@ -7795,7 +7798,7 @@ spec:
|
|
|
7795
7798
|
command:
|
|
7796
7799
|
- /opt/app-root/src/run-role.sh
|
|
7797
7800
|
- ibm_catalogs
|
|
7798
|
-
image: quay.io/ibmmas/cli:10.
|
|
7801
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
7799
7802
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7800
7803
|
workingDir: /workspace/configs
|
|
7801
7804
|
# --------------------------------------------------------------------------------
|
|
@@ -8037,7 +8040,7 @@ spec:
|
|
|
8037
8040
|
command:
|
|
8038
8041
|
- /opt/app-root/src/run-role.sh
|
|
8039
8042
|
- kafka
|
|
8040
|
-
image: quay.io/ibmmas/cli:10.
|
|
8043
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8041
8044
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8042
8045
|
workingDir: /workspace/configs
|
|
8043
8046
|
|
|
@@ -8214,7 +8217,7 @@ spec:
|
|
|
8214
8217
|
command:
|
|
8215
8218
|
- /opt/app-root/src/run-role.sh
|
|
8216
8219
|
- mongodb
|
|
8217
|
-
image: quay.io/ibmmas/cli:10.
|
|
8220
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8218
8221
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8219
8222
|
workingDir: /workspace/configs
|
|
8220
8223
|
|
|
@@ -8257,7 +8260,7 @@ spec:
|
|
|
8257
8260
|
- $(params.base_output_dir)
|
|
8258
8261
|
- --extra-namespaces
|
|
8259
8262
|
- selenium
|
|
8260
|
-
image: quay.io/ibmmas/cli:10.
|
|
8263
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8261
8264
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8262
8265
|
env:
|
|
8263
8266
|
- name: DEVOPS_MONGO_URI
|
|
@@ -8374,7 +8377,7 @@ spec:
|
|
|
8374
8377
|
command:
|
|
8375
8378
|
- /opt/app-root/src/run-role.sh
|
|
8376
8379
|
- nvidia_gpu
|
|
8377
|
-
image: quay.io/ibmmas/cli:10.
|
|
8380
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8378
8381
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8379
8382
|
workingDir: /workspace/configs
|
|
8380
8383
|
|
|
@@ -8410,7 +8413,7 @@ spec:
|
|
|
8410
8413
|
# Verify Cluster
|
|
8411
8414
|
# -------------------------------------------------------------------------
|
|
8412
8415
|
- name: ocp-verify-cluster
|
|
8413
|
-
image: quay.io/ibmmas/cli:10.
|
|
8416
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8414
8417
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8415
8418
|
command:
|
|
8416
8419
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8452,7 +8455,7 @@ spec:
|
|
|
8452
8455
|
# Verify Catalogs
|
|
8453
8456
|
# -------------------------------------------------------------------------
|
|
8454
8457
|
- name: ocp-verify-catalogs
|
|
8455
|
-
image: quay.io/ibmmas/cli:10.
|
|
8458
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8456
8459
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8457
8460
|
command:
|
|
8458
8461
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8494,7 +8497,7 @@ spec:
|
|
|
8494
8497
|
# Verify Subscriptions
|
|
8495
8498
|
# -------------------------------------------------------------------------
|
|
8496
8499
|
- name: ocp-verify-subscriptions
|
|
8497
|
-
image: quay.io/ibmmas/cli:10.
|
|
8500
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8498
8501
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8499
8502
|
command:
|
|
8500
8503
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8536,7 +8539,7 @@ spec:
|
|
|
8536
8539
|
# Verify Workloads
|
|
8537
8540
|
# -------------------------------------------------------------------------
|
|
8538
8541
|
- name: ocp-verify-workloads
|
|
8539
|
-
image: quay.io/ibmmas/cli:10.
|
|
8542
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8540
8543
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8541
8544
|
command:
|
|
8542
8545
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8578,7 +8581,7 @@ spec:
|
|
|
8578
8581
|
# Verify Catalogs - Ingress TLS
|
|
8579
8582
|
# -------------------------------------------------------------------------
|
|
8580
8583
|
- name: ocp-verify-ingress
|
|
8581
|
-
image: quay.io/ibmmas/cli:10.
|
|
8584
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8582
8585
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8583
8586
|
command:
|
|
8584
8587
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8704,7 +8707,7 @@ spec:
|
|
|
8704
8707
|
command:
|
|
8705
8708
|
- /opt/app-root/src/run-role.sh
|
|
8706
8709
|
- ocp_verify
|
|
8707
|
-
image: quay.io/ibmmas/cli:10.
|
|
8710
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8708
8711
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8709
8712
|
workingDir: /workspace/configs
|
|
8710
8713
|
# --------------------------------------------------------------------------------
|
|
@@ -8772,7 +8775,7 @@ spec:
|
|
|
8772
8775
|
command:
|
|
8773
8776
|
- /opt/app-root/src/run-role.sh
|
|
8774
8777
|
- ocs
|
|
8775
|
-
image: quay.io/ibmmas/cli:10.
|
|
8778
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8776
8779
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8777
8780
|
workingDir: /workspace/configs
|
|
8778
8781
|
|
|
@@ -8953,7 +8956,7 @@ spec:
|
|
|
8953
8956
|
command:
|
|
8954
8957
|
- /opt/app-root/src/run-role.sh
|
|
8955
8958
|
- sls
|
|
8956
|
-
image: quay.io/ibmmas/cli:10.
|
|
8959
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
8957
8960
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8958
8961
|
workingDir: /workspace/configs
|
|
8959
8962
|
|
|
@@ -9328,12 +9331,12 @@ spec:
|
|
|
9328
9331
|
command:
|
|
9329
9332
|
- /opt/app-root/src/run-role.sh
|
|
9330
9333
|
- suite_app_config
|
|
9331
|
-
image: quay.io/ibmmas/cli:10.
|
|
9334
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9332
9335
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9333
9336
|
|
|
9334
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"
|
|
9335
9338
|
- name: app-cfg-post-verify
|
|
9336
|
-
image: quay.io/ibmmas/cli:10.
|
|
9339
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9337
9340
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9338
9341
|
command:
|
|
9339
9342
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -9534,7 +9537,7 @@ spec:
|
|
|
9534
9537
|
command:
|
|
9535
9538
|
- /opt/app-root/src/run-role.sh
|
|
9536
9539
|
- suite_app_install
|
|
9537
|
-
image: quay.io/ibmmas/cli:10.
|
|
9540
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9538
9541
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9539
9542
|
|
|
9540
9543
|
workspaces:
|
|
@@ -9623,7 +9626,7 @@ spec:
|
|
|
9623
9626
|
command:
|
|
9624
9627
|
- /opt/app-root/src/run-role.sh
|
|
9625
9628
|
- suite_app_rollback
|
|
9626
|
-
image: quay.io/ibmmas/cli:10.
|
|
9629
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9627
9630
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9628
9631
|
# --------------------------------------------------------------------------------
|
|
9629
9632
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -9686,7 +9689,7 @@ spec:
|
|
|
9686
9689
|
command:
|
|
9687
9690
|
- /opt/app-root/src/run-role.sh
|
|
9688
9691
|
- suite_app_uninstall
|
|
9689
|
-
image: quay.io/ibmmas/cli:10.
|
|
9692
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9690
9693
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9691
9694
|
# --------------------------------------------------------------------------------
|
|
9692
9695
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -9761,7 +9764,7 @@ spec:
|
|
|
9761
9764
|
command:
|
|
9762
9765
|
- /opt/app-root/src/run-role.sh
|
|
9763
9766
|
- suite_app_upgrade
|
|
9764
|
-
image: quay.io/ibmmas/cli:10.
|
|
9767
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9765
9768
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9766
9769
|
# --------------------------------------------------------------------------------
|
|
9767
9770
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -9862,7 +9865,7 @@ spec:
|
|
|
9862
9865
|
command:
|
|
9863
9866
|
- /opt/app-root/src/run-role.sh
|
|
9864
9867
|
- suite_app_verify
|
|
9865
|
-
image: quay.io/ibmmas/cli:10.
|
|
9868
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
9866
9869
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9867
9870
|
# --------------------------------------------------------------------------------
|
|
9868
9871
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -10005,7 +10008,7 @@ spec:
|
|
|
10005
10008
|
command:
|
|
10006
10009
|
- /opt/app-root/src/run-role.sh
|
|
10007
10010
|
- suite_certs
|
|
10008
|
-
image: quay.io/ibmmas/cli:10.
|
|
10011
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10009
10012
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10010
10013
|
|
|
10011
10014
|
workspaces:
|
|
@@ -10072,7 +10075,7 @@ spec:
|
|
|
10072
10075
|
command:
|
|
10073
10076
|
- /opt/app-root/src/run-role.sh
|
|
10074
10077
|
- suite_config
|
|
10075
|
-
image: quay.io/ibmmas/cli:10.
|
|
10078
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10076
10079
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10077
10080
|
workingDir: /workspace/configs
|
|
10078
10081
|
|
|
@@ -10143,7 +10146,7 @@ spec:
|
|
|
10143
10146
|
command:
|
|
10144
10147
|
- /opt/app-root/src/run-role.sh
|
|
10145
10148
|
- suite_db2_setup_for_manage
|
|
10146
|
-
image: quay.io/ibmmas/cli:10.
|
|
10149
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10147
10150
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10148
10151
|
# --------------------------------------------------------------------------------
|
|
10149
10152
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -10333,7 +10336,7 @@ spec:
|
|
|
10333
10336
|
command:
|
|
10334
10337
|
- /opt/app-root/src/run-role.sh
|
|
10335
10338
|
- suite_dns
|
|
10336
|
-
image: quay.io/ibmmas/cli:10.
|
|
10339
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10337
10340
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10338
10341
|
# --------------------------------------------------------------------------------
|
|
10339
10342
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -10577,7 +10580,7 @@ spec:
|
|
|
10577
10580
|
command:
|
|
10578
10581
|
- /opt/app-root/src/run-role.sh
|
|
10579
10582
|
- suite_install
|
|
10580
|
-
image: quay.io/ibmmas/cli:10.
|
|
10583
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10581
10584
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10582
10585
|
workingDir: /workspace/configs
|
|
10583
10586
|
|
|
@@ -10665,7 +10668,7 @@ spec:
|
|
|
10665
10668
|
command:
|
|
10666
10669
|
- /opt/app-root/src/run-role.sh
|
|
10667
10670
|
- suite_rollback
|
|
10668
|
-
image: quay.io/ibmmas/cli:10.
|
|
10671
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10669
10672
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10670
10673
|
# --------------------------------------------------------------------------------
|
|
10671
10674
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -10730,7 +10733,7 @@ spec:
|
|
|
10730
10733
|
command:
|
|
10731
10734
|
- /opt/app-root/src/run-role.sh
|
|
10732
10735
|
- suite_uninstall
|
|
10733
|
-
image: quay.io/ibmmas/cli:10.
|
|
10736
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10734
10737
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10735
10738
|
# --------------------------------------------------------------------------------
|
|
10736
10739
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -10800,7 +10803,7 @@ spec:
|
|
|
10800
10803
|
command:
|
|
10801
10804
|
- /opt/app-root/src/run-role.sh
|
|
10802
10805
|
- suite_upgrade
|
|
10803
|
-
image: quay.io/ibmmas/cli:10.
|
|
10806
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10804
10807
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10805
10808
|
# --------------------------------------------------------------------------------
|
|
10806
10809
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -10862,12 +10865,12 @@ spec:
|
|
|
10862
10865
|
command:
|
|
10863
10866
|
- /opt/app-root/src/run-role.sh
|
|
10864
10867
|
- suite_verify
|
|
10865
|
-
image: quay.io/ibmmas/cli:10.
|
|
10868
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10866
10869
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10867
10870
|
|
|
10868
10871
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10869
10872
|
- name: suite-post-verify
|
|
10870
|
-
image: quay.io/ibmmas/cli:10.
|
|
10873
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
10871
10874
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10872
10875
|
command:
|
|
10873
10876
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10996,7 +10999,7 @@ spec:
|
|
|
10996
10999
|
command:
|
|
10997
11000
|
- /opt/app-root/src/run-role.sh
|
|
10998
11001
|
- turbonomic
|
|
10999
|
-
image: quay.io/ibmmas/cli:10.
|
|
11002
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11000
11003
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11001
11004
|
# --------------------------------------------------------------------------------
|
|
11002
11005
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -11077,7 +11080,7 @@ spec:
|
|
|
11077
11080
|
# IBM User Data Services (UDS)
|
|
11078
11081
|
# -------------------------------------------------------------------------
|
|
11079
11082
|
- name: uds
|
|
11080
|
-
image: quay.io/ibmmas/cli:10.
|
|
11083
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11081
11084
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11082
11085
|
workingDir: /workspace/configs
|
|
11083
11086
|
command:
|
|
@@ -11140,7 +11143,7 @@ spec:
|
|
|
11140
11143
|
# IBM Data Reporter Operator (DRO)
|
|
11141
11144
|
# -------------------------------------------------------------------------
|
|
11142
11145
|
- name: dro
|
|
11143
|
-
image: quay.io/ibmmas/cli:10.
|
|
11146
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11144
11147
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11145
11148
|
workingDir: /workspace/configs
|
|
11146
11149
|
command:
|
|
@@ -11226,7 +11229,7 @@ spec:
|
|
|
11226
11229
|
|
|
11227
11230
|
steps:
|
|
11228
11231
|
- name: update-configmap
|
|
11229
|
-
image: quay.io/ibmmas/cli:10.
|
|
11232
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11230
11233
|
command:
|
|
11231
11234
|
- /opt/app-root/src/update-configmap.sh
|
|
11232
11235
|
env:
|
|
@@ -11288,7 +11291,7 @@ spec:
|
|
|
11288
11291
|
|
|
11289
11292
|
steps:
|
|
11290
11293
|
- name: wait-for-configmap
|
|
11291
|
-
image: quay.io/ibmmas/cli:10.
|
|
11294
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11292
11295
|
command:
|
|
11293
11296
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
11294
11297
|
env:
|
|
@@ -11352,7 +11355,7 @@ spec:
|
|
|
11352
11355
|
|
|
11353
11356
|
steps:
|
|
11354
11357
|
- name: wait
|
|
11355
|
-
image: quay.io/ibmmas/cli:10.
|
|
11358
|
+
image: quay.io/ibmmas/cli:10.9.0
|
|
11356
11359
|
command:
|
|
11357
11360
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
11358
11361
|
env:
|
|
@@ -11372,599 +11375,6 @@ spec:
|
|
|
11372
11375
|
- name: IGNORE_FAILURE
|
|
11373
11376
|
value: $(params.ignore_failure)
|
|
11374
11377
|
# --------------------------------------------------------------------------------
|
|
11375
|
-
# /home/runner/work/cli/cli/tekton/target/pipelines/db2.yaml
|
|
11376
|
-
# --------------------------------------------------------------------------------
|
|
11377
|
-
---
|
|
11378
|
-
apiVersion: tekton.dev/v1beta1
|
|
11379
|
-
kind: Pipeline
|
|
11380
|
-
metadata:
|
|
11381
|
-
name: mas-db2
|
|
11382
|
-
spec:
|
|
11383
|
-
workspaces:
|
|
11384
|
-
# The generated configuration files
|
|
11385
|
-
- name: shared-configs
|
|
11386
|
-
# Any pre-generated configs that will be copied into the shared-configs workspace during suite-install
|
|
11387
|
-
- name: shared-additional-configs
|
|
11388
|
-
# The SLS entitlement key file that will be installed during install-sls.
|
|
11389
|
-
- name: shared-entitlement
|
|
11390
|
-
|
|
11391
|
-
params:
|
|
11392
|
-
# Common Parameters
|
|
11393
|
-
# -------------------------------------------------------------------------
|
|
11394
|
-
# Tekton Pipeline image pull policy (for ibmmas/cli images)
|
|
11395
|
-
- name: image_pull_policy
|
|
11396
|
-
type: string
|
|
11397
|
-
default: IfNotPresent
|
|
11398
|
-
description: Pull policy for pipeline container images
|
|
11399
|
-
|
|
11400
|
-
# Development Build Support
|
|
11401
|
-
- name: artifactory_username
|
|
11402
|
-
default: ""
|
|
11403
|
-
type: string
|
|
11404
|
-
description: Required to install development MAS catalogs
|
|
11405
|
-
- name: artifactory_token
|
|
11406
|
-
default: ""
|
|
11407
|
-
type: string
|
|
11408
|
-
description: Required to install development MAS catalogs
|
|
11409
|
-
|
|
11410
|
-
# Custom Labels
|
|
11411
|
-
- name: custom_labels
|
|
11412
|
-
type: string
|
|
11413
|
-
default: ""
|
|
11414
|
-
description: Optional custom labels, comma separated list of key=value pairs
|
|
11415
|
-
|
|
11416
|
-
# MAS Configuration
|
|
11417
|
-
- name: mas_channel
|
|
11418
|
-
type: string
|
|
11419
|
-
default: ""
|
|
11420
|
-
- name: mas_instance_id
|
|
11421
|
-
type: string
|
|
11422
|
-
default: ""
|
|
11423
|
-
- name: mas_workspace_id
|
|
11424
|
-
type: string
|
|
11425
|
-
default: ""
|
|
11426
|
-
- name: cpd_product_version # common-services will only be installed with specific cpd versions or if set to 'none'
|
|
11427
|
-
type: string
|
|
11428
|
-
default: ""
|
|
11429
|
-
|
|
11430
|
-
# Storage Class Selection
|
|
11431
|
-
# -----------------------------------------------------------------------------
|
|
11432
|
-
- name: storage_class_rwo
|
|
11433
|
-
type: string
|
|
11434
|
-
default: ""
|
|
11435
|
-
description: ReadWriteOnce storage class
|
|
11436
|
-
- name: storage_class_rwx
|
|
11437
|
-
type: string
|
|
11438
|
-
default: ""
|
|
11439
|
-
description: ReadWriteMany storage class
|
|
11440
|
-
|
|
11441
|
-
# Entitlement
|
|
11442
|
-
# -----------------------------------------------------------------------------
|
|
11443
|
-
- name: ibm_entitlement_key
|
|
11444
|
-
type: string
|
|
11445
|
-
description: IBM Entitlement Key
|
|
11446
|
-
|
|
11447
|
-
# Pipeline config
|
|
11448
|
-
# -----------------------------------------------------------------------------
|
|
11449
|
-
- name: skip_pre_check
|
|
11450
|
-
type: string
|
|
11451
|
-
default: ""
|
|
11452
|
-
|
|
11453
|
-
|
|
11454
|
-
# Certificate Manager
|
|
11455
|
-
# -----------------------------------------------------------------------------
|
|
11456
|
-
- name: cert_manager_provider
|
|
11457
|
-
type: string
|
|
11458
|
-
default: ""
|
|
11459
|
-
- name: cert_manager_action
|
|
11460
|
-
type: string
|
|
11461
|
-
default: ""
|
|
11462
|
-
|
|
11463
|
-
|
|
11464
|
-
# IBM Operator Catalog
|
|
11465
|
-
# -------------------------------------------------------------------------
|
|
11466
|
-
- name: mas_catalog_source
|
|
11467
|
-
type: string
|
|
11468
|
-
default: ibm-operator-catalog
|
|
11469
|
-
- name: mas_catalog_version
|
|
11470
|
-
type: string
|
|
11471
|
-
default: v8-amd64
|
|
11472
|
-
- name: mas_catalog_digest
|
|
11473
|
-
type: string
|
|
11474
|
-
description: Set when using dev or pre-release catalog in airgap
|
|
11475
|
-
default: ""
|
|
11476
|
-
|
|
11477
|
-
# Dependencies - Db2 - Instance
|
|
11478
|
-
# -------------------------------------------------------------------------
|
|
11479
|
-
- name: db2_namespace
|
|
11480
|
-
type: string
|
|
11481
|
-
description: Namespace to create Db2uCluster instances
|
|
11482
|
-
default: "db2u"
|
|
11483
|
-
- name: db2_channel
|
|
11484
|
-
type: string
|
|
11485
|
-
description: Subscription channel for the Db2 Universal Operator
|
|
11486
|
-
default: ""
|
|
11487
|
-
- name: db2_dbname
|
|
11488
|
-
type: string
|
|
11489
|
-
description: The name of the database created
|
|
11490
|
-
default: "BLUDB"
|
|
11491
|
-
- name: db2_version
|
|
11492
|
-
type: string
|
|
11493
|
-
description: The version of the database created
|
|
11494
|
-
default: ""
|
|
11495
|
-
- name: db2_type
|
|
11496
|
-
type: string
|
|
11497
|
-
description: The type of the database created
|
|
11498
|
-
default: ""
|
|
11499
|
-
- name: db2_timezone
|
|
11500
|
-
type: string
|
|
11501
|
-
description: The timezone of the database created
|
|
11502
|
-
default: ""
|
|
11503
|
-
- name: db2_workload
|
|
11504
|
-
type: string
|
|
11505
|
-
description: The workload profile for the db2 instance ('PUREDATA_OLAP' or 'ANALYTICS')
|
|
11506
|
-
default: "ANALYTICS"
|
|
11507
|
-
- name: db2_4k_device_support
|
|
11508
|
-
type: string
|
|
11509
|
-
description: Enable 4K device support. Set to 'ON' or 'OFF'
|
|
11510
|
-
default: "ON"
|
|
11511
|
-
- name: db2_table_org
|
|
11512
|
-
type: string
|
|
11513
|
-
description: Customize the way database tables will be organized. Set to 'ROW' or 'COLUMN'
|
|
11514
|
-
default: "ROW"
|
|
11515
|
-
|
|
11516
|
-
# Dependences - Db2 - Node scheduling
|
|
11517
|
-
# -------------------------------------------------------------------------
|
|
11518
|
-
- name: db2_affinity_key
|
|
11519
|
-
type: string
|
|
11520
|
-
description: Configure node affinity (1/2)
|
|
11521
|
-
default: ""
|
|
11522
|
-
- name: db2_affinity_value
|
|
11523
|
-
type: string
|
|
11524
|
-
description: Configure node affinity (2/2)
|
|
11525
|
-
default: ""
|
|
11526
|
-
- name: db2_tolerate_key
|
|
11527
|
-
type: string
|
|
11528
|
-
description: Configure node tolerations (1/3)
|
|
11529
|
-
default: ""
|
|
11530
|
-
- name: db2_tolerate_value
|
|
11531
|
-
type: string
|
|
11532
|
-
description: Configure node tolerations (2/3)
|
|
11533
|
-
default: ""
|
|
11534
|
-
- name: db2_tolerate_effect
|
|
11535
|
-
type: string
|
|
11536
|
-
description: Configure node tolerations (3/3)
|
|
11537
|
-
default: ""
|
|
11538
|
-
|
|
11539
|
-
# Dependences - Db2 - CPU requests and limits
|
|
11540
|
-
# -------------------------------------------------------------------------
|
|
11541
|
-
- name: db2_cpu_requests
|
|
11542
|
-
type: string
|
|
11543
|
-
description: Define the Kubernetes CPU request for the Db2 pod
|
|
11544
|
-
default: "4000m"
|
|
11545
|
-
- name: db2_cpu_limits
|
|
11546
|
-
type: string
|
|
11547
|
-
description: Define the Kubernetes CPU limit for the Db2 pod
|
|
11548
|
-
default: "6000m"
|
|
11549
|
-
|
|
11550
|
-
# Dependencies - Db2 - Memory requests and limits
|
|
11551
|
-
# -------------------------------------------------------------------------
|
|
11552
|
-
- name: db2_memory_requests
|
|
11553
|
-
type: string
|
|
11554
|
-
description: Define the Kubernetes memory request for the Db2 pod
|
|
11555
|
-
default: "8Gi"
|
|
11556
|
-
- name: db2_memory_limits
|
|
11557
|
-
type: string
|
|
11558
|
-
description: Define the Kubernetes memory limit for the Db2 pod
|
|
11559
|
-
default: "16Gi"
|
|
11560
|
-
|
|
11561
|
-
# Dependencies - Db2 - Storage - Capacity
|
|
11562
|
-
# -------------------------------------------------------------------------
|
|
11563
|
-
- name: db2_meta_storage_class
|
|
11564
|
-
type: string
|
|
11565
|
-
description: Storage class (metadata)
|
|
11566
|
-
default: ""
|
|
11567
|
-
- name: db2_meta_storage_size
|
|
11568
|
-
type: string
|
|
11569
|
-
description: Storage capacity (metadata)
|
|
11570
|
-
default: "20Gi"
|
|
11571
|
-
- name: db2_backup_storage_class
|
|
11572
|
-
type: string
|
|
11573
|
-
description: Storage class (backup)
|
|
11574
|
-
default: ""
|
|
11575
|
-
- name: db2_backup_storage_size
|
|
11576
|
-
type: string
|
|
11577
|
-
description: Storage capacity (backup)
|
|
11578
|
-
default: "100Gi"
|
|
11579
|
-
- name: db2_logs_storage_class
|
|
11580
|
-
type: string
|
|
11581
|
-
description: Storage class (logs)
|
|
11582
|
-
default: ""
|
|
11583
|
-
- name: db2_logs_storage_size
|
|
11584
|
-
type: string
|
|
11585
|
-
description: Storage capacity (logs)
|
|
11586
|
-
default: "100Gi"
|
|
11587
|
-
- name: db2_temp_storage_class
|
|
11588
|
-
type: string
|
|
11589
|
-
description: Storage class (temp)
|
|
11590
|
-
default: ""
|
|
11591
|
-
- name: db2_temp_storage_size
|
|
11592
|
-
type: string
|
|
11593
|
-
description: Storage capacity (temp)
|
|
11594
|
-
default: "100Gi"
|
|
11595
|
-
- name: db2_data_storage_class
|
|
11596
|
-
type: string
|
|
11597
|
-
description: Storage class (data)
|
|
11598
|
-
default: ""
|
|
11599
|
-
- name: db2_data_storage_size
|
|
11600
|
-
type: string
|
|
11601
|
-
description: Storage capacity (data)
|
|
11602
|
-
default: "100Gi"
|
|
11603
|
-
|
|
11604
|
-
# Dependencies - Db2 - Storage - Access mode
|
|
11605
|
-
# -------------------------------------------------------------------------
|
|
11606
|
-
- name: db2_meta_storage_accessmode
|
|
11607
|
-
type: string
|
|
11608
|
-
description: Optional override for db2 meta storage access mode
|
|
11609
|
-
default: ""
|
|
11610
|
-
- name: db2_backup_storage_accessmode
|
|
11611
|
-
type: string
|
|
11612
|
-
description: Optional override for db2 backup storage access mode
|
|
11613
|
-
default: ""
|
|
11614
|
-
- name: db2_logs_storage_accessmode
|
|
11615
|
-
type: string
|
|
11616
|
-
description: Optional override for db2 logs storage access mode
|
|
11617
|
-
default: ""
|
|
11618
|
-
- name: db2_temp_storage_accessmode
|
|
11619
|
-
type: string
|
|
11620
|
-
description: Optional override for db2 temp storage access mode
|
|
11621
|
-
default: ""
|
|
11622
|
-
- name: db2_data_storage_accessmode
|
|
11623
|
-
type: string
|
|
11624
|
-
description: Optional override for db2 data storage access mode
|
|
11625
|
-
default: ""
|
|
11626
|
-
|
|
11627
|
-
# Dependencies - Db2 - LDAP
|
|
11628
|
-
# -------------------------------------------------------------------------
|
|
11629
|
-
- name: db2_ldap_username
|
|
11630
|
-
type: string
|
|
11631
|
-
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.
|
|
11632
|
-
default: ""
|
|
11633
|
-
- name: db2_ldap_password
|
|
11634
|
-
type: string
|
|
11635
|
-
description: Define the password of the db2 user in the local LDAP registry. Must define when db2_ldap_username is used.
|
|
11636
|
-
default: ""
|
|
11637
|
-
- name: db2_action_system
|
|
11638
|
-
type: string
|
|
11639
|
-
description: Set to 'install' to set up a Db2 instance for the whole suite
|
|
11640
|
-
default: "none"
|
|
11641
|
-
- name: db2_action_manage
|
|
11642
|
-
type: string
|
|
11643
|
-
description: Set to 'install' to set up a Db2 instance for Manage
|
|
11644
|
-
default: "none"
|
|
11645
|
-
|
|
11646
|
-
tasks:
|
|
11647
|
-
# 1. Setup Cluster-wide Dependencies & Configure Cluster Monitoring
|
|
11648
|
-
# -------------------------------------------------------------------------
|
|
11649
|
-
# 1.1 IBM Operator Catalog
|
|
11650
|
-
- name: ibm-catalogs
|
|
11651
|
-
timeout: "0"
|
|
11652
|
-
params:
|
|
11653
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
11654
|
-
- name: image_pull_policy
|
|
11655
|
-
value: $(params.image_pull_policy)
|
|
11656
|
-
|
|
11657
|
-
- name: devops_suite_name
|
|
11658
|
-
value: setup-ibm-catalogs
|
|
11659
|
-
|
|
11660
|
-
- name: mas_catalog_version
|
|
11661
|
-
value: $(params.mas_catalog_version)
|
|
11662
|
-
|
|
11663
|
-
- name: artifactory_username
|
|
11664
|
-
value: $(params.artifactory_username)
|
|
11665
|
-
- name: artifactory_token
|
|
11666
|
-
value: $(params.artifactory_token)
|
|
11667
|
-
- name: mas_catalog_digest
|
|
11668
|
-
value: $(params.mas_catalog_digest)
|
|
11669
|
-
taskRef:
|
|
11670
|
-
kind: Task
|
|
11671
|
-
name: mas-devops-ibm-catalogs
|
|
11672
|
-
|
|
11673
|
-
# 1.2 IBM Cloud Pak Foundational Services
|
|
11674
|
-
- name: common-services
|
|
11675
|
-
timeout: "0"
|
|
11676
|
-
taskRef:
|
|
11677
|
-
kind: Task
|
|
11678
|
-
name: mas-devops-common-services
|
|
11679
|
-
params:
|
|
11680
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
11681
|
-
- name: image_pull_policy
|
|
11682
|
-
value: $(params.image_pull_policy)
|
|
11683
|
-
|
|
11684
|
-
- name: devops_suite_name
|
|
11685
|
-
value: setup-common-services
|
|
11686
|
-
when:
|
|
11687
|
-
- input: "$(params.cpd_product_version)"
|
|
11688
|
-
operator: in
|
|
11689
|
-
values: ["","4.5.0", "4.5.3", "4.6.0", "4.6.3", "4.6.4", "4.6.6"]
|
|
11690
|
-
|
|
11691
|
-
runAfter:
|
|
11692
|
-
- ibm-catalogs
|
|
11693
|
-
|
|
11694
|
-
# 1.3 IBM Certificate Manager
|
|
11695
|
-
- name: cert-manager
|
|
11696
|
-
timeout: "0"
|
|
11697
|
-
params:
|
|
11698
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
11699
|
-
- name: image_pull_policy
|
|
11700
|
-
value: $(params.image_pull_policy)
|
|
11701
|
-
|
|
11702
|
-
- name: devops_suite_name
|
|
11703
|
-
value: setup-cert-manager
|
|
11704
|
-
- name: cert_manager_provider
|
|
11705
|
-
value: $(params.cert_manager_provider)
|
|
11706
|
-
- name: cert_manager_action
|
|
11707
|
-
value: $(params.cert_manager_action)
|
|
11708
|
-
taskRef:
|
|
11709
|
-
kind: Task
|
|
11710
|
-
name: mas-devops-cert-manager
|
|
11711
|
-
runAfter:
|
|
11712
|
-
- common-services
|
|
11713
|
-
|
|
11714
|
-
# 2. Setup Db2
|
|
11715
|
-
# -------------------------------------------------------------------------
|
|
11716
|
-
# 2.1 System Db2
|
|
11717
|
-
- name: db2-system
|
|
11718
|
-
timeout: "0"
|
|
11719
|
-
params:
|
|
11720
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
11721
|
-
- name: image_pull_policy
|
|
11722
|
-
value: $(params.image_pull_policy)
|
|
11723
|
-
|
|
11724
|
-
- name: devops_suite_name
|
|
11725
|
-
value: dependencies-db2-system
|
|
11726
|
-
|
|
11727
|
-
- name: mas_instance_id
|
|
11728
|
-
value: $(params.mas_instance_id)
|
|
11729
|
-
|
|
11730
|
-
# Entitlement
|
|
11731
|
-
- name: ibm_entitlement_key
|
|
11732
|
-
value: $(params.ibm_entitlement_key)
|
|
11733
|
-
|
|
11734
|
-
# Operator Subscription
|
|
11735
|
-
- name: db2_channel
|
|
11736
|
-
value: $(params.db2_channel)
|
|
11737
|
-
|
|
11738
|
-
# DB2 instance
|
|
11739
|
-
- name: db2_instance_name
|
|
11740
|
-
value: mas-$(params.mas_instance_id)-system
|
|
11741
|
-
- name: db2_namespace
|
|
11742
|
-
value: $(params.db2_namespace)
|
|
11743
|
-
- name: db2_dbname
|
|
11744
|
-
value: $(params.db2_dbname)
|
|
11745
|
-
|
|
11746
|
-
- name: db2_version
|
|
11747
|
-
value: $(params.db2_version)
|
|
11748
|
-
- name: db2_workload
|
|
11749
|
-
value: $(params.db2_workload)
|
|
11750
|
-
- name: db2_4k_device_support
|
|
11751
|
-
value: $(params.db2_4k_device_support)
|
|
11752
|
-
- name: db2_table_org
|
|
11753
|
-
value: $(params.db2_table_org)
|
|
11754
|
-
|
|
11755
|
-
# Node Scheduling
|
|
11756
|
-
- name: db2_affinity_key
|
|
11757
|
-
value: $(params.db2_affinity_key)
|
|
11758
|
-
- name: db2_affinity_value
|
|
11759
|
-
value: $(params.db2_affinity_value)
|
|
11760
|
-
- name: db2_tolerate_key
|
|
11761
|
-
value: $(params.db2_tolerate_key)
|
|
11762
|
-
- name: db2_tolerate_value
|
|
11763
|
-
value: $(params.db2_tolerate_value)
|
|
11764
|
-
- name: db2_tolerate_effect
|
|
11765
|
-
value: $(params.db2_tolerate_effect)
|
|
11766
|
-
|
|
11767
|
-
# Requests and Limits - CPU
|
|
11768
|
-
- name: db2_cpu_requests
|
|
11769
|
-
value: $(params.db2_cpu_requests)
|
|
11770
|
-
- name: db2_cpu_limits
|
|
11771
|
-
value: $(params.db2_cpu_limits)
|
|
11772
|
-
|
|
11773
|
-
# Requests and Limits - Memory
|
|
11774
|
-
- name: db2_memory_requests
|
|
11775
|
-
value: $(params.db2_memory_requests)
|
|
11776
|
-
- name: db2_memory_limits
|
|
11777
|
-
value: $(params.db2_memory_limits)
|
|
11778
|
-
|
|
11779
|
-
# Storage - Capacity
|
|
11780
|
-
- name: db2_meta_storage_size
|
|
11781
|
-
value: $(params.db2_meta_storage_size)
|
|
11782
|
-
- name: db2_backup_storage_size
|
|
11783
|
-
value: $(params.db2_backup_storage_size)
|
|
11784
|
-
- name: db2_logs_storage_size
|
|
11785
|
-
value: $(params.db2_logs_storage_size)
|
|
11786
|
-
- name: db2_temp_storage_size
|
|
11787
|
-
value: $(params.db2_temp_storage_size)
|
|
11788
|
-
- name: db2_data_storage_size
|
|
11789
|
-
value: $(params.db2_data_storage_size)
|
|
11790
|
-
|
|
11791
|
-
# Storage - Class
|
|
11792
|
-
- name: db2_meta_storage_class
|
|
11793
|
-
value: $(params.storage_class_rwx)
|
|
11794
|
-
- name: db2_data_storage_class
|
|
11795
|
-
value: $(params.storage_class_rwo)
|
|
11796
|
-
- name: db2_backup_storage_class
|
|
11797
|
-
value: $(params.storage_class_rwx)
|
|
11798
|
-
- name: db2_logs_storage_class
|
|
11799
|
-
value: $(params.storage_class_rwo)
|
|
11800
|
-
- name: db2_temp_storage_class
|
|
11801
|
-
value: $(params.storage_class_rwo)
|
|
11802
|
-
|
|
11803
|
-
# Storage - Access mode
|
|
11804
|
-
- name: db2_meta_storage_accessmode
|
|
11805
|
-
value: $(params.db2_meta_storage_accessmode)
|
|
11806
|
-
- name: db2_backup_storage_accessmode
|
|
11807
|
-
value: $(params.db2_backup_storage_accessmode)
|
|
11808
|
-
- name: db2_temp_storage_accessmode
|
|
11809
|
-
value: $(params.db2_temp_storage_accessmode)
|
|
11810
|
-
- name: db2_logs_storage_accessmode
|
|
11811
|
-
value: $(params.db2_logs_storage_accessmode)
|
|
11812
|
-
- name: db2_data_storage_accessmode
|
|
11813
|
-
value: $(params.db2_data_storage_accessmode)
|
|
11814
|
-
|
|
11815
|
-
# MAS - JDBCCfg - System
|
|
11816
|
-
- name: mas_config_scope
|
|
11817
|
-
value: system
|
|
11818
|
-
|
|
11819
|
-
# Custom label support
|
|
11820
|
-
- name: custom_labels
|
|
11821
|
-
value: $(params.custom_labels)
|
|
11822
|
-
|
|
11823
|
-
when:
|
|
11824
|
-
- input: "$(params.db2_action_system)"
|
|
11825
|
-
operator: in
|
|
11826
|
-
values: ["install"]
|
|
11827
|
-
taskRef:
|
|
11828
|
-
name: mas-devops-db2
|
|
11829
|
-
kind: Task
|
|
11830
|
-
workspaces:
|
|
11831
|
-
- name: configs
|
|
11832
|
-
workspace: shared-configs
|
|
11833
|
-
runAfter:
|
|
11834
|
-
- cert-manager
|
|
11835
|
-
|
|
11836
|
-
# 2.2 Dedicated Manage Db2
|
|
11837
|
-
- name: db2-manage
|
|
11838
|
-
timeout: "0"
|
|
11839
|
-
params:
|
|
11840
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
11841
|
-
- name: image_pull_policy
|
|
11842
|
-
value: $(params.image_pull_policy)
|
|
11843
|
-
|
|
11844
|
-
- name: devops_suite_name
|
|
11845
|
-
value: dependencies-db2-manage
|
|
11846
|
-
|
|
11847
|
-
- name: mas_instance_id
|
|
11848
|
-
value: $(params.mas_instance_id)
|
|
11849
|
-
|
|
11850
|
-
# Entitlement
|
|
11851
|
-
- name: ibm_entitlement_key
|
|
11852
|
-
value: $(params.ibm_entitlement_key)
|
|
11853
|
-
|
|
11854
|
-
# Operator Subscription
|
|
11855
|
-
- name: db2_channel
|
|
11856
|
-
value: $(params.db2_channel)
|
|
11857
|
-
|
|
11858
|
-
# DB2 instance
|
|
11859
|
-
- name: db2_instance_name
|
|
11860
|
-
value: mas-$(params.mas_instance_id)-$(params.mas_workspace_id)-manage
|
|
11861
|
-
- name: db2_ldap_username
|
|
11862
|
-
value: $(params.db2_ldap_username)
|
|
11863
|
-
- name: db2_ldap_password
|
|
11864
|
-
value: $(params.db2_ldap_password)
|
|
11865
|
-
- name: db2_type
|
|
11866
|
-
value: $(params.db2_type)
|
|
11867
|
-
- name: db2_timezone
|
|
11868
|
-
value: $(params.db2_timezone)
|
|
11869
|
-
- name: db2_namespace
|
|
11870
|
-
value: $(params.db2_namespace)
|
|
11871
|
-
- name: db2_dbname
|
|
11872
|
-
value: $(params.db2_dbname)
|
|
11873
|
-
|
|
11874
|
-
- name: db2_version
|
|
11875
|
-
value: $(params.db2_version)
|
|
11876
|
-
- name: db2_workload
|
|
11877
|
-
value: $(params.db2_workload)
|
|
11878
|
-
- name: db2_4k_device_support
|
|
11879
|
-
value: $(params.db2_4k_device_support)
|
|
11880
|
-
- name: db2_table_org
|
|
11881
|
-
value: $(params.db2_table_org)
|
|
11882
|
-
|
|
11883
|
-
# Node Scheduling
|
|
11884
|
-
- name: db2_affinity_key
|
|
11885
|
-
value: $(params.db2_affinity_key)
|
|
11886
|
-
- name: db2_affinity_value
|
|
11887
|
-
value: $(params.db2_affinity_value)
|
|
11888
|
-
- name: db2_tolerate_key
|
|
11889
|
-
value: $(params.db2_tolerate_key)
|
|
11890
|
-
- name: db2_tolerate_value
|
|
11891
|
-
value: $(params.db2_tolerate_value)
|
|
11892
|
-
- name: db2_tolerate_effect
|
|
11893
|
-
value: $(params.db2_tolerate_effect)
|
|
11894
|
-
|
|
11895
|
-
# Requests and Limits - CPU
|
|
11896
|
-
- name: db2_cpu_requests
|
|
11897
|
-
value: $(params.db2_cpu_requests)
|
|
11898
|
-
- name: db2_cpu_limits
|
|
11899
|
-
value: $(params.db2_cpu_limits)
|
|
11900
|
-
|
|
11901
|
-
# Requests and Limits - Memory
|
|
11902
|
-
- name: db2_memory_requests
|
|
11903
|
-
value: $(params.db2_memory_requests)
|
|
11904
|
-
- name: db2_memory_limits
|
|
11905
|
-
value: $(params.db2_memory_limits)
|
|
11906
|
-
|
|
11907
|
-
# Storage - Capacity
|
|
11908
|
-
- name: db2_meta_storage_size
|
|
11909
|
-
value: $(params.db2_meta_storage_size)
|
|
11910
|
-
- name: db2_backup_storage_size
|
|
11911
|
-
value: $(params.db2_backup_storage_size)
|
|
11912
|
-
- name: db2_logs_storage_size
|
|
11913
|
-
value: $(params.db2_logs_storage_size)
|
|
11914
|
-
- name: db2_temp_storage_size
|
|
11915
|
-
value: $(params.db2_temp_storage_size)
|
|
11916
|
-
- name: db2_data_storage_size
|
|
11917
|
-
value: $(params.db2_data_storage_size)
|
|
11918
|
-
|
|
11919
|
-
# Storage - Class
|
|
11920
|
-
- name: db2_meta_storage_class
|
|
11921
|
-
value: $(params.storage_class_rwx)
|
|
11922
|
-
- name: db2_data_storage_class
|
|
11923
|
-
value: $(params.storage_class_rwo)
|
|
11924
|
-
- name: db2_backup_storage_class
|
|
11925
|
-
value: $(params.storage_class_rwx)
|
|
11926
|
-
- name: db2_logs_storage_class
|
|
11927
|
-
value: $(params.storage_class_rwo)
|
|
11928
|
-
- name: db2_temp_storage_class
|
|
11929
|
-
value: $(params.storage_class_rwo)
|
|
11930
|
-
|
|
11931
|
-
# Storage - Access mode
|
|
11932
|
-
- name: db2_meta_storage_accessmode
|
|
11933
|
-
value: $(params.db2_meta_storage_accessmode)
|
|
11934
|
-
- name: db2_backup_storage_accessmode
|
|
11935
|
-
value: $(params.db2_backup_storage_accessmode)
|
|
11936
|
-
- name: db2_temp_storage_accessmode
|
|
11937
|
-
value: $(params.db2_temp_storage_accessmode)
|
|
11938
|
-
- name: db2_logs_storage_accessmode
|
|
11939
|
-
value: $(params.db2_logs_storage_accessmode)
|
|
11940
|
-
- name: db2_data_storage_accessmode
|
|
11941
|
-
value: $(params.db2_data_storage_accessmode)
|
|
11942
|
-
|
|
11943
|
-
# MAS - JDBCCfg - Manage
|
|
11944
|
-
- name: mas_config_scope
|
|
11945
|
-
value: wsapp
|
|
11946
|
-
- name: mas_workspace_id
|
|
11947
|
-
value: $(params.mas_workspace_id)
|
|
11948
|
-
- name: mas_application_id
|
|
11949
|
-
value: manage
|
|
11950
|
-
|
|
11951
|
-
# Custom label support
|
|
11952
|
-
- name: custom_labels
|
|
11953
|
-
value: $(params.custom_labels)
|
|
11954
|
-
|
|
11955
|
-
when:
|
|
11956
|
-
- input: "$(params.db2_action_manage)"
|
|
11957
|
-
operator: in
|
|
11958
|
-
values: ["install"]
|
|
11959
|
-
taskRef:
|
|
11960
|
-
name: mas-devops-db2
|
|
11961
|
-
kind: Task
|
|
11962
|
-
workspaces:
|
|
11963
|
-
- name: configs
|
|
11964
|
-
workspace: shared-configs
|
|
11965
|
-
runAfter:
|
|
11966
|
-
- db2-system
|
|
11967
|
-
# --------------------------------------------------------------------------------
|
|
11968
11378
|
# /home/runner/work/cli/cli/tekton/target/pipelines/deprovision-cluster-after-deprovision.yaml
|
|
11969
11379
|
# --------------------------------------------------------------------------------
|
|
11970
11380
|
---
|
|
@@ -19410,28 +18820,7 @@ spec:
|
|
|
19410
18820
|
runAfter:
|
|
19411
18821
|
- pre-install-check
|
|
19412
18822
|
|
|
19413
|
-
# 1.2
|
|
19414
|
-
- name: common-services
|
|
19415
|
-
timeout: "0"
|
|
19416
|
-
taskRef:
|
|
19417
|
-
kind: Task
|
|
19418
|
-
name: mas-devops-common-services
|
|
19419
|
-
params:
|
|
19420
|
-
# Controls the image pull policy for the ibmmas/cli image
|
|
19421
|
-
- name: image_pull_policy
|
|
19422
|
-
value: $(params.image_pull_policy)
|
|
19423
|
-
|
|
19424
|
-
- name: devops_suite_name
|
|
19425
|
-
value: setup-common-services
|
|
19426
|
-
when:
|
|
19427
|
-
- input: "$(params.cpd_product_version)"
|
|
19428
|
-
operator: in
|
|
19429
|
-
values: ["","4.5.0", "4.5.3", "4.6.0", "4.6.3", "4.6.4", "4.6.6"]
|
|
19430
|
-
|
|
19431
|
-
runAfter:
|
|
19432
|
-
- ibm-catalogs
|
|
19433
|
-
|
|
19434
|
-
# 1.3 IBM Certificate Manager
|
|
18823
|
+
# 1.2 Red Hat Certificate Manager
|
|
19435
18824
|
- name: cert-manager
|
|
19436
18825
|
timeout: "0"
|
|
19437
18826
|
params:
|
|
@@ -19449,9 +18838,9 @@ spec:
|
|
|
19449
18838
|
kind: Task
|
|
19450
18839
|
name: mas-devops-cert-manager
|
|
19451
18840
|
runAfter:
|
|
19452
|
-
-
|
|
18841
|
+
- pre-install-check
|
|
19453
18842
|
|
|
19454
|
-
# 1.
|
|
18843
|
+
# 1.3 Configure Grafana
|
|
19455
18844
|
- name: grafana
|
|
19456
18845
|
timeout: "0"
|
|
19457
18846
|
taskRef:
|
|
@@ -19481,10 +18870,14 @@ spec:
|
|
|
19481
18870
|
- name: grafana_instance_storage_size
|
|
19482
18871
|
value: $(params.grafana_instance_storage_size)
|
|
19483
18872
|
|
|
18873
|
+
when:
|
|
18874
|
+
- input: "$(params.grafana_action)"
|
|
18875
|
+
operator: in
|
|
18876
|
+
values: ["install"]
|
|
19484
18877
|
runAfter:
|
|
19485
18878
|
- pre-install-check
|
|
19486
18879
|
|
|
19487
|
-
# 1.
|
|
18880
|
+
# 1.4 Configure ECK
|
|
19488
18881
|
- name: eck
|
|
19489
18882
|
timeout: "0"
|
|
19490
18883
|
taskRef:
|
|
@@ -19517,10 +18910,14 @@ spec:
|
|
|
19517
18910
|
- name: eck_remote_es_password
|
|
19518
18911
|
value: $(params.eck_remote_es_password)
|
|
19519
18912
|
|
|
18913
|
+
when:
|
|
18914
|
+
- input: "$(params.eck_action)"
|
|
18915
|
+
operator: in
|
|
18916
|
+
values: ["install"]
|
|
19520
18917
|
runAfter:
|
|
19521
18918
|
- pre-install-check
|
|
19522
18919
|
|
|
19523
|
-
# 1.
|
|
18920
|
+
# 1.5 Configure Turbonomic
|
|
19524
18921
|
- name: turbonomic
|
|
19525
18922
|
timeout: "0"
|
|
19526
18923
|
params:
|
|
@@ -20021,7 +19418,7 @@ spec:
|
|
|
20021
19418
|
runAfter:
|
|
20022
19419
|
- mongodb
|
|
20023
19420
|
|
|
20024
|
-
# 2.5
|
|
19421
|
+
# 2.5 DRO
|
|
20025
19422
|
- name: uds
|
|
20026
19423
|
timeout: "0"
|
|
20027
19424
|
params:
|
|
@@ -20071,7 +19468,7 @@ spec:
|
|
|
20071
19468
|
workspace: shared-pod-templates
|
|
20072
19469
|
|
|
20073
19470
|
runAfter:
|
|
20074
|
-
-
|
|
19471
|
+
- ibm-catalogs
|
|
20075
19472
|
|
|
20076
19473
|
|
|
20077
19474
|
# 3. Cloud Pak for Data
|