mas-cli 11.2.1__py3-none-any.whl → 11.4.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 +1 -1
- mas/cli/install/app.py +45 -45
- mas/cli/templates/ibm-mas-tekton.yaml +441 -106
- mas/cli/uninstall/app.py +3 -1
- mas/cli/uninstall/argParser.py +7 -0
- mas/cli/update/app.py +29 -11
- mas/cli/update/argParser.py +28 -0
- {mas_cli-11.2.1.dist-info → mas_cli-11.4.0.dist-info}/METADATA +1 -1
- {mas_cli-11.2.1.dist-info → mas_cli-11.4.0.dist-info}/RECORD +13 -13
- {mas_cli-11.2.1.data → mas_cli-11.4.0.data}/scripts/mas-cli +0 -0
- {mas_cli-11.2.1.dist-info → mas_cli-11.4.0.dist-info}/WHEEL +0 -0
- {mas_cli-11.2.1.dist-info → mas_cli-11.4.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:11.
|
|
111
|
+
image: quay.io/ibmmas/cli:11.4.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:11.
|
|
229
|
+
image: quay.io/ibmmas/cli:11.4.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:11.
|
|
299
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
300
300
|
imagePullPolicy: $(params.image_pull_policy)
|
|
301
301
|
workingDir: /workspace/configs
|
|
302
302
|
# --------------------------------------------------------------------------------
|
|
@@ -362,7 +362,7 @@ spec:
|
|
|
362
362
|
command:
|
|
363
363
|
- /opt/app-root/src/run-role.sh
|
|
364
364
|
- common_services
|
|
365
|
-
image: quay.io/ibmmas/cli:11.
|
|
365
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
366
366
|
imagePullPolicy: $(params.image_pull_policy)
|
|
367
367
|
workingDir: /workspace/configs
|
|
368
368
|
# --------------------------------------------------------------------------------
|
|
@@ -483,7 +483,7 @@ spec:
|
|
|
483
483
|
command:
|
|
484
484
|
- /opt/app-root/src/run-role.sh
|
|
485
485
|
- cos
|
|
486
|
-
image: quay.io/ibmmas/cli:11.
|
|
486
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
487
487
|
imagePullPolicy: $(params.image_pull_policy)
|
|
488
488
|
workingDir: /workspace/configs
|
|
489
489
|
|
|
@@ -603,7 +603,7 @@ spec:
|
|
|
603
603
|
command:
|
|
604
604
|
- /opt/app-root/src/run-role.sh
|
|
605
605
|
- cp4d_service
|
|
606
|
-
image: quay.io/ibmmas/cli:11.
|
|
606
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
607
607
|
imagePullPolicy: $(params.image_pull_policy)
|
|
608
608
|
workingDir: /workspace/configs
|
|
609
609
|
# --------------------------------------------------------------------------------
|
|
@@ -720,7 +720,7 @@ spec:
|
|
|
720
720
|
command:
|
|
721
721
|
- /opt/app-root/src/run-role.sh
|
|
722
722
|
- cp4d_service
|
|
723
|
-
image: quay.io/ibmmas/cli:11.
|
|
723
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
724
724
|
imagePullPolicy: $(params.image_pull_policy)
|
|
725
725
|
workingDir: /workspace/configs
|
|
726
726
|
|
|
@@ -826,7 +826,7 @@ spec:
|
|
|
826
826
|
command:
|
|
827
827
|
- /opt/app-root/src/run-role.sh
|
|
828
828
|
- cp4d
|
|
829
|
-
image: quay.io/ibmmas/cli:11.
|
|
829
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
830
830
|
imagePullPolicy: $(params.image_pull_policy)
|
|
831
831
|
# --------------------------------------------------------------------------------
|
|
832
832
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1148,7 +1148,7 @@ spec:
|
|
|
1148
1148
|
command:
|
|
1149
1149
|
- /opt/app-root/src/run-role.sh
|
|
1150
1150
|
- db2
|
|
1151
|
-
image: quay.io/ibmmas/cli:11.
|
|
1151
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
1152
1152
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1153
1153
|
workingDir: /workspace/configs
|
|
1154
1154
|
|
|
@@ -1258,7 +1258,7 @@ spec:
|
|
|
1258
1258
|
command:
|
|
1259
1259
|
- /opt/app-root/src/run-role.sh
|
|
1260
1260
|
- eck
|
|
1261
|
-
image: quay.io/ibmmas/cli:11.
|
|
1261
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
1262
1262
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1263
1263
|
# --------------------------------------------------------------------------------
|
|
1264
1264
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1347,7 +1347,7 @@ spec:
|
|
|
1347
1347
|
command:
|
|
1348
1348
|
- /opt/app-root/src/run-role.sh
|
|
1349
1349
|
- gencfg_workspace
|
|
1350
|
-
image: quay.io/ibmmas/cli:11.
|
|
1350
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
1351
1351
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1352
1352
|
workingDir: /workspace/configs
|
|
1353
1353
|
|
|
@@ -1451,7 +1451,7 @@ spec:
|
|
|
1451
1451
|
- -c
|
|
1452
1452
|
name: gitops-bootstrap
|
|
1453
1453
|
imagePullPolicy: IfNotPresent
|
|
1454
|
-
image: quay.io/ibmmas/cli:11.
|
|
1454
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
1455
1455
|
workspaces:
|
|
1456
1456
|
- name: configs
|
|
1457
1457
|
# --------------------------------------------------------------------------------
|
|
@@ -1481,6 +1481,9 @@ spec:
|
|
|
1481
1481
|
- name: cluster_url
|
|
1482
1482
|
type: string
|
|
1483
1483
|
default: ""
|
|
1484
|
+
- name: cis_compliance_install_plan
|
|
1485
|
+
type: string
|
|
1486
|
+
default: "Automatic"
|
|
1484
1487
|
stepTemplate:
|
|
1485
1488
|
name: gitops-cis-compliance
|
|
1486
1489
|
env:
|
|
@@ -1500,6 +1503,8 @@ spec:
|
|
|
1500
1503
|
value: $(params.github_repo)
|
|
1501
1504
|
- name: SM_AWS_REGION
|
|
1502
1505
|
value: $(params.avp_aws_secret_region)
|
|
1506
|
+
- name: CIS_INSTALL_PLAN
|
|
1507
|
+
value: $(params.cis_compliance_install_plan)
|
|
1503
1508
|
envFrom:
|
|
1504
1509
|
- configMapRef:
|
|
1505
1510
|
name: environment-properties
|
|
@@ -1528,7 +1533,7 @@ spec:
|
|
|
1528
1533
|
- -c
|
|
1529
1534
|
name: gitops-cis-compliance
|
|
1530
1535
|
imagePullPolicy: IfNotPresent
|
|
1531
|
-
image: quay.io/ibmmas/cli:11.
|
|
1536
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
1532
1537
|
workspaces:
|
|
1533
1538
|
- name: configs
|
|
1534
1539
|
# --------------------------------------------------------------------------------
|
|
@@ -1613,6 +1618,9 @@ spec:
|
|
|
1613
1618
|
type: string
|
|
1614
1619
|
default: "false"
|
|
1615
1620
|
|
|
1621
|
+
- name: redhat_cert_manager_install_plan
|
|
1622
|
+
type: string
|
|
1623
|
+
default: "Automatic"
|
|
1616
1624
|
stepTemplate:
|
|
1617
1625
|
name: gitops-cluster
|
|
1618
1626
|
env:
|
|
@@ -1673,6 +1681,9 @@ spec:
|
|
|
1673
1681
|
- name: INGRESS
|
|
1674
1682
|
value: $(params.ingress)
|
|
1675
1683
|
|
|
1684
|
+
- name: REDHAT_CERT_MANAGER_INSTALL_PLAN
|
|
1685
|
+
value: $(params.redhat_cert_manager_install_plan)
|
|
1686
|
+
|
|
1676
1687
|
envFrom:
|
|
1677
1688
|
- configMapRef:
|
|
1678
1689
|
name: environment-properties
|
|
@@ -1719,7 +1730,7 @@ spec:
|
|
|
1719
1730
|
- -c
|
|
1720
1731
|
name: gitops-cluster
|
|
1721
1732
|
imagePullPolicy: Always
|
|
1722
|
-
image: quay.io/ibmmas/cli:11.
|
|
1733
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
1723
1734
|
workspaces:
|
|
1724
1735
|
- name: configs
|
|
1725
1736
|
# --------------------------------------------------------------------------------
|
|
@@ -1814,7 +1825,7 @@ spec:
|
|
|
1814
1825
|
- -c
|
|
1815
1826
|
name: gitops-cos
|
|
1816
1827
|
imagePullPolicy: IfNotPresent
|
|
1817
|
-
image: quay.io/ibmmas/cli:11.
|
|
1828
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
1818
1829
|
workspaces:
|
|
1819
1830
|
- name: configs
|
|
1820
1831
|
# --------------------------------------------------------------------------------
|
|
@@ -1858,6 +1869,27 @@ spec:
|
|
|
1858
1869
|
type: string
|
|
1859
1870
|
- name: cpd_service_scale_config
|
|
1860
1871
|
type: string
|
|
1872
|
+
- name: cpd_service_installplan_approval
|
|
1873
|
+
type: string
|
|
1874
|
+
default: "Automatic"
|
|
1875
|
+
- name: cpd_ccs_install_plan
|
|
1876
|
+
type: string
|
|
1877
|
+
default: "Automatic"
|
|
1878
|
+
- name: cpd_datarefinery_install_plan
|
|
1879
|
+
type: string
|
|
1880
|
+
default: "Automatic"
|
|
1881
|
+
- name: cpd_ws_install_plan
|
|
1882
|
+
type: string
|
|
1883
|
+
default: "Automatic"
|
|
1884
|
+
- name: rabbitmq_install_plan
|
|
1885
|
+
type: string
|
|
1886
|
+
default: "Automatic"
|
|
1887
|
+
- name: elasticsearch_install_plan
|
|
1888
|
+
type: string
|
|
1889
|
+
default: "Automatic"
|
|
1890
|
+
- name: canvasbase_install_plan
|
|
1891
|
+
type: string
|
|
1892
|
+
default: "Automatic"
|
|
1861
1893
|
stepTemplate:
|
|
1862
1894
|
name: gitops-cp4d-service
|
|
1863
1895
|
env:
|
|
@@ -1895,6 +1927,20 @@ spec:
|
|
|
1895
1927
|
value: $(params.cpd_service_storage_class)
|
|
1896
1928
|
- name: CPD_SERVICE_SCALE_CONFIG
|
|
1897
1929
|
value: $(params.cpd_service_scale_config)
|
|
1930
|
+
- name: CPD_SERVICE_INSTALLPLAN_APPROVAL
|
|
1931
|
+
value: $(params.cpd_service_installplan_approval)
|
|
1932
|
+
- name: CPD_CCS_INSTALL_PLAN
|
|
1933
|
+
value: $(params.cpd_ccs_install_plan)
|
|
1934
|
+
- name: CPD_DATAREFINERY_INSTALL_PLAN
|
|
1935
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
1936
|
+
- name: CPD_WS_INSTALL_PLAN
|
|
1937
|
+
value: $(params.cpd_ws_install_plan)
|
|
1938
|
+
- name: RABBITMQ_INSTALL_PLAN
|
|
1939
|
+
value: $(params.rabbitmq_install_plan)
|
|
1940
|
+
- name: ELASTICSEARCH_INSTALL_PLAN
|
|
1941
|
+
value: $(params.elasticsearch_install_plan)
|
|
1942
|
+
- name: CANVASBASE_INSTALL_PLAN
|
|
1943
|
+
value: $(params.canvasbase_install_plan)
|
|
1898
1944
|
envFrom:
|
|
1899
1945
|
- configMapRef:
|
|
1900
1946
|
name: environment-properties
|
|
@@ -1927,7 +1973,7 @@ spec:
|
|
|
1927
1973
|
- -c
|
|
1928
1974
|
name: gitops-cp4d-service
|
|
1929
1975
|
imagePullPolicy: IfNotPresent
|
|
1930
|
-
image: quay.io/ibmmas/cli:11.
|
|
1976
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
1931
1977
|
workspaces:
|
|
1932
1978
|
- name: configs
|
|
1933
1979
|
- name: shared-gitops-configs
|
|
@@ -1972,6 +2018,18 @@ spec:
|
|
|
1972
2018
|
type: string
|
|
1973
2019
|
- name: cpd_scale_config
|
|
1974
2020
|
type: string
|
|
2021
|
+
- name: cpd_platform_install_plan
|
|
2022
|
+
type: string
|
|
2023
|
+
default: "Automatic"
|
|
2024
|
+
- name: cpd_namespace_scope_install_plan
|
|
2025
|
+
type: string
|
|
2026
|
+
default: "Automatic"
|
|
2027
|
+
- name: cpd_licensing_install_plan
|
|
2028
|
+
type: string
|
|
2029
|
+
default: "Automatic"
|
|
2030
|
+
- name: cpd_cpfs_install_plan
|
|
2031
|
+
type: string
|
|
2032
|
+
default: "Automatic"
|
|
1975
2033
|
stepTemplate:
|
|
1976
2034
|
name: gitops-cp4d
|
|
1977
2035
|
env:
|
|
@@ -2007,6 +2065,14 @@ spec:
|
|
|
2007
2065
|
value: $(params.cpfs_size)
|
|
2008
2066
|
- name: CPD_SCALE_CONFIG
|
|
2009
2067
|
value: $(params.cpd_scale_config)
|
|
2068
|
+
- name: CPD_PLATFORM_INSTALL_PLAN
|
|
2069
|
+
value: $(params.cpd_platform_install_plan)
|
|
2070
|
+
- name: NAMESPACE_SCOPE_INSTALL_PLAN
|
|
2071
|
+
value: $(params.cpd_namespace_scope_install_plan)
|
|
2072
|
+
- name: CPD_LICENSING_INSTALL_PLAN
|
|
2073
|
+
value: $(params.cpd_licensing_install_plan)
|
|
2074
|
+
- name: CPFS_INSTALL_PLAN
|
|
2075
|
+
value: $(params.cpd_cpfs_install_plan)
|
|
2010
2076
|
envFrom:
|
|
2011
2077
|
- configMapRef:
|
|
2012
2078
|
name: environment-properties
|
|
@@ -2036,7 +2102,7 @@ spec:
|
|
|
2036
2102
|
- -c
|
|
2037
2103
|
name: gitops-cp4d
|
|
2038
2104
|
imagePullPolicy: IfNotPresent
|
|
2039
|
-
image: quay.io/ibmmas/cli:11.
|
|
2105
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
2040
2106
|
workspaces:
|
|
2041
2107
|
- name: configs
|
|
2042
2108
|
- name: shared-gitops-configs
|
|
@@ -2288,7 +2354,7 @@ spec:
|
|
|
2288
2354
|
- -c
|
|
2289
2355
|
name: gitops-db2u-database
|
|
2290
2356
|
imagePullPolicy: Always
|
|
2291
|
-
image: quay.io/ibmmas/cli:11.
|
|
2357
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
2292
2358
|
workspaces:
|
|
2293
2359
|
- name: configs
|
|
2294
2360
|
- name: shared-gitops-configs
|
|
@@ -2325,6 +2391,9 @@ spec:
|
|
|
2325
2391
|
type: string
|
|
2326
2392
|
- name: db2_channel
|
|
2327
2393
|
type: string
|
|
2394
|
+
- name: db2_subscription_install_plan
|
|
2395
|
+
type: string
|
|
2396
|
+
default: "Automatic"
|
|
2328
2397
|
stepTemplate:
|
|
2329
2398
|
name: gitops-db2u
|
|
2330
2399
|
env:
|
|
@@ -2352,6 +2421,8 @@ spec:
|
|
|
2352
2421
|
value: $(params.avp_aws_secret_region)
|
|
2353
2422
|
- name: DB2_CHANNEL
|
|
2354
2423
|
value: $(params.db2_channel)
|
|
2424
|
+
- name: DB2_INSTALL_PLAN
|
|
2425
|
+
value: $(params.db2_subscription_install_plan)
|
|
2355
2426
|
envFrom:
|
|
2356
2427
|
- configMapRef:
|
|
2357
2428
|
name: environment-properties
|
|
@@ -2381,7 +2452,7 @@ spec:
|
|
|
2381
2452
|
- -c
|
|
2382
2453
|
name: gitops-db2u
|
|
2383
2454
|
imagePullPolicy: IfNotPresent
|
|
2384
|
-
image: quay.io/ibmmas/cli:11.
|
|
2455
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
2385
2456
|
workspaces:
|
|
2386
2457
|
- name: configs
|
|
2387
2458
|
# --------------------------------------------------------------------------------
|
|
@@ -2508,7 +2579,7 @@ spec:
|
|
|
2508
2579
|
- -c
|
|
2509
2580
|
name: gitops-delete-jdbc-config
|
|
2510
2581
|
imagePullPolicy: IfNotPresent
|
|
2511
|
-
image: quay.io/ibmmas/cli:11.
|
|
2582
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
2512
2583
|
workspaces:
|
|
2513
2584
|
- name: configs
|
|
2514
2585
|
# --------------------------------------------------------------------------------
|
|
@@ -2606,7 +2677,7 @@ spec:
|
|
|
2606
2677
|
- -c
|
|
2607
2678
|
name: gitops-delete-kafka-config
|
|
2608
2679
|
imagePullPolicy: Always
|
|
2609
|
-
image: quay.io/ibmmas/cli:11.
|
|
2680
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
2610
2681
|
workspaces:
|
|
2611
2682
|
- name: configs
|
|
2612
2683
|
|
|
@@ -2698,7 +2769,7 @@ spec:
|
|
|
2698
2769
|
- -c
|
|
2699
2770
|
name: gitops-deprovision-app-config
|
|
2700
2771
|
imagePullPolicy: IfNotPresent
|
|
2701
|
-
image: quay.io/ibmmas/cli:11.
|
|
2772
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
2702
2773
|
workspaces:
|
|
2703
2774
|
- name: configs
|
|
2704
2775
|
# --------------------------------------------------------------------------------
|
|
@@ -2783,7 +2854,7 @@ spec:
|
|
|
2783
2854
|
- -c
|
|
2784
2855
|
name: gitops-deprovision-app-install
|
|
2785
2856
|
imagePullPolicy: IfNotPresent
|
|
2786
|
-
image: quay.io/ibmmas/cli:11.
|
|
2857
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
2787
2858
|
workspaces:
|
|
2788
2859
|
- name: configs
|
|
2789
2860
|
# --------------------------------------------------------------------------------
|
|
@@ -2868,7 +2939,7 @@ spec:
|
|
|
2868
2939
|
- -c
|
|
2869
2940
|
name: gitops-deprovision-cluster
|
|
2870
2941
|
imagePullPolicy: IfNotPresent
|
|
2871
|
-
image: quay.io/ibmmas/cli:11.
|
|
2942
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
2872
2943
|
workspaces:
|
|
2873
2944
|
- name: configs
|
|
2874
2945
|
# --------------------------------------------------------------------------------
|
|
@@ -2979,7 +3050,7 @@ spec:
|
|
|
2979
3050
|
- -c
|
|
2980
3051
|
name: gitops-deprovision-cos
|
|
2981
3052
|
imagePullPolicy: IfNotPresent
|
|
2982
|
-
image: quay.io/ibmmas/cli:11.
|
|
3053
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
2983
3054
|
workspaces:
|
|
2984
3055
|
- name: configs
|
|
2985
3056
|
# --------------------------------------------------------------------------------
|
|
@@ -3067,7 +3138,7 @@ spec:
|
|
|
3067
3138
|
- -c
|
|
3068
3139
|
name: gitops-deprovision-db2u-database
|
|
3069
3140
|
imagePullPolicy: IfNotPresent
|
|
3070
|
-
image: quay.io/ibmmas/cli:11.
|
|
3141
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
3071
3142
|
workspaces:
|
|
3072
3143
|
- name: configs
|
|
3073
3144
|
|
|
@@ -3150,7 +3221,7 @@ spec:
|
|
|
3150
3221
|
- -c
|
|
3151
3222
|
name: gitops-deprovision-db2u
|
|
3152
3223
|
imagePullPolicy: IfNotPresent
|
|
3153
|
-
image: quay.io/ibmmas/cli:11.
|
|
3224
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
3154
3225
|
workspaces:
|
|
3155
3226
|
- name: configs
|
|
3156
3227
|
|
|
@@ -3226,7 +3297,7 @@ spec:
|
|
|
3226
3297
|
- -c
|
|
3227
3298
|
name: gitops-deprovision-efs
|
|
3228
3299
|
imagePullPolicy: IfNotPresent
|
|
3229
|
-
image: quay.io/ibmmas/cli:11.
|
|
3300
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
3230
3301
|
workspaces:
|
|
3231
3302
|
- name: configs
|
|
3232
3303
|
|
|
@@ -3335,7 +3406,7 @@ spec:
|
|
|
3335
3406
|
- -c
|
|
3336
3407
|
name: gitops-deprovision-kafka
|
|
3337
3408
|
imagePullPolicy: IfNotPresent
|
|
3338
|
-
image: quay.io/ibmmas/cli:11.
|
|
3409
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
3339
3410
|
workspaces:
|
|
3340
3411
|
- name: configs
|
|
3341
3412
|
# --------------------------------------------------------------------------------
|
|
@@ -3437,7 +3508,7 @@ spec:
|
|
|
3437
3508
|
- -c
|
|
3438
3509
|
name: gitops-deprovision-mongo
|
|
3439
3510
|
imagePullPolicy: IfNotPresent
|
|
3440
|
-
image: quay.io/ibmmas/cli:11.
|
|
3511
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
3441
3512
|
workspaces:
|
|
3442
3513
|
- name: configs
|
|
3443
3514
|
|
|
@@ -3494,7 +3565,7 @@ spec:
|
|
|
3494
3565
|
- -c
|
|
3495
3566
|
name: gitops-deprovision-rosa
|
|
3496
3567
|
imagePullPolicy: IfNotPresent
|
|
3497
|
-
image: quay.io/ibmmas/cli:11.
|
|
3568
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
3498
3569
|
workspaces:
|
|
3499
3570
|
- name: configs
|
|
3500
3571
|
# --------------------------------------------------------------------------------
|
|
@@ -3699,7 +3770,7 @@ spec:
|
|
|
3699
3770
|
- -c
|
|
3700
3771
|
name: gitops-deprovision-suite-config
|
|
3701
3772
|
imagePullPolicy: IfNotPresent
|
|
3702
|
-
image: quay.io/ibmmas/cli:11.
|
|
3773
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
3703
3774
|
workspaces:
|
|
3704
3775
|
- name: configs
|
|
3705
3776
|
|
|
@@ -3797,7 +3868,7 @@ spec:
|
|
|
3797
3868
|
- -c
|
|
3798
3869
|
name: gitops-deprovision-suite-idp-config
|
|
3799
3870
|
imagePullPolicy: IfNotPresent
|
|
3800
|
-
image: quay.io/ibmmas/cli:11.
|
|
3871
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
3801
3872
|
workspaces:
|
|
3802
3873
|
- name: configs
|
|
3803
3874
|
# --------------------------------------------------------------------------------
|
|
@@ -3889,7 +3960,7 @@ spec:
|
|
|
3889
3960
|
- -c
|
|
3890
3961
|
name: gitops-deprovision-suite-objectstorage-config
|
|
3891
3962
|
imagePullPolicy: IfNotPresent
|
|
3892
|
-
image: quay.io/ibmmas/cli:11.
|
|
3963
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
3893
3964
|
workspaces:
|
|
3894
3965
|
- name: configs
|
|
3895
3966
|
# --------------------------------------------------------------------------------
|
|
@@ -3981,7 +4052,7 @@ spec:
|
|
|
3981
4052
|
- -c
|
|
3982
4053
|
name: gitops-deprovision-suite-smtp-config
|
|
3983
4054
|
imagePullPolicy: IfNotPresent
|
|
3984
|
-
image: quay.io/ibmmas/cli:11.
|
|
4055
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
3985
4056
|
workspaces:
|
|
3986
4057
|
- name: configs
|
|
3987
4058
|
# --------------------------------------------------------------------------------
|
|
@@ -4074,7 +4145,7 @@ spec:
|
|
|
4074
4145
|
- -c
|
|
4075
4146
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4076
4147
|
imagePullPolicy: IfNotPresent
|
|
4077
|
-
image: quay.io/ibmmas/cli:11.
|
|
4148
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
4078
4149
|
workspaces:
|
|
4079
4150
|
- name: configs
|
|
4080
4151
|
# --------------------------------------------------------------------------------
|
|
@@ -4165,7 +4236,7 @@ spec:
|
|
|
4165
4236
|
- -c
|
|
4166
4237
|
name: gitops-deprovision-suite-workspace
|
|
4167
4238
|
imagePullPolicy: Always
|
|
4168
|
-
image: quay.io/ibmmas/cli:11.
|
|
4239
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
4169
4240
|
workspaces:
|
|
4170
4241
|
- name: configs
|
|
4171
4242
|
# --------------------------------------------------------------------------------
|
|
@@ -4258,7 +4329,7 @@ spec:
|
|
|
4258
4329
|
- -c
|
|
4259
4330
|
name: gitops-deprovision-suite
|
|
4260
4331
|
imagePullPolicy: IfNotPresent
|
|
4261
|
-
image: quay.io/ibmmas/cli:11.
|
|
4332
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
4262
4333
|
workspaces:
|
|
4263
4334
|
- name: configs
|
|
4264
4335
|
|
|
@@ -4303,6 +4374,12 @@ spec:
|
|
|
4303
4374
|
- name: dro_cmm_cmm_url
|
|
4304
4375
|
type: string
|
|
4305
4376
|
default: ""
|
|
4377
|
+
- name: dro_install_plan
|
|
4378
|
+
type: string
|
|
4379
|
+
default: "Automatic"
|
|
4380
|
+
- name: imo_install_plan
|
|
4381
|
+
type: string
|
|
4382
|
+
default: "Automatic"
|
|
4306
4383
|
stepTemplate:
|
|
4307
4384
|
name: gitops-dro
|
|
4308
4385
|
env:
|
|
@@ -4332,6 +4409,10 @@ spec:
|
|
|
4332
4409
|
value: $(params.dro_cmm_auth_url)
|
|
4333
4410
|
- name: DRO_CMM_CMM_URL
|
|
4334
4411
|
value: $(params.dro_cmm_cmm_url)
|
|
4412
|
+
- name: DRO_INSTALL_PLAN
|
|
4413
|
+
value: $(params.dro_install_plan)
|
|
4414
|
+
- name: IMO_INSTALL_PLAN
|
|
4415
|
+
value: $(params.imo_install_plan)
|
|
4335
4416
|
envFrom:
|
|
4336
4417
|
- configMapRef:
|
|
4337
4418
|
name: environment-properties
|
|
@@ -4361,7 +4442,7 @@ spec:
|
|
|
4361
4442
|
- -c
|
|
4362
4443
|
name: gitops-dro
|
|
4363
4444
|
imagePullPolicy: IfNotPresent
|
|
4364
|
-
image: quay.io/ibmmas/cli:11.
|
|
4445
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
4365
4446
|
workspaces:
|
|
4366
4447
|
- name: configs
|
|
4367
4448
|
# --------------------------------------------------------------------------------
|
|
@@ -4443,7 +4524,7 @@ spec:
|
|
|
4443
4524
|
- -c
|
|
4444
4525
|
name: gitops-efs
|
|
4445
4526
|
imagePullPolicy: IfNotPresent
|
|
4446
|
-
image: quay.io/ibmmas/cli:11.
|
|
4527
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
4447
4528
|
workspaces:
|
|
4448
4529
|
- name: configs
|
|
4449
4530
|
|
|
@@ -4578,7 +4659,7 @@ spec:
|
|
|
4578
4659
|
- -c
|
|
4579
4660
|
name: gitops-jdbc-config
|
|
4580
4661
|
imagePullPolicy: Always
|
|
4581
|
-
image: quay.io/ibmmas/cli:11.
|
|
4662
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
4582
4663
|
workspaces:
|
|
4583
4664
|
- name: configs
|
|
4584
4665
|
- name: shared-gitops-configs
|
|
@@ -4674,7 +4755,7 @@ spec:
|
|
|
4674
4755
|
- -c
|
|
4675
4756
|
name: gitops-kafka-config
|
|
4676
4757
|
imagePullPolicy: Always
|
|
4677
|
-
image: quay.io/ibmmas/cli:11.
|
|
4758
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
4678
4759
|
workspaces:
|
|
4679
4760
|
- name: configs
|
|
4680
4761
|
|
|
@@ -4795,7 +4876,7 @@ spec:
|
|
|
4795
4876
|
- -c
|
|
4796
4877
|
name: gitops-kafka
|
|
4797
4878
|
imagePullPolicy: IfNotPresent
|
|
4798
|
-
image: quay.io/ibmmas/cli:11.
|
|
4879
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
4799
4880
|
workspaces:
|
|
4800
4881
|
- name: configs
|
|
4801
4882
|
# --------------------------------------------------------------------------------
|
|
@@ -4846,7 +4927,7 @@ spec:
|
|
|
4846
4927
|
- -c
|
|
4847
4928
|
name: gitops-license
|
|
4848
4929
|
imagePullPolicy: Always
|
|
4849
|
-
image: quay.io/ibmmas/cli:11.
|
|
4930
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
4850
4931
|
workspaces:
|
|
4851
4932
|
- name: shared-entitlement
|
|
4852
4933
|
|
|
@@ -5305,6 +5386,9 @@ spec:
|
|
|
5305
5386
|
|
|
5306
5387
|
fi
|
|
5307
5388
|
|
|
5389
|
+
echo "Sleeping for 60 seconds to give postsync job a chance to run before creating sync window"
|
|
5390
|
+
sleep 60
|
|
5391
|
+
|
|
5308
5392
|
echo "argo:argocd proj windows add mas --kind deny --schedule * * * * * --duration 4h --applications *"
|
|
5309
5393
|
argocd proj windows add mas --kind deny --schedule "* * * * *" --duration 4h --applications "*.$MAS_INSTANCE_ID"
|
|
5310
5394
|
|
|
@@ -5342,7 +5426,7 @@ spec:
|
|
|
5342
5426
|
- -c
|
|
5343
5427
|
name: gitops-mas-fvt-preparer
|
|
5344
5428
|
imagePullPolicy: Always
|
|
5345
|
-
image: quay.io/ibmmas/cli:11.
|
|
5429
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
5346
5430
|
workspaces:
|
|
5347
5431
|
- name: configs
|
|
5348
5432
|
- name: shared-additional-configs
|
|
@@ -5384,18 +5468,39 @@ spec:
|
|
|
5384
5468
|
type: string
|
|
5385
5469
|
- name: mas_app_channel_assist
|
|
5386
5470
|
type: string
|
|
5471
|
+
- name: mas_app_install_plan_assist
|
|
5472
|
+
type: string
|
|
5473
|
+
default: "Automatic"
|
|
5387
5474
|
- name: mas_app_channel_iot
|
|
5388
5475
|
type: string
|
|
5476
|
+
- name: mas_app_install_plan_iot
|
|
5477
|
+
type: string
|
|
5478
|
+
default: "Automatic"
|
|
5389
5479
|
- name: mas_app_channel_manage
|
|
5390
5480
|
type: string
|
|
5481
|
+
- name: mas_app_install_plan_manage
|
|
5482
|
+
type: string
|
|
5483
|
+
default: "Automatic"
|
|
5391
5484
|
- name: mas_app_channel_monitor
|
|
5392
5485
|
type: string
|
|
5486
|
+
- name: mas_app_install_plan_monitor
|
|
5487
|
+
type: string
|
|
5488
|
+
default: "Automatic"
|
|
5393
5489
|
- name: mas_app_channel_optimizer
|
|
5394
5490
|
type: string
|
|
5491
|
+
- name: mas_app_install_plan_optimizer
|
|
5492
|
+
type: string
|
|
5493
|
+
default: "Automatic"
|
|
5395
5494
|
- name: mas_app_channel_predict
|
|
5396
5495
|
type: string
|
|
5496
|
+
- name: mas_app_install_plan_predict
|
|
5497
|
+
type: string
|
|
5498
|
+
default: "Automatic"
|
|
5397
5499
|
- name: mas_app_channel_visualinspection
|
|
5398
5500
|
type: string
|
|
5501
|
+
- name: mas_app_install_plan_visualinspection
|
|
5502
|
+
type: string
|
|
5503
|
+
default: "Automatic"
|
|
5399
5504
|
- name: github_pat
|
|
5400
5505
|
type: string
|
|
5401
5506
|
- name: avp_aws_secret_region
|
|
@@ -5464,18 +5569,32 @@ spec:
|
|
|
5464
5569
|
value: $(params.mas_operationalmode)
|
|
5465
5570
|
- name: MAS_APP_CHANNEL_ASSIST
|
|
5466
5571
|
value: $(params.mas_app_channel_assist)
|
|
5572
|
+
- name: MAS_APP_INSTALL_PLAN_ASSIST
|
|
5573
|
+
value: $(params.mas_app_install_plan_assist)
|
|
5467
5574
|
- name: MAS_APP_CHANNEL_IOT
|
|
5468
5575
|
value: $(params.mas_app_channel_iot)
|
|
5576
|
+
- name: MAS_APP_INSTALL_PLAN_IOT
|
|
5577
|
+
value: $(params.mas_app_install_plan_iot)
|
|
5469
5578
|
- name: MAS_APP_CHANNEL_MANAGE
|
|
5470
5579
|
value: $(params.mas_app_channel_manage)
|
|
5580
|
+
- name: MAS_APP_INSTALL_PLAN_MANAGE
|
|
5581
|
+
value: $(params.mas_app_install_plan_manage)
|
|
5471
5582
|
- name: MAS_APP_CHANNEL_MONITOR
|
|
5472
5583
|
value: $(params.mas_app_channel_monitor)
|
|
5584
|
+
- name: MAS_APP_INSTALL_PLAN_MONITOR
|
|
5585
|
+
value: $(params.mas_app_install_plan_monitor)
|
|
5473
5586
|
- name: MAS_APP_CHANNEL_OPTIMIZER
|
|
5474
5587
|
value: $(params.mas_app_channel_optimizer)
|
|
5588
|
+
- name: MAS_APP_INSTALL_PLAN_OPTIMIZER
|
|
5589
|
+
value: $(params.mas_app_install_plan_optimizer)
|
|
5475
5590
|
- name: MAS_APP_CHANNEL_PREDICT
|
|
5476
5591
|
value: $(params.mas_app_channel_predict)
|
|
5592
|
+
- name: MAS_APP_INSTALL_PLAN_PREDICT
|
|
5593
|
+
value: $(params.mas_app_install_plan_predict)
|
|
5477
5594
|
- name: MAS_APP_CHANNEL_VISUALINSPECTION
|
|
5478
5595
|
value: $(params.mas_app_channel_visualinspection)
|
|
5596
|
+
- name: MAS_APP_INSTALL_PLAN_VISUALINSPECTION
|
|
5597
|
+
value: $(params.mas_app_install_plan_visualinspection)
|
|
5479
5598
|
- name: GITHUB_PAT
|
|
5480
5599
|
value: $(params.github_pat)
|
|
5481
5600
|
- name: SM_AWS_REGION
|
|
@@ -5746,7 +5865,7 @@ spec:
|
|
|
5746
5865
|
- -c
|
|
5747
5866
|
name: gitops-mas-initiator
|
|
5748
5867
|
imagePullPolicy: IfNotPresent
|
|
5749
|
-
image: quay.io/ibmmas/cli:11.
|
|
5868
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
5750
5869
|
workspaces:
|
|
5751
5870
|
- name: configs
|
|
5752
5871
|
# --------------------------------------------------------------------------------
|
|
@@ -5853,7 +5972,7 @@ spec:
|
|
|
5853
5972
|
- -c
|
|
5854
5973
|
name: gitops-mongo
|
|
5855
5974
|
imagePullPolicy: IfNotPresent
|
|
5856
|
-
image: quay.io/ibmmas/cli:11.
|
|
5975
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
5857
5976
|
workspaces:
|
|
5858
5977
|
- name: configs
|
|
5859
5978
|
|
|
@@ -5900,6 +6019,12 @@ spec:
|
|
|
5900
6019
|
type: string
|
|
5901
6020
|
- name: gpu_driver_repository_path
|
|
5902
6021
|
type: string
|
|
6022
|
+
- name: nfd_install_plan
|
|
6023
|
+
type: string
|
|
6024
|
+
default: "Automatic"
|
|
6025
|
+
- name: gpu_install_plan
|
|
6026
|
+
type: string
|
|
6027
|
+
default: "Automatic"
|
|
5903
6028
|
|
|
5904
6029
|
stepTemplate:
|
|
5905
6030
|
name: gitops-nvidia-gpu
|
|
@@ -5928,10 +6053,14 @@ spec:
|
|
|
5928
6053
|
value: $(params.nfd_namespace)
|
|
5929
6054
|
- name: NFD_CHANNEL
|
|
5930
6055
|
value: $(params.nfd_channel)
|
|
6056
|
+
- name: NFD_INSTALL_PLAN
|
|
6057
|
+
value: $(params.nfd_install_plan)
|
|
5931
6058
|
- name: GPU_NAMESPACE
|
|
5932
6059
|
value: $(params.gpu_namespace)
|
|
5933
6060
|
- name: GPU_CHANNEL
|
|
5934
6061
|
value: $(params.gpu_channel)
|
|
6062
|
+
- name: GPU_INSTALL_PLAN
|
|
6063
|
+
value: $(params.gpu_install_plan)
|
|
5935
6064
|
- name: GPU_DRIVER_VERSION
|
|
5936
6065
|
value: $(params.gpu_driver_version)
|
|
5937
6066
|
- name: GPU_DRIVER_REPOSITORY_PATH
|
|
@@ -5965,7 +6094,7 @@ spec:
|
|
|
5965
6094
|
- -c
|
|
5966
6095
|
name: gitops-nvidia-gpu
|
|
5967
6096
|
imagePullPolicy: IfNotPresent
|
|
5968
|
-
image: quay.io/ibmmas/cli:11.
|
|
6097
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
5969
6098
|
workspaces:
|
|
5970
6099
|
- name: configs
|
|
5971
6100
|
# --------------------------------------------------------------------------------
|
|
@@ -6082,7 +6211,7 @@ spec:
|
|
|
6082
6211
|
- -c
|
|
6083
6212
|
name: gitops-process-mongo-user
|
|
6084
6213
|
imagePullPolicy: IfNotPresent
|
|
6085
|
-
image: quay.io/ibmmas/cli:11.
|
|
6214
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
6086
6215
|
workspaces:
|
|
6087
6216
|
- name: configs
|
|
6088
6217
|
# --------------------------------------------------------------------------------
|
|
@@ -6138,7 +6267,7 @@ spec:
|
|
|
6138
6267
|
- -c
|
|
6139
6268
|
name: gitops-rosa
|
|
6140
6269
|
imagePullPolicy: IfNotPresent
|
|
6141
|
-
image: quay.io/ibmmas/cli:11.
|
|
6270
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
6142
6271
|
workspaces:
|
|
6143
6272
|
- name: configs
|
|
6144
6273
|
# --------------------------------------------------------------------------------
|
|
@@ -6320,7 +6449,7 @@ spec:
|
|
|
6320
6449
|
- -c
|
|
6321
6450
|
name: gitops-suite-app-config
|
|
6322
6451
|
imagePullPolicy: IfNotPresent
|
|
6323
|
-
image: quay.io/ibmmas/cli:11.
|
|
6452
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
6324
6453
|
workspaces:
|
|
6325
6454
|
- name: configs
|
|
6326
6455
|
- name: shared-gitops-configs
|
|
@@ -6338,6 +6467,9 @@ spec:
|
|
|
6338
6467
|
type: string
|
|
6339
6468
|
- name: mas_app_channel
|
|
6340
6469
|
type: string
|
|
6470
|
+
- name: mas_app_install_plan
|
|
6471
|
+
type: string
|
|
6472
|
+
default: "Automatic"
|
|
6341
6473
|
- name: mas_app_catalog_source
|
|
6342
6474
|
type: string
|
|
6343
6475
|
- name: mas_app_api_version
|
|
@@ -6398,6 +6530,8 @@ spec:
|
|
|
6398
6530
|
value: $(params.mas_app_id)
|
|
6399
6531
|
- name: MAS_APP_CHANNEL
|
|
6400
6532
|
value: $(params.mas_app_channel)
|
|
6533
|
+
- name: MAS_APP_INSTALL_PLAN
|
|
6534
|
+
value: $(params.mas_app_install_plan)
|
|
6401
6535
|
- name: MAS_APP_CATALOG_SOURCE
|
|
6402
6536
|
value: $(params.mas_app_catalog_source)
|
|
6403
6537
|
- name: MAS_APP_API_VERSION
|
|
@@ -6473,7 +6607,7 @@ spec:
|
|
|
6473
6607
|
- -c
|
|
6474
6608
|
name: gitops-suite-app-install
|
|
6475
6609
|
imagePullPolicy: Always
|
|
6476
|
-
image: quay.io/ibmmas/cli:11.
|
|
6610
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
6477
6611
|
workspaces:
|
|
6478
6612
|
- name: configs
|
|
6479
6613
|
- name: shared-gitops-configs
|
|
@@ -6579,7 +6713,7 @@ spec:
|
|
|
6579
6713
|
- -c
|
|
6580
6714
|
name: gitops-suite-certs
|
|
6581
6715
|
imagePullPolicy: IfNotPresent
|
|
6582
|
-
image: quay.io/ibmmas/cli:11.
|
|
6716
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
6583
6717
|
workspaces:
|
|
6584
6718
|
- name: configs
|
|
6585
6719
|
- name: certificates
|
|
@@ -6739,7 +6873,7 @@ spec:
|
|
|
6739
6873
|
- -c
|
|
6740
6874
|
name: gitops-suite-config
|
|
6741
6875
|
imagePullPolicy: IfNotPresent
|
|
6742
|
-
image: quay.io/ibmmas/cli:11.
|
|
6876
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
6743
6877
|
workspaces:
|
|
6744
6878
|
- name: configs
|
|
6745
6879
|
- name: shared-additional-configs
|
|
@@ -6839,7 +6973,7 @@ spec:
|
|
|
6839
6973
|
- -c
|
|
6840
6974
|
name: gitops-suite-dns
|
|
6841
6975
|
imagePullPolicy: IfNotPresent
|
|
6842
|
-
image: quay.io/ibmmas/cli:11.
|
|
6976
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
6843
6977
|
workspaces:
|
|
6844
6978
|
- name: configs
|
|
6845
6979
|
|
|
@@ -6963,7 +7097,7 @@ spec:
|
|
|
6963
7097
|
- -c
|
|
6964
7098
|
name: gitops-suite-idp-config
|
|
6965
7099
|
imagePullPolicy: IfNotPresent
|
|
6966
|
-
image: quay.io/ibmmas/cli:11.
|
|
7100
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
6967
7101
|
workspaces:
|
|
6968
7102
|
- name: configs
|
|
6969
7103
|
- name: shared-additional-configs
|
|
@@ -7064,7 +7198,7 @@ spec:
|
|
|
7064
7198
|
- -c
|
|
7065
7199
|
name: gitops-suite-objectstorage-config
|
|
7066
7200
|
imagePullPolicy: IfNotPresent
|
|
7067
|
-
image: quay.io/ibmmas/cli:11.
|
|
7201
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
7068
7202
|
workspaces:
|
|
7069
7203
|
- name: configs
|
|
7070
7204
|
- name: shared-gitops-configs
|
|
@@ -7208,7 +7342,7 @@ spec:
|
|
|
7208
7342
|
- -c
|
|
7209
7343
|
name: gitops-suite-smtp-config
|
|
7210
7344
|
imagePullPolicy: IfNotPresent
|
|
7211
|
-
image: quay.io/ibmmas/cli:11.
|
|
7345
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
7212
7346
|
workspaces:
|
|
7213
7347
|
- name: configs
|
|
7214
7348
|
|
|
@@ -7317,7 +7451,7 @@ spec:
|
|
|
7317
7451
|
- -c
|
|
7318
7452
|
name: gitops-suite-watson-studio-config
|
|
7319
7453
|
imagePullPolicy: IfNotPresent
|
|
7320
|
-
image: quay.io/ibmmas/cli:11.
|
|
7454
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
7321
7455
|
workspaces:
|
|
7322
7456
|
- name: configs
|
|
7323
7457
|
- name: shared-gitops-configs
|
|
@@ -7414,7 +7548,7 @@ spec:
|
|
|
7414
7548
|
- -c
|
|
7415
7549
|
name: gitops-suite-workspace
|
|
7416
7550
|
imagePullPolicy: IfNotPresent
|
|
7417
|
-
image: quay.io/ibmmas/cli:11.
|
|
7551
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
7418
7552
|
workspaces:
|
|
7419
7553
|
- name: configs
|
|
7420
7554
|
# --------------------------------------------------------------------------------
|
|
@@ -7457,8 +7591,14 @@ spec:
|
|
|
7457
7591
|
type: string
|
|
7458
7592
|
- name: sls_channel
|
|
7459
7593
|
type: string
|
|
7594
|
+
- name: sls_install_plan
|
|
7595
|
+
type: string
|
|
7596
|
+
default: "Automatic"
|
|
7460
7597
|
- name: mas_channel
|
|
7461
7598
|
type: string
|
|
7599
|
+
- name: mas_install_plan
|
|
7600
|
+
type: string
|
|
7601
|
+
default: "Automatic"
|
|
7462
7602
|
- name: mas_annotations
|
|
7463
7603
|
type: string
|
|
7464
7604
|
default: ''
|
|
@@ -7577,6 +7717,8 @@ spec:
|
|
|
7577
7717
|
value: $(params.icr_cp_open)
|
|
7578
7718
|
- name: MAS_CHANNEL
|
|
7579
7719
|
value: $(params.mas_channel)
|
|
7720
|
+
- name: MAS_INSTALL_PLAN
|
|
7721
|
+
value: $(params.mas_install_plan)
|
|
7580
7722
|
- name: MAS_ANNOTATIONS
|
|
7581
7723
|
value: $(params.mas_annotations)
|
|
7582
7724
|
- name: MAS_IMAGE_TAGS
|
|
@@ -7587,6 +7729,8 @@ spec:
|
|
|
7587
7729
|
value: $(params.custom_labels)
|
|
7588
7730
|
- name: SLS_CHANNEL
|
|
7589
7731
|
value: $(params.sls_channel)
|
|
7732
|
+
- name: SLS_INSTALL_PLAN
|
|
7733
|
+
value: $(params.sls_install_plan)
|
|
7590
7734
|
- name: MAS_MANUAL_CERT_MGMT
|
|
7591
7735
|
value: $(params.mas_manual_cert_mgmt)
|
|
7592
7736
|
- name: CERT_MANAGER_NAMESPACE
|
|
@@ -7684,7 +7828,7 @@ spec:
|
|
|
7684
7828
|
- -c
|
|
7685
7829
|
name: gitops-suite
|
|
7686
7830
|
imagePullPolicy: IfNotPresent
|
|
7687
|
-
image: quay.io/ibmmas/cli:11.
|
|
7831
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
7688
7832
|
workspaces:
|
|
7689
7833
|
- name: configs
|
|
7690
7834
|
- name: shared-gitops-configs
|
|
@@ -7734,7 +7878,7 @@ spec:
|
|
|
7734
7878
|
|
|
7735
7879
|
steps:
|
|
7736
7880
|
- name: grafana
|
|
7737
|
-
image: quay.io/ibmmas/cli:11.
|
|
7881
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
7738
7882
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7739
7883
|
command:
|
|
7740
7884
|
- /opt/app-root/src/run-role.sh
|
|
@@ -7868,7 +8012,7 @@ spec:
|
|
|
7868
8012
|
command:
|
|
7869
8013
|
- /opt/app-root/src/run-role.sh
|
|
7870
8014
|
- ibm_catalogs
|
|
7871
|
-
image: quay.io/ibmmas/cli:11.
|
|
8015
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
7872
8016
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7873
8017
|
workingDir: /workspace/configs
|
|
7874
8018
|
# --------------------------------------------------------------------------------
|
|
@@ -8110,7 +8254,7 @@ spec:
|
|
|
8110
8254
|
command:
|
|
8111
8255
|
- /opt/app-root/src/run-role.sh
|
|
8112
8256
|
- kafka
|
|
8113
|
-
image: quay.io/ibmmas/cli:11.
|
|
8257
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8114
8258
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8115
8259
|
workingDir: /workspace/configs
|
|
8116
8260
|
|
|
@@ -8293,7 +8437,7 @@ spec:
|
|
|
8293
8437
|
command:
|
|
8294
8438
|
- /opt/app-root/src/run-role.sh
|
|
8295
8439
|
- mongodb
|
|
8296
|
-
image: quay.io/ibmmas/cli:11.
|
|
8440
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8297
8441
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8298
8442
|
workingDir: /workspace/configs
|
|
8299
8443
|
|
|
@@ -8336,7 +8480,7 @@ spec:
|
|
|
8336
8480
|
- $(params.base_output_dir)
|
|
8337
8481
|
- --extra-namespaces
|
|
8338
8482
|
- selenium
|
|
8339
|
-
image: quay.io/ibmmas/cli:11.
|
|
8483
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8340
8484
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8341
8485
|
env:
|
|
8342
8486
|
- name: DEVOPS_MONGO_URI
|
|
@@ -8453,7 +8597,7 @@ spec:
|
|
|
8453
8597
|
command:
|
|
8454
8598
|
- /opt/app-root/src/run-role.sh
|
|
8455
8599
|
- nvidia_gpu
|
|
8456
|
-
image: quay.io/ibmmas/cli:11.
|
|
8600
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8457
8601
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8458
8602
|
workingDir: /workspace/configs
|
|
8459
8603
|
|
|
@@ -8489,7 +8633,7 @@ spec:
|
|
|
8489
8633
|
# Verify Cluster
|
|
8490
8634
|
# -------------------------------------------------------------------------
|
|
8491
8635
|
- name: ocp-verify-cluster
|
|
8492
|
-
image: quay.io/ibmmas/cli:11.
|
|
8636
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8493
8637
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8494
8638
|
command:
|
|
8495
8639
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8531,7 +8675,7 @@ spec:
|
|
|
8531
8675
|
# Verify Catalogs
|
|
8532
8676
|
# -------------------------------------------------------------------------
|
|
8533
8677
|
- name: ocp-verify-catalogs
|
|
8534
|
-
image: quay.io/ibmmas/cli:11.
|
|
8678
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8535
8679
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8536
8680
|
command:
|
|
8537
8681
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8573,7 +8717,7 @@ spec:
|
|
|
8573
8717
|
# Verify Subscriptions
|
|
8574
8718
|
# -------------------------------------------------------------------------
|
|
8575
8719
|
- name: ocp-verify-subscriptions
|
|
8576
|
-
image: quay.io/ibmmas/cli:11.
|
|
8720
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8577
8721
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8578
8722
|
command:
|
|
8579
8723
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8615,7 +8759,7 @@ spec:
|
|
|
8615
8759
|
# Verify Workloads
|
|
8616
8760
|
# -------------------------------------------------------------------------
|
|
8617
8761
|
- name: ocp-verify-workloads
|
|
8618
|
-
image: quay.io/ibmmas/cli:11.
|
|
8762
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8619
8763
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8620
8764
|
command:
|
|
8621
8765
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8657,7 +8801,7 @@ spec:
|
|
|
8657
8801
|
# Verify Catalogs - Ingress TLS
|
|
8658
8802
|
# -------------------------------------------------------------------------
|
|
8659
8803
|
- name: ocp-verify-ingress
|
|
8660
|
-
image: quay.io/ibmmas/cli:11.
|
|
8804
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8661
8805
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8662
8806
|
command:
|
|
8663
8807
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8783,7 +8927,7 @@ spec:
|
|
|
8783
8927
|
command:
|
|
8784
8928
|
- /opt/app-root/src/run-role.sh
|
|
8785
8929
|
- ocp_verify
|
|
8786
|
-
image: quay.io/ibmmas/cli:11.
|
|
8930
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8787
8931
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8788
8932
|
workingDir: /workspace/configs
|
|
8789
8933
|
# --------------------------------------------------------------------------------
|
|
@@ -8851,7 +8995,7 @@ spec:
|
|
|
8851
8995
|
command:
|
|
8852
8996
|
- /opt/app-root/src/run-role.sh
|
|
8853
8997
|
- ocs
|
|
8854
|
-
image: quay.io/ibmmas/cli:11.
|
|
8998
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
8855
8999
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8856
9000
|
workingDir: /workspace/configs
|
|
8857
9001
|
|
|
@@ -9032,7 +9176,7 @@ spec:
|
|
|
9032
9176
|
command:
|
|
9033
9177
|
- /opt/app-root/src/run-role.sh
|
|
9034
9178
|
- sls
|
|
9035
|
-
image: quay.io/ibmmas/cli:11.
|
|
9179
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
9036
9180
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9037
9181
|
workingDir: /workspace/configs
|
|
9038
9182
|
|
|
@@ -9407,12 +9551,12 @@ spec:
|
|
|
9407
9551
|
command:
|
|
9408
9552
|
- /opt/app-root/src/run-role.sh
|
|
9409
9553
|
- suite_app_config
|
|
9410
|
-
image: quay.io/ibmmas/cli:11.
|
|
9554
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
9411
9555
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9412
9556
|
|
|
9413
9557
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
9414
9558
|
- name: app-cfg-post-verify
|
|
9415
|
-
image: quay.io/ibmmas/cli:11.
|
|
9559
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
9416
9560
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9417
9561
|
command:
|
|
9418
9562
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -9613,7 +9757,7 @@ spec:
|
|
|
9613
9757
|
command:
|
|
9614
9758
|
- /opt/app-root/src/run-role.sh
|
|
9615
9759
|
- suite_app_install
|
|
9616
|
-
image: quay.io/ibmmas/cli:11.
|
|
9760
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
9617
9761
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9618
9762
|
|
|
9619
9763
|
workspaces:
|
|
@@ -9702,7 +9846,7 @@ spec:
|
|
|
9702
9846
|
command:
|
|
9703
9847
|
- /opt/app-root/src/run-role.sh
|
|
9704
9848
|
- suite_app_rollback
|
|
9705
|
-
image: quay.io/ibmmas/cli:11.
|
|
9849
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
9706
9850
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9707
9851
|
# --------------------------------------------------------------------------------
|
|
9708
9852
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -9765,7 +9909,7 @@ spec:
|
|
|
9765
9909
|
command:
|
|
9766
9910
|
- /opt/app-root/src/run-role.sh
|
|
9767
9911
|
- suite_app_uninstall
|
|
9768
|
-
image: quay.io/ibmmas/cli:11.
|
|
9912
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
9769
9913
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9770
9914
|
# --------------------------------------------------------------------------------
|
|
9771
9915
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -9840,7 +9984,7 @@ spec:
|
|
|
9840
9984
|
command:
|
|
9841
9985
|
- /opt/app-root/src/run-role.sh
|
|
9842
9986
|
- suite_app_upgrade
|
|
9843
|
-
image: quay.io/ibmmas/cli:11.
|
|
9987
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
9844
9988
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9845
9989
|
# --------------------------------------------------------------------------------
|
|
9846
9990
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -9941,7 +10085,7 @@ spec:
|
|
|
9941
10085
|
command:
|
|
9942
10086
|
- /opt/app-root/src/run-role.sh
|
|
9943
10087
|
- suite_app_verify
|
|
9944
|
-
image: quay.io/ibmmas/cli:11.
|
|
10088
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
9945
10089
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9946
10090
|
# --------------------------------------------------------------------------------
|
|
9947
10091
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -10084,7 +10228,7 @@ spec:
|
|
|
10084
10228
|
command:
|
|
10085
10229
|
- /opt/app-root/src/run-role.sh
|
|
10086
10230
|
- suite_certs
|
|
10087
|
-
image: quay.io/ibmmas/cli:11.
|
|
10231
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
10088
10232
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10089
10233
|
|
|
10090
10234
|
workspaces:
|
|
@@ -10151,7 +10295,7 @@ spec:
|
|
|
10151
10295
|
command:
|
|
10152
10296
|
- /opt/app-root/src/run-role.sh
|
|
10153
10297
|
- suite_config
|
|
10154
|
-
image: quay.io/ibmmas/cli:11.
|
|
10298
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
10155
10299
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10156
10300
|
workingDir: /workspace/configs
|
|
10157
10301
|
|
|
@@ -10222,7 +10366,7 @@ spec:
|
|
|
10222
10366
|
command:
|
|
10223
10367
|
- /opt/app-root/src/run-role.sh
|
|
10224
10368
|
- suite_db2_setup_for_manage
|
|
10225
|
-
image: quay.io/ibmmas/cli:11.
|
|
10369
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
10226
10370
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10227
10371
|
# --------------------------------------------------------------------------------
|
|
10228
10372
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -10412,7 +10556,7 @@ spec:
|
|
|
10412
10556
|
command:
|
|
10413
10557
|
- /opt/app-root/src/run-role.sh
|
|
10414
10558
|
- suite_dns
|
|
10415
|
-
image: quay.io/ibmmas/cli:11.
|
|
10559
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
10416
10560
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10417
10561
|
# --------------------------------------------------------------------------------
|
|
10418
10562
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -10661,7 +10805,7 @@ spec:
|
|
|
10661
10805
|
command:
|
|
10662
10806
|
- /opt/app-root/src/run-role.sh
|
|
10663
10807
|
- suite_install
|
|
10664
|
-
image: quay.io/ibmmas/cli:11.
|
|
10808
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
10665
10809
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10666
10810
|
workingDir: /workspace/configs
|
|
10667
10811
|
|
|
@@ -10749,7 +10893,7 @@ spec:
|
|
|
10749
10893
|
command:
|
|
10750
10894
|
- /opt/app-root/src/run-role.sh
|
|
10751
10895
|
- suite_rollback
|
|
10752
|
-
image: quay.io/ibmmas/cli:11.
|
|
10896
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
10753
10897
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10754
10898
|
# --------------------------------------------------------------------------------
|
|
10755
10899
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -10814,7 +10958,7 @@ spec:
|
|
|
10814
10958
|
command:
|
|
10815
10959
|
- /opt/app-root/src/run-role.sh
|
|
10816
10960
|
- suite_uninstall
|
|
10817
|
-
image: quay.io/ibmmas/cli:11.
|
|
10961
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
10818
10962
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10819
10963
|
# --------------------------------------------------------------------------------
|
|
10820
10964
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -10884,7 +11028,7 @@ spec:
|
|
|
10884
11028
|
command:
|
|
10885
11029
|
- /opt/app-root/src/run-role.sh
|
|
10886
11030
|
- suite_upgrade
|
|
10887
|
-
image: quay.io/ibmmas/cli:11.
|
|
11031
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
10888
11032
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10889
11033
|
# --------------------------------------------------------------------------------
|
|
10890
11034
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -10946,12 +11090,12 @@ spec:
|
|
|
10946
11090
|
command:
|
|
10947
11091
|
- /opt/app-root/src/run-role.sh
|
|
10948
11092
|
- suite_verify
|
|
10949
|
-
image: quay.io/ibmmas/cli:11.
|
|
11093
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
10950
11094
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10951
11095
|
|
|
10952
11096
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10953
11097
|
- name: suite-post-verify
|
|
10954
|
-
image: quay.io/ibmmas/cli:11.
|
|
11098
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
10955
11099
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10956
11100
|
command:
|
|
10957
11101
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11080,7 +11224,7 @@ spec:
|
|
|
11080
11224
|
command:
|
|
11081
11225
|
- /opt/app-root/src/run-role.sh
|
|
11082
11226
|
- turbonomic
|
|
11083
|
-
image: quay.io/ibmmas/cli:11.
|
|
11227
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
11084
11228
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11085
11229
|
# --------------------------------------------------------------------------------
|
|
11086
11230
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -11161,7 +11305,7 @@ spec:
|
|
|
11161
11305
|
# IBM User Data Services (UDS)
|
|
11162
11306
|
# -------------------------------------------------------------------------
|
|
11163
11307
|
- name: uds
|
|
11164
|
-
image: quay.io/ibmmas/cli:11.
|
|
11308
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
11165
11309
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11166
11310
|
workingDir: /workspace/configs
|
|
11167
11311
|
command:
|
|
@@ -11224,7 +11368,7 @@ spec:
|
|
|
11224
11368
|
# IBM Data Reporter Operator (DRO)
|
|
11225
11369
|
# -------------------------------------------------------------------------
|
|
11226
11370
|
- name: dro
|
|
11227
|
-
image: quay.io/ibmmas/cli:11.
|
|
11371
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
11228
11372
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11229
11373
|
workingDir: /workspace/configs
|
|
11230
11374
|
command:
|
|
@@ -11310,7 +11454,7 @@ spec:
|
|
|
11310
11454
|
|
|
11311
11455
|
steps:
|
|
11312
11456
|
- name: update-configmap
|
|
11313
|
-
image: quay.io/ibmmas/cli:11.
|
|
11457
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
11314
11458
|
command:
|
|
11315
11459
|
- /opt/app-root/src/update-configmap.sh
|
|
11316
11460
|
env:
|
|
@@ -11372,7 +11516,7 @@ spec:
|
|
|
11372
11516
|
|
|
11373
11517
|
steps:
|
|
11374
11518
|
- name: wait-for-configmap
|
|
11375
|
-
image: quay.io/ibmmas/cli:11.
|
|
11519
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
11376
11520
|
command:
|
|
11377
11521
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
11378
11522
|
env:
|
|
@@ -11436,7 +11580,7 @@ spec:
|
|
|
11436
11580
|
|
|
11437
11581
|
steps:
|
|
11438
11582
|
- name: wait
|
|
11439
|
-
image: quay.io/ibmmas/cli:11.
|
|
11583
|
+
image: quay.io/ibmmas/cli:11.4.0
|
|
11440
11584
|
command:
|
|
11441
11585
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
11442
11586
|
env:
|
|
@@ -12989,6 +13133,18 @@ spec:
|
|
|
12989
13133
|
- name: cpd_scale_config
|
|
12990
13134
|
type: string
|
|
12991
13135
|
default: "medium"
|
|
13136
|
+
- name: cpd_platform_install_plan
|
|
13137
|
+
type: string
|
|
13138
|
+
default: "Automatic"
|
|
13139
|
+
- name: cpd_namespace_scope_install_plan
|
|
13140
|
+
type: string
|
|
13141
|
+
default: "Automatic"
|
|
13142
|
+
- name: cpd_licensing_install_plan
|
|
13143
|
+
type: string
|
|
13144
|
+
default: "Automatic"
|
|
13145
|
+
- name: cpd_cpfs_install_plan
|
|
13146
|
+
type: string
|
|
13147
|
+
default: "Automatic"
|
|
12992
13148
|
|
|
12993
13149
|
#CP4D Services
|
|
12994
13150
|
- name: cpd_service_block_storage_class
|
|
@@ -12998,6 +13154,27 @@ spec:
|
|
|
12998
13154
|
- name: cpd_service_scale_config
|
|
12999
13155
|
type: string
|
|
13000
13156
|
default: "small"
|
|
13157
|
+
- name: cpd_service_installplan_approval
|
|
13158
|
+
type: string
|
|
13159
|
+
default: "Automatic"
|
|
13160
|
+
- name: cpd_ccs_install_plan
|
|
13161
|
+
type: string
|
|
13162
|
+
default: "Automatic"
|
|
13163
|
+
- name: cpd_datarefinery_install_plan
|
|
13164
|
+
type: string
|
|
13165
|
+
default: "Automatic"
|
|
13166
|
+
- name: cpd_ws_install_plan
|
|
13167
|
+
type: string
|
|
13168
|
+
default: "Automatic"
|
|
13169
|
+
- name: rabbitmq_install_plan
|
|
13170
|
+
type: string
|
|
13171
|
+
default: "Automatic"
|
|
13172
|
+
- name: elasticsearch_install_plan
|
|
13173
|
+
type: string
|
|
13174
|
+
default: "Automatic"
|
|
13175
|
+
- name: canvasbase_install_plan
|
|
13176
|
+
type: string
|
|
13177
|
+
default: "Automatic"
|
|
13001
13178
|
|
|
13002
13179
|
#CP4D wml, analytics, openscale, spss modeler
|
|
13003
13180
|
- name: cp4d_wsl_action
|
|
@@ -13014,6 +13191,9 @@ spec:
|
|
|
13014
13191
|
- name: mas_app_channel_iot
|
|
13015
13192
|
type: string
|
|
13016
13193
|
default: ""
|
|
13194
|
+
- name: mas_app_install_plan_iot
|
|
13195
|
+
type: string
|
|
13196
|
+
default: "Automatic"
|
|
13017
13197
|
- name: mas_app_catalog_source_iot
|
|
13018
13198
|
type: string
|
|
13019
13199
|
default: ibm-operator-catalog
|
|
@@ -13040,6 +13220,9 @@ spec:
|
|
|
13040
13220
|
- name: mas_app_channel_manage
|
|
13041
13221
|
type: string
|
|
13042
13222
|
default: ""
|
|
13223
|
+
- name: mas_app_install_plan_manage
|
|
13224
|
+
type: string
|
|
13225
|
+
default: "Automatic"
|
|
13043
13226
|
- name: mas_app_catalog_source_manage
|
|
13044
13227
|
type: string
|
|
13045
13228
|
default: ibm-operator-catalog
|
|
@@ -13072,6 +13255,9 @@ spec:
|
|
|
13072
13255
|
- name: mas_app_channel_monitor
|
|
13073
13256
|
type: string
|
|
13074
13257
|
default: ""
|
|
13258
|
+
- name: mas_app_install_plan_monitor
|
|
13259
|
+
type: string
|
|
13260
|
+
default: "Automatic"
|
|
13075
13261
|
- name: mas_app_catalog_source_monitor
|
|
13076
13262
|
type: string
|
|
13077
13263
|
default: ibm-operator-catalog
|
|
@@ -13098,6 +13284,9 @@ spec:
|
|
|
13098
13284
|
- name: mas_app_channel_visualinspection
|
|
13099
13285
|
type: string
|
|
13100
13286
|
default: ""
|
|
13287
|
+
- name: mas_app_install_plan_visualinspection
|
|
13288
|
+
type: string
|
|
13289
|
+
default: "Automatic"
|
|
13101
13290
|
- name: mas_app_catalog_source_visualinspection
|
|
13102
13291
|
type: string
|
|
13103
13292
|
default: ibm-operator-catalog
|
|
@@ -13127,6 +13316,9 @@ spec:
|
|
|
13127
13316
|
- name: mas_app_channel_assist
|
|
13128
13317
|
type: string
|
|
13129
13318
|
default: ""
|
|
13319
|
+
- name: mas_app_install_plan_assist
|
|
13320
|
+
type: string
|
|
13321
|
+
default: "Automatic"
|
|
13130
13322
|
- name: mas_app_catalog_source_assist
|
|
13131
13323
|
type: string
|
|
13132
13324
|
default: ibm-operator-catalog
|
|
@@ -13153,6 +13345,9 @@ spec:
|
|
|
13153
13345
|
- name: mas_app_channel_optimizer
|
|
13154
13346
|
type: string
|
|
13155
13347
|
default: ""
|
|
13348
|
+
- name: mas_app_install_plan_optimizer
|
|
13349
|
+
type: string
|
|
13350
|
+
default: "Automatic"
|
|
13156
13351
|
- name: mas_app_catalog_source_optimizer
|
|
13157
13352
|
type: string
|
|
13158
13353
|
default: ibm-operator-catalog
|
|
@@ -13182,6 +13377,9 @@ spec:
|
|
|
13182
13377
|
- name: mas_app_channel_predict
|
|
13183
13378
|
type: string
|
|
13184
13379
|
default: ""
|
|
13380
|
+
- name: mas_app_install_plan_predict
|
|
13381
|
+
type: string
|
|
13382
|
+
default: "Automatic"
|
|
13185
13383
|
- name: mas_app_catalog_source_predict
|
|
13186
13384
|
type: string
|
|
13187
13385
|
default: ibm-operator-catalog
|
|
@@ -13711,6 +13909,8 @@ spec:
|
|
|
13711
13909
|
value: iot
|
|
13712
13910
|
- name: mas_app_channel
|
|
13713
13911
|
value: $(params.mas_app_channel_iot)
|
|
13912
|
+
- name: mas_app_install_plan
|
|
13913
|
+
value: $(params.mas_app_install_plan_iot)
|
|
13714
13914
|
- name: custom_labels
|
|
13715
13915
|
value: $(params.custom_labels)
|
|
13716
13916
|
- name: mas_app_spec_yaml
|
|
@@ -13866,6 +14066,8 @@ spec:
|
|
|
13866
14066
|
value: manage
|
|
13867
14067
|
- name: mas_app_channel
|
|
13868
14068
|
value: $(params.mas_app_channel_manage)
|
|
14069
|
+
- name: mas_app_install_plan
|
|
14070
|
+
value: $(params.mas_app_install_plan_manage)
|
|
13869
14071
|
- name: custom_labels
|
|
13870
14072
|
value: $(params.custom_labels)
|
|
13871
14073
|
- name: mas_app_spec_yaml
|
|
@@ -14026,6 +14228,8 @@ spec:
|
|
|
14026
14228
|
value: monitor
|
|
14027
14229
|
- name: mas_app_channel
|
|
14028
14230
|
value: $(params.mas_app_channel_monitor)
|
|
14231
|
+
- name: mas_app_install_plan
|
|
14232
|
+
value: $(params.mas_app_install_plan_monitor)
|
|
14029
14233
|
- name: custom_labels
|
|
14030
14234
|
value: $(params.custom_labels)
|
|
14031
14235
|
- name: mas_app_spec_yaml
|
|
@@ -14180,6 +14384,8 @@ spec:
|
|
|
14180
14384
|
value: visualinspection
|
|
14181
14385
|
- name: mas_app_channel
|
|
14182
14386
|
value: $(params.mas_app_channel_visualinspection)
|
|
14387
|
+
- name: mas_app_install_plan
|
|
14388
|
+
value: $(params.mas_app_install_plan_visualinspection)
|
|
14183
14389
|
- name: custom_labels
|
|
14184
14390
|
value: $(params.custom_labels)
|
|
14185
14391
|
- name: mas_app_spec_yaml
|
|
@@ -14333,6 +14539,14 @@ spec:
|
|
|
14333
14539
|
value: $(params.cpfs_size)
|
|
14334
14540
|
- name: cpd_scale_config
|
|
14335
14541
|
value: $(params.cpd_scale_config)
|
|
14542
|
+
- name: cpd_platform_install_plan
|
|
14543
|
+
value: $(params.cpd_platform_install_plan)
|
|
14544
|
+
- name: cpd_namespace_scope_install_plan
|
|
14545
|
+
value: $(params.cpd_namespace_scope_install_plan)
|
|
14546
|
+
- name: cpd_licensing_install_plan
|
|
14547
|
+
value: $(params.cpd_licensing_install_plan)
|
|
14548
|
+
- name: cpd_cpfs_install_plan
|
|
14549
|
+
value: $(params.cpd_cpfs_install_plan)
|
|
14336
14550
|
|
|
14337
14551
|
workspaces:
|
|
14338
14552
|
- name: configs
|
|
@@ -14444,6 +14658,8 @@ spec:
|
|
|
14444
14658
|
value: assist
|
|
14445
14659
|
- name: mas_app_channel
|
|
14446
14660
|
value: $(params.mas_app_channel_assist)
|
|
14661
|
+
- name: mas_app_install_plan
|
|
14662
|
+
value: $(params.mas_app_install_plan_assist)
|
|
14447
14663
|
- name: custom_labels
|
|
14448
14664
|
value: $(params.custom_labels)
|
|
14449
14665
|
- name: mas_app_spec_yaml
|
|
@@ -14598,6 +14814,8 @@ spec:
|
|
|
14598
14814
|
value: optimizer
|
|
14599
14815
|
- name: mas_app_channel
|
|
14600
14816
|
value: $(params.mas_app_channel_optimizer)
|
|
14817
|
+
- name: mas_app_install_plan
|
|
14818
|
+
value: $(params.mas_app_install_plan_optimizer)
|
|
14601
14819
|
- name: custom_labels
|
|
14602
14820
|
value: $(params.custom_labels)
|
|
14603
14821
|
- name: mas_app_spec_yaml
|
|
@@ -14752,6 +14970,8 @@ spec:
|
|
|
14752
14970
|
value: predict
|
|
14753
14971
|
- name: mas_app_channel
|
|
14754
14972
|
value: $(params.mas_app_channel_predict)
|
|
14973
|
+
- name: mas_app_install_plan
|
|
14974
|
+
value: $(params.mas_app_install_plan_predict)
|
|
14755
14975
|
- name: custom_labels
|
|
14756
14976
|
value: $(params.custom_labels)
|
|
14757
14977
|
- name: mas_app_spec_yaml
|
|
@@ -14922,6 +15142,21 @@ spec:
|
|
|
14922
15142
|
value: $(params.cpd_service_storage_class)
|
|
14923
15143
|
- name: cpd_service_scale_config
|
|
14924
15144
|
value: $(params.cpd_service_scale_config)
|
|
15145
|
+
- name: cpd_service_installplan_approval
|
|
15146
|
+
value: $(params.cpd_service_installplan_approval)
|
|
15147
|
+
- name: cpd_ccs_install_plan
|
|
15148
|
+
value: $(params.cpd_ccs_install_plan)
|
|
15149
|
+
- name: cpd_datarefinery_install_plan
|
|
15150
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
15151
|
+
- name: cpd_ws_install_plan
|
|
15152
|
+
value: $(params.cpd_ws_install_plan)
|
|
15153
|
+
- name: rabbitmq_install_plan
|
|
15154
|
+
value: $(params.rabbitmq_install_plan)
|
|
15155
|
+
- name: elasticsearch_install_plan
|
|
15156
|
+
value: $(params.elasticsearch_install_plan)
|
|
15157
|
+
- name: canvasbase_install_plan
|
|
15158
|
+
value: $(params.canvasbase_install_plan)
|
|
15159
|
+
|
|
14925
15160
|
|
|
14926
15161
|
workspaces:
|
|
14927
15162
|
- name: configs
|
|
@@ -15039,6 +15274,20 @@ spec:
|
|
|
15039
15274
|
value: $(params.cpd_service_storage_class)
|
|
15040
15275
|
- name: cpd_service_scale_config
|
|
15041
15276
|
value: $(params.cpd_service_scale_config)
|
|
15277
|
+
- name: cpd_service_installplan_approval
|
|
15278
|
+
value: $(params.cpd_service_installplan_approval)
|
|
15279
|
+
- name: cpd_ccs_install_plan
|
|
15280
|
+
value: $(params.cpd_ccs_install_plan)
|
|
15281
|
+
- name: cpd_datarefinery_install_plan
|
|
15282
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
15283
|
+
- name: cpd_ws_install_plan
|
|
15284
|
+
value: $(params.cpd_ws_install_plan)
|
|
15285
|
+
- name: rabbitmq_install_plan
|
|
15286
|
+
value: $(params.rabbitmq_install_plan)
|
|
15287
|
+
- name: elasticsearch_install_plan
|
|
15288
|
+
value: $(params.elasticsearch_install_plan)
|
|
15289
|
+
- name: canvasbase_install_plan
|
|
15290
|
+
value: $(params.canvasbase_install_plan)
|
|
15042
15291
|
|
|
15043
15292
|
workspaces:
|
|
15044
15293
|
- name: configs
|
|
@@ -15098,6 +15347,20 @@ spec:
|
|
|
15098
15347
|
value: $(params.cpd_service_storage_class)
|
|
15099
15348
|
- name: cpd_service_scale_config
|
|
15100
15349
|
value: $(params.cpd_service_scale_config)
|
|
15350
|
+
- name: cpd_service_installplan_approval
|
|
15351
|
+
value: $(params.cpd_service_installplan_approval)
|
|
15352
|
+
- name: cpd_ccs_install_plan
|
|
15353
|
+
value: $(params.cpd_ccs_install_plan)
|
|
15354
|
+
- name: cpd_datarefinery_install_plan
|
|
15355
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
15356
|
+
- name: cpd_ws_install_plan
|
|
15357
|
+
value: $(params.cpd_ws_install_plan)
|
|
15358
|
+
- name: rabbitmq_install_plan
|
|
15359
|
+
value: $(params.rabbitmq_install_plan)
|
|
15360
|
+
- name: elasticsearch_install_plan
|
|
15361
|
+
value: $(params.elasticsearch_install_plan)
|
|
15362
|
+
- name: canvasbase_install_plan
|
|
15363
|
+
value: $(params.canvasbase_install_plan)
|
|
15101
15364
|
|
|
15102
15365
|
workspaces:
|
|
15103
15366
|
- name: configs
|
|
@@ -15158,6 +15421,20 @@ spec:
|
|
|
15158
15421
|
value: $(params.cpd_service_storage_class)
|
|
15159
15422
|
- name: cpd_service_scale_config
|
|
15160
15423
|
value: $(params.cpd_service_scale_config)
|
|
15424
|
+
- name: cpd_service_installplan_approval
|
|
15425
|
+
value: $(params.cpd_service_installplan_approval)
|
|
15426
|
+
- name: cpd_ccs_install_plan
|
|
15427
|
+
value: $(params.cpd_ccs_install_plan)
|
|
15428
|
+
- name: cpd_datarefinery_install_plan
|
|
15429
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
15430
|
+
- name: cpd_ws_install_plan
|
|
15431
|
+
value: $(params.cpd_ws_install_plan)
|
|
15432
|
+
- name: rabbitmq_install_plan
|
|
15433
|
+
value: $(params.rabbitmq_install_plan)
|
|
15434
|
+
- name: elasticsearch_install_plan
|
|
15435
|
+
value: $(params.elasticsearch_install_plan)
|
|
15436
|
+
- name: canvasbase_install_plan
|
|
15437
|
+
value: $(params.canvasbase_install_plan)
|
|
15161
15438
|
|
|
15162
15439
|
workspaces:
|
|
15163
15440
|
- name: configs
|
|
@@ -15218,6 +15495,20 @@ spec:
|
|
|
15218
15495
|
value: $(params.cpd_service_storage_class)
|
|
15219
15496
|
- name: cpd_service_scale_config
|
|
15220
15497
|
value: $(params.cpd_service_scale_config)
|
|
15498
|
+
- name: cpd_service_installplan_approval
|
|
15499
|
+
value: $(params.cpd_service_installplan_approval)
|
|
15500
|
+
- name: cpd_ccs_install_plan
|
|
15501
|
+
value: $(params.cpd_ccs_install_plan)
|
|
15502
|
+
- name: cpd_datarefinery_install_plan
|
|
15503
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
15504
|
+
- name: cpd_ws_install_plan
|
|
15505
|
+
value: $(params.cpd_ws_install_plan)
|
|
15506
|
+
- name: rabbitmq_install_plan
|
|
15507
|
+
value: $(params.rabbitmq_install_plan)
|
|
15508
|
+
- name: elasticsearch_install_plan
|
|
15509
|
+
value: $(params.elasticsearch_install_plan)
|
|
15510
|
+
- name: canvasbase_install_plan
|
|
15511
|
+
value: $(params.canvasbase_install_plan)
|
|
15221
15512
|
|
|
15222
15513
|
workspaces:
|
|
15223
15514
|
- name: configs
|
|
@@ -16187,6 +16478,9 @@ spec:
|
|
|
16187
16478
|
type: string
|
|
16188
16479
|
- name: avp_aws_secret_region
|
|
16189
16480
|
type: string
|
|
16481
|
+
- name: redhat_cert_manager_install_plan
|
|
16482
|
+
type: string
|
|
16483
|
+
default: "Automatic"
|
|
16190
16484
|
|
|
16191
16485
|
- name: slack_channel_id
|
|
16192
16486
|
type: string
|
|
@@ -16208,6 +16502,12 @@ spec:
|
|
|
16208
16502
|
- name: dro_cmm_cmm_url
|
|
16209
16503
|
type: string
|
|
16210
16504
|
default: ""
|
|
16505
|
+
- name: dro_install_plan
|
|
16506
|
+
type: string
|
|
16507
|
+
default: "Automatic"
|
|
16508
|
+
- name: imo_install_plan
|
|
16509
|
+
type: string
|
|
16510
|
+
default: "Automatic"
|
|
16211
16511
|
|
|
16212
16512
|
- name: db2_channel
|
|
16213
16513
|
type: string
|
|
@@ -16215,6 +16515,9 @@ spec:
|
|
|
16215
16515
|
- name: db2_action
|
|
16216
16516
|
type: string
|
|
16217
16517
|
default: ""
|
|
16518
|
+
- name: db2_subscription_install_plan
|
|
16519
|
+
type: string
|
|
16520
|
+
default: "Automatic"
|
|
16218
16521
|
|
|
16219
16522
|
- name: nvidia_gpu_action
|
|
16220
16523
|
type: string
|
|
@@ -16225,18 +16528,28 @@ spec:
|
|
|
16225
16528
|
- name: nfd_channel
|
|
16226
16529
|
type: string
|
|
16227
16530
|
default: stable
|
|
16531
|
+
- name: nfd_install_plan
|
|
16532
|
+
type: string
|
|
16533
|
+
default: "Automatic"
|
|
16228
16534
|
- name: gpu_namespace
|
|
16229
16535
|
type: string
|
|
16230
16536
|
default: nvidia-gpu-operator
|
|
16231
16537
|
- name: gpu_channel
|
|
16232
16538
|
type: string
|
|
16233
16539
|
default: v24.3
|
|
16540
|
+
- name: gpu_install_plan
|
|
16541
|
+
type: string
|
|
16542
|
+
default: "Automatic"
|
|
16234
16543
|
- name: gpu_driver_version
|
|
16235
16544
|
type: string
|
|
16236
16545
|
default: 550.90.07
|
|
16237
16546
|
- name: gpu_driver_repository_path
|
|
16238
16547
|
type: string
|
|
16239
16548
|
default: nvcr.io/nvidia
|
|
16549
|
+
|
|
16550
|
+
- name: cis_compliance_install_plan
|
|
16551
|
+
type: string
|
|
16552
|
+
default: "Automatic"
|
|
16240
16553
|
|
|
16241
16554
|
- name: cluster_promotion_target_github_host
|
|
16242
16555
|
type: string
|
|
@@ -16301,6 +16614,8 @@ spec:
|
|
|
16301
16614
|
value: $(params.secrets_path)
|
|
16302
16615
|
- name: avp_aws_secret_region
|
|
16303
16616
|
value: $(params.avp_aws_secret_region)
|
|
16617
|
+
- name: redhat_cert_manager_install_plan
|
|
16618
|
+
value: $(params.redhat_cert_manager_install_plan)
|
|
16304
16619
|
|
|
16305
16620
|
- name: slack_channel_id
|
|
16306
16621
|
value: $(params.slack_channel_id)
|
|
@@ -16375,6 +16690,10 @@ spec:
|
|
|
16375
16690
|
value: $(params.dro_cmm_auth_url)
|
|
16376
16691
|
- name: dro_cmm_cmm_url
|
|
16377
16692
|
value: $(params.dro_cmm_cmm_url)
|
|
16693
|
+
- name: dro_install_plan
|
|
16694
|
+
value: $(params.dro_install_plan)
|
|
16695
|
+
- name: imo_install_plan
|
|
16696
|
+
value: $(params.imo_install_plan)
|
|
16378
16697
|
taskRef:
|
|
16379
16698
|
kind: Task
|
|
16380
16699
|
name: gitops-dro
|
|
@@ -16406,6 +16725,8 @@ spec:
|
|
|
16406
16725
|
value: $(params.github_host)
|
|
16407
16726
|
- name: git_commit_msg
|
|
16408
16727
|
value: $(params.git_commit_msg)
|
|
16728
|
+
- name: cis_compliance_install_plan
|
|
16729
|
+
value: $(params.cis_compliance_install_plan)
|
|
16409
16730
|
taskRef:
|
|
16410
16731
|
kind: Task
|
|
16411
16732
|
name: gitops-cis-compliance
|
|
@@ -16441,10 +16762,14 @@ spec:
|
|
|
16441
16762
|
value: $(params.nfd_namespace)
|
|
16442
16763
|
- name: nfd_channel
|
|
16443
16764
|
value: $(params.nfd_channel)
|
|
16765
|
+
- name: nfd_install_plan
|
|
16766
|
+
value: $(params.nfd_install_plan)
|
|
16444
16767
|
- name: gpu_namespace
|
|
16445
16768
|
value: $(params.gpu_namespace)
|
|
16446
16769
|
- name: gpu_channel
|
|
16447
16770
|
value: $(params.gpu_channel)
|
|
16771
|
+
- name: gpu_install_plan
|
|
16772
|
+
value: $(params.gpu_install_plan)
|
|
16448
16773
|
- name: gpu_driver_version
|
|
16449
16774
|
value: $(params.gpu_driver_version)
|
|
16450
16775
|
- name: gpu_driver_repository_path
|
|
@@ -18419,7 +18744,10 @@ spec:
|
|
|
18419
18744
|
- name: cpd_install_cognos
|
|
18420
18745
|
type: string
|
|
18421
18746
|
default: ""
|
|
18422
|
-
|
|
18747
|
+
- name: cpd_install_all
|
|
18748
|
+
type: string
|
|
18749
|
+
default: ""
|
|
18750
|
+
|
|
18423
18751
|
# Dependencies - UDS
|
|
18424
18752
|
# -----------------------------------------------------------------------------
|
|
18425
18753
|
- name: uds_contact_email
|
|
@@ -19674,11 +20002,12 @@ spec:
|
|
|
19674
20002
|
name: mas-devops-cp4d
|
|
19675
20003
|
# Only needed if either Predict, Assist, Health w/ WSL, or Cognos are being installed
|
|
19676
20004
|
when:
|
|
19677
|
-
- input: "$(params.mas_app_channel_predict)$(params.mas_app_channel_assist)$(params.mas_appws_bindings_health_wsl_flag)$(params.cpd_install_cognos)"
|
|
20005
|
+
- input: "$(params.mas_app_channel_predict)$(params.mas_app_channel_assist)$(params.mas_appws_bindings_health_wsl_flag)$(params.cpd_install_cognos)$(params.cpd_install_all)"
|
|
19678
20006
|
operator: notin
|
|
19679
20007
|
values: [""]
|
|
19680
20008
|
runAfter:
|
|
19681
20009
|
- cert-manager
|
|
20010
|
+
- ibm-catalogs
|
|
19682
20011
|
|
|
19683
20012
|
# 3.2 Watson Studio
|
|
19684
20013
|
- name: watson-studio
|
|
@@ -19709,7 +20038,7 @@ spec:
|
|
|
19709
20038
|
name: mas-devops-cp4d-service
|
|
19710
20039
|
# Only needed if either Predict or Health w/ WSL are being installed
|
|
19711
20040
|
when:
|
|
19712
|
-
- input: "$(params.mas_app_channel_predict)$(params.mas_appws_bindings_health_wsl_flag)"
|
|
20041
|
+
- input: "$(params.mas_app_channel_predict)$(params.mas_appws_bindings_health_wsl_flag)$(params.cpd_install_all)"
|
|
19713
20042
|
operator: notin
|
|
19714
20043
|
values: [""]
|
|
19715
20044
|
workspaces:
|
|
@@ -19747,7 +20076,7 @@ spec:
|
|
|
19747
20076
|
name: mas-devops-cp4d-service
|
|
19748
20077
|
# Only needed if Predict is being installed
|
|
19749
20078
|
when:
|
|
19750
|
-
- input: "$(params.mas_app_channel_predict)"
|
|
20079
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_all)"
|
|
19751
20080
|
operator: notin
|
|
19752
20081
|
values: [""]
|
|
19753
20082
|
workspaces:
|
|
@@ -19785,7 +20114,7 @@ spec:
|
|
|
19785
20114
|
name: mas-devops-cp4d-service
|
|
19786
20115
|
# Only needed if Predict is being installed
|
|
19787
20116
|
when:
|
|
19788
|
-
- input: "$(params.mas_app_channel_predict)"
|
|
20117
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_all)"
|
|
19789
20118
|
operator: notin
|
|
19790
20119
|
values: [""]
|
|
19791
20120
|
workspaces:
|
|
@@ -19825,7 +20154,7 @@ spec:
|
|
|
19825
20154
|
name: mas-devops-cp4d-service
|
|
19826
20155
|
# Only needed if Predict is being installed
|
|
19827
20156
|
when:
|
|
19828
|
-
- input: "$(params.mas_app_channel_predict)"
|
|
20157
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_all)"
|
|
19829
20158
|
operator: notin
|
|
19830
20159
|
values: [""]
|
|
19831
20160
|
- input: "$(params.cpd_install_openscale)"
|
|
@@ -19868,7 +20197,7 @@ spec:
|
|
|
19868
20197
|
name: mas-devops-cp4d-service
|
|
19869
20198
|
# Only needed if Predict is being installed
|
|
19870
20199
|
when:
|
|
19871
|
-
- input: "$(params.mas_app_channel_predict)"
|
|
20200
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_all)"
|
|
19872
20201
|
operator: notin
|
|
19873
20202
|
values: [""]
|
|
19874
20203
|
- input: "$(params.cpd_install_spss)"
|
|
@@ -19909,7 +20238,7 @@ spec:
|
|
|
19909
20238
|
name: mas-devops-cp4d-service
|
|
19910
20239
|
# Only needed if Manage is being installed and Cognos is chosen to be installed
|
|
19911
20240
|
when:
|
|
19912
|
-
- input: "$(params.mas_app_channel_manage)"
|
|
20241
|
+
- input: "$(params.mas_app_channel_manage)$(params.cpd_install_all)"
|
|
19913
20242
|
operator: notin
|
|
19914
20243
|
values: [""]
|
|
19915
20244
|
- input: "$(params.cpd_install_cognos)"
|
|
@@ -21010,6 +21339,7 @@ spec:
|
|
|
21010
21339
|
value: $(params.mas_instance_id)
|
|
21011
21340
|
- name: mas_app_id
|
|
21012
21341
|
value: assist
|
|
21342
|
+
|
|
21013
21343
|
- name: artifactory_username
|
|
21014
21344
|
value: $(params.artifactory_username)
|
|
21015
21345
|
- name: artifactory_token
|
|
@@ -21777,6 +22107,9 @@ spec:
|
|
|
21777
22107
|
type: string
|
|
21778
22108
|
description: Optional. Used to uninstall UDS or DRO
|
|
21779
22109
|
default: "none"
|
|
22110
|
+
- name: dro_namespace
|
|
22111
|
+
default: "redhat-marketplace"
|
|
22112
|
+
type: string
|
|
21780
22113
|
|
|
21781
22114
|
tasks:
|
|
21782
22115
|
# Content
|
|
@@ -21973,6 +22306,8 @@ spec:
|
|
|
21973
22306
|
value: $(params.image_pull_policy)
|
|
21974
22307
|
- name: uds_action
|
|
21975
22308
|
value: $(params.uds_action)
|
|
22309
|
+
- name: dro_namespace
|
|
22310
|
+
value: $(params.dro_namespace)
|
|
21976
22311
|
- name: devops_suite_name
|
|
21977
22312
|
value: dependencies-uds-uninstall
|
|
21978
22313
|
taskRef:
|