mas-cli 10.1.0__py3-none-any.whl → 10.2.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 +8 -4
- mas/cli/displayMixins.py +9 -0
- mas/cli/install/app.py +26 -15
- mas/cli/install/argParser.py +95 -89
- mas/cli/install/settings/additionalConfigs.py +65 -3
- mas/cli/install/summarizer.py +7 -0
- mas/cli/templates/ibm-mas-tekton.yaml +216 -109
- mas/cli/update/__init__.py +11 -0
- mas/cli/update/app.py +612 -0
- mas/cli/update/argParser.py +120 -0
- {mas_cli-10.1.0.data → mas_cli-10.2.0.data}/scripts/mas-cli +9 -3
- {mas_cli-10.1.0.dist-info → mas_cli-10.2.0.dist-info}/METADATA +1 -1
- {mas_cli-10.1.0.dist-info → mas_cli-10.2.0.dist-info}/RECORD +16 -13
- {mas_cli-10.1.0.dist-info → mas_cli-10.2.0.dist-info}/WHEEL +0 -0
- {mas_cli-10.1.0.dist-info → mas_cli-10.2.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.2.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.2.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.2.0
|
|
300
300
|
imagePullPolicy: $(params.image_pull_policy)
|
|
301
301
|
workingDir: /workspace/configs
|
|
302
302
|
# --------------------------------------------------------------------------------
|
|
@@ -359,7 +359,7 @@ spec:
|
|
|
359
359
|
command:
|
|
360
360
|
- /opt/app-root/src/run-role.sh
|
|
361
361
|
- common_services
|
|
362
|
-
image: quay.io/ibmmas/cli:10.
|
|
362
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
363
363
|
imagePullPolicy: $(params.image_pull_policy)
|
|
364
364
|
workingDir: /workspace/configs
|
|
365
365
|
# --------------------------------------------------------------------------------
|
|
@@ -454,7 +454,7 @@ spec:
|
|
|
454
454
|
command:
|
|
455
455
|
- /opt/app-root/src/run-role.sh
|
|
456
456
|
- cos
|
|
457
|
-
image: quay.io/ibmmas/cli:10.
|
|
457
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
458
458
|
imagePullPolicy: $(params.image_pull_policy)
|
|
459
459
|
workingDir: /workspace/configs
|
|
460
460
|
# --------------------------------------------------------------------------------
|
|
@@ -569,7 +569,7 @@ spec:
|
|
|
569
569
|
command:
|
|
570
570
|
- /opt/app-root/src/run-role.sh
|
|
571
571
|
- cos
|
|
572
|
-
image: quay.io/ibmmas/cli:10.
|
|
572
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
573
573
|
imagePullPolicy: $(params.image_pull_policy)
|
|
574
574
|
workingDir: /workspace/configs
|
|
575
575
|
|
|
@@ -689,7 +689,7 @@ spec:
|
|
|
689
689
|
command:
|
|
690
690
|
- /opt/app-root/src/run-role.sh
|
|
691
691
|
- cp4d_service
|
|
692
|
-
image: quay.io/ibmmas/cli:10.
|
|
692
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
693
693
|
imagePullPolicy: $(params.image_pull_policy)
|
|
694
694
|
workingDir: /workspace/configs
|
|
695
695
|
# --------------------------------------------------------------------------------
|
|
@@ -806,7 +806,7 @@ spec:
|
|
|
806
806
|
command:
|
|
807
807
|
- /opt/app-root/src/run-role.sh
|
|
808
808
|
- cp4d_service
|
|
809
|
-
image: quay.io/ibmmas/cli:10.
|
|
809
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
810
810
|
imagePullPolicy: $(params.image_pull_policy)
|
|
811
811
|
workingDir: /workspace/configs
|
|
812
812
|
|
|
@@ -912,7 +912,7 @@ spec:
|
|
|
912
912
|
command:
|
|
913
913
|
- /opt/app-root/src/run-role.sh
|
|
914
914
|
- cp4d
|
|
915
|
-
image: quay.io/ibmmas/cli:10.
|
|
915
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
916
916
|
imagePullPolicy: $(params.image_pull_policy)
|
|
917
917
|
# --------------------------------------------------------------------------------
|
|
918
918
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1234,7 +1234,7 @@ spec:
|
|
|
1234
1234
|
command:
|
|
1235
1235
|
- /opt/app-root/src/run-role.sh
|
|
1236
1236
|
- db2
|
|
1237
|
-
image: quay.io/ibmmas/cli:10.
|
|
1237
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
1238
1238
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1239
1239
|
workingDir: /workspace/configs
|
|
1240
1240
|
|
|
@@ -1337,7 +1337,7 @@ spec:
|
|
|
1337
1337
|
command:
|
|
1338
1338
|
- /opt/app-root/src/run-role.sh
|
|
1339
1339
|
- eck
|
|
1340
|
-
image: quay.io/ibmmas/cli:10.
|
|
1340
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
1341
1341
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1342
1342
|
# --------------------------------------------------------------------------------
|
|
1343
1343
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1426,7 +1426,7 @@ spec:
|
|
|
1426
1426
|
command:
|
|
1427
1427
|
- /opt/app-root/src/run-role.sh
|
|
1428
1428
|
- gencfg_workspace
|
|
1429
|
-
image: quay.io/ibmmas/cli:10.
|
|
1429
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
1430
1430
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1431
1431
|
workingDir: /workspace/configs
|
|
1432
1432
|
|
|
@@ -1478,7 +1478,7 @@ spec:
|
|
|
1478
1478
|
|
|
1479
1479
|
steps:
|
|
1480
1480
|
- name: grafana
|
|
1481
|
-
image: quay.io/ibmmas/cli:10.
|
|
1481
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
1482
1482
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1483
1483
|
command:
|
|
1484
1484
|
- /opt/app-root/src/run-role.sh
|
|
@@ -1612,7 +1612,7 @@ spec:
|
|
|
1612
1612
|
command:
|
|
1613
1613
|
- /opt/app-root/src/run-role.sh
|
|
1614
1614
|
- ibm_catalogs
|
|
1615
|
-
image: quay.io/ibmmas/cli:10.
|
|
1615
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
1616
1616
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1617
1617
|
workingDir: /workspace/configs
|
|
1618
1618
|
# --------------------------------------------------------------------------------
|
|
@@ -1719,7 +1719,7 @@ spec:
|
|
|
1719
1719
|
command:
|
|
1720
1720
|
- /opt/app-root/src/run-role.sh
|
|
1721
1721
|
- kafka
|
|
1722
|
-
image: quay.io/ibmmas/cli:10.
|
|
1722
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
1723
1723
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1724
1724
|
workingDir: /workspace/configs
|
|
1725
1725
|
# --------------------------------------------------------------------------------
|
|
@@ -1961,7 +1961,7 @@ spec:
|
|
|
1961
1961
|
command:
|
|
1962
1962
|
- /opt/app-root/src/run-role.sh
|
|
1963
1963
|
- kafka
|
|
1964
|
-
image: quay.io/ibmmas/cli:10.
|
|
1964
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
1965
1965
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1966
1966
|
workingDir: /workspace/configs
|
|
1967
1967
|
|
|
@@ -1988,7 +1988,7 @@ spec:
|
|
|
1988
1988
|
|
|
1989
1989
|
steps:
|
|
1990
1990
|
- name: start-pipelinerun
|
|
1991
|
-
image: quay.io/ibmmas/cli:10.
|
|
1991
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
1992
1992
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1993
1993
|
command:
|
|
1994
1994
|
- ansible-playbook
|
|
@@ -2093,7 +2093,7 @@ spec:
|
|
|
2093
2093
|
optional: false
|
|
2094
2094
|
|
|
2095
2095
|
- name: wait-for-pipelinerun
|
|
2096
|
-
image: quay.io/ibmmas/cli:10.
|
|
2096
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2097
2097
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2098
2098
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
2099
2099
|
command:
|
|
@@ -2287,7 +2287,7 @@ spec:
|
|
|
2287
2287
|
command:
|
|
2288
2288
|
- /opt/app-root/src/run-role.sh
|
|
2289
2289
|
- mongodb
|
|
2290
|
-
image: quay.io/ibmmas/cli:10.
|
|
2290
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2291
2291
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2292
2292
|
workingDir: /workspace/configs
|
|
2293
2293
|
|
|
@@ -2330,7 +2330,7 @@ spec:
|
|
|
2330
2330
|
- $(params.base_output_dir)
|
|
2331
2331
|
- --extra-namespaces
|
|
2332
2332
|
- selenium
|
|
2333
|
-
image: quay.io/ibmmas/cli:10.
|
|
2333
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2334
2334
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2335
2335
|
env:
|
|
2336
2336
|
- name: DEVOPS_MONGO_URI
|
|
@@ -2447,7 +2447,7 @@ spec:
|
|
|
2447
2447
|
command:
|
|
2448
2448
|
- /opt/app-root/src/run-role.sh
|
|
2449
2449
|
- nvidia_gpu
|
|
2450
|
-
image: quay.io/ibmmas/cli:10.
|
|
2450
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2451
2451
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2452
2452
|
workingDir: /workspace/configs
|
|
2453
2453
|
|
|
@@ -2526,7 +2526,7 @@ spec:
|
|
|
2526
2526
|
command:
|
|
2527
2527
|
- /opt/app-root/src/run-role.sh
|
|
2528
2528
|
- ocp_deprovision
|
|
2529
|
-
image: quay.io/ibmmas/cli:10.
|
|
2529
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2530
2530
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2531
2531
|
# --------------------------------------------------------------------------------
|
|
2532
2532
|
# /home/runner/work/cli/cli/tekton/target/tasks/ocp-verify-all.yaml
|
|
@@ -2558,7 +2558,7 @@ spec:
|
|
|
2558
2558
|
# Verify Cluster
|
|
2559
2559
|
# -------------------------------------------------------------------------
|
|
2560
2560
|
- name: ocp-verify-cluster
|
|
2561
|
-
image: quay.io/ibmmas/cli:10.
|
|
2561
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2562
2562
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2563
2563
|
command:
|
|
2564
2564
|
- /opt/app-root/src/run-role.sh
|
|
@@ -2600,7 +2600,7 @@ spec:
|
|
|
2600
2600
|
# Verify Catalogs
|
|
2601
2601
|
# -------------------------------------------------------------------------
|
|
2602
2602
|
- name: ocp-verify-catalogs
|
|
2603
|
-
image: quay.io/ibmmas/cli:10.
|
|
2603
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2604
2604
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2605
2605
|
command:
|
|
2606
2606
|
- /opt/app-root/src/run-role.sh
|
|
@@ -2642,7 +2642,7 @@ spec:
|
|
|
2642
2642
|
# Verify Subscriptions
|
|
2643
2643
|
# -------------------------------------------------------------------------
|
|
2644
2644
|
- name: ocp-verify-subscriptions
|
|
2645
|
-
image: quay.io/ibmmas/cli:10.
|
|
2645
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2646
2646
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2647
2647
|
command:
|
|
2648
2648
|
- /opt/app-root/src/run-role.sh
|
|
@@ -2684,7 +2684,7 @@ spec:
|
|
|
2684
2684
|
# Verify Workloads
|
|
2685
2685
|
# -------------------------------------------------------------------------
|
|
2686
2686
|
- name: ocp-verify-workloads
|
|
2687
|
-
image: quay.io/ibmmas/cli:10.
|
|
2687
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2688
2688
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2689
2689
|
command:
|
|
2690
2690
|
- /opt/app-root/src/run-role.sh
|
|
@@ -2726,7 +2726,7 @@ spec:
|
|
|
2726
2726
|
# Verify Catalogs - Ingress TLS
|
|
2727
2727
|
# -------------------------------------------------------------------------
|
|
2728
2728
|
- name: ocp-verify-ingress
|
|
2729
|
-
image: quay.io/ibmmas/cli:10.
|
|
2729
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2730
2730
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2731
2731
|
command:
|
|
2732
2732
|
- /opt/app-root/src/run-role.sh
|
|
@@ -2852,7 +2852,7 @@ spec:
|
|
|
2852
2852
|
command:
|
|
2853
2853
|
- /opt/app-root/src/run-role.sh
|
|
2854
2854
|
- ocp_verify
|
|
2855
|
-
image: quay.io/ibmmas/cli:10.
|
|
2855
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2856
2856
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2857
2857
|
workingDir: /workspace/configs
|
|
2858
2858
|
# --------------------------------------------------------------------------------
|
|
@@ -2920,7 +2920,7 @@ spec:
|
|
|
2920
2920
|
command:
|
|
2921
2921
|
- /opt/app-root/src/run-role.sh
|
|
2922
2922
|
- ocs
|
|
2923
|
-
image: quay.io/ibmmas/cli:10.
|
|
2923
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
2924
2924
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2925
2925
|
workingDir: /workspace/configs
|
|
2926
2926
|
|
|
@@ -3101,7 +3101,7 @@ spec:
|
|
|
3101
3101
|
command:
|
|
3102
3102
|
- /opt/app-root/src/run-role.sh
|
|
3103
3103
|
- sls
|
|
3104
|
-
image: quay.io/ibmmas/cli:10.
|
|
3104
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
3105
3105
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3106
3106
|
workingDir: /workspace/configs
|
|
3107
3107
|
|
|
@@ -3476,12 +3476,12 @@ spec:
|
|
|
3476
3476
|
command:
|
|
3477
3477
|
- /opt/app-root/src/run-role.sh
|
|
3478
3478
|
- suite_app_config
|
|
3479
|
-
image: quay.io/ibmmas/cli:10.
|
|
3479
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
3480
3480
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3481
3481
|
|
|
3482
3482
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
3483
3483
|
- name: app-cfg-post-verify
|
|
3484
|
-
image: quay.io/ibmmas/cli:10.
|
|
3484
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
3485
3485
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3486
3486
|
command:
|
|
3487
3487
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -3682,7 +3682,7 @@ spec:
|
|
|
3682
3682
|
command:
|
|
3683
3683
|
- /opt/app-root/src/run-role.sh
|
|
3684
3684
|
- suite_app_install
|
|
3685
|
-
image: quay.io/ibmmas/cli:10.
|
|
3685
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
3686
3686
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3687
3687
|
|
|
3688
3688
|
workspaces:
|
|
@@ -3771,7 +3771,7 @@ spec:
|
|
|
3771
3771
|
command:
|
|
3772
3772
|
- /opt/app-root/src/run-role.sh
|
|
3773
3773
|
- suite_app_rollback
|
|
3774
|
-
image: quay.io/ibmmas/cli:10.
|
|
3774
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
3775
3775
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3776
3776
|
# --------------------------------------------------------------------------------
|
|
3777
3777
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -3834,7 +3834,7 @@ spec:
|
|
|
3834
3834
|
command:
|
|
3835
3835
|
- /opt/app-root/src/run-role.sh
|
|
3836
3836
|
- suite_app_uninstall
|
|
3837
|
-
image: quay.io/ibmmas/cli:10.
|
|
3837
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
3838
3838
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3839
3839
|
# --------------------------------------------------------------------------------
|
|
3840
3840
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -3909,7 +3909,7 @@ spec:
|
|
|
3909
3909
|
command:
|
|
3910
3910
|
- /opt/app-root/src/run-role.sh
|
|
3911
3911
|
- suite_app_upgrade
|
|
3912
|
-
image: quay.io/ibmmas/cli:10.
|
|
3912
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
3913
3913
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3914
3914
|
# --------------------------------------------------------------------------------
|
|
3915
3915
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -4010,7 +4010,7 @@ spec:
|
|
|
4010
4010
|
command:
|
|
4011
4011
|
- /opt/app-root/src/run-role.sh
|
|
4012
4012
|
- suite_app_verify
|
|
4013
|
-
image: quay.io/ibmmas/cli:10.
|
|
4013
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4014
4014
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4015
4015
|
# --------------------------------------------------------------------------------
|
|
4016
4016
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -4153,7 +4153,7 @@ spec:
|
|
|
4153
4153
|
command:
|
|
4154
4154
|
- /opt/app-root/src/run-role.sh
|
|
4155
4155
|
- suite_certs
|
|
4156
|
-
image: quay.io/ibmmas/cli:10.
|
|
4156
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4157
4157
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4158
4158
|
|
|
4159
4159
|
workspaces:
|
|
@@ -4220,7 +4220,7 @@ spec:
|
|
|
4220
4220
|
command:
|
|
4221
4221
|
- /opt/app-root/src/run-role.sh
|
|
4222
4222
|
- suite_config
|
|
4223
|
-
image: quay.io/ibmmas/cli:10.
|
|
4223
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4224
4224
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4225
4225
|
workingDir: /workspace/configs
|
|
4226
4226
|
|
|
@@ -4291,7 +4291,7 @@ spec:
|
|
|
4291
4291
|
command:
|
|
4292
4292
|
- /opt/app-root/src/run-role.sh
|
|
4293
4293
|
- suite_db2_setup_for_manage
|
|
4294
|
-
image: quay.io/ibmmas/cli:10.
|
|
4294
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4295
4295
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4296
4296
|
# --------------------------------------------------------------------------------
|
|
4297
4297
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -4481,7 +4481,7 @@ spec:
|
|
|
4481
4481
|
command:
|
|
4482
4482
|
- /opt/app-root/src/run-role.sh
|
|
4483
4483
|
- suite_dns
|
|
4484
|
-
image: quay.io/ibmmas/cli:10.
|
|
4484
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4485
4485
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4486
4486
|
# --------------------------------------------------------------------------------
|
|
4487
4487
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -4661,7 +4661,7 @@ spec:
|
|
|
4661
4661
|
command:
|
|
4662
4662
|
- /opt/app-root/src/run-role.sh
|
|
4663
4663
|
- suite_install
|
|
4664
|
-
image: quay.io/ibmmas/cli:10.
|
|
4664
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4665
4665
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4666
4666
|
workingDir: /workspace/configs
|
|
4667
4667
|
|
|
@@ -4749,7 +4749,7 @@ spec:
|
|
|
4749
4749
|
command:
|
|
4750
4750
|
- /opt/app-root/src/run-role.sh
|
|
4751
4751
|
- suite_rollback
|
|
4752
|
-
image: quay.io/ibmmas/cli:10.
|
|
4752
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4753
4753
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4754
4754
|
# --------------------------------------------------------------------------------
|
|
4755
4755
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -4814,7 +4814,7 @@ spec:
|
|
|
4814
4814
|
command:
|
|
4815
4815
|
- /opt/app-root/src/run-role.sh
|
|
4816
4816
|
- suite_uninstall
|
|
4817
|
-
image: quay.io/ibmmas/cli:10.
|
|
4817
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4818
4818
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4819
4819
|
# --------------------------------------------------------------------------------
|
|
4820
4820
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -4884,7 +4884,7 @@ spec:
|
|
|
4884
4884
|
command:
|
|
4885
4885
|
- /opt/app-root/src/run-role.sh
|
|
4886
4886
|
- suite_upgrade
|
|
4887
|
-
image: quay.io/ibmmas/cli:10.
|
|
4887
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4888
4888
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4889
4889
|
# --------------------------------------------------------------------------------
|
|
4890
4890
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -4946,12 +4946,12 @@ spec:
|
|
|
4946
4946
|
command:
|
|
4947
4947
|
- /opt/app-root/src/run-role.sh
|
|
4948
4948
|
- suite_verify
|
|
4949
|
-
image: quay.io/ibmmas/cli:10.
|
|
4949
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4950
4950
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4951
4951
|
|
|
4952
4952
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
4953
4953
|
- name: suite-post-verify
|
|
4954
|
-
image: quay.io/ibmmas/cli:10.
|
|
4954
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
4955
4955
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4956
4956
|
command:
|
|
4957
4957
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -5080,7 +5080,7 @@ spec:
|
|
|
5080
5080
|
command:
|
|
5081
5081
|
- /opt/app-root/src/run-role.sh
|
|
5082
5082
|
- turbonomic
|
|
5083
|
-
image: quay.io/ibmmas/cli:10.
|
|
5083
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
5084
5084
|
imagePullPolicy: $(params.image_pull_policy)
|
|
5085
5085
|
# --------------------------------------------------------------------------------
|
|
5086
5086
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -5161,7 +5161,7 @@ spec:
|
|
|
5161
5161
|
# IBM User Data Services (UDS)
|
|
5162
5162
|
# -------------------------------------------------------------------------
|
|
5163
5163
|
- name: uds
|
|
5164
|
-
image: quay.io/ibmmas/cli:10.
|
|
5164
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
5165
5165
|
imagePullPolicy: $(params.image_pull_policy)
|
|
5166
5166
|
workingDir: /workspace/configs
|
|
5167
5167
|
command:
|
|
@@ -5224,7 +5224,7 @@ spec:
|
|
|
5224
5224
|
# IBM Data Reporter Operator (DRO)
|
|
5225
5225
|
# -------------------------------------------------------------------------
|
|
5226
5226
|
- name: dro
|
|
5227
|
-
image: quay.io/ibmmas/cli:10.
|
|
5227
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
5228
5228
|
imagePullPolicy: $(params.image_pull_policy)
|
|
5229
5229
|
workingDir: /workspace/configs
|
|
5230
5230
|
command:
|
|
@@ -5310,7 +5310,7 @@ spec:
|
|
|
5310
5310
|
|
|
5311
5311
|
steps:
|
|
5312
5312
|
- name: update-configmap
|
|
5313
|
-
image: quay.io/ibmmas/cli:10.
|
|
5313
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
5314
5314
|
command:
|
|
5315
5315
|
- /opt/app-root/src/update-configmap.sh
|
|
5316
5316
|
env:
|
|
@@ -5372,7 +5372,7 @@ spec:
|
|
|
5372
5372
|
|
|
5373
5373
|
steps:
|
|
5374
5374
|
- name: wait-for-configmap
|
|
5375
|
-
image: quay.io/ibmmas/cli:10.
|
|
5375
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
5376
5376
|
command:
|
|
5377
5377
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
5378
5378
|
env:
|
|
@@ -5436,7 +5436,7 @@ spec:
|
|
|
5436
5436
|
|
|
5437
5437
|
steps:
|
|
5438
5438
|
- name: wait
|
|
5439
|
-
image: quay.io/ibmmas/cli:10.
|
|
5439
|
+
image: quay.io/ibmmas/cli:10.2.0
|
|
5440
5440
|
command:
|
|
5441
5441
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
5442
5442
|
env:
|
|
@@ -5733,6 +5733,7 @@ spec:
|
|
|
5733
5733
|
# -------------------------------------------------------------------------
|
|
5734
5734
|
# 1.1 IBM Operator Catalog
|
|
5735
5735
|
- name: ibm-catalogs
|
|
5736
|
+
timeout: "0"
|
|
5736
5737
|
params:
|
|
5737
5738
|
# Controls the image pull policy for the ibmmas/cli image
|
|
5738
5739
|
- name: image_pull_policy
|
|
@@ -5756,6 +5757,7 @@ spec:
|
|
|
5756
5757
|
|
|
5757
5758
|
# 1.2 IBM Cloud Pak Foundational Services
|
|
5758
5759
|
- name: common-services
|
|
5760
|
+
timeout: "0"
|
|
5759
5761
|
taskRef:
|
|
5760
5762
|
kind: Task
|
|
5761
5763
|
name: mas-devops-common-services
|
|
@@ -5776,6 +5778,7 @@ spec:
|
|
|
5776
5778
|
|
|
5777
5779
|
# 1.3 IBM Certificate Manager
|
|
5778
5780
|
- name: cert-manager
|
|
5781
|
+
timeout: "0"
|
|
5779
5782
|
params:
|
|
5780
5783
|
# Controls the image pull policy for the ibmmas/cli image
|
|
5781
5784
|
- name: image_pull_policy
|
|
@@ -5797,6 +5800,7 @@ spec:
|
|
|
5797
5800
|
# -------------------------------------------------------------------------
|
|
5798
5801
|
# 2.1 System Db2
|
|
5799
5802
|
- name: db2-system
|
|
5803
|
+
timeout: "0"
|
|
5800
5804
|
params:
|
|
5801
5805
|
# Controls the image pull policy for the ibmmas/cli image
|
|
5802
5806
|
- name: image_pull_policy
|
|
@@ -5916,6 +5920,7 @@ spec:
|
|
|
5916
5920
|
|
|
5917
5921
|
# 2.2 Dedicated Manage Db2
|
|
5918
5922
|
- name: db2-manage
|
|
5923
|
+
timeout: "0"
|
|
5919
5924
|
params:
|
|
5920
5925
|
# Controls the image pull policy for the ibmmas/cli image
|
|
5921
5926
|
- name: image_pull_policy
|
|
@@ -7042,6 +7047,7 @@ spec:
|
|
|
7042
7047
|
# 13. Install & Configure Visual Inspection
|
|
7043
7048
|
|
|
7044
7049
|
- name: pre-install-check
|
|
7050
|
+
timeout: "0"
|
|
7045
7051
|
taskRef:
|
|
7046
7052
|
kind: Task
|
|
7047
7053
|
name: mas-devops-ocp-verify
|
|
@@ -7077,6 +7083,7 @@ spec:
|
|
|
7077
7083
|
# -------------------------------------------------------------------------
|
|
7078
7084
|
# 1.1 IBM Operator Catalog
|
|
7079
7085
|
- name: ibm-catalogs
|
|
7086
|
+
timeout: "0"
|
|
7080
7087
|
params:
|
|
7081
7088
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7082
7089
|
- name: image_pull_policy
|
|
@@ -7102,6 +7109,7 @@ spec:
|
|
|
7102
7109
|
|
|
7103
7110
|
# 1.2 IBM Cloud Pak Foundational Services
|
|
7104
7111
|
- name: common-services
|
|
7112
|
+
timeout: "0"
|
|
7105
7113
|
taskRef:
|
|
7106
7114
|
kind: Task
|
|
7107
7115
|
name: mas-devops-common-services
|
|
@@ -7122,6 +7130,7 @@ spec:
|
|
|
7122
7130
|
|
|
7123
7131
|
# 1.3 IBM Certificate Manager
|
|
7124
7132
|
- name: cert-manager
|
|
7133
|
+
timeout: "0"
|
|
7125
7134
|
params:
|
|
7126
7135
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7127
7136
|
- name: image_pull_policy
|
|
@@ -7141,6 +7150,7 @@ spec:
|
|
|
7141
7150
|
|
|
7142
7151
|
# 1.4 Configure Grafana
|
|
7143
7152
|
- name: grafana
|
|
7153
|
+
timeout: "0"
|
|
7144
7154
|
taskRef:
|
|
7145
7155
|
kind: Task
|
|
7146
7156
|
name: mas-devops-grafana
|
|
@@ -7173,6 +7183,7 @@ spec:
|
|
|
7173
7183
|
|
|
7174
7184
|
# 1.5 Configure ECK
|
|
7175
7185
|
- name: eck
|
|
7186
|
+
timeout: "0"
|
|
7176
7187
|
taskRef:
|
|
7177
7188
|
kind: Task
|
|
7178
7189
|
name: mas-devops-eck
|
|
@@ -7208,6 +7219,7 @@ spec:
|
|
|
7208
7219
|
|
|
7209
7220
|
# 1.6 Configure Turbonomic
|
|
7210
7221
|
- name: turbonomic
|
|
7222
|
+
timeout: "0"
|
|
7211
7223
|
params:
|
|
7212
7224
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7213
7225
|
- name: image_pull_policy
|
|
@@ -7245,6 +7257,7 @@ spec:
|
|
|
7245
7257
|
# -------------------------------------------------------------------------
|
|
7246
7258
|
# 2.1 MongoDb
|
|
7247
7259
|
- name: mongodb
|
|
7260
|
+
timeout: "0"
|
|
7248
7261
|
params:
|
|
7249
7262
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7250
7263
|
- name: image_pull_policy
|
|
@@ -7298,6 +7311,7 @@ spec:
|
|
|
7298
7311
|
|
|
7299
7312
|
# 2.2 Kafka
|
|
7300
7313
|
- name: kafka
|
|
7314
|
+
timeout: "0"
|
|
7301
7315
|
params:
|
|
7302
7316
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7303
7317
|
- name: image_pull_policy
|
|
@@ -7402,6 +7416,7 @@ spec:
|
|
|
7402
7416
|
# 2.3 Db2
|
|
7403
7417
|
# 2.3.1 System Db2
|
|
7404
7418
|
- name: db2-system
|
|
7419
|
+
timeout: "0"
|
|
7405
7420
|
params:
|
|
7406
7421
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7407
7422
|
- name: image_pull_policy
|
|
@@ -7521,6 +7536,7 @@ spec:
|
|
|
7521
7536
|
|
|
7522
7537
|
# 2.3.2 Dedicated Manage Db2
|
|
7523
7538
|
- name: db2-manage
|
|
7539
|
+
timeout: "0"
|
|
7524
7540
|
params:
|
|
7525
7541
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7526
7542
|
- name: image_pull_policy
|
|
@@ -7652,6 +7668,7 @@ spec:
|
|
|
7652
7668
|
|
|
7653
7669
|
# 2.4 IBM SLS
|
|
7654
7670
|
- name: sls
|
|
7671
|
+
timeout: "0"
|
|
7655
7672
|
params:
|
|
7656
7673
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7657
7674
|
- name: image_pull_policy
|
|
@@ -7703,6 +7720,7 @@ spec:
|
|
|
7703
7720
|
|
|
7704
7721
|
# 2.5 UDS/DRO
|
|
7705
7722
|
- name: uds
|
|
7723
|
+
timeout: "0"
|
|
7706
7724
|
params:
|
|
7707
7725
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7708
7726
|
- name: image_pull_policy
|
|
@@ -7757,6 +7775,7 @@ spec:
|
|
|
7757
7775
|
# -------------------------------------------------------------------------
|
|
7758
7776
|
# 3.1 Cloud Pak for Data Platform
|
|
7759
7777
|
- name: cp4d
|
|
7778
|
+
timeout: "0"
|
|
7760
7779
|
params:
|
|
7761
7780
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7762
7781
|
- name: image_pull_policy
|
|
@@ -7786,6 +7805,7 @@ spec:
|
|
|
7786
7805
|
|
|
7787
7806
|
# 3.2 Watson Studio
|
|
7788
7807
|
- name: watson-studio
|
|
7808
|
+
timeout: "0"
|
|
7789
7809
|
params:
|
|
7790
7810
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7791
7811
|
- name: image_pull_policy
|
|
@@ -7823,6 +7843,7 @@ spec:
|
|
|
7823
7843
|
|
|
7824
7844
|
# 3.3 Watson Machine Learning
|
|
7825
7845
|
- name: watson-machine-learning
|
|
7846
|
+
timeout: "0"
|
|
7826
7847
|
params:
|
|
7827
7848
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7828
7849
|
- name: image_pull_policy
|
|
@@ -7860,6 +7881,7 @@ spec:
|
|
|
7860
7881
|
|
|
7861
7882
|
# 3.4 Analytics Service (Spark)
|
|
7862
7883
|
- name: analytics-service
|
|
7884
|
+
timeout: "0"
|
|
7863
7885
|
params:
|
|
7864
7886
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7865
7887
|
- name: image_pull_policy
|
|
@@ -7897,6 +7919,7 @@ spec:
|
|
|
7897
7919
|
|
|
7898
7920
|
# 3.5 Watson OpenScale
|
|
7899
7921
|
- name: aiopenscale
|
|
7922
|
+
timeout: "0"
|
|
7900
7923
|
params:
|
|
7901
7924
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7902
7925
|
- name: image_pull_policy
|
|
@@ -7939,6 +7962,7 @@ spec:
|
|
|
7939
7962
|
|
|
7940
7963
|
# 3.6 SPSS Statistics
|
|
7941
7964
|
- name: spss
|
|
7965
|
+
timeout: "0"
|
|
7942
7966
|
params:
|
|
7943
7967
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7944
7968
|
- name: image_pull_policy
|
|
@@ -7981,6 +8005,7 @@ spec:
|
|
|
7981
8005
|
|
|
7982
8006
|
# 3.7 Cognos Analytics
|
|
7983
8007
|
- name: cognos
|
|
8008
|
+
timeout: "0"
|
|
7984
8009
|
params:
|
|
7985
8010
|
# Controls the image pull policy for the ibmmas/cli image
|
|
7986
8011
|
- name: image_pull_policy
|
|
@@ -8021,6 +8046,7 @@ spec:
|
|
|
8021
8046
|
|
|
8022
8047
|
# 3.8 Configure Watson Studio in MAS
|
|
8023
8048
|
- name: suite-config-watson-studio
|
|
8049
|
+
timeout: "0"
|
|
8024
8050
|
params:
|
|
8025
8051
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8026
8052
|
- name: image_pull_policy
|
|
@@ -8050,6 +8076,7 @@ spec:
|
|
|
8050
8076
|
# -------------------------------------------------------------------------
|
|
8051
8077
|
# 4.1 Install Cloud Object Storage (COS)
|
|
8052
8078
|
- name: cos
|
|
8079
|
+
timeout: "0"
|
|
8053
8080
|
params:
|
|
8054
8081
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8055
8082
|
- name: image_pull_policy
|
|
@@ -8071,13 +8098,13 @@ spec:
|
|
|
8071
8098
|
value: $(params.ibmcloud_apikey)
|
|
8072
8099
|
- name: cos_resourcegroup
|
|
8073
8100
|
value: $(params.cos_resourcegroup)
|
|
8074
|
-
|
|
8101
|
+
|
|
8075
8102
|
- name: custom_labels
|
|
8076
8103
|
value: $(params.custom_labels)
|
|
8077
8104
|
taskRef:
|
|
8078
8105
|
kind: Task
|
|
8079
8106
|
name: mas-devops-cos
|
|
8080
|
-
|
|
8107
|
+
|
|
8081
8108
|
# Only install COS if Assist or Manage applications are being installed
|
|
8082
8109
|
when:
|
|
8083
8110
|
- input: "$(params.cos_type)"
|
|
@@ -8095,6 +8122,7 @@ spec:
|
|
|
8095
8122
|
|
|
8096
8123
|
# 4.2 Configure COS in MAS
|
|
8097
8124
|
- name: suite-config-cos
|
|
8125
|
+
timeout: "0"
|
|
8098
8126
|
params:
|
|
8099
8127
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8100
8128
|
- name: image_pull_policy
|
|
@@ -8122,6 +8150,7 @@ spec:
|
|
|
8122
8150
|
|
|
8123
8151
|
# 4.3 Nvidia GPU Operator
|
|
8124
8152
|
- name: nvidia-gpu
|
|
8153
|
+
timeout: "0"
|
|
8125
8154
|
params:
|
|
8126
8155
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8127
8156
|
- name: image_pull_policy
|
|
@@ -8157,6 +8186,7 @@ spec:
|
|
|
8157
8186
|
# -------------------------------------------------------------------------
|
|
8158
8187
|
# 5.1 Configure Workspace
|
|
8159
8188
|
- name: gencfg-workspace
|
|
8189
|
+
timeout: "0"
|
|
8160
8190
|
params:
|
|
8161
8191
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8162
8192
|
- name: image_pull_policy
|
|
@@ -8184,6 +8214,7 @@ spec:
|
|
|
8184
8214
|
|
|
8185
8215
|
# 5.2 DNS Setup
|
|
8186
8216
|
- name: suite-dns
|
|
8217
|
+
timeout: "0"
|
|
8187
8218
|
params:
|
|
8188
8219
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8189
8220
|
- name: image_pull_policy
|
|
@@ -8253,6 +8284,7 @@ spec:
|
|
|
8253
8284
|
|
|
8254
8285
|
# 5.3 Manual Certificates
|
|
8255
8286
|
- name: suite-certs
|
|
8287
|
+
timeout: "0"
|
|
8256
8288
|
params:
|
|
8257
8289
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8258
8290
|
- name: image_pull_policy
|
|
@@ -8311,6 +8343,7 @@ spec:
|
|
|
8311
8343
|
|
|
8312
8344
|
# 5.4 Suite Installation
|
|
8313
8345
|
- name: suite-install
|
|
8346
|
+
timeout: "0"
|
|
8314
8347
|
params:
|
|
8315
8348
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8316
8349
|
- name: image_pull_policy
|
|
@@ -8385,6 +8418,7 @@ spec:
|
|
|
8385
8418
|
|
|
8386
8419
|
# 5.5 Suite Configuration
|
|
8387
8420
|
- name: suite-config
|
|
8421
|
+
timeout: "0"
|
|
8388
8422
|
params:
|
|
8389
8423
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8390
8424
|
- name: image_pull_policy
|
|
@@ -8406,6 +8440,7 @@ spec:
|
|
|
8406
8440
|
|
|
8407
8441
|
# 5.6 Suite Verification
|
|
8408
8442
|
- name: suite-verify
|
|
8443
|
+
timeout: "0"
|
|
8409
8444
|
params:
|
|
8410
8445
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8411
8446
|
- name: image_pull_policy
|
|
@@ -8424,6 +8459,7 @@ spec:
|
|
|
8424
8459
|
|
|
8425
8460
|
# 5.7 Configure Db2 in MAS
|
|
8426
8461
|
- name: suite-config-db2
|
|
8462
|
+
timeout: "0"
|
|
8427
8463
|
params:
|
|
8428
8464
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8429
8465
|
- name: image_pull_policy
|
|
@@ -8452,6 +8488,7 @@ spec:
|
|
|
8452
8488
|
|
|
8453
8489
|
# 5.8 Configure Kafka in MAS
|
|
8454
8490
|
- name: suite-config-kafka
|
|
8491
|
+
timeout: "0"
|
|
8455
8492
|
params:
|
|
8456
8493
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8457
8494
|
- name: image_pull_policy
|
|
@@ -8485,6 +8522,7 @@ spec:
|
|
|
8485
8522
|
# Note: In the case of manage using the shared Db2 instance only start the
|
|
8486
8523
|
# IoT install *after* any Manage database preparation has completed
|
|
8487
8524
|
- name: app-install-iot
|
|
8525
|
+
timeout: "0"
|
|
8488
8526
|
params:
|
|
8489
8527
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8490
8528
|
- name: image_pull_policy
|
|
@@ -8510,7 +8548,7 @@ spec:
|
|
|
8510
8548
|
value: $(params.custom_labels)
|
|
8511
8549
|
- name: mas_app_settings_iot_deployment_size
|
|
8512
8550
|
value: $(params.mas_app_settings_iot_deployment_size)
|
|
8513
|
-
- name: mas_app_settings_iot_mqttbroker_pvc_storage_class
|
|
8551
|
+
- name: mas_app_settings_iot_mqttbroker_pvc_storage_class
|
|
8514
8552
|
value: $(params.storage_class_rwo) # use common rwo storage class as user is not prompted to choose this storage class
|
|
8515
8553
|
- name: mas_app_settings_iot_fpl_pvc_storage_class
|
|
8516
8554
|
value: $(params.storage_class_rwo) # use common rwo storage class as user is not prompted to choose this storage class
|
|
@@ -8532,6 +8570,7 @@ spec:
|
|
|
8532
8570
|
|
|
8533
8571
|
# 6.2 Configure IoT workspace
|
|
8534
8572
|
- name: app-cfg-iot
|
|
8573
|
+
timeout: "0"
|
|
8535
8574
|
params:
|
|
8536
8575
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8537
8576
|
- name: image_pull_policy
|
|
@@ -8567,6 +8606,7 @@ spec:
|
|
|
8567
8606
|
# -------------------------------------------------------------------------
|
|
8568
8607
|
# 7.1 Install Monitor
|
|
8569
8608
|
- name: app-install-monitor
|
|
8609
|
+
timeout: "0"
|
|
8570
8610
|
params:
|
|
8571
8611
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8572
8612
|
- name: image_pull_policy
|
|
@@ -8604,6 +8644,7 @@ spec:
|
|
|
8604
8644
|
|
|
8605
8645
|
# 7.2 Configure Monitor workspace
|
|
8606
8646
|
- name: app-cfg-monitor
|
|
8647
|
+
timeout: "0"
|
|
8607
8648
|
params:
|
|
8608
8649
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8609
8650
|
- name: image_pull_policy
|
|
@@ -8639,6 +8680,7 @@ spec:
|
|
|
8639
8680
|
# -------------------------------------------------------------------------
|
|
8640
8681
|
# 8.1. Prepare database for Maxinst
|
|
8641
8682
|
- name: suite-db2-setup-system
|
|
8683
|
+
timeout: "0"
|
|
8642
8684
|
params:
|
|
8643
8685
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8644
8686
|
- name: image_pull_policy
|
|
@@ -8666,6 +8708,7 @@ spec:
|
|
|
8666
8708
|
runAfter:
|
|
8667
8709
|
- suite-config-db2
|
|
8668
8710
|
- name: suite-db2-setup-manage
|
|
8711
|
+
timeout: "0"
|
|
8669
8712
|
params:
|
|
8670
8713
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8671
8714
|
- name: image_pull_policy
|
|
@@ -8692,6 +8735,7 @@ spec:
|
|
|
8692
8735
|
|
|
8693
8736
|
# 8.2 Manage Install
|
|
8694
8737
|
- name: app-install-manage
|
|
8738
|
+
timeout: "0"
|
|
8695
8739
|
params:
|
|
8696
8740
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8697
8741
|
- name: image_pull_policy
|
|
@@ -8732,6 +8776,7 @@ spec:
|
|
|
8732
8776
|
|
|
8733
8777
|
# 8.3 Configure Manage workspace
|
|
8734
8778
|
- name: app-cfg-manage
|
|
8779
|
+
timeout: "0"
|
|
8735
8780
|
params:
|
|
8736
8781
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8737
8782
|
- name: image_pull_policy
|
|
@@ -8843,6 +8888,7 @@ spec:
|
|
|
8843
8888
|
|
|
8844
8889
|
# 8.4 Configure IBM Maximo Location Services for ESRI
|
|
8845
8890
|
- name: arcgis
|
|
8891
|
+
timeout: "0"
|
|
8846
8892
|
params:
|
|
8847
8893
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8848
8894
|
- name: image_pull_policy
|
|
@@ -8887,6 +8933,7 @@ spec:
|
|
|
8887
8933
|
# -------------------------------------------------------------------------
|
|
8888
8934
|
# 9.1 Predict Install
|
|
8889
8935
|
- name: app-install-predict
|
|
8936
|
+
timeout: "0"
|
|
8890
8937
|
params:
|
|
8891
8938
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8892
8939
|
- name: image_pull_policy
|
|
@@ -8928,6 +8975,7 @@ spec:
|
|
|
8928
8975
|
|
|
8929
8976
|
# 9.2 Configure Predict workspace
|
|
8930
8977
|
- name: app-cfg-predict
|
|
8978
|
+
timeout: "0"
|
|
8931
8979
|
params:
|
|
8932
8980
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8933
8981
|
- name: image_pull_policy
|
|
@@ -8969,6 +9017,7 @@ spec:
|
|
|
8969
9017
|
# -------------------------------------------------------------------------
|
|
8970
9018
|
# 10.1 Optimizer Install
|
|
8971
9019
|
- name: app-install-optimizer
|
|
9020
|
+
timeout: "0"
|
|
8972
9021
|
params:
|
|
8973
9022
|
# Controls the image pull policy for the ibmmas/cli image
|
|
8974
9023
|
- name: image_pull_policy
|
|
@@ -9006,6 +9055,7 @@ spec:
|
|
|
9006
9055
|
|
|
9007
9056
|
# 10.2 Configure Optimizer workspace
|
|
9008
9057
|
- name: app-cfg-optimizer
|
|
9058
|
+
timeout: "0"
|
|
9009
9059
|
params:
|
|
9010
9060
|
# Controls the image pull policy for the ibmmas/cli image
|
|
9011
9061
|
- name: image_pull_policy
|
|
@@ -9041,6 +9091,7 @@ spec:
|
|
|
9041
9091
|
# -------------------------------------------------------------------------
|
|
9042
9092
|
# 11.1 Assist Install
|
|
9043
9093
|
- name: app-install-assist
|
|
9094
|
+
timeout: "0"
|
|
9044
9095
|
params:
|
|
9045
9096
|
# Controls the image pull policy for the ibmmas/cli image
|
|
9046
9097
|
- name: image_pull_policy
|
|
@@ -9075,6 +9126,7 @@ spec:
|
|
|
9075
9126
|
|
|
9076
9127
|
# 11.2 Configure Assist workspace
|
|
9077
9128
|
- name: app-cfg-assist
|
|
9129
|
+
timeout: "0"
|
|
9078
9130
|
params:
|
|
9079
9131
|
# Controls the image pull policy for the ibmmas/cli image
|
|
9080
9132
|
- name: image_pull_policy
|
|
@@ -9110,6 +9162,7 @@ spec:
|
|
|
9110
9162
|
# -------------------------------------------------------------------------
|
|
9111
9163
|
# 12.1 MVI Install
|
|
9112
9164
|
- name: app-install-visualinspection
|
|
9165
|
+
timeout: "0"
|
|
9113
9166
|
params:
|
|
9114
9167
|
# Controls the image pull policy for the ibmmas/cli image
|
|
9115
9168
|
- name: image_pull_policy
|
|
@@ -9148,6 +9201,7 @@ spec:
|
|
|
9148
9201
|
|
|
9149
9202
|
# 12.2 Configure MVI workspace
|
|
9150
9203
|
- name: app-cfg-visualinspection
|
|
9204
|
+
timeout: "0"
|
|
9151
9205
|
params:
|
|
9152
9206
|
# Controls the image pull policy for the ibmmas/cli image
|
|
9153
9207
|
- name: image_pull_policy
|
|
@@ -9182,6 +9236,7 @@ spec:
|
|
|
9182
9236
|
# 13. Verify health of the cluster before we consider the install complete
|
|
9183
9237
|
# -------------------------------------------------------------------------
|
|
9184
9238
|
- name: post-install-verify
|
|
9239
|
+
timeout: "0"
|
|
9185
9240
|
taskRef:
|
|
9186
9241
|
kind: Task
|
|
9187
9242
|
name: mas-devops-ocp-verify
|
|
@@ -9227,6 +9282,7 @@ spec:
|
|
|
9227
9282
|
# Update synchronization configmap
|
|
9228
9283
|
# -------------------------------------------------------------------------
|
|
9229
9284
|
- name: sync-install
|
|
9285
|
+
timeout: "0"
|
|
9230
9286
|
taskRef:
|
|
9231
9287
|
kind: Task
|
|
9232
9288
|
name: mas-devops-update-configmap
|
|
@@ -9355,7 +9411,7 @@ metadata:
|
|
|
9355
9411
|
spec:
|
|
9356
9412
|
|
|
9357
9413
|
params:
|
|
9358
|
-
|
|
9414
|
+
|
|
9359
9415
|
# Pipeline config
|
|
9360
9416
|
- name: skip_pre_check
|
|
9361
9417
|
type: string
|
|
@@ -9398,6 +9454,7 @@ spec:
|
|
|
9398
9454
|
# 1. Verify health of the cluster before we change anything
|
|
9399
9455
|
# -------------------------------------------------------------------------
|
|
9400
9456
|
- name: pre-rollback-check
|
|
9457
|
+
timeout: "0"
|
|
9401
9458
|
taskRef:
|
|
9402
9459
|
kind: Task
|
|
9403
9460
|
name: mas-devops-ocp-verify
|
|
@@ -9433,6 +9490,7 @@ spec:
|
|
|
9433
9490
|
# -------------------------------------------------------------------------
|
|
9434
9491
|
# Suite Rollback
|
|
9435
9492
|
- name: core-rollback
|
|
9493
|
+
timeout: "0"
|
|
9436
9494
|
taskRef:
|
|
9437
9495
|
kind: Task
|
|
9438
9496
|
name: mas-devops-suite-rollback
|
|
@@ -9450,6 +9508,7 @@ spec:
|
|
|
9450
9508
|
# -------------------------------------------------------------------------
|
|
9451
9509
|
# Manage App Rollback
|
|
9452
9510
|
- name: manage-rollback
|
|
9511
|
+
timeout: "0"
|
|
9453
9512
|
runAfter:
|
|
9454
9513
|
- core-rollback
|
|
9455
9514
|
params:
|
|
@@ -9470,6 +9529,7 @@ spec:
|
|
|
9470
9529
|
# 4. Verify health of the cluster after the rollback complete
|
|
9471
9530
|
# -------------------------------------------------------------------------
|
|
9472
9531
|
- name: post-rollback-verify-cluster
|
|
9532
|
+
timeout: "0"
|
|
9473
9533
|
taskRef:
|
|
9474
9534
|
kind: Task
|
|
9475
9535
|
name: mas-devops-ocp-verify
|
|
@@ -9506,6 +9566,7 @@ spec:
|
|
|
9506
9566
|
# 5. Verify MAS core version after the rollback complete
|
|
9507
9567
|
# -------------------------------------------------------------------------
|
|
9508
9568
|
- name: post-rollback-verify-core-version
|
|
9569
|
+
timeout: "0"
|
|
9509
9570
|
taskRef:
|
|
9510
9571
|
kind: Task
|
|
9511
9572
|
name: mas-devops-suite-rollback
|
|
@@ -9528,6 +9589,7 @@ spec:
|
|
|
9528
9589
|
# 6. Verify MAS Manage App version after the rollback complete
|
|
9529
9590
|
# -------------------------------------------------------------------------
|
|
9530
9591
|
- name: post-rollback-verify-app-version
|
|
9592
|
+
timeout: "0"
|
|
9531
9593
|
taskRef:
|
|
9532
9594
|
kind: Task
|
|
9533
9595
|
name: mas-devops-suite-app-rollback
|
|
@@ -9633,6 +9695,7 @@ spec:
|
|
|
9633
9695
|
|
|
9634
9696
|
# 1.1 Uninstall Visual Inspection
|
|
9635
9697
|
- name: app-uninstall-visualinspection
|
|
9698
|
+
timeout: "0"
|
|
9636
9699
|
taskRef:
|
|
9637
9700
|
kind: Task
|
|
9638
9701
|
name: mas-devops-suite-app-uninstall
|
|
@@ -9646,6 +9709,7 @@ spec:
|
|
|
9646
9709
|
|
|
9647
9710
|
# 1.2 Uninstall Assist
|
|
9648
9711
|
- name: app-uninstall-assist
|
|
9712
|
+
timeout: "0"
|
|
9649
9713
|
taskRef:
|
|
9650
9714
|
kind: Task
|
|
9651
9715
|
name: mas-devops-suite-app-uninstall
|
|
@@ -9659,6 +9723,7 @@ spec:
|
|
|
9659
9723
|
|
|
9660
9724
|
# 1.3 Uninstall Optimizer
|
|
9661
9725
|
- name: app-uninstall-optimizer
|
|
9726
|
+
timeout: "0"
|
|
9662
9727
|
taskRef:
|
|
9663
9728
|
kind: Task
|
|
9664
9729
|
name: mas-devops-suite-app-uninstall
|
|
@@ -9672,6 +9737,7 @@ spec:
|
|
|
9672
9737
|
|
|
9673
9738
|
# 1.4 Uninstall Predict
|
|
9674
9739
|
- name: app-uninstall-predict
|
|
9740
|
+
timeout: "0"
|
|
9675
9741
|
taskRef:
|
|
9676
9742
|
kind: Task
|
|
9677
9743
|
name: mas-devops-suite-app-uninstall
|
|
@@ -9685,6 +9751,7 @@ spec:
|
|
|
9685
9751
|
|
|
9686
9752
|
# 1.5 Uninstall Manage
|
|
9687
9753
|
- name: app-uninstall-manage
|
|
9754
|
+
timeout: "0"
|
|
9688
9755
|
runAfter:
|
|
9689
9756
|
- app-uninstall-predict
|
|
9690
9757
|
taskRef:
|
|
@@ -9700,6 +9767,7 @@ spec:
|
|
|
9700
9767
|
|
|
9701
9768
|
# 1.6 Uninstall Monitor
|
|
9702
9769
|
- name: app-uninstall-monitor
|
|
9770
|
+
timeout: "0"
|
|
9703
9771
|
runAfter:
|
|
9704
9772
|
- app-uninstall-predict
|
|
9705
9773
|
taskRef:
|
|
@@ -9715,6 +9783,7 @@ spec:
|
|
|
9715
9783
|
|
|
9716
9784
|
# 1.7 Uninstall IoT
|
|
9717
9785
|
- name: app-uninstall-iot
|
|
9786
|
+
timeout: "0"
|
|
9718
9787
|
runAfter:
|
|
9719
9788
|
- app-uninstall-monitor
|
|
9720
9789
|
taskRef:
|
|
@@ -9731,6 +9800,7 @@ spec:
|
|
|
9731
9800
|
# 2. Uninstall IBM Maximo Application Suite
|
|
9732
9801
|
# -------------------------------------------------------------------------
|
|
9733
9802
|
- name: uninstall-suite
|
|
9803
|
+
timeout: "0"
|
|
9734
9804
|
runAfter:
|
|
9735
9805
|
- app-uninstall-iot
|
|
9736
9806
|
- app-uninstall-visualinspection
|
|
@@ -9754,6 +9824,7 @@ spec:
|
|
|
9754
9824
|
# 3. Uninstall IBM Suite Licensing Service
|
|
9755
9825
|
# -------------------------------------------------------------------------
|
|
9756
9826
|
- name: uninstall-sls
|
|
9827
|
+
timeout: "0"
|
|
9757
9828
|
params:
|
|
9758
9829
|
- name: image_pull_policy
|
|
9759
9830
|
value: $(params.image_pull_policy)
|
|
@@ -9775,6 +9846,7 @@ spec:
|
|
|
9775
9846
|
# 4. Uninstall MongoDB
|
|
9776
9847
|
# -------------------------------------------------------------------------
|
|
9777
9848
|
- name: uninstall-mongodb
|
|
9849
|
+
timeout: "0"
|
|
9778
9850
|
params:
|
|
9779
9851
|
- name: image_pull_policy
|
|
9780
9852
|
value: $(params.image_pull_policy)
|
|
@@ -9796,6 +9868,7 @@ spec:
|
|
|
9796
9868
|
# 5. Uninstall IBM User Data Services (or DRO)
|
|
9797
9869
|
# -------------------------------------------------------------------------
|
|
9798
9870
|
- name: uninstall-uds
|
|
9871
|
+
timeout: "0"
|
|
9799
9872
|
params:
|
|
9800
9873
|
- name: image_pull_policy
|
|
9801
9874
|
value: $(params.image_pull_policy)
|
|
@@ -9816,6 +9889,7 @@ spec:
|
|
|
9816
9889
|
# 6. Uninstall IBM Cert Manager
|
|
9817
9890
|
# -------------------------------------------------------------------------
|
|
9818
9891
|
- name: uninstall-cert-manager
|
|
9892
|
+
timeout: "0"
|
|
9819
9893
|
params:
|
|
9820
9894
|
- name: image_pull_policy
|
|
9821
9895
|
value: $(params.image_pull_policy)
|
|
@@ -9839,6 +9913,7 @@ spec:
|
|
|
9839
9913
|
# 7. Uninstall IBM Common Services
|
|
9840
9914
|
# -------------------------------------------------------------------------
|
|
9841
9915
|
- name: uninstall-common-services
|
|
9916
|
+
timeout: "0"
|
|
9842
9917
|
params:
|
|
9843
9918
|
- name: image_pull_policy
|
|
9844
9919
|
value: $(params.image_pull_policy)
|
|
@@ -9860,6 +9935,7 @@ spec:
|
|
|
9860
9935
|
# 8. Uninstall IBM Catalogs
|
|
9861
9936
|
# -------------------------------------------------------------------------
|
|
9862
9937
|
- name: uninstall-ibm-catalogs
|
|
9938
|
+
timeout: "0"
|
|
9863
9939
|
params:
|
|
9864
9940
|
- name: image_pull_policy
|
|
9865
9941
|
value: $(params.image_pull_policy)
|
|
@@ -9881,6 +9957,7 @@ spec:
|
|
|
9881
9957
|
# 9. Uninstall Grafana
|
|
9882
9958
|
# -------------------------------------------------------------------------
|
|
9883
9959
|
- name: uninstall-grafana
|
|
9960
|
+
timeout: "0"
|
|
9884
9961
|
params:
|
|
9885
9962
|
- name: image_pull_policy
|
|
9886
9963
|
value: $(params.image_pull_policy)
|
|
@@ -9911,16 +9988,22 @@ spec:
|
|
|
9911
9988
|
|
|
9912
9989
|
params:
|
|
9913
9990
|
|
|
9914
|
-
# Tekton Pipeline
|
|
9991
|
+
# Tekton Pipeline Configuration
|
|
9992
|
+
# -------------------------------------------------------------------------
|
|
9915
9993
|
- name: image_pull_policy
|
|
9916
9994
|
type: string
|
|
9917
9995
|
default: IfNotPresent
|
|
9996
|
+
- name: skip_pre_check
|
|
9997
|
+
type: string
|
|
9998
|
+
default: ""
|
|
9918
9999
|
|
|
9919
10000
|
# Catalog Version
|
|
10001
|
+
# -------------------------------------------------------------------------
|
|
9920
10002
|
- name: mas_catalog_version
|
|
9921
10003
|
type: string
|
|
9922
10004
|
|
|
9923
10005
|
# Development Build Support
|
|
10006
|
+
# -------------------------------------------------------------------------
|
|
9924
10007
|
- name: artifactory_username
|
|
9925
10008
|
default: ""
|
|
9926
10009
|
type: string
|
|
@@ -9931,18 +10014,21 @@ spec:
|
|
|
9931
10014
|
description: Required to install development MAS catalogs
|
|
9932
10015
|
|
|
9933
10016
|
# ocs/odf storage action
|
|
10017
|
+
# -------------------------------------------------------------------------
|
|
9934
10018
|
- name: ocs_action
|
|
9935
10019
|
type: string
|
|
9936
10020
|
default: "upgrade"
|
|
9937
10021
|
description: Set to 'upgrade' to update ocs/odf
|
|
9938
10022
|
|
|
9939
10023
|
# common services action
|
|
10024
|
+
# -------------------------------------------------------------------------
|
|
9940
10025
|
- name: common_services_action
|
|
9941
10026
|
type: string
|
|
9942
10027
|
default: "upgrade"
|
|
9943
10028
|
description: Set to 'upgrade' to update common_services
|
|
9944
10029
|
|
|
9945
10030
|
# cert-manager update
|
|
10031
|
+
# -------------------------------------------------------------------------
|
|
9946
10032
|
- name: cert_manager_action
|
|
9947
10033
|
type: string
|
|
9948
10034
|
default: ""
|
|
@@ -9953,6 +10039,7 @@ spec:
|
|
|
9953
10039
|
description: Certificate manager provider (ibm or redhat)
|
|
9954
10040
|
|
|
9955
10041
|
# db2 update
|
|
10042
|
+
# -------------------------------------------------------------------------
|
|
9956
10043
|
- name: db2_action
|
|
9957
10044
|
type: string
|
|
9958
10045
|
default: "upgrade"
|
|
@@ -9963,6 +10050,7 @@ spec:
|
|
|
9963
10050
|
description: Namespace where db2 instances will be updated
|
|
9964
10051
|
|
|
9965
10052
|
# mongodb update
|
|
10053
|
+
# -------------------------------------------------------------------------
|
|
9966
10054
|
- name: mongodb_action
|
|
9967
10055
|
type: string
|
|
9968
10056
|
default: "install"
|
|
@@ -9971,23 +10059,28 @@ spec:
|
|
|
9971
10059
|
type: string
|
|
9972
10060
|
default: "mongoce"
|
|
9973
10061
|
description: Namespace where mongodb instances will be updated
|
|
10062
|
+
- name: mongodb_version
|
|
10063
|
+
type: string
|
|
10064
|
+
description: Override the target version of MongoDb (use with extreme caution)
|
|
10065
|
+
|
|
10066
|
+
# TODO: The role should look this up itself
|
|
10067
|
+
- name: mongodb_replicas
|
|
10068
|
+
type: string
|
|
10069
|
+
description: Optional configuration for mongodb replicas
|
|
10070
|
+
default: ""
|
|
10071
|
+
|
|
10072
|
+
# Required to confirm a major version update
|
|
9974
10073
|
- name: mongodb_v5_upgrade
|
|
9975
10074
|
type: string
|
|
9976
10075
|
description: Approves the MongoDb upgrade to version 5 if needed
|
|
9977
10076
|
default: ""
|
|
9978
|
-
- name: mongodb_version
|
|
9979
|
-
type: string
|
|
9980
|
-
description: MongoDb version to update too
|
|
9981
10077
|
- name: mongodb_v6_upgrade
|
|
9982
10078
|
type: string
|
|
9983
10079
|
description: Approves the MongoDb upgrade to version 6 if needed
|
|
9984
10080
|
default: ""
|
|
9985
|
-
- name: mongodb_replicas
|
|
9986
|
-
type: string
|
|
9987
|
-
description: Optional configuration for mongodb replicas
|
|
9988
|
-
default: ""
|
|
9989
10081
|
|
|
9990
10082
|
# kafka update
|
|
10083
|
+
# -------------------------------------------------------------------------
|
|
9991
10084
|
- name: kafka_action
|
|
9992
10085
|
type: string
|
|
9993
10086
|
default: "upgrade"
|
|
@@ -10002,6 +10095,7 @@ spec:
|
|
|
10002
10095
|
description: kafka provider such as 'redhat' or 'strimzi'
|
|
10003
10096
|
|
|
10004
10097
|
# UDS/DRO Migration
|
|
10098
|
+
# -------------------------------------------------------------------------
|
|
10005
10099
|
- name: dro_migration
|
|
10006
10100
|
default: ""
|
|
10007
10101
|
type: string
|
|
@@ -10018,40 +10112,19 @@ spec:
|
|
|
10018
10112
|
default: "redhat-marketplace"
|
|
10019
10113
|
type: string
|
|
10020
10114
|
|
|
10021
|
-
#
|
|
10115
|
+
# Grafana operator update
|
|
10116
|
+
# -------------------------------------------------------------------------
|
|
10022
10117
|
- name: grafana_v5_upgrade
|
|
10023
10118
|
type: string
|
|
10024
10119
|
description: Approves the Grafana Operator upgrade to version 5
|
|
10025
10120
|
default: ""
|
|
10026
10121
|
|
|
10027
|
-
#
|
|
10028
|
-
#
|
|
10029
|
-
|
|
10030
|
-
- name: storage_class_rwo
|
|
10031
|
-
type: string
|
|
10032
|
-
default: ""
|
|
10033
|
-
description: ReadWriteOnce storage class
|
|
10034
|
-
- name: storage_class_rwx
|
|
10035
|
-
type: string
|
|
10036
|
-
default: ""
|
|
10037
|
-
description: ReadWriteMany storage class
|
|
10038
|
-
|
|
10039
|
-
# Entitlement
|
|
10040
|
-
# -----------------------------------------------------------------------------
|
|
10041
|
-
- name: ibm_entitlement_key
|
|
10042
|
-
type: string
|
|
10043
|
-
description: IBM Entitlement Key
|
|
10044
|
-
|
|
10045
|
-
# Pipeline config
|
|
10046
|
-
# -----------------------------------------------------------------------------
|
|
10047
|
-
- name: skip_pre_check
|
|
10122
|
+
# CP4D update
|
|
10123
|
+
# -------------------------------------------------------------------------
|
|
10124
|
+
- name: cpd_product_version
|
|
10048
10125
|
type: string
|
|
10049
10126
|
default: ""
|
|
10050
10127
|
|
|
10051
|
-
- name: skip_entitlement_key_flag
|
|
10052
|
-
type: string
|
|
10053
|
-
default: ""
|
|
10054
|
-
description: Flag that determines if ibm-entitlement-key check must be skipped in cp4d role
|
|
10055
10128
|
- name: cp4d_update
|
|
10056
10129
|
type: string
|
|
10057
10130
|
default: ""
|
|
@@ -10080,28 +10153,23 @@ spec:
|
|
|
10080
10153
|
type: string
|
|
10081
10154
|
default: ""
|
|
10082
10155
|
description: Flag that determines if Cognos Analytics must be upgraded
|
|
10083
|
-
|
|
10084
|
-
|
|
10085
|
-
|
|
10086
|
-
- name: cpd_metadata_storage_class
|
|
10087
|
-
type: string
|
|
10088
|
-
default: ""
|
|
10089
|
-
- name: cpd_service_storage_class
|
|
10090
|
-
type: string
|
|
10091
|
-
default: ""
|
|
10092
|
-
- name: cpd_service_block_storage_class
|
|
10156
|
+
|
|
10157
|
+
# TODO: CP4D update needs to just look up the storage classes already in use
|
|
10158
|
+
- name: storage_class_rwo
|
|
10093
10159
|
type: string
|
|
10094
10160
|
default: ""
|
|
10095
|
-
|
|
10161
|
+
description: ReadWriteOnce storage class
|
|
10162
|
+
- name: storage_class_rwx
|
|
10096
10163
|
type: string
|
|
10097
10164
|
default: ""
|
|
10098
|
-
|
|
10165
|
+
description: ReadWriteMany storage class
|
|
10099
10166
|
|
|
10100
10167
|
tasks:
|
|
10101
10168
|
|
|
10102
10169
|
# 1. Verify health of the cluster before we change anything
|
|
10103
10170
|
# -------------------------------------------------------------------------
|
|
10104
10171
|
- name: pre-update-check
|
|
10172
|
+
timeout: "0"
|
|
10105
10173
|
taskRef:
|
|
10106
10174
|
kind: Task
|
|
10107
10175
|
name: mas-devops-ocp-verify-all
|
|
@@ -10125,6 +10193,7 @@ spec:
|
|
|
10125
10193
|
# 3. Run the catalog update
|
|
10126
10194
|
# -------------------------------------------------------------------------
|
|
10127
10195
|
- name: update-catalog
|
|
10196
|
+
timeout: "0"
|
|
10128
10197
|
taskRef:
|
|
10129
10198
|
kind: Task
|
|
10130
10199
|
name: mas-devops-ibm-catalogs
|
|
@@ -10146,6 +10215,7 @@ spec:
|
|
|
10146
10215
|
# 4. Verify health of the cluster before we consider the update complete
|
|
10147
10216
|
# -------------------------------------------------------------------------
|
|
10148
10217
|
- name: post-update-verify
|
|
10218
|
+
timeout: "0"
|
|
10149
10219
|
taskRef:
|
|
10150
10220
|
kind: Task
|
|
10151
10221
|
name: mas-devops-ocp-verify-all
|
|
@@ -10170,6 +10240,7 @@ spec:
|
|
|
10170
10240
|
# 5. Update Dependencies
|
|
10171
10241
|
# ---------------------------------------------------------------------------
|
|
10172
10242
|
- name: update-ocs
|
|
10243
|
+
timeout: "0"
|
|
10173
10244
|
taskRef:
|
|
10174
10245
|
kind: Task
|
|
10175
10246
|
name: mas-devops-ocs
|
|
@@ -10182,6 +10253,7 @@ spec:
|
|
|
10182
10253
|
value: $(params.ocs_action)
|
|
10183
10254
|
|
|
10184
10255
|
- name: update-common-services
|
|
10256
|
+
timeout: "0"
|
|
10185
10257
|
taskRef:
|
|
10186
10258
|
kind: Task
|
|
10187
10259
|
name: mas-devops-common-services
|
|
@@ -10199,6 +10271,7 @@ spec:
|
|
|
10199
10271
|
|
|
10200
10272
|
# Only migrate to Red Hat Certificate Manager if identified that IBM Cloud Pak Foundational Services Certificate Manager is running
|
|
10201
10273
|
- name: update-cert-manager
|
|
10274
|
+
timeout: "0"
|
|
10202
10275
|
taskRef:
|
|
10203
10276
|
kind: Task
|
|
10204
10277
|
name: mas-devops-cert-manager
|
|
@@ -10220,6 +10293,7 @@ spec:
|
|
|
10220
10293
|
values: ["redhat"]
|
|
10221
10294
|
|
|
10222
10295
|
- name: update-grafana
|
|
10296
|
+
timeout: "0"
|
|
10223
10297
|
taskRef:
|
|
10224
10298
|
kind: Task
|
|
10225
10299
|
name: mas-devops-grafana
|
|
@@ -10236,6 +10310,7 @@ spec:
|
|
|
10236
10310
|
- update-common-services
|
|
10237
10311
|
|
|
10238
10312
|
- name: update-db2
|
|
10313
|
+
timeout: "0"
|
|
10239
10314
|
taskRef:
|
|
10240
10315
|
kind: Task
|
|
10241
10316
|
name: mas-devops-db2
|
|
@@ -10250,6 +10325,7 @@ spec:
|
|
|
10250
10325
|
value: $(params.db2_namespace)
|
|
10251
10326
|
|
|
10252
10327
|
- name: update-mongodb
|
|
10328
|
+
timeout: "0"
|
|
10253
10329
|
taskRef:
|
|
10254
10330
|
kind: Task
|
|
10255
10331
|
name: mas-devops-mongodb
|
|
@@ -10272,6 +10348,7 @@ spec:
|
|
|
10272
10348
|
value: $(params.mongodb_replicas)
|
|
10273
10349
|
|
|
10274
10350
|
- name: update-kafka
|
|
10351
|
+
timeout: "0"
|
|
10275
10352
|
taskRef:
|
|
10276
10353
|
kind: Task
|
|
10277
10354
|
name: mas-devops-kafka
|
|
@@ -10289,6 +10366,7 @@ spec:
|
|
|
10289
10366
|
|
|
10290
10367
|
# UDS/DRO Migration
|
|
10291
10368
|
- name: update-uds
|
|
10369
|
+
timeout: "0"
|
|
10292
10370
|
taskRef:
|
|
10293
10371
|
kind: Task
|
|
10294
10372
|
name: mas-devops-uds
|
|
@@ -10314,6 +10392,7 @@ spec:
|
|
|
10314
10392
|
# -------------------------------------------------------------------------
|
|
10315
10393
|
# 6.1 Cloud Pak for Data Platform
|
|
10316
10394
|
- name: update-cp4d
|
|
10395
|
+
timeout: "0"
|
|
10317
10396
|
params:
|
|
10318
10397
|
# Controls the image pull policy for the ibmmas/cli image
|
|
10319
10398
|
- name: image_pull_policy
|
|
@@ -10321,18 +10400,28 @@ spec:
|
|
|
10321
10400
|
|
|
10322
10401
|
- name: devops_suite_name
|
|
10323
10402
|
value: update-cp4d
|
|
10324
|
-
|
|
10325
|
-
|
|
10326
|
-
|
|
10327
|
-
value: $(params.skip_entitlement_key_flag)
|
|
10403
|
+
|
|
10404
|
+
- name: cp4d_update
|
|
10405
|
+
value: $(params.cp4d_update)
|
|
10328
10406
|
- name: cpd_product_version
|
|
10329
10407
|
value: $(params.cpd_product_version)
|
|
10408
|
+
|
|
10409
|
+
# The mas-devops-cp4d role requires the ibm_entitlement_key parameter,
|
|
10410
|
+
# but we don't need it for the update action, so we set skip_entitlement_key_flag
|
|
10411
|
+
# to inform the role "not to worry"
|
|
10412
|
+
#
|
|
10413
|
+
# TODO: The role should be smart enough to know that it's doing an update
|
|
10414
|
+
# and thus does not need this explicit flag
|
|
10415
|
+
- name: ibm_entitlement_key
|
|
10416
|
+
value: ""
|
|
10417
|
+
- name: skip_entitlement_key_flag
|
|
10418
|
+
value: "true"
|
|
10419
|
+
|
|
10420
|
+
# TODO: The role should look these up itself
|
|
10330
10421
|
- name: cpd_primary_storage_class
|
|
10331
10422
|
value: $(params.storage_class_rwx)
|
|
10332
10423
|
- name: cpd_metadata_storage_class
|
|
10333
10424
|
value: $(params.storage_class_rwo)
|
|
10334
|
-
- name: cp4d_update
|
|
10335
|
-
value: $(params.cp4d_update)
|
|
10336
10425
|
taskRef:
|
|
10337
10426
|
kind: Task
|
|
10338
10427
|
name: mas-devops-cp4d
|
|
@@ -10346,6 +10435,7 @@ spec:
|
|
|
10346
10435
|
|
|
10347
10436
|
# 6.2 Watson Studio
|
|
10348
10437
|
- name: update-watson-studio
|
|
10438
|
+
timeout: "0"
|
|
10349
10439
|
params:
|
|
10350
10440
|
# Controls the image pull policy for the ibmmas/cli image
|
|
10351
10441
|
- name: image_pull_policy
|
|
@@ -10375,6 +10465,7 @@ spec:
|
|
|
10375
10465
|
|
|
10376
10466
|
# 6.3 Watson Machine Learning
|
|
10377
10467
|
- name: update-watson-machine-learning
|
|
10468
|
+
timeout: "0"
|
|
10378
10469
|
params:
|
|
10379
10470
|
# Controls the image pull policy for the ibmmas/cli image
|
|
10380
10471
|
- name: image_pull_policy
|
|
@@ -10404,6 +10495,7 @@ spec:
|
|
|
10404
10495
|
|
|
10405
10496
|
# 6.4 Analytics Service (Spark)
|
|
10406
10497
|
- name: update-analytics-engine
|
|
10498
|
+
timeout: "0"
|
|
10407
10499
|
params:
|
|
10408
10500
|
# Controls the image pull policy for the ibmmas/cli image
|
|
10409
10501
|
- name: image_pull_policy
|
|
@@ -10433,6 +10525,7 @@ spec:
|
|
|
10433
10525
|
|
|
10434
10526
|
# 6.5 Watson OpenScale
|
|
10435
10527
|
- name: update-aiopenscale
|
|
10528
|
+
timeout: "0"
|
|
10436
10529
|
params:
|
|
10437
10530
|
# Controls the image pull policy for the ibmmas/cli image
|
|
10438
10531
|
- name: image_pull_policy
|
|
@@ -10462,6 +10555,7 @@ spec:
|
|
|
10462
10555
|
|
|
10463
10556
|
# 6.6 SPSS Statistics
|
|
10464
10557
|
- name: update-spss
|
|
10558
|
+
timeout: "0"
|
|
10465
10559
|
params:
|
|
10466
10560
|
# Controls the image pull policy for the ibmmas/cli image
|
|
10467
10561
|
- name: image_pull_policy
|
|
@@ -10491,6 +10585,7 @@ spec:
|
|
|
10491
10585
|
|
|
10492
10586
|
# 6.7 Cognos Analytics
|
|
10493
10587
|
- name: update-cognos
|
|
10588
|
+
timeout: "0"
|
|
10494
10589
|
params:
|
|
10495
10590
|
# Controls the image pull policy for the ibmmas/cli image
|
|
10496
10591
|
- name: image_pull_policy
|
|
@@ -10521,6 +10616,7 @@ spec:
|
|
|
10521
10616
|
# 7. Verify health of the cluster after dependencies updates
|
|
10522
10617
|
# -------------------------------------------------------------------------
|
|
10523
10618
|
- name: post-deps-update-verify
|
|
10619
|
+
timeout: "0"
|
|
10524
10620
|
taskRef:
|
|
10525
10621
|
kind: Task
|
|
10526
10622
|
name: mas-devops-ocp-verify-all
|
|
@@ -10648,6 +10744,7 @@ spec:
|
|
|
10648
10744
|
# 1. Verify health of the cluster before we change anything
|
|
10649
10745
|
# -------------------------------------------------------------------------
|
|
10650
10746
|
- name: pre-upgrade-check
|
|
10747
|
+
timeout: "0"
|
|
10651
10748
|
taskRef:
|
|
10652
10749
|
kind: Task
|
|
10653
10750
|
name: mas-devops-ocp-verify-all
|
|
@@ -10671,6 +10768,7 @@ spec:
|
|
|
10671
10768
|
# 3. Suite Upgrade (Phase 1)
|
|
10672
10769
|
# -------------------------------------------------------------------------
|
|
10673
10770
|
- name: core-upgrade
|
|
10771
|
+
timeout: "0"
|
|
10674
10772
|
taskRef:
|
|
10675
10773
|
kind: Task
|
|
10676
10774
|
name: mas-devops-suite-upgrade
|
|
@@ -10687,6 +10785,7 @@ spec:
|
|
|
10687
10785
|
value: core-upgrade
|
|
10688
10786
|
|
|
10689
10787
|
- name: core-verify
|
|
10788
|
+
timeout: "0"
|
|
10690
10789
|
params:
|
|
10691
10790
|
- name: mas_instance_id
|
|
10692
10791
|
value: $(params.mas_instance_id)
|
|
@@ -10706,6 +10805,7 @@ spec:
|
|
|
10706
10805
|
# 4. IoT Upgrade (Phase 2)
|
|
10707
10806
|
# -------------------------------------------------------------------------
|
|
10708
10807
|
- name: iot-upgrade
|
|
10808
|
+
timeout: "0"
|
|
10709
10809
|
params:
|
|
10710
10810
|
- name: mas_instance_id
|
|
10711
10811
|
value: $(params.mas_instance_id)
|
|
@@ -10727,6 +10827,7 @@ spec:
|
|
|
10727
10827
|
# 5. Manage Upgrade (Phase 2)
|
|
10728
10828
|
# -------------------------------------------------------------------------
|
|
10729
10829
|
- name: manage-upgrade
|
|
10830
|
+
timeout: "0"
|
|
10730
10831
|
params:
|
|
10731
10832
|
- name: mas_instance_id
|
|
10732
10833
|
value: $(params.mas_instance_id)
|
|
@@ -10748,6 +10849,7 @@ spec:
|
|
|
10748
10849
|
# 6. Visual Inspection Upgrade (Phase 2)
|
|
10749
10850
|
# -------------------------------------------------------------------------
|
|
10750
10851
|
- name: visualinspection-upgrade
|
|
10852
|
+
timeout: "0"
|
|
10751
10853
|
params:
|
|
10752
10854
|
- name: mas_instance_id
|
|
10753
10855
|
value: $(params.mas_instance_id)
|
|
@@ -10769,6 +10871,7 @@ spec:
|
|
|
10769
10871
|
# 7. Assist Upgrade (Phase 2)
|
|
10770
10872
|
# -------------------------------------------------------------------------
|
|
10771
10873
|
- name: assist-upgrade
|
|
10874
|
+
timeout: "0"
|
|
10772
10875
|
params:
|
|
10773
10876
|
- name: mas_instance_id
|
|
10774
10877
|
value: $(params.mas_instance_id)
|
|
@@ -10790,6 +10893,7 @@ spec:
|
|
|
10790
10893
|
# 8. Optimizer Upgrade (Phase 2)
|
|
10791
10894
|
# -------------------------------------------------------------------------
|
|
10792
10895
|
- name: optimizer-upgrade
|
|
10896
|
+
timeout: "0"
|
|
10793
10897
|
params:
|
|
10794
10898
|
- name: mas_instance_id
|
|
10795
10899
|
value: $(params.mas_instance_id)
|
|
@@ -10811,6 +10915,7 @@ spec:
|
|
|
10811
10915
|
# 9. Monitor Upgrade (Phase 3 - after IoT)
|
|
10812
10916
|
# -------------------------------------------------------------------------
|
|
10813
10917
|
- name: monitor-upgrade
|
|
10918
|
+
timeout: "0"
|
|
10814
10919
|
params:
|
|
10815
10920
|
- name: mas_instance_id
|
|
10816
10921
|
value: $(params.mas_instance_id)
|
|
@@ -10832,6 +10937,7 @@ spec:
|
|
|
10832
10937
|
# 10. Predict Upgrade (Phase 3 - after Manage)
|
|
10833
10938
|
# -------------------------------------------------------------------------
|
|
10834
10939
|
- name: predict-upgrade
|
|
10940
|
+
timeout: "0"
|
|
10835
10941
|
params:
|
|
10836
10942
|
- name: mas_instance_id
|
|
10837
10943
|
value: $(params.mas_instance_id)
|
|
@@ -10852,6 +10958,7 @@ spec:
|
|
|
10852
10958
|
# 11. Verify health of the cluster after upgrade
|
|
10853
10959
|
# -------------------------------------------------------------------------
|
|
10854
10960
|
- name: post-upgrade-verify
|
|
10961
|
+
timeout: "0"
|
|
10855
10962
|
taskRef:
|
|
10856
10963
|
kind: Task
|
|
10857
10964
|
name: mas-devops-ocp-verify-all
|