mas-cli 11.3.0__py3-none-any.whl → 11.5.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 +5 -7
- mas/cli/displayMixins.py +18 -14
- mas/cli/gencfg.py +3 -2
- mas/cli/install/__init__.py +1 -1
- mas/cli/install/app.py +30 -30
- mas/cli/install/argBuilder.py +159 -158
- mas/cli/install/argParser.py +3 -1
- mas/cli/install/settings/__init__.py +5 -4
- mas/cli/install/settings/additionalConfigs.py +25 -24
- mas/cli/install/settings/db2Settings.py +2 -2
- mas/cli/install/settings/kafkaSettings.py +1 -0
- mas/cli/install/settings/manageSettings.py +38 -19
- mas/cli/install/settings/turbonomicSettings.py +1 -0
- mas/cli/install/summarizer.py +6 -6
- mas/cli/templates/ibm-mas-tekton.yaml +918 -150
- mas/cli/uninstall/__init__.py +1 -1
- mas/cli/uninstall/app.py +16 -13
- mas/cli/uninstall/argParser.py +8 -1
- mas/cli/update/__init__.py +1 -1
- mas/cli/update/app.py +39 -39
- mas/cli/update/argParser.py +1 -1
- mas/cli/upgrade/__init__.py +1 -1
- mas/cli/upgrade/app.py +8 -7
- mas/cli/upgrade/argParser.py +1 -1
- {mas_cli-11.3.0.data → mas_cli-11.5.0.data}/scripts/mas-cli +8 -6
- {mas_cli-11.3.0.dist-info → mas_cli-11.5.0.dist-info}/METADATA +1 -1
- {mas_cli-11.3.0.dist-info → mas_cli-11.5.0.dist-info}/RECORD +30 -30
- {mas_cli-11.3.0.dist-info → mas_cli-11.5.0.dist-info}/WHEEL +1 -1
- {mas_cli-11.3.0.dist-info → mas_cli-11.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0
|
|
3230
3301
|
workspaces:
|
|
3231
3302
|
- name: configs
|
|
3232
3303
|
|
|
@@ -3296,10 +3367,11 @@ spec:
|
|
|
3296
3367
|
aws configure set aws_secret_access_key $SM_AWS_SECRET_ACCESS_KEY
|
|
3297
3368
|
aws configure set default.region $(params.avp_aws_secret_region)
|
|
3298
3369
|
|
|
3299
|
-
|
|
3370
|
+
# Note the - after cluster name. this is to distinguish between different similar named clusters
|
|
3371
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value')
|
|
3300
3372
|
if [ -z "$vpc_name" ]; then
|
|
3301
3373
|
# Needed if there is only one cluster in account
|
|
3302
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME | yq '.Value')
|
|
3374
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value')
|
|
3303
3375
|
fi
|
|
3304
3376
|
export VPC_ID=$(aws ec2 describe-vpcs --filters '[{"Name": "tag:Name", "Values": ["'$vpc_name'"]}]' --output yaml | yq '.Vpcs[].VpcId' )
|
|
3305
3377
|
|
|
@@ -3335,7 +3407,7 @@ spec:
|
|
|
3335
3407
|
- -c
|
|
3336
3408
|
name: gitops-deprovision-kafka
|
|
3337
3409
|
imagePullPolicy: IfNotPresent
|
|
3338
|
-
image: quay.io/ibmmas/cli:11.
|
|
3410
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
3339
3411
|
workspaces:
|
|
3340
3412
|
- name: configs
|
|
3341
3413
|
# --------------------------------------------------------------------------------
|
|
@@ -3396,10 +3468,11 @@ spec:
|
|
|
3396
3468
|
aws configure set aws_secret_access_key $SM_AWS_SECRET_ACCESS_KEY
|
|
3397
3469
|
aws configure set default.region $(params.avp_aws_secret_region)
|
|
3398
3470
|
|
|
3399
|
-
|
|
3471
|
+
# Note the - after cluster name. this is to distinguish between different similar named clusters
|
|
3472
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value')
|
|
3400
3473
|
if [ -z "$vpc_name" ]; then
|
|
3401
3474
|
# Needed if there is only one cluster in account
|
|
3402
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME | yq '.Value')
|
|
3475
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value')
|
|
3403
3476
|
fi
|
|
3404
3477
|
export VPC_ID=$(aws ec2 describe-vpcs --filters '[{"Name": "tag:Name", "Values": ["'$vpc_name'"]}]' --output yaml | yq '.Vpcs[].VpcId' )
|
|
3405
3478
|
|
|
@@ -3437,7 +3510,7 @@ spec:
|
|
|
3437
3510
|
- -c
|
|
3438
3511
|
name: gitops-deprovision-mongo
|
|
3439
3512
|
imagePullPolicy: IfNotPresent
|
|
3440
|
-
image: quay.io/ibmmas/cli:11.
|
|
3513
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
3441
3514
|
workspaces:
|
|
3442
3515
|
- name: configs
|
|
3443
3516
|
|
|
@@ -3494,7 +3567,7 @@ spec:
|
|
|
3494
3567
|
- -c
|
|
3495
3568
|
name: gitops-deprovision-rosa
|
|
3496
3569
|
imagePullPolicy: IfNotPresent
|
|
3497
|
-
image: quay.io/ibmmas/cli:11.
|
|
3570
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
3498
3571
|
workspaces:
|
|
3499
3572
|
- name: configs
|
|
3500
3573
|
# --------------------------------------------------------------------------------
|
|
@@ -3699,7 +3772,7 @@ spec:
|
|
|
3699
3772
|
- -c
|
|
3700
3773
|
name: gitops-deprovision-suite-config
|
|
3701
3774
|
imagePullPolicy: IfNotPresent
|
|
3702
|
-
image: quay.io/ibmmas/cli:11.
|
|
3775
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
3703
3776
|
workspaces:
|
|
3704
3777
|
- name: configs
|
|
3705
3778
|
|
|
@@ -3797,7 +3870,7 @@ spec:
|
|
|
3797
3870
|
- -c
|
|
3798
3871
|
name: gitops-deprovision-suite-idp-config
|
|
3799
3872
|
imagePullPolicy: IfNotPresent
|
|
3800
|
-
image: quay.io/ibmmas/cli:11.
|
|
3873
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
3801
3874
|
workspaces:
|
|
3802
3875
|
- name: configs
|
|
3803
3876
|
# --------------------------------------------------------------------------------
|
|
@@ -3889,7 +3962,7 @@ spec:
|
|
|
3889
3962
|
- -c
|
|
3890
3963
|
name: gitops-deprovision-suite-objectstorage-config
|
|
3891
3964
|
imagePullPolicy: IfNotPresent
|
|
3892
|
-
image: quay.io/ibmmas/cli:11.
|
|
3965
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
3893
3966
|
workspaces:
|
|
3894
3967
|
- name: configs
|
|
3895
3968
|
# --------------------------------------------------------------------------------
|
|
@@ -3981,7 +4054,7 @@ spec:
|
|
|
3981
4054
|
- -c
|
|
3982
4055
|
name: gitops-deprovision-suite-smtp-config
|
|
3983
4056
|
imagePullPolicy: IfNotPresent
|
|
3984
|
-
image: quay.io/ibmmas/cli:11.
|
|
4057
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
3985
4058
|
workspaces:
|
|
3986
4059
|
- name: configs
|
|
3987
4060
|
# --------------------------------------------------------------------------------
|
|
@@ -4074,7 +4147,7 @@ spec:
|
|
|
4074
4147
|
- -c
|
|
4075
4148
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4076
4149
|
imagePullPolicy: IfNotPresent
|
|
4077
|
-
image: quay.io/ibmmas/cli:11.
|
|
4150
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
4078
4151
|
workspaces:
|
|
4079
4152
|
- name: configs
|
|
4080
4153
|
# --------------------------------------------------------------------------------
|
|
@@ -4165,7 +4238,7 @@ spec:
|
|
|
4165
4238
|
- -c
|
|
4166
4239
|
name: gitops-deprovision-suite-workspace
|
|
4167
4240
|
imagePullPolicy: Always
|
|
4168
|
-
image: quay.io/ibmmas/cli:11.
|
|
4241
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
4169
4242
|
workspaces:
|
|
4170
4243
|
- name: configs
|
|
4171
4244
|
# --------------------------------------------------------------------------------
|
|
@@ -4258,7 +4331,7 @@ spec:
|
|
|
4258
4331
|
- -c
|
|
4259
4332
|
name: gitops-deprovision-suite
|
|
4260
4333
|
imagePullPolicy: IfNotPresent
|
|
4261
|
-
image: quay.io/ibmmas/cli:11.
|
|
4334
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
4262
4335
|
workspaces:
|
|
4263
4336
|
- name: configs
|
|
4264
4337
|
|
|
@@ -4303,6 +4376,12 @@ spec:
|
|
|
4303
4376
|
- name: dro_cmm_cmm_url
|
|
4304
4377
|
type: string
|
|
4305
4378
|
default: ""
|
|
4379
|
+
- name: dro_install_plan
|
|
4380
|
+
type: string
|
|
4381
|
+
default: "Automatic"
|
|
4382
|
+
- name: imo_install_plan
|
|
4383
|
+
type: string
|
|
4384
|
+
default: "Automatic"
|
|
4306
4385
|
stepTemplate:
|
|
4307
4386
|
name: gitops-dro
|
|
4308
4387
|
env:
|
|
@@ -4332,6 +4411,10 @@ spec:
|
|
|
4332
4411
|
value: $(params.dro_cmm_auth_url)
|
|
4333
4412
|
- name: DRO_CMM_CMM_URL
|
|
4334
4413
|
value: $(params.dro_cmm_cmm_url)
|
|
4414
|
+
- name: DRO_INSTALL_PLAN
|
|
4415
|
+
value: $(params.dro_install_plan)
|
|
4416
|
+
- name: IMO_INSTALL_PLAN
|
|
4417
|
+
value: $(params.imo_install_plan)
|
|
4335
4418
|
envFrom:
|
|
4336
4419
|
- configMapRef:
|
|
4337
4420
|
name: environment-properties
|
|
@@ -4361,7 +4444,7 @@ spec:
|
|
|
4361
4444
|
- -c
|
|
4362
4445
|
name: gitops-dro
|
|
4363
4446
|
imagePullPolicy: IfNotPresent
|
|
4364
|
-
image: quay.io/ibmmas/cli:11.
|
|
4447
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
4365
4448
|
workspaces:
|
|
4366
4449
|
- name: configs
|
|
4367
4450
|
# --------------------------------------------------------------------------------
|
|
@@ -4443,7 +4526,7 @@ spec:
|
|
|
4443
4526
|
- -c
|
|
4444
4527
|
name: gitops-efs
|
|
4445
4528
|
imagePullPolicy: IfNotPresent
|
|
4446
|
-
image: quay.io/ibmmas/cli:11.
|
|
4529
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
4447
4530
|
workspaces:
|
|
4448
4531
|
- name: configs
|
|
4449
4532
|
|
|
@@ -4578,7 +4661,7 @@ spec:
|
|
|
4578
4661
|
- -c
|
|
4579
4662
|
name: gitops-jdbc-config
|
|
4580
4663
|
imagePullPolicy: Always
|
|
4581
|
-
image: quay.io/ibmmas/cli:11.
|
|
4664
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
4582
4665
|
workspaces:
|
|
4583
4666
|
- name: configs
|
|
4584
4667
|
- name: shared-gitops-configs
|
|
@@ -4674,7 +4757,7 @@ spec:
|
|
|
4674
4757
|
- -c
|
|
4675
4758
|
name: gitops-kafka-config
|
|
4676
4759
|
imagePullPolicy: Always
|
|
4677
|
-
image: quay.io/ibmmas/cli:11.
|
|
4760
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
4678
4761
|
workspaces:
|
|
4679
4762
|
- name: configs
|
|
4680
4763
|
|
|
@@ -4756,10 +4839,11 @@ spec:
|
|
|
4756
4839
|
aws configure set aws_secret_access_key $(params.avp_aws_secret_key)
|
|
4757
4840
|
aws configure set default.region $(params.avp_aws_secret_region)
|
|
4758
4841
|
|
|
4759
|
-
|
|
4842
|
+
# Note the - after cluster name. this is to distinguish between different similar named clusters
|
|
4843
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value')
|
|
4760
4844
|
if [ -z "$vpc_name" ]; then
|
|
4761
4845
|
# Needed if there is only one cluster in account
|
|
4762
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME | yq '.Value')
|
|
4846
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value')
|
|
4763
4847
|
fi
|
|
4764
4848
|
export VPC_ID=$(aws ec2 describe-vpcs --filters '[{"Name": "tag:Name", "Values": ["'$vpc_name'"]}]' --output yaml | yq '.Vpcs[].VpcId' )
|
|
4765
4849
|
|
|
@@ -4795,7 +4879,7 @@ spec:
|
|
|
4795
4879
|
- -c
|
|
4796
4880
|
name: gitops-kafka
|
|
4797
4881
|
imagePullPolicy: IfNotPresent
|
|
4798
|
-
image: quay.io/ibmmas/cli:11.
|
|
4882
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
4799
4883
|
workspaces:
|
|
4800
4884
|
- name: configs
|
|
4801
4885
|
# --------------------------------------------------------------------------------
|
|
@@ -4846,7 +4930,7 @@ spec:
|
|
|
4846
4930
|
- -c
|
|
4847
4931
|
name: gitops-license
|
|
4848
4932
|
imagePullPolicy: Always
|
|
4849
|
-
image: quay.io/ibmmas/cli:11.
|
|
4933
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
4850
4934
|
workspaces:
|
|
4851
4935
|
- name: shared-entitlement
|
|
4852
4936
|
|
|
@@ -4890,6 +4974,8 @@ spec:
|
|
|
4890
4974
|
type: string
|
|
4891
4975
|
- name: fvt_version_ctf
|
|
4892
4976
|
type: string
|
|
4977
|
+
- name: fvt_version_predict
|
|
4978
|
+
type: string
|
|
4893
4979
|
- name: fvt_version_assist
|
|
4894
4980
|
type: string
|
|
4895
4981
|
- name: fvt_version_iot
|
|
@@ -5067,6 +5153,8 @@ spec:
|
|
|
5067
5153
|
value: $(params.ivt_version_core)
|
|
5068
5154
|
- name: FVT_VERSION_CTF
|
|
5069
5155
|
value: $(params.fvt_version_ctf)
|
|
5156
|
+
- name: FVT_VERSION_PREDICT
|
|
5157
|
+
value: $(params.fvt_version_predict)
|
|
5070
5158
|
- name: FVT_VERSION_ASSIST
|
|
5071
5159
|
value: $(params.fvt_version_assist)
|
|
5072
5160
|
- name: FVT_VERSION_IOT
|
|
@@ -5305,6 +5393,9 @@ spec:
|
|
|
5305
5393
|
|
|
5306
5394
|
fi
|
|
5307
5395
|
|
|
5396
|
+
echo "Sleeping for 60 seconds to give postsync job a chance to run before creating sync window"
|
|
5397
|
+
sleep 60
|
|
5398
|
+
|
|
5308
5399
|
echo "argo:argocd proj windows add mas --kind deny --schedule * * * * * --duration 4h --applications *"
|
|
5309
5400
|
argocd proj windows add mas --kind deny --schedule "* * * * *" --duration 4h --applications "*.$MAS_INSTANCE_ID"
|
|
5310
5401
|
|
|
@@ -5342,7 +5433,7 @@ spec:
|
|
|
5342
5433
|
- -c
|
|
5343
5434
|
name: gitops-mas-fvt-preparer
|
|
5344
5435
|
imagePullPolicy: Always
|
|
5345
|
-
image: quay.io/ibmmas/cli:11.
|
|
5436
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
5346
5437
|
workspaces:
|
|
5347
5438
|
- name: configs
|
|
5348
5439
|
- name: shared-additional-configs
|
|
@@ -5382,20 +5473,43 @@ spec:
|
|
|
5382
5473
|
type: string
|
|
5383
5474
|
- name: mas_operationalmode
|
|
5384
5475
|
type: string
|
|
5476
|
+
- name: mas_instance_id
|
|
5477
|
+
type: string
|
|
5385
5478
|
- name: mas_app_channel_assist
|
|
5386
5479
|
type: string
|
|
5480
|
+
- name: mas_app_install_plan_assist
|
|
5481
|
+
type: string
|
|
5482
|
+
default: "Automatic"
|
|
5387
5483
|
- name: mas_app_channel_iot
|
|
5388
5484
|
type: string
|
|
5485
|
+
- name: mas_app_install_plan_iot
|
|
5486
|
+
type: string
|
|
5487
|
+
default: "Automatic"
|
|
5389
5488
|
- name: mas_app_channel_manage
|
|
5390
5489
|
type: string
|
|
5490
|
+
- name: mas_app_install_plan_manage
|
|
5491
|
+
type: string
|
|
5492
|
+
default: "Automatic"
|
|
5391
5493
|
- name: mas_app_channel_monitor
|
|
5392
5494
|
type: string
|
|
5495
|
+
- name: mas_app_install_plan_monitor
|
|
5496
|
+
type: string
|
|
5497
|
+
default: "Automatic"
|
|
5393
5498
|
- name: mas_app_channel_optimizer
|
|
5394
5499
|
type: string
|
|
5500
|
+
- name: mas_app_install_plan_optimizer
|
|
5501
|
+
type: string
|
|
5502
|
+
default: "Automatic"
|
|
5395
5503
|
- name: mas_app_channel_predict
|
|
5396
5504
|
type: string
|
|
5505
|
+
- name: mas_app_install_plan_predict
|
|
5506
|
+
type: string
|
|
5507
|
+
default: "Automatic"
|
|
5397
5508
|
- name: mas_app_channel_visualinspection
|
|
5398
5509
|
type: string
|
|
5510
|
+
- name: mas_app_install_plan_visualinspection
|
|
5511
|
+
type: string
|
|
5512
|
+
default: "Automatic"
|
|
5399
5513
|
- name: github_pat
|
|
5400
5514
|
type: string
|
|
5401
5515
|
- name: avp_aws_secret_region
|
|
@@ -5462,20 +5576,36 @@ spec:
|
|
|
5462
5576
|
value: $(params.mas_channel)
|
|
5463
5577
|
- name: MAS_OPERATIONALMODE
|
|
5464
5578
|
value: $(params.mas_operationalmode)
|
|
5579
|
+
- name: MAS_INSTANCE_ID
|
|
5580
|
+
value: $(params.mas_instance_id)
|
|
5465
5581
|
- name: MAS_APP_CHANNEL_ASSIST
|
|
5466
5582
|
value: $(params.mas_app_channel_assist)
|
|
5583
|
+
- name: MAS_APP_INSTALL_PLAN_ASSIST
|
|
5584
|
+
value: $(params.mas_app_install_plan_assist)
|
|
5467
5585
|
- name: MAS_APP_CHANNEL_IOT
|
|
5468
5586
|
value: $(params.mas_app_channel_iot)
|
|
5587
|
+
- name: MAS_APP_INSTALL_PLAN_IOT
|
|
5588
|
+
value: $(params.mas_app_install_plan_iot)
|
|
5469
5589
|
- name: MAS_APP_CHANNEL_MANAGE
|
|
5470
5590
|
value: $(params.mas_app_channel_manage)
|
|
5591
|
+
- name: MAS_APP_INSTALL_PLAN_MANAGE
|
|
5592
|
+
value: $(params.mas_app_install_plan_manage)
|
|
5471
5593
|
- name: MAS_APP_CHANNEL_MONITOR
|
|
5472
5594
|
value: $(params.mas_app_channel_monitor)
|
|
5595
|
+
- name: MAS_APP_INSTALL_PLAN_MONITOR
|
|
5596
|
+
value: $(params.mas_app_install_plan_monitor)
|
|
5473
5597
|
- name: MAS_APP_CHANNEL_OPTIMIZER
|
|
5474
5598
|
value: $(params.mas_app_channel_optimizer)
|
|
5599
|
+
- name: MAS_APP_INSTALL_PLAN_OPTIMIZER
|
|
5600
|
+
value: $(params.mas_app_install_plan_optimizer)
|
|
5475
5601
|
- name: MAS_APP_CHANNEL_PREDICT
|
|
5476
5602
|
value: $(params.mas_app_channel_predict)
|
|
5603
|
+
- name: MAS_APP_INSTALL_PLAN_PREDICT
|
|
5604
|
+
value: $(params.mas_app_install_plan_predict)
|
|
5477
5605
|
- name: MAS_APP_CHANNEL_VISUALINSPECTION
|
|
5478
5606
|
value: $(params.mas_app_channel_visualinspection)
|
|
5607
|
+
- name: MAS_APP_INSTALL_PLAN_VISUALINSPECTION
|
|
5608
|
+
value: $(params.mas_app_install_plan_visualinspection)
|
|
5479
5609
|
- name: GITHUB_PAT
|
|
5480
5610
|
value: $(params.github_pat)
|
|
5481
5611
|
- name: SM_AWS_REGION
|
|
@@ -5563,17 +5693,16 @@ spec:
|
|
|
5563
5693
|
|
|
5564
5694
|
git clone https://git:$GITHUB_PAT@$GITHUB_HOST/$SOURCE_GITHUB_ORG/devops-configs.git -b master || exit
|
|
5565
5695
|
|
|
5566
|
-
|
|
5567
|
-
mkdir -p $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/fvtsaas/manual-certs
|
|
5696
|
+
mkdir -p $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/manual-certs
|
|
5568
5697
|
|
|
5569
|
-
# Copy manual certs of
|
|
5570
|
-
cp -r $TARGET_LOCAL_DIR/manual-certs/devops-configs/certs
|
|
5698
|
+
# Copy manual certs of mas_instance
|
|
5699
|
+
cp -r $TARGET_LOCAL_DIR/manual-certs/devops-configs/certs/$MAS_INSTANCE_ID/* $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/manual-certs
|
|
5571
5700
|
|
|
5572
5701
|
# Invoke create-aggregate-manual-certs.sh to generate combined_manual_certs.yaml
|
|
5573
5702
|
|
|
5574
5703
|
chmod +x $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/create-aggregate-manual-certs.sh
|
|
5575
5704
|
|
|
5576
|
-
$TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/create-aggregate-manual-certs.sh $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5705
|
+
$TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/create-aggregate-manual-certs.sh $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/manual-certs
|
|
5577
5706
|
|
|
5578
5707
|
# Remove manual-certs folder
|
|
5579
5708
|
rm -rf $TARGET_LOCAL_DIR/manual-certs
|
|
@@ -5582,40 +5711,40 @@ spec:
|
|
|
5582
5711
|
cd $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO
|
|
5583
5712
|
|
|
5584
5713
|
if [[ "${MANUAL_CERTS_CONTROL_FLAG}" != "true" ]]; then
|
|
5585
|
-
yq -i 'del(.dns.manual_certs)' $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5714
|
+
yq -i 'del(.dns.manual_certs)' $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-instance-params.yaml
|
|
5586
5715
|
echo "gitops-mas-initiator: removed .dns.manual_certs node"
|
|
5587
5716
|
fi
|
|
5588
5717
|
|
|
5589
|
-
# Update the domain name in the mas-instance-params.yaml.
|
|
5718
|
+
# Update the domain name in the mas-instance-params.yaml.
|
|
5590
5719
|
export ROSA_CONFIG=/workspace/configs/tmp-rosa/rosa-$(params.cluster_name)-details.yaml
|
|
5591
5720
|
export OCP_SERVER=$(cat $ROSA_CONFIG | yq '.data.api_url')
|
|
5592
5721
|
export DOMAIN=$(echo -n $OCP_SERVER | sed -n -e 's/^.*api.//p' | cut -d: -f1)
|
|
5593
|
-
export MASDOMAIN
|
|
5722
|
+
export MASDOMAIN=$MAS_INSTANCE_ID.apps.$DOMAIN
|
|
5594
5723
|
export APPSDOMAIN=apps.$DOMAIN
|
|
5595
5724
|
|
|
5596
|
-
yq -i '.mas_instance.domain = env(MASDOMAIN)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5725
|
+
yq -i '.mas_instance.domain = env(MASDOMAIN)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-instance-params.yaml
|
|
5597
5726
|
|
|
5598
|
-
# Update the ocp server url & ingress domain url in the cluster-params.yaml.
|
|
5727
|
+
# Update the ocp server url & ingress domain url in the cluster-params.yaml.
|
|
5599
5728
|
yq -i '.cluster.url = env(OCP_SERVER)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/cluster-params.yaml
|
|
5600
5729
|
yq -i '.cluster.domain = env(APPSDOMAIN)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/cluster-params.yaml
|
|
5601
5730
|
|
|
5602
|
-
# Update the channel in the mas-instance-params.yaml.
|
|
5603
|
-
yq -i '.mas_instance.channel = env(MAS_CHANNEL)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5731
|
+
# Update the channel in the mas-instance-params.yaml.
|
|
5732
|
+
yq -i '.mas_instance.channel = env(MAS_CHANNEL)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-instance-params.yaml
|
|
5604
5733
|
|
|
5605
|
-
# Update the operationalmode in the mas-instance-params.yaml.
|
|
5606
|
-
yq -i '.mas_instance.annotations."mas.ibm.com/operationalMode" = env(MAS_OPERATIONALMODE)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5734
|
+
# Update the operationalmode in the mas-instance-params.yaml.
|
|
5735
|
+
yq -i '.mas_instance.annotations."mas.ibm.com/operationalMode" = env(MAS_OPERATIONALMODE)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-instance-params.yaml
|
|
5607
5736
|
|
|
5608
5737
|
# Remove dns node when DNS_PROVIDER_CONTROL_IDEN is not set
|
|
5609
5738
|
if [ "${DNS_PROVIDER_CONTROL_IDEN}" == "" ]; then
|
|
5610
|
-
yq -i 'del(.dns)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5739
|
+
yq -i 'del(.dns)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-instance-params.yaml
|
|
5611
5740
|
yq -i 'del(.cluster.dns)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/cluster-params.yaml
|
|
5612
|
-
echo "gitops-mas-initiator: removed .dns / .cluster.dns node from gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5741
|
+
echo "gitops-mas-initiator: removed .dns / .cluster.dns node from gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-instance-params.yaml & gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/cluster-params.yaml"
|
|
5613
5742
|
fi
|
|
5614
5743
|
|
|
5615
5744
|
# Deploy fvtsaas with CIS as DNS provider and Manual_certs=True on Mon, Tue, Wed, Thu, Fri
|
|
5616
5745
|
# Deploy fvtsaas with CIS as DNS provider and Manual_certs=False on Sun
|
|
5617
5746
|
|
|
5618
|
-
yq -i '.mas_instance.manual_cert_mgmt = env(MANUAL_CERTS_CONTROL_FLAG)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5747
|
+
yq -i '.mas_instance.manual_cert_mgmt = env(MANUAL_CERTS_CONTROL_FLAG)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-instance-params.yaml
|
|
5619
5748
|
echo "gitops-mas-initiator: .mas_instance.manual_cert_mgmt set to $MANUAL_CERTS_CONTROL_FLAG"
|
|
5620
5749
|
|
|
5621
5750
|
if [[ "${DNS_PROVIDER_CONTROL_IDEN}" == "cis" ]]; then
|
|
@@ -5624,13 +5753,13 @@ spec:
|
|
|
5624
5753
|
fi
|
|
5625
5754
|
|
|
5626
5755
|
#customizationList customizationArchive credentials
|
|
5627
|
-
if [ -f "gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5756
|
+
if [ -f "gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/appws_spec_manage.yaml" ]; then
|
|
5628
5757
|
|
|
5629
|
-
MAS_APPWS_SPEC_YAML=gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5758
|
+
MAS_APPWS_SPEC_YAML=gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/appws_spec_manage.yaml
|
|
5630
5759
|
secret_names=$(yq eval '.mas_appws_spec.settings.customizationList | to_entries | .[].value.customizationArchiveCredentials.secretName' ${MAS_APPWS_SPEC_YAML})
|
|
5631
5760
|
for customization_archive_secret_name in ${secret_names[@]}; do
|
|
5632
5761
|
|
|
5633
|
-
export CUSTOMIZATION_ARCHIVE_SECRET=${ACCOUNT}${SECRETS_KEY_SEPERATOR}${CLUSTER_NAME}${SECRETS_KEY_SEPERATOR}
|
|
5762
|
+
export CUSTOMIZATION_ARCHIVE_SECRET=${ACCOUNT}${SECRETS_KEY_SEPERATOR}${CLUSTER_NAME}${SECRETS_KEY_SEPERATOR}$MAS_INSTANCE_ID${SECRETS_KEY_SEPERATOR}
|
|
5634
5763
|
export CUSTOMIZATION_ARCHIVE_SECRET_NAME=${CUSTOMIZATION_ARCHIVE_SECRET}${customization_archive_secret_name}
|
|
5635
5764
|
echo "gitops-mas-initiator: creating AWS SM with name :: ${CUSTOMIZATION_ARCHIVE_SECRET_NAME}"
|
|
5636
5765
|
|
|
@@ -5657,40 +5786,40 @@ spec:
|
|
|
5657
5786
|
done
|
|
5658
5787
|
|
|
5659
5788
|
fi
|
|
5660
|
-
# Update the app channels in the mas-apps-params.yaml.
|
|
5789
|
+
# Update the app channels in the mas-apps-params.yaml.
|
|
5661
5790
|
if [ -n $MAS_APP_CHANNEL_ASSIST ]; then
|
|
5662
|
-
yq -i '(. | select(has("assist")) | .assist.app_channel) = env(MAS_APP_CHANNEL_ASSIST)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5791
|
+
yq -i '(. | select(has("assist")) | .assist.app_channel) = env(MAS_APP_CHANNEL_ASSIST)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-apps-params.yaml
|
|
5663
5792
|
# Assist not supported in v8 due to no CP4D WD support
|
|
5664
5793
|
if [[ "$MAS_APP_CHANNEL_ASSIST" =~ ^8\. ]]; then
|
|
5665
|
-
yq -i 'del(.assist)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5794
|
+
yq -i 'del(.assist)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-apps-params.yaml
|
|
5666
5795
|
echo "gitops-mas-initiator: removed .assist node"
|
|
5667
|
-
yq -i '.launchfvt.assist = false' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5796
|
+
yq -i '.launchfvt.assist = false' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-fvt-params.yaml
|
|
5668
5797
|
echo "gitops-mas-initiator: set .launchfvt.assist to false"
|
|
5669
5798
|
fi
|
|
5670
5799
|
fi
|
|
5671
5800
|
if [ -n $MAS_APP_CHANNEL_IOT ]; then
|
|
5672
|
-
yq -i '(. | select(has("iot")) | .iot.app_channel) = env(MAS_APP_CHANNEL_IOT)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5801
|
+
yq -i '(. | select(has("iot")) | .iot.app_channel) = env(MAS_APP_CHANNEL_IOT)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-apps-params.yaml
|
|
5673
5802
|
fi
|
|
5674
5803
|
if [ -n $MAS_APP_CHANNEL_MANAGE ]; then
|
|
5675
|
-
yq -i '(. | select(has("manage")) | .manage.app_channel) = env(MAS_APP_CHANNEL_MANAGE)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5804
|
+
yq -i '(. | select(has("manage")) | .manage.app_channel) = env(MAS_APP_CHANNEL_MANAGE)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-apps-params.yaml
|
|
5676
5805
|
fi
|
|
5677
5806
|
if [ -n $MAS_APP_CHANNEL_MONITOR ]; then
|
|
5678
|
-
yq -i '(. | select(has("monitor")) | .monitor.app_channel) = env(MAS_APP_CHANNEL_MONITOR)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5807
|
+
yq -i '(. | select(has("monitor")) | .monitor.app_channel) = env(MAS_APP_CHANNEL_MONITOR)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-apps-params.yaml
|
|
5679
5808
|
fi
|
|
5680
5809
|
if [ -n $MAS_APP_CHANNEL_OPTIMIZER ]; then
|
|
5681
|
-
yq -i '(. | select(has("optimizer")) | .optimizer.app_channel) = env(MAS_APP_CHANNEL_OPTIMIZER)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5810
|
+
yq -i '(. | select(has("optimizer")) | .optimizer.app_channel) = env(MAS_APP_CHANNEL_OPTIMIZER)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-apps-params.yaml
|
|
5682
5811
|
fi
|
|
5683
5812
|
if [ -n $MAS_APP_CHANNEL_PREDICT ]; then
|
|
5684
|
-
yq -i '(. | select(has("predict")) | .predict.app_channel) = env(MAS_APP_CHANNEL_PREDICT)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5813
|
+
yq -i '(. | select(has("predict")) | .predict.app_channel) = env(MAS_APP_CHANNEL_PREDICT)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-apps-params.yaml
|
|
5685
5814
|
fi
|
|
5686
5815
|
if [ -n $MAS_APP_CHANNEL_VISUALINSPECTION ]; then
|
|
5687
|
-
yq -i '(. | select(has("visualinspection")) | .visualinspection.app_channel) = env(MAS_APP_CHANNEL_VISUALINSPECTION)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5816
|
+
yq -i '(. | select(has("visualinspection")) | .visualinspection.app_channel) = env(MAS_APP_CHANNEL_VISUALINSPECTION)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-apps-params.yaml
|
|
5688
5817
|
fi
|
|
5689
5818
|
|
|
5690
5819
|
# Update the cli_version and ansible_fvt ansible version if mas_fvt_params exists
|
|
5691
|
-
if [ -f gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5692
|
-
yq -i '.fvt.cli_version = env(CLI_VERSION)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5693
|
-
yq -i '.fvt.ansible_version = env(FVT_ANSIBLE_VERSION)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/
|
|
5820
|
+
if [ -f gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-fvt-params.yaml ]; then
|
|
5821
|
+
yq -i '.fvt.cli_version = env(CLI_VERSION)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-fvt-params.yaml
|
|
5822
|
+
yq -i '.fvt.ansible_version = env(FVT_ANSIBLE_VERSION)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-fvt-params.yaml
|
|
5694
5823
|
fi
|
|
5695
5824
|
|
|
5696
5825
|
echo "git: Adding all files in $TARGET_LOCAL_DIR working directory"
|
|
@@ -5746,7 +5875,7 @@ spec:
|
|
|
5746
5875
|
- -c
|
|
5747
5876
|
name: gitops-mas-initiator
|
|
5748
5877
|
imagePullPolicy: IfNotPresent
|
|
5749
|
-
image: quay.io/ibmmas/cli:11.
|
|
5878
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
5750
5879
|
workspaces:
|
|
5751
5880
|
- name: configs
|
|
5752
5881
|
# --------------------------------------------------------------------------------
|
|
@@ -5812,10 +5941,11 @@ spec:
|
|
|
5812
5941
|
aws configure set aws_secret_access_key $(params.avp_aws_secret_key)
|
|
5813
5942
|
aws configure set default.region $(params.avp_aws_secret_region)
|
|
5814
5943
|
|
|
5815
|
-
|
|
5944
|
+
# Note the - after cluster name. this is to distinguish between different similar named clusters
|
|
5945
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value')
|
|
5816
5946
|
if [ -z "$vpc_name" ]; then
|
|
5817
5947
|
# Needed if there is only one cluster in account
|
|
5818
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME | yq '.Value')
|
|
5948
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value')
|
|
5819
5949
|
fi
|
|
5820
5950
|
export VPC_ID=$(aws ec2 describe-vpcs --filters '[{"Name": "tag:Name", "Values": ["'$vpc_name'"]}]' --output yaml | yq '.Vpcs[].VpcId' )
|
|
5821
5951
|
|
|
@@ -5853,7 +5983,7 @@ spec:
|
|
|
5853
5983
|
- -c
|
|
5854
5984
|
name: gitops-mongo
|
|
5855
5985
|
imagePullPolicy: IfNotPresent
|
|
5856
|
-
image: quay.io/ibmmas/cli:11.
|
|
5986
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
5857
5987
|
workspaces:
|
|
5858
5988
|
- name: configs
|
|
5859
5989
|
|
|
@@ -5900,6 +6030,12 @@ spec:
|
|
|
5900
6030
|
type: string
|
|
5901
6031
|
- name: gpu_driver_repository_path
|
|
5902
6032
|
type: string
|
|
6033
|
+
- name: nfd_install_plan
|
|
6034
|
+
type: string
|
|
6035
|
+
default: "Automatic"
|
|
6036
|
+
- name: gpu_install_plan
|
|
6037
|
+
type: string
|
|
6038
|
+
default: "Automatic"
|
|
5903
6039
|
|
|
5904
6040
|
stepTemplate:
|
|
5905
6041
|
name: gitops-nvidia-gpu
|
|
@@ -5928,10 +6064,14 @@ spec:
|
|
|
5928
6064
|
value: $(params.nfd_namespace)
|
|
5929
6065
|
- name: NFD_CHANNEL
|
|
5930
6066
|
value: $(params.nfd_channel)
|
|
6067
|
+
- name: NFD_INSTALL_PLAN
|
|
6068
|
+
value: $(params.nfd_install_plan)
|
|
5931
6069
|
- name: GPU_NAMESPACE
|
|
5932
6070
|
value: $(params.gpu_namespace)
|
|
5933
6071
|
- name: GPU_CHANNEL
|
|
5934
6072
|
value: $(params.gpu_channel)
|
|
6073
|
+
- name: GPU_INSTALL_PLAN
|
|
6074
|
+
value: $(params.gpu_install_plan)
|
|
5935
6075
|
- name: GPU_DRIVER_VERSION
|
|
5936
6076
|
value: $(params.gpu_driver_version)
|
|
5937
6077
|
- name: GPU_DRIVER_REPOSITORY_PATH
|
|
@@ -5965,7 +6105,7 @@ spec:
|
|
|
5965
6105
|
- -c
|
|
5966
6106
|
name: gitops-nvidia-gpu
|
|
5967
6107
|
imagePullPolicy: IfNotPresent
|
|
5968
|
-
image: quay.io/ibmmas/cli:11.
|
|
6108
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
5969
6109
|
workspaces:
|
|
5970
6110
|
- name: configs
|
|
5971
6111
|
# --------------------------------------------------------------------------------
|
|
@@ -6038,10 +6178,11 @@ spec:
|
|
|
6038
6178
|
aws configure set aws_secret_access_key $SM_AWS_SECRET_ACCESS_KEY
|
|
6039
6179
|
aws configure set default.region $(params.avp_aws_secret_region)
|
|
6040
6180
|
|
|
6041
|
-
|
|
6181
|
+
# Note the - after cluster name. this is to distinguish between different similar named clusters
|
|
6182
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value')
|
|
6042
6183
|
if [ -z "$vpc_name" ]; then
|
|
6043
6184
|
# Needed if there is only one cluster in account
|
|
6044
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME | yq '.Value')
|
|
6185
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value')
|
|
6045
6186
|
fi
|
|
6046
6187
|
export VPC_ID=$(aws ec2 describe-vpcs --filters '[{"Name": "tag:Name", "Values": ["'$vpc_name'"]}]' --output yaml | yq '.Vpcs[].VpcId' )
|
|
6047
6188
|
|
|
@@ -6082,7 +6223,7 @@ spec:
|
|
|
6082
6223
|
- -c
|
|
6083
6224
|
name: gitops-process-mongo-user
|
|
6084
6225
|
imagePullPolicy: IfNotPresent
|
|
6085
|
-
image: quay.io/ibmmas/cli:11.
|
|
6226
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
6086
6227
|
workspaces:
|
|
6087
6228
|
- name: configs
|
|
6088
6229
|
# --------------------------------------------------------------------------------
|
|
@@ -6138,7 +6279,7 @@ spec:
|
|
|
6138
6279
|
- -c
|
|
6139
6280
|
name: gitops-rosa
|
|
6140
6281
|
imagePullPolicy: IfNotPresent
|
|
6141
|
-
image: quay.io/ibmmas/cli:11.
|
|
6282
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
6142
6283
|
workspaces:
|
|
6143
6284
|
- name: configs
|
|
6144
6285
|
# --------------------------------------------------------------------------------
|
|
@@ -6320,7 +6461,7 @@ spec:
|
|
|
6320
6461
|
- -c
|
|
6321
6462
|
name: gitops-suite-app-config
|
|
6322
6463
|
imagePullPolicy: IfNotPresent
|
|
6323
|
-
image: quay.io/ibmmas/cli:11.
|
|
6464
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
6324
6465
|
workspaces:
|
|
6325
6466
|
- name: configs
|
|
6326
6467
|
- name: shared-gitops-configs
|
|
@@ -6338,6 +6479,9 @@ spec:
|
|
|
6338
6479
|
type: string
|
|
6339
6480
|
- name: mas_app_channel
|
|
6340
6481
|
type: string
|
|
6482
|
+
- name: mas_app_install_plan
|
|
6483
|
+
type: string
|
|
6484
|
+
default: "Automatic"
|
|
6341
6485
|
- name: mas_app_catalog_source
|
|
6342
6486
|
type: string
|
|
6343
6487
|
- name: mas_app_api_version
|
|
@@ -6398,6 +6542,8 @@ spec:
|
|
|
6398
6542
|
value: $(params.mas_app_id)
|
|
6399
6543
|
- name: MAS_APP_CHANNEL
|
|
6400
6544
|
value: $(params.mas_app_channel)
|
|
6545
|
+
- name: MAS_APP_INSTALL_PLAN
|
|
6546
|
+
value: $(params.mas_app_install_plan)
|
|
6401
6547
|
- name: MAS_APP_CATALOG_SOURCE
|
|
6402
6548
|
value: $(params.mas_app_catalog_source)
|
|
6403
6549
|
- name: MAS_APP_API_VERSION
|
|
@@ -6473,7 +6619,7 @@ spec:
|
|
|
6473
6619
|
- -c
|
|
6474
6620
|
name: gitops-suite-app-install
|
|
6475
6621
|
imagePullPolicy: Always
|
|
6476
|
-
image: quay.io/ibmmas/cli:11.
|
|
6622
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
6477
6623
|
workspaces:
|
|
6478
6624
|
- name: configs
|
|
6479
6625
|
- name: shared-gitops-configs
|
|
@@ -6579,7 +6725,7 @@ spec:
|
|
|
6579
6725
|
- -c
|
|
6580
6726
|
name: gitops-suite-certs
|
|
6581
6727
|
imagePullPolicy: IfNotPresent
|
|
6582
|
-
image: quay.io/ibmmas/cli:11.
|
|
6728
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
6583
6729
|
workspaces:
|
|
6584
6730
|
- name: configs
|
|
6585
6731
|
- name: certificates
|
|
@@ -6739,7 +6885,7 @@ spec:
|
|
|
6739
6885
|
- -c
|
|
6740
6886
|
name: gitops-suite-config
|
|
6741
6887
|
imagePullPolicy: IfNotPresent
|
|
6742
|
-
image: quay.io/ibmmas/cli:11.
|
|
6888
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
6743
6889
|
workspaces:
|
|
6744
6890
|
- name: configs
|
|
6745
6891
|
- name: shared-additional-configs
|
|
@@ -6839,7 +6985,7 @@ spec:
|
|
|
6839
6985
|
- -c
|
|
6840
6986
|
name: gitops-suite-dns
|
|
6841
6987
|
imagePullPolicy: IfNotPresent
|
|
6842
|
-
image: quay.io/ibmmas/cli:11.
|
|
6988
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
6843
6989
|
workspaces:
|
|
6844
6990
|
- name: configs
|
|
6845
6991
|
|
|
@@ -6963,7 +7109,7 @@ spec:
|
|
|
6963
7109
|
- -c
|
|
6964
7110
|
name: gitops-suite-idp-config
|
|
6965
7111
|
imagePullPolicy: IfNotPresent
|
|
6966
|
-
image: quay.io/ibmmas/cli:11.
|
|
7112
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
6967
7113
|
workspaces:
|
|
6968
7114
|
- name: configs
|
|
6969
7115
|
- name: shared-additional-configs
|
|
@@ -7064,7 +7210,7 @@ spec:
|
|
|
7064
7210
|
- -c
|
|
7065
7211
|
name: gitops-suite-objectstorage-config
|
|
7066
7212
|
imagePullPolicy: IfNotPresent
|
|
7067
|
-
image: quay.io/ibmmas/cli:11.
|
|
7213
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
7068
7214
|
workspaces:
|
|
7069
7215
|
- name: configs
|
|
7070
7216
|
- name: shared-gitops-configs
|
|
@@ -7191,15 +7337,7 @@ spec:
|
|
|
7191
7337
|
--config-action upsert \
|
|
7192
7338
|
--mas-config-scope system \
|
|
7193
7339
|
--mas-config-type smtp \
|
|
7194
|
-
--dir /tmp/init-suite-smtp-config
|
|
7195
|
-
--smtp-host "$SMTP_HOST" \
|
|
7196
|
-
--smtp-port "$SMTP_PORT" \
|
|
7197
|
-
--smtp-security "$SMTP_SECURITY" \
|
|
7198
|
-
--smtp-authentication "$SMTP_AUTHENTICATION" \
|
|
7199
|
-
--smtp-default-sender-email "$SMTP_DEFAULT_SENDER_EMAIL" \
|
|
7200
|
-
--smtp-default-sender-name "$SMTP_DEFAULT_SENDER_NAME" \
|
|
7201
|
-
--smtp-default-recipient-email "$SMTP_DEFAULT_RECIPIENT_EMAIL" \
|
|
7202
|
-
--smtp-default-should-email-passwords "$SMTP_DEFAULT_SHOULD_EMAIL_PASSWORDS"
|
|
7340
|
+
--dir /tmp/init-suite-smtp-config
|
|
7203
7341
|
|
|
7204
7342
|
exit $?
|
|
7205
7343
|
|
|
@@ -7208,7 +7346,7 @@ spec:
|
|
|
7208
7346
|
- -c
|
|
7209
7347
|
name: gitops-suite-smtp-config
|
|
7210
7348
|
imagePullPolicy: IfNotPresent
|
|
7211
|
-
image: quay.io/ibmmas/cli:11.
|
|
7349
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
7212
7350
|
workspaces:
|
|
7213
7351
|
- name: configs
|
|
7214
7352
|
|
|
@@ -7317,7 +7455,7 @@ spec:
|
|
|
7317
7455
|
- -c
|
|
7318
7456
|
name: gitops-suite-watson-studio-config
|
|
7319
7457
|
imagePullPolicy: IfNotPresent
|
|
7320
|
-
image: quay.io/ibmmas/cli:11.
|
|
7458
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
7321
7459
|
workspaces:
|
|
7322
7460
|
- name: configs
|
|
7323
7461
|
- name: shared-gitops-configs
|
|
@@ -7414,7 +7552,7 @@ spec:
|
|
|
7414
7552
|
- -c
|
|
7415
7553
|
name: gitops-suite-workspace
|
|
7416
7554
|
imagePullPolicy: IfNotPresent
|
|
7417
|
-
image: quay.io/ibmmas/cli:11.
|
|
7555
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
7418
7556
|
workspaces:
|
|
7419
7557
|
- name: configs
|
|
7420
7558
|
# --------------------------------------------------------------------------------
|
|
@@ -7457,8 +7595,14 @@ spec:
|
|
|
7457
7595
|
type: string
|
|
7458
7596
|
- name: sls_channel
|
|
7459
7597
|
type: string
|
|
7598
|
+
- name: sls_install_plan
|
|
7599
|
+
type: string
|
|
7600
|
+
default: "Automatic"
|
|
7460
7601
|
- name: mas_channel
|
|
7461
7602
|
type: string
|
|
7603
|
+
- name: mas_install_plan
|
|
7604
|
+
type: string
|
|
7605
|
+
default: "Automatic"
|
|
7462
7606
|
- name: mas_annotations
|
|
7463
7607
|
type: string
|
|
7464
7608
|
default: ''
|
|
@@ -7577,6 +7721,8 @@ spec:
|
|
|
7577
7721
|
value: $(params.icr_cp_open)
|
|
7578
7722
|
- name: MAS_CHANNEL
|
|
7579
7723
|
value: $(params.mas_channel)
|
|
7724
|
+
- name: MAS_INSTALL_PLAN
|
|
7725
|
+
value: $(params.mas_install_plan)
|
|
7580
7726
|
- name: MAS_ANNOTATIONS
|
|
7581
7727
|
value: $(params.mas_annotations)
|
|
7582
7728
|
- name: MAS_IMAGE_TAGS
|
|
@@ -7587,6 +7733,8 @@ spec:
|
|
|
7587
7733
|
value: $(params.custom_labels)
|
|
7588
7734
|
- name: SLS_CHANNEL
|
|
7589
7735
|
value: $(params.sls_channel)
|
|
7736
|
+
- name: SLS_INSTALL_PLAN
|
|
7737
|
+
value: $(params.sls_install_plan)
|
|
7590
7738
|
- name: MAS_MANUAL_CERT_MGMT
|
|
7591
7739
|
value: $(params.mas_manual_cert_mgmt)
|
|
7592
7740
|
- name: CERT_MANAGER_NAMESPACE
|
|
@@ -7684,7 +7832,7 @@ spec:
|
|
|
7684
7832
|
- -c
|
|
7685
7833
|
name: gitops-suite
|
|
7686
7834
|
imagePullPolicy: IfNotPresent
|
|
7687
|
-
image: quay.io/ibmmas/cli:11.
|
|
7835
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
7688
7836
|
workspaces:
|
|
7689
7837
|
- name: configs
|
|
7690
7838
|
- name: shared-gitops-configs
|
|
@@ -7734,7 +7882,7 @@ spec:
|
|
|
7734
7882
|
|
|
7735
7883
|
steps:
|
|
7736
7884
|
- name: grafana
|
|
7737
|
-
image: quay.io/ibmmas/cli:11.
|
|
7885
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
7738
7886
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7739
7887
|
command:
|
|
7740
7888
|
- /opt/app-root/src/run-role.sh
|
|
@@ -7868,7 +8016,7 @@ spec:
|
|
|
7868
8016
|
command:
|
|
7869
8017
|
- /opt/app-root/src/run-role.sh
|
|
7870
8018
|
- ibm_catalogs
|
|
7871
|
-
image: quay.io/ibmmas/cli:11.
|
|
8019
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
7872
8020
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7873
8021
|
workingDir: /workspace/configs
|
|
7874
8022
|
# --------------------------------------------------------------------------------
|
|
@@ -8110,7 +8258,7 @@ spec:
|
|
|
8110
8258
|
command:
|
|
8111
8259
|
- /opt/app-root/src/run-role.sh
|
|
8112
8260
|
- kafka
|
|
8113
|
-
image: quay.io/ibmmas/cli:11.
|
|
8261
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8114
8262
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8115
8263
|
workingDir: /workspace/configs
|
|
8116
8264
|
|
|
@@ -8293,7 +8441,7 @@ spec:
|
|
|
8293
8441
|
command:
|
|
8294
8442
|
- /opt/app-root/src/run-role.sh
|
|
8295
8443
|
- mongodb
|
|
8296
|
-
image: quay.io/ibmmas/cli:11.
|
|
8444
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8297
8445
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8298
8446
|
workingDir: /workspace/configs
|
|
8299
8447
|
|
|
@@ -8336,7 +8484,7 @@ spec:
|
|
|
8336
8484
|
- $(params.base_output_dir)
|
|
8337
8485
|
- --extra-namespaces
|
|
8338
8486
|
- selenium
|
|
8339
|
-
image: quay.io/ibmmas/cli:11.
|
|
8487
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8340
8488
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8341
8489
|
env:
|
|
8342
8490
|
- name: DEVOPS_MONGO_URI
|
|
@@ -8453,7 +8601,7 @@ spec:
|
|
|
8453
8601
|
command:
|
|
8454
8602
|
- /opt/app-root/src/run-role.sh
|
|
8455
8603
|
- nvidia_gpu
|
|
8456
|
-
image: quay.io/ibmmas/cli:11.
|
|
8604
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8457
8605
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8458
8606
|
workingDir: /workspace/configs
|
|
8459
8607
|
|
|
@@ -8489,7 +8637,7 @@ spec:
|
|
|
8489
8637
|
# Verify Cluster
|
|
8490
8638
|
# -------------------------------------------------------------------------
|
|
8491
8639
|
- name: ocp-verify-cluster
|
|
8492
|
-
image: quay.io/ibmmas/cli:11.
|
|
8640
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8493
8641
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8494
8642
|
command:
|
|
8495
8643
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8531,7 +8679,7 @@ spec:
|
|
|
8531
8679
|
# Verify Catalogs
|
|
8532
8680
|
# -------------------------------------------------------------------------
|
|
8533
8681
|
- name: ocp-verify-catalogs
|
|
8534
|
-
image: quay.io/ibmmas/cli:11.
|
|
8682
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8535
8683
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8536
8684
|
command:
|
|
8537
8685
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8573,7 +8721,7 @@ spec:
|
|
|
8573
8721
|
# Verify Subscriptions
|
|
8574
8722
|
# -------------------------------------------------------------------------
|
|
8575
8723
|
- name: ocp-verify-subscriptions
|
|
8576
|
-
image: quay.io/ibmmas/cli:11.
|
|
8724
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8577
8725
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8578
8726
|
command:
|
|
8579
8727
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8615,7 +8763,7 @@ spec:
|
|
|
8615
8763
|
# Verify Workloads
|
|
8616
8764
|
# -------------------------------------------------------------------------
|
|
8617
8765
|
- name: ocp-verify-workloads
|
|
8618
|
-
image: quay.io/ibmmas/cli:11.
|
|
8766
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8619
8767
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8620
8768
|
command:
|
|
8621
8769
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8657,7 +8805,7 @@ spec:
|
|
|
8657
8805
|
# Verify Catalogs - Ingress TLS
|
|
8658
8806
|
# -------------------------------------------------------------------------
|
|
8659
8807
|
- name: ocp-verify-ingress
|
|
8660
|
-
image: quay.io/ibmmas/cli:11.
|
|
8808
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8661
8809
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8662
8810
|
command:
|
|
8663
8811
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8783,7 +8931,7 @@ spec:
|
|
|
8783
8931
|
command:
|
|
8784
8932
|
- /opt/app-root/src/run-role.sh
|
|
8785
8933
|
- ocp_verify
|
|
8786
|
-
image: quay.io/ibmmas/cli:11.
|
|
8934
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8787
8935
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8788
8936
|
workingDir: /workspace/configs
|
|
8789
8937
|
# --------------------------------------------------------------------------------
|
|
@@ -8851,7 +8999,7 @@ spec:
|
|
|
8851
8999
|
command:
|
|
8852
9000
|
- /opt/app-root/src/run-role.sh
|
|
8853
9001
|
- ocs
|
|
8854
|
-
image: quay.io/ibmmas/cli:11.
|
|
9002
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
8855
9003
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8856
9004
|
workingDir: /workspace/configs
|
|
8857
9005
|
|
|
@@ -9032,7 +9180,7 @@ spec:
|
|
|
9032
9180
|
command:
|
|
9033
9181
|
- /opt/app-root/src/run-role.sh
|
|
9034
9182
|
- sls
|
|
9035
|
-
image: quay.io/ibmmas/cli:11.
|
|
9183
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
9036
9184
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9037
9185
|
workingDir: /workspace/configs
|
|
9038
9186
|
|
|
@@ -9407,12 +9555,12 @@ spec:
|
|
|
9407
9555
|
command:
|
|
9408
9556
|
- /opt/app-root/src/run-role.sh
|
|
9409
9557
|
- suite_app_config
|
|
9410
|
-
image: quay.io/ibmmas/cli:11.
|
|
9558
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
9411
9559
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9412
9560
|
|
|
9413
9561
|
# 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
9562
|
- name: app-cfg-post-verify
|
|
9415
|
-
image: quay.io/ibmmas/cli:11.
|
|
9563
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
9416
9564
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9417
9565
|
command:
|
|
9418
9566
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -9613,7 +9761,7 @@ spec:
|
|
|
9613
9761
|
command:
|
|
9614
9762
|
- /opt/app-root/src/run-role.sh
|
|
9615
9763
|
- suite_app_install
|
|
9616
|
-
image: quay.io/ibmmas/cli:11.
|
|
9764
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
9617
9765
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9618
9766
|
|
|
9619
9767
|
workspaces:
|
|
@@ -9702,7 +9850,7 @@ spec:
|
|
|
9702
9850
|
command:
|
|
9703
9851
|
- /opt/app-root/src/run-role.sh
|
|
9704
9852
|
- suite_app_rollback
|
|
9705
|
-
image: quay.io/ibmmas/cli:11.
|
|
9853
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
9706
9854
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9707
9855
|
# --------------------------------------------------------------------------------
|
|
9708
9856
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -9765,7 +9913,7 @@ spec:
|
|
|
9765
9913
|
command:
|
|
9766
9914
|
- /opt/app-root/src/run-role.sh
|
|
9767
9915
|
- suite_app_uninstall
|
|
9768
|
-
image: quay.io/ibmmas/cli:11.
|
|
9916
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
9769
9917
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9770
9918
|
# --------------------------------------------------------------------------------
|
|
9771
9919
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -9840,7 +9988,7 @@ spec:
|
|
|
9840
9988
|
command:
|
|
9841
9989
|
- /opt/app-root/src/run-role.sh
|
|
9842
9990
|
- suite_app_upgrade
|
|
9843
|
-
image: quay.io/ibmmas/cli:11.
|
|
9991
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
9844
9992
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9845
9993
|
# --------------------------------------------------------------------------------
|
|
9846
9994
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -9941,7 +10089,7 @@ spec:
|
|
|
9941
10089
|
command:
|
|
9942
10090
|
- /opt/app-root/src/run-role.sh
|
|
9943
10091
|
- suite_app_verify
|
|
9944
|
-
image: quay.io/ibmmas/cli:11.
|
|
10092
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
9945
10093
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9946
10094
|
# --------------------------------------------------------------------------------
|
|
9947
10095
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -10084,7 +10232,7 @@ spec:
|
|
|
10084
10232
|
command:
|
|
10085
10233
|
- /opt/app-root/src/run-role.sh
|
|
10086
10234
|
- suite_certs
|
|
10087
|
-
image: quay.io/ibmmas/cli:11.
|
|
10235
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
10088
10236
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10089
10237
|
|
|
10090
10238
|
workspaces:
|
|
@@ -10151,7 +10299,7 @@ spec:
|
|
|
10151
10299
|
command:
|
|
10152
10300
|
- /opt/app-root/src/run-role.sh
|
|
10153
10301
|
- suite_config
|
|
10154
|
-
image: quay.io/ibmmas/cli:11.
|
|
10302
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
10155
10303
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10156
10304
|
workingDir: /workspace/configs
|
|
10157
10305
|
|
|
@@ -10222,7 +10370,7 @@ spec:
|
|
|
10222
10370
|
command:
|
|
10223
10371
|
- /opt/app-root/src/run-role.sh
|
|
10224
10372
|
- suite_db2_setup_for_manage
|
|
10225
|
-
image: quay.io/ibmmas/cli:11.
|
|
10373
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
10226
10374
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10227
10375
|
# --------------------------------------------------------------------------------
|
|
10228
10376
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -10412,7 +10560,7 @@ spec:
|
|
|
10412
10560
|
command:
|
|
10413
10561
|
- /opt/app-root/src/run-role.sh
|
|
10414
10562
|
- suite_dns
|
|
10415
|
-
image: quay.io/ibmmas/cli:11.
|
|
10563
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
10416
10564
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10417
10565
|
# --------------------------------------------------------------------------------
|
|
10418
10566
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -10661,7 +10809,7 @@ spec:
|
|
|
10661
10809
|
command:
|
|
10662
10810
|
- /opt/app-root/src/run-role.sh
|
|
10663
10811
|
- suite_install
|
|
10664
|
-
image: quay.io/ibmmas/cli:11.
|
|
10812
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
10665
10813
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10666
10814
|
workingDir: /workspace/configs
|
|
10667
10815
|
|
|
@@ -10749,7 +10897,7 @@ spec:
|
|
|
10749
10897
|
command:
|
|
10750
10898
|
- /opt/app-root/src/run-role.sh
|
|
10751
10899
|
- suite_rollback
|
|
10752
|
-
image: quay.io/ibmmas/cli:11.
|
|
10900
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
10753
10901
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10754
10902
|
# --------------------------------------------------------------------------------
|
|
10755
10903
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -10814,7 +10962,7 @@ spec:
|
|
|
10814
10962
|
command:
|
|
10815
10963
|
- /opt/app-root/src/run-role.sh
|
|
10816
10964
|
- suite_uninstall
|
|
10817
|
-
image: quay.io/ibmmas/cli:11.
|
|
10965
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
10818
10966
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10819
10967
|
# --------------------------------------------------------------------------------
|
|
10820
10968
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -10884,7 +11032,7 @@ spec:
|
|
|
10884
11032
|
command:
|
|
10885
11033
|
- /opt/app-root/src/run-role.sh
|
|
10886
11034
|
- suite_upgrade
|
|
10887
|
-
image: quay.io/ibmmas/cli:11.
|
|
11035
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
10888
11036
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10889
11037
|
# --------------------------------------------------------------------------------
|
|
10890
11038
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -10946,12 +11094,12 @@ spec:
|
|
|
10946
11094
|
command:
|
|
10947
11095
|
- /opt/app-root/src/run-role.sh
|
|
10948
11096
|
- suite_verify
|
|
10949
|
-
image: quay.io/ibmmas/cli:11.
|
|
11097
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
10950
11098
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10951
11099
|
|
|
10952
11100
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10953
11101
|
- name: suite-post-verify
|
|
10954
|
-
image: quay.io/ibmmas/cli:11.
|
|
11102
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
10955
11103
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10956
11104
|
command:
|
|
10957
11105
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11080,7 +11228,7 @@ spec:
|
|
|
11080
11228
|
command:
|
|
11081
11229
|
- /opt/app-root/src/run-role.sh
|
|
11082
11230
|
- turbonomic
|
|
11083
|
-
image: quay.io/ibmmas/cli:11.
|
|
11231
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
11084
11232
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11085
11233
|
# --------------------------------------------------------------------------------
|
|
11086
11234
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -11161,7 +11309,7 @@ spec:
|
|
|
11161
11309
|
# IBM User Data Services (UDS)
|
|
11162
11310
|
# -------------------------------------------------------------------------
|
|
11163
11311
|
- name: uds
|
|
11164
|
-
image: quay.io/ibmmas/cli:11.
|
|
11312
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
11165
11313
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11166
11314
|
workingDir: /workspace/configs
|
|
11167
11315
|
command:
|
|
@@ -11224,7 +11372,7 @@ spec:
|
|
|
11224
11372
|
# IBM Data Reporter Operator (DRO)
|
|
11225
11373
|
# -------------------------------------------------------------------------
|
|
11226
11374
|
- name: dro
|
|
11227
|
-
image: quay.io/ibmmas/cli:11.
|
|
11375
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
11228
11376
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11229
11377
|
workingDir: /workspace/configs
|
|
11230
11378
|
command:
|
|
@@ -11310,7 +11458,7 @@ spec:
|
|
|
11310
11458
|
|
|
11311
11459
|
steps:
|
|
11312
11460
|
- name: update-configmap
|
|
11313
|
-
image: quay.io/ibmmas/cli:11.
|
|
11461
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
11314
11462
|
command:
|
|
11315
11463
|
- /opt/app-root/src/update-configmap.sh
|
|
11316
11464
|
env:
|
|
@@ -11372,7 +11520,7 @@ spec:
|
|
|
11372
11520
|
|
|
11373
11521
|
steps:
|
|
11374
11522
|
- name: wait-for-configmap
|
|
11375
|
-
image: quay.io/ibmmas/cli:11.
|
|
11523
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
11376
11524
|
command:
|
|
11377
11525
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
11378
11526
|
env:
|
|
@@ -11436,7 +11584,7 @@ spec:
|
|
|
11436
11584
|
|
|
11437
11585
|
steps:
|
|
11438
11586
|
- name: wait
|
|
11439
|
-
image: quay.io/ibmmas/cli:11.
|
|
11587
|
+
image: quay.io/ibmmas/cli:11.5.0
|
|
11440
11588
|
command:
|
|
11441
11589
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
11442
11590
|
env:
|
|
@@ -12989,6 +13137,18 @@ spec:
|
|
|
12989
13137
|
- name: cpd_scale_config
|
|
12990
13138
|
type: string
|
|
12991
13139
|
default: "medium"
|
|
13140
|
+
- name: cpd_platform_install_plan
|
|
13141
|
+
type: string
|
|
13142
|
+
default: "Automatic"
|
|
13143
|
+
- name: cpd_namespace_scope_install_plan
|
|
13144
|
+
type: string
|
|
13145
|
+
default: "Automatic"
|
|
13146
|
+
- name: cpd_licensing_install_plan
|
|
13147
|
+
type: string
|
|
13148
|
+
default: "Automatic"
|
|
13149
|
+
- name: cpd_cpfs_install_plan
|
|
13150
|
+
type: string
|
|
13151
|
+
default: "Automatic"
|
|
12992
13152
|
|
|
12993
13153
|
#CP4D Services
|
|
12994
13154
|
- name: cpd_service_block_storage_class
|
|
@@ -12998,6 +13158,27 @@ spec:
|
|
|
12998
13158
|
- name: cpd_service_scale_config
|
|
12999
13159
|
type: string
|
|
13000
13160
|
default: "small"
|
|
13161
|
+
- name: cpd_service_installplan_approval
|
|
13162
|
+
type: string
|
|
13163
|
+
default: "Automatic"
|
|
13164
|
+
- name: cpd_ccs_install_plan
|
|
13165
|
+
type: string
|
|
13166
|
+
default: "Automatic"
|
|
13167
|
+
- name: cpd_datarefinery_install_plan
|
|
13168
|
+
type: string
|
|
13169
|
+
default: "Automatic"
|
|
13170
|
+
- name: cpd_ws_install_plan
|
|
13171
|
+
type: string
|
|
13172
|
+
default: "Automatic"
|
|
13173
|
+
- name: rabbitmq_install_plan
|
|
13174
|
+
type: string
|
|
13175
|
+
default: "Automatic"
|
|
13176
|
+
- name: elasticsearch_install_plan
|
|
13177
|
+
type: string
|
|
13178
|
+
default: "Automatic"
|
|
13179
|
+
- name: canvasbase_install_plan
|
|
13180
|
+
type: string
|
|
13181
|
+
default: "Automatic"
|
|
13001
13182
|
|
|
13002
13183
|
#CP4D wml, analytics, openscale, spss modeler
|
|
13003
13184
|
- name: cp4d_wsl_action
|
|
@@ -13014,6 +13195,9 @@ spec:
|
|
|
13014
13195
|
- name: mas_app_channel_iot
|
|
13015
13196
|
type: string
|
|
13016
13197
|
default: ""
|
|
13198
|
+
- name: mas_app_install_plan_iot
|
|
13199
|
+
type: string
|
|
13200
|
+
default: "Automatic"
|
|
13017
13201
|
- name: mas_app_catalog_source_iot
|
|
13018
13202
|
type: string
|
|
13019
13203
|
default: ibm-operator-catalog
|
|
@@ -13040,6 +13224,9 @@ spec:
|
|
|
13040
13224
|
- name: mas_app_channel_manage
|
|
13041
13225
|
type: string
|
|
13042
13226
|
default: ""
|
|
13227
|
+
- name: mas_app_install_plan_manage
|
|
13228
|
+
type: string
|
|
13229
|
+
default: "Automatic"
|
|
13043
13230
|
- name: mas_app_catalog_source_manage
|
|
13044
13231
|
type: string
|
|
13045
13232
|
default: ibm-operator-catalog
|
|
@@ -13072,6 +13259,9 @@ spec:
|
|
|
13072
13259
|
- name: mas_app_channel_monitor
|
|
13073
13260
|
type: string
|
|
13074
13261
|
default: ""
|
|
13262
|
+
- name: mas_app_install_plan_monitor
|
|
13263
|
+
type: string
|
|
13264
|
+
default: "Automatic"
|
|
13075
13265
|
- name: mas_app_catalog_source_monitor
|
|
13076
13266
|
type: string
|
|
13077
13267
|
default: ibm-operator-catalog
|
|
@@ -13098,6 +13288,9 @@ spec:
|
|
|
13098
13288
|
- name: mas_app_channel_visualinspection
|
|
13099
13289
|
type: string
|
|
13100
13290
|
default: ""
|
|
13291
|
+
- name: mas_app_install_plan_visualinspection
|
|
13292
|
+
type: string
|
|
13293
|
+
default: "Automatic"
|
|
13101
13294
|
- name: mas_app_catalog_source_visualinspection
|
|
13102
13295
|
type: string
|
|
13103
13296
|
default: ibm-operator-catalog
|
|
@@ -13127,6 +13320,9 @@ spec:
|
|
|
13127
13320
|
- name: mas_app_channel_assist
|
|
13128
13321
|
type: string
|
|
13129
13322
|
default: ""
|
|
13323
|
+
- name: mas_app_install_plan_assist
|
|
13324
|
+
type: string
|
|
13325
|
+
default: "Automatic"
|
|
13130
13326
|
- name: mas_app_catalog_source_assist
|
|
13131
13327
|
type: string
|
|
13132
13328
|
default: ibm-operator-catalog
|
|
@@ -13153,6 +13349,9 @@ spec:
|
|
|
13153
13349
|
- name: mas_app_channel_optimizer
|
|
13154
13350
|
type: string
|
|
13155
13351
|
default: ""
|
|
13352
|
+
- name: mas_app_install_plan_optimizer
|
|
13353
|
+
type: string
|
|
13354
|
+
default: "Automatic"
|
|
13156
13355
|
- name: mas_app_catalog_source_optimizer
|
|
13157
13356
|
type: string
|
|
13158
13357
|
default: ibm-operator-catalog
|
|
@@ -13182,6 +13381,9 @@ spec:
|
|
|
13182
13381
|
- name: mas_app_channel_predict
|
|
13183
13382
|
type: string
|
|
13184
13383
|
default: ""
|
|
13384
|
+
- name: mas_app_install_plan_predict
|
|
13385
|
+
type: string
|
|
13386
|
+
default: "Automatic"
|
|
13185
13387
|
- name: mas_app_catalog_source_predict
|
|
13186
13388
|
type: string
|
|
13187
13389
|
default: ibm-operator-catalog
|
|
@@ -13711,6 +13913,8 @@ spec:
|
|
|
13711
13913
|
value: iot
|
|
13712
13914
|
- name: mas_app_channel
|
|
13713
13915
|
value: $(params.mas_app_channel_iot)
|
|
13916
|
+
- name: mas_app_install_plan
|
|
13917
|
+
value: $(params.mas_app_install_plan_iot)
|
|
13714
13918
|
- name: custom_labels
|
|
13715
13919
|
value: $(params.custom_labels)
|
|
13716
13920
|
- name: mas_app_spec_yaml
|
|
@@ -13866,6 +14070,8 @@ spec:
|
|
|
13866
14070
|
value: manage
|
|
13867
14071
|
- name: mas_app_channel
|
|
13868
14072
|
value: $(params.mas_app_channel_manage)
|
|
14073
|
+
- name: mas_app_install_plan
|
|
14074
|
+
value: $(params.mas_app_install_plan_manage)
|
|
13869
14075
|
- name: custom_labels
|
|
13870
14076
|
value: $(params.custom_labels)
|
|
13871
14077
|
- name: mas_app_spec_yaml
|
|
@@ -14026,6 +14232,8 @@ spec:
|
|
|
14026
14232
|
value: monitor
|
|
14027
14233
|
- name: mas_app_channel
|
|
14028
14234
|
value: $(params.mas_app_channel_monitor)
|
|
14235
|
+
- name: mas_app_install_plan
|
|
14236
|
+
value: $(params.mas_app_install_plan_monitor)
|
|
14029
14237
|
- name: custom_labels
|
|
14030
14238
|
value: $(params.custom_labels)
|
|
14031
14239
|
- name: mas_app_spec_yaml
|
|
@@ -14180,6 +14388,8 @@ spec:
|
|
|
14180
14388
|
value: visualinspection
|
|
14181
14389
|
- name: mas_app_channel
|
|
14182
14390
|
value: $(params.mas_app_channel_visualinspection)
|
|
14391
|
+
- name: mas_app_install_plan
|
|
14392
|
+
value: $(params.mas_app_install_plan_visualinspection)
|
|
14183
14393
|
- name: custom_labels
|
|
14184
14394
|
value: $(params.custom_labels)
|
|
14185
14395
|
- name: mas_app_spec_yaml
|
|
@@ -14333,6 +14543,14 @@ spec:
|
|
|
14333
14543
|
value: $(params.cpfs_size)
|
|
14334
14544
|
- name: cpd_scale_config
|
|
14335
14545
|
value: $(params.cpd_scale_config)
|
|
14546
|
+
- name: cpd_platform_install_plan
|
|
14547
|
+
value: $(params.cpd_platform_install_plan)
|
|
14548
|
+
- name: cpd_namespace_scope_install_plan
|
|
14549
|
+
value: $(params.cpd_namespace_scope_install_plan)
|
|
14550
|
+
- name: cpd_licensing_install_plan
|
|
14551
|
+
value: $(params.cpd_licensing_install_plan)
|
|
14552
|
+
- name: cpd_cpfs_install_plan
|
|
14553
|
+
value: $(params.cpd_cpfs_install_plan)
|
|
14336
14554
|
|
|
14337
14555
|
workspaces:
|
|
14338
14556
|
- name: configs
|
|
@@ -14444,6 +14662,8 @@ spec:
|
|
|
14444
14662
|
value: assist
|
|
14445
14663
|
- name: mas_app_channel
|
|
14446
14664
|
value: $(params.mas_app_channel_assist)
|
|
14665
|
+
- name: mas_app_install_plan
|
|
14666
|
+
value: $(params.mas_app_install_plan_assist)
|
|
14447
14667
|
- name: custom_labels
|
|
14448
14668
|
value: $(params.custom_labels)
|
|
14449
14669
|
- name: mas_app_spec_yaml
|
|
@@ -14598,6 +14818,8 @@ spec:
|
|
|
14598
14818
|
value: optimizer
|
|
14599
14819
|
- name: mas_app_channel
|
|
14600
14820
|
value: $(params.mas_app_channel_optimizer)
|
|
14821
|
+
- name: mas_app_install_plan
|
|
14822
|
+
value: $(params.mas_app_install_plan_optimizer)
|
|
14601
14823
|
- name: custom_labels
|
|
14602
14824
|
value: $(params.custom_labels)
|
|
14603
14825
|
- name: mas_app_spec_yaml
|
|
@@ -14752,6 +14974,8 @@ spec:
|
|
|
14752
14974
|
value: predict
|
|
14753
14975
|
- name: mas_app_channel
|
|
14754
14976
|
value: $(params.mas_app_channel_predict)
|
|
14977
|
+
- name: mas_app_install_plan
|
|
14978
|
+
value: $(params.mas_app_install_plan_predict)
|
|
14755
14979
|
- name: custom_labels
|
|
14756
14980
|
value: $(params.custom_labels)
|
|
14757
14981
|
- name: mas_app_spec_yaml
|
|
@@ -14922,6 +15146,21 @@ spec:
|
|
|
14922
15146
|
value: $(params.cpd_service_storage_class)
|
|
14923
15147
|
- name: cpd_service_scale_config
|
|
14924
15148
|
value: $(params.cpd_service_scale_config)
|
|
15149
|
+
- name: cpd_service_installplan_approval
|
|
15150
|
+
value: $(params.cpd_service_installplan_approval)
|
|
15151
|
+
- name: cpd_ccs_install_plan
|
|
15152
|
+
value: $(params.cpd_ccs_install_plan)
|
|
15153
|
+
- name: cpd_datarefinery_install_plan
|
|
15154
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
15155
|
+
- name: cpd_ws_install_plan
|
|
15156
|
+
value: $(params.cpd_ws_install_plan)
|
|
15157
|
+
- name: rabbitmq_install_plan
|
|
15158
|
+
value: $(params.rabbitmq_install_plan)
|
|
15159
|
+
- name: elasticsearch_install_plan
|
|
15160
|
+
value: $(params.elasticsearch_install_plan)
|
|
15161
|
+
- name: canvasbase_install_plan
|
|
15162
|
+
value: $(params.canvasbase_install_plan)
|
|
15163
|
+
|
|
14925
15164
|
|
|
14926
15165
|
workspaces:
|
|
14927
15166
|
- name: configs
|
|
@@ -15039,6 +15278,20 @@ spec:
|
|
|
15039
15278
|
value: $(params.cpd_service_storage_class)
|
|
15040
15279
|
- name: cpd_service_scale_config
|
|
15041
15280
|
value: $(params.cpd_service_scale_config)
|
|
15281
|
+
- name: cpd_service_installplan_approval
|
|
15282
|
+
value: $(params.cpd_service_installplan_approval)
|
|
15283
|
+
- name: cpd_ccs_install_plan
|
|
15284
|
+
value: $(params.cpd_ccs_install_plan)
|
|
15285
|
+
- name: cpd_datarefinery_install_plan
|
|
15286
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
15287
|
+
- name: cpd_ws_install_plan
|
|
15288
|
+
value: $(params.cpd_ws_install_plan)
|
|
15289
|
+
- name: rabbitmq_install_plan
|
|
15290
|
+
value: $(params.rabbitmq_install_plan)
|
|
15291
|
+
- name: elasticsearch_install_plan
|
|
15292
|
+
value: $(params.elasticsearch_install_plan)
|
|
15293
|
+
- name: canvasbase_install_plan
|
|
15294
|
+
value: $(params.canvasbase_install_plan)
|
|
15042
15295
|
|
|
15043
15296
|
workspaces:
|
|
15044
15297
|
- name: configs
|
|
@@ -15098,6 +15351,20 @@ spec:
|
|
|
15098
15351
|
value: $(params.cpd_service_storage_class)
|
|
15099
15352
|
- name: cpd_service_scale_config
|
|
15100
15353
|
value: $(params.cpd_service_scale_config)
|
|
15354
|
+
- name: cpd_service_installplan_approval
|
|
15355
|
+
value: $(params.cpd_service_installplan_approval)
|
|
15356
|
+
- name: cpd_ccs_install_plan
|
|
15357
|
+
value: $(params.cpd_ccs_install_plan)
|
|
15358
|
+
- name: cpd_datarefinery_install_plan
|
|
15359
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
15360
|
+
- name: cpd_ws_install_plan
|
|
15361
|
+
value: $(params.cpd_ws_install_plan)
|
|
15362
|
+
- name: rabbitmq_install_plan
|
|
15363
|
+
value: $(params.rabbitmq_install_plan)
|
|
15364
|
+
- name: elasticsearch_install_plan
|
|
15365
|
+
value: $(params.elasticsearch_install_plan)
|
|
15366
|
+
- name: canvasbase_install_plan
|
|
15367
|
+
value: $(params.canvasbase_install_plan)
|
|
15101
15368
|
|
|
15102
15369
|
workspaces:
|
|
15103
15370
|
- name: configs
|
|
@@ -15158,6 +15425,20 @@ spec:
|
|
|
15158
15425
|
value: $(params.cpd_service_storage_class)
|
|
15159
15426
|
- name: cpd_service_scale_config
|
|
15160
15427
|
value: $(params.cpd_service_scale_config)
|
|
15428
|
+
- name: cpd_service_installplan_approval
|
|
15429
|
+
value: $(params.cpd_service_installplan_approval)
|
|
15430
|
+
- name: cpd_ccs_install_plan
|
|
15431
|
+
value: $(params.cpd_ccs_install_plan)
|
|
15432
|
+
- name: cpd_datarefinery_install_plan
|
|
15433
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
15434
|
+
- name: cpd_ws_install_plan
|
|
15435
|
+
value: $(params.cpd_ws_install_plan)
|
|
15436
|
+
- name: rabbitmq_install_plan
|
|
15437
|
+
value: $(params.rabbitmq_install_plan)
|
|
15438
|
+
- name: elasticsearch_install_plan
|
|
15439
|
+
value: $(params.elasticsearch_install_plan)
|
|
15440
|
+
- name: canvasbase_install_plan
|
|
15441
|
+
value: $(params.canvasbase_install_plan)
|
|
15161
15442
|
|
|
15162
15443
|
workspaces:
|
|
15163
15444
|
- name: configs
|
|
@@ -15218,6 +15499,20 @@ spec:
|
|
|
15218
15499
|
value: $(params.cpd_service_storage_class)
|
|
15219
15500
|
- name: cpd_service_scale_config
|
|
15220
15501
|
value: $(params.cpd_service_scale_config)
|
|
15502
|
+
- name: cpd_service_installplan_approval
|
|
15503
|
+
value: $(params.cpd_service_installplan_approval)
|
|
15504
|
+
- name: cpd_ccs_install_plan
|
|
15505
|
+
value: $(params.cpd_ccs_install_plan)
|
|
15506
|
+
- name: cpd_datarefinery_install_plan
|
|
15507
|
+
value: $(params.cpd_datarefinery_install_plan)
|
|
15508
|
+
- name: cpd_ws_install_plan
|
|
15509
|
+
value: $(params.cpd_ws_install_plan)
|
|
15510
|
+
- name: rabbitmq_install_plan
|
|
15511
|
+
value: $(params.rabbitmq_install_plan)
|
|
15512
|
+
- name: elasticsearch_install_plan
|
|
15513
|
+
value: $(params.elasticsearch_install_plan)
|
|
15514
|
+
- name: canvasbase_install_plan
|
|
15515
|
+
value: $(params.canvasbase_install_plan)
|
|
15221
15516
|
|
|
15222
15517
|
workspaces:
|
|
15223
15518
|
- name: configs
|
|
@@ -16187,6 +16482,9 @@ spec:
|
|
|
16187
16482
|
type: string
|
|
16188
16483
|
- name: avp_aws_secret_region
|
|
16189
16484
|
type: string
|
|
16485
|
+
- name: redhat_cert_manager_install_plan
|
|
16486
|
+
type: string
|
|
16487
|
+
default: "Automatic"
|
|
16190
16488
|
|
|
16191
16489
|
- name: slack_channel_id
|
|
16192
16490
|
type: string
|
|
@@ -16208,6 +16506,12 @@ spec:
|
|
|
16208
16506
|
- name: dro_cmm_cmm_url
|
|
16209
16507
|
type: string
|
|
16210
16508
|
default: ""
|
|
16509
|
+
- name: dro_install_plan
|
|
16510
|
+
type: string
|
|
16511
|
+
default: "Automatic"
|
|
16512
|
+
- name: imo_install_plan
|
|
16513
|
+
type: string
|
|
16514
|
+
default: "Automatic"
|
|
16211
16515
|
|
|
16212
16516
|
- name: db2_channel
|
|
16213
16517
|
type: string
|
|
@@ -16215,6 +16519,9 @@ spec:
|
|
|
16215
16519
|
- name: db2_action
|
|
16216
16520
|
type: string
|
|
16217
16521
|
default: ""
|
|
16522
|
+
- name: db2_subscription_install_plan
|
|
16523
|
+
type: string
|
|
16524
|
+
default: "Automatic"
|
|
16218
16525
|
|
|
16219
16526
|
- name: nvidia_gpu_action
|
|
16220
16527
|
type: string
|
|
@@ -16225,18 +16532,28 @@ spec:
|
|
|
16225
16532
|
- name: nfd_channel
|
|
16226
16533
|
type: string
|
|
16227
16534
|
default: stable
|
|
16535
|
+
- name: nfd_install_plan
|
|
16536
|
+
type: string
|
|
16537
|
+
default: "Automatic"
|
|
16228
16538
|
- name: gpu_namespace
|
|
16229
16539
|
type: string
|
|
16230
16540
|
default: nvidia-gpu-operator
|
|
16231
16541
|
- name: gpu_channel
|
|
16232
16542
|
type: string
|
|
16233
16543
|
default: v24.3
|
|
16544
|
+
- name: gpu_install_plan
|
|
16545
|
+
type: string
|
|
16546
|
+
default: "Automatic"
|
|
16234
16547
|
- name: gpu_driver_version
|
|
16235
16548
|
type: string
|
|
16236
16549
|
default: 550.90.07
|
|
16237
16550
|
- name: gpu_driver_repository_path
|
|
16238
16551
|
type: string
|
|
16239
16552
|
default: nvcr.io/nvidia
|
|
16553
|
+
|
|
16554
|
+
- name: cis_compliance_install_plan
|
|
16555
|
+
type: string
|
|
16556
|
+
default: "Automatic"
|
|
16240
16557
|
|
|
16241
16558
|
- name: cluster_promotion_target_github_host
|
|
16242
16559
|
type: string
|
|
@@ -16301,6 +16618,8 @@ spec:
|
|
|
16301
16618
|
value: $(params.secrets_path)
|
|
16302
16619
|
- name: avp_aws_secret_region
|
|
16303
16620
|
value: $(params.avp_aws_secret_region)
|
|
16621
|
+
- name: redhat_cert_manager_install_plan
|
|
16622
|
+
value: $(params.redhat_cert_manager_install_plan)
|
|
16304
16623
|
|
|
16305
16624
|
- name: slack_channel_id
|
|
16306
16625
|
value: $(params.slack_channel_id)
|
|
@@ -16375,6 +16694,10 @@ spec:
|
|
|
16375
16694
|
value: $(params.dro_cmm_auth_url)
|
|
16376
16695
|
- name: dro_cmm_cmm_url
|
|
16377
16696
|
value: $(params.dro_cmm_cmm_url)
|
|
16697
|
+
- name: dro_install_plan
|
|
16698
|
+
value: $(params.dro_install_plan)
|
|
16699
|
+
- name: imo_install_plan
|
|
16700
|
+
value: $(params.imo_install_plan)
|
|
16378
16701
|
taskRef:
|
|
16379
16702
|
kind: Task
|
|
16380
16703
|
name: gitops-dro
|
|
@@ -16406,6 +16729,8 @@ spec:
|
|
|
16406
16729
|
value: $(params.github_host)
|
|
16407
16730
|
- name: git_commit_msg
|
|
16408
16731
|
value: $(params.git_commit_msg)
|
|
16732
|
+
- name: cis_compliance_install_plan
|
|
16733
|
+
value: $(params.cis_compliance_install_plan)
|
|
16409
16734
|
taskRef:
|
|
16410
16735
|
kind: Task
|
|
16411
16736
|
name: gitops-cis-compliance
|
|
@@ -16441,10 +16766,14 @@ spec:
|
|
|
16441
16766
|
value: $(params.nfd_namespace)
|
|
16442
16767
|
- name: nfd_channel
|
|
16443
16768
|
value: $(params.nfd_channel)
|
|
16769
|
+
- name: nfd_install_plan
|
|
16770
|
+
value: $(params.nfd_install_plan)
|
|
16444
16771
|
- name: gpu_namespace
|
|
16445
16772
|
value: $(params.gpu_namespace)
|
|
16446
16773
|
- name: gpu_channel
|
|
16447
16774
|
value: $(params.gpu_channel)
|
|
16775
|
+
- name: gpu_install_plan
|
|
16776
|
+
value: $(params.gpu_install_plan)
|
|
16448
16777
|
- name: gpu_driver_version
|
|
16449
16778
|
value: $(params.gpu_driver_version)
|
|
16450
16779
|
- name: gpu_driver_repository_path
|
|
@@ -16736,6 +17065,249 @@ spec:
|
|
|
16736
17065
|
operator: in
|
|
16737
17066
|
values: ["provision"]
|
|
16738
17067
|
# --------------------------------------------------------------------------------
|
|
17068
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-mas-deps.yaml
|
|
17069
|
+
# --------------------------------------------------------------------------------
|
|
17070
|
+
---
|
|
17071
|
+
apiVersion: tekton.dev/v1beta1
|
|
17072
|
+
kind: Pipeline
|
|
17073
|
+
metadata:
|
|
17074
|
+
name: gitops-mas-deps
|
|
17075
|
+
spec:
|
|
17076
|
+
description: MAS Cluster off-cluster dependencies
|
|
17077
|
+
workspaces:
|
|
17078
|
+
- name: configs
|
|
17079
|
+
params:
|
|
17080
|
+
- name: cluster_name
|
|
17081
|
+
type: string
|
|
17082
|
+
- name: account
|
|
17083
|
+
type: string
|
|
17084
|
+
- name: mas_instance_id
|
|
17085
|
+
type: string
|
|
17086
|
+
- name: secrets_path
|
|
17087
|
+
type: string
|
|
17088
|
+
- name: avp_aws_secret_region
|
|
17089
|
+
type: string
|
|
17090
|
+
- name: avp_aws_secret_key
|
|
17091
|
+
type: string
|
|
17092
|
+
- name: avp_aws_access_key
|
|
17093
|
+
type: string
|
|
17094
|
+
- name: github_pat
|
|
17095
|
+
type: string
|
|
17096
|
+
|
|
17097
|
+
- name: vpc_ipv4_cidr
|
|
17098
|
+
type: string
|
|
17099
|
+
- name: mongo_provider
|
|
17100
|
+
type: string
|
|
17101
|
+
default: aws
|
|
17102
|
+
- name: aws_docdb_instance_number
|
|
17103
|
+
type: string
|
|
17104
|
+
default: 3
|
|
17105
|
+
- name: aws_docdb_engine_version
|
|
17106
|
+
type: string
|
|
17107
|
+
default: 4.0.0
|
|
17108
|
+
|
|
17109
|
+
- name: kafka_provider
|
|
17110
|
+
type: string
|
|
17111
|
+
default: aws
|
|
17112
|
+
- name: kafka_version
|
|
17113
|
+
type: string
|
|
17114
|
+
default: 3.3.1
|
|
17115
|
+
- name: kafka_action
|
|
17116
|
+
type: string
|
|
17117
|
+
- name: kafkacfg_file_name
|
|
17118
|
+
type: string
|
|
17119
|
+
default: ""
|
|
17120
|
+
- name: aws_msk_instance_type
|
|
17121
|
+
type: string
|
|
17122
|
+
default: ""
|
|
17123
|
+
|
|
17124
|
+
- name: efs_action
|
|
17125
|
+
type: string
|
|
17126
|
+
description: efs action to be performed (provision or deprovision)
|
|
17127
|
+
default: ""
|
|
17128
|
+
- name: cloud_provider
|
|
17129
|
+
type: string
|
|
17130
|
+
default: aws
|
|
17131
|
+
|
|
17132
|
+
- name: cos_type
|
|
17133
|
+
type: string
|
|
17134
|
+
description: COS Provider (ibm or ocs)
|
|
17135
|
+
default: ""
|
|
17136
|
+
- name: ibmcloud_resourcegroup
|
|
17137
|
+
type: string
|
|
17138
|
+
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
17139
|
+
default: ""
|
|
17140
|
+
- name: cos_action
|
|
17141
|
+
type: string
|
|
17142
|
+
description: COS action to be performed (provision or deprovision)
|
|
17143
|
+
default: ""
|
|
17144
|
+
- name: cos_use_hmac
|
|
17145
|
+
type: string
|
|
17146
|
+
description: Optional boolean variable weather hmac is enabled or not
|
|
17147
|
+
default: ""
|
|
17148
|
+
|
|
17149
|
+
- name: ibmcloud_apikey
|
|
17150
|
+
type: string
|
|
17151
|
+
default: ""
|
|
17152
|
+
|
|
17153
|
+
tasks:
|
|
17154
|
+
- name: gitops-mongo
|
|
17155
|
+
params:
|
|
17156
|
+
- name: cluster_name
|
|
17157
|
+
value: $(params.cluster_name)
|
|
17158
|
+
- name: account
|
|
17159
|
+
value: $(params.account)
|
|
17160
|
+
- name: secrets_path
|
|
17161
|
+
value: $(params.secrets_path)
|
|
17162
|
+
- name: avp_aws_secret_region
|
|
17163
|
+
value: $(params.avp_aws_secret_region)
|
|
17164
|
+
- name: avp_aws_secret_key
|
|
17165
|
+
value: $(params.avp_aws_secret_key)
|
|
17166
|
+
- name: avp_aws_access_key
|
|
17167
|
+
value: $(params.avp_aws_access_key)
|
|
17168
|
+
- name: vpc_ipv4_cidr
|
|
17169
|
+
value: $(params.vpc_ipv4_cidr)
|
|
17170
|
+
- name: mongo_provider
|
|
17171
|
+
value: $(params.mongo_provider)
|
|
17172
|
+
- name: aws_docdb_instance_number
|
|
17173
|
+
value: $(params.aws_docdb_instance_number)
|
|
17174
|
+
- name: aws_docdb_engine_version
|
|
17175
|
+
value: $(params.aws_docdb_engine_version)
|
|
17176
|
+
taskRef:
|
|
17177
|
+
kind: Task
|
|
17178
|
+
name: gitops-mongo
|
|
17179
|
+
workspaces:
|
|
17180
|
+
- name: configs
|
|
17181
|
+
workspace: configs
|
|
17182
|
+
|
|
17183
|
+
# 2. Kafka
|
|
17184
|
+
# -------------------------------------------------------------------------
|
|
17185
|
+
- name: gitops-kafka
|
|
17186
|
+
params:
|
|
17187
|
+
- name: secrets_path
|
|
17188
|
+
value: $(params.secrets_path)
|
|
17189
|
+
- name: avp_aws_secret_region
|
|
17190
|
+
value: $(params.avp_aws_secret_region)
|
|
17191
|
+
|
|
17192
|
+
- name: cluster_name
|
|
17193
|
+
value: $(params.cluster_name)
|
|
17194
|
+
- name: account
|
|
17195
|
+
value: $(params.account)
|
|
17196
|
+
|
|
17197
|
+
- name: mas_instance_id
|
|
17198
|
+
value: $(params.mas_instance_id)
|
|
17199
|
+
|
|
17200
|
+
- name: avp_aws_secret_key
|
|
17201
|
+
value: $(params.avp_aws_secret_key)
|
|
17202
|
+
- name: avp_aws_access_key
|
|
17203
|
+
value: $(params.avp_aws_access_key)
|
|
17204
|
+
|
|
17205
|
+
- name: kafka_provider
|
|
17206
|
+
value: $(params.kafka_provider)
|
|
17207
|
+
- name: kafka_version
|
|
17208
|
+
value: $(params.kafka_version)
|
|
17209
|
+
- name: vpc_ipv4_cidr
|
|
17210
|
+
value: $(params.vpc_ipv4_cidr)
|
|
17211
|
+
- name: kafkacfg_file_name
|
|
17212
|
+
value: $(params.kafkacfg_file_name)
|
|
17213
|
+
- name: aws_msk_instance_type
|
|
17214
|
+
value: $(params.aws_msk_instance_type)
|
|
17215
|
+
|
|
17216
|
+
workspaces:
|
|
17217
|
+
- name: configs
|
|
17218
|
+
workspace: configs
|
|
17219
|
+
taskRef:
|
|
17220
|
+
kind: Task
|
|
17221
|
+
name: gitops-kafka
|
|
17222
|
+
when:
|
|
17223
|
+
- input: "$(params.kafka_action)"
|
|
17224
|
+
operator: notin
|
|
17225
|
+
values: [""]
|
|
17226
|
+
|
|
17227
|
+
# Install Cloud Object Storage (COS)
|
|
17228
|
+
- name: gitops-cos
|
|
17229
|
+
params:
|
|
17230
|
+
- name: secrets_path
|
|
17231
|
+
value: $(params.secrets_path)
|
|
17232
|
+
- name: avp_aws_secret_region
|
|
17233
|
+
value: $(params.avp_aws_secret_region)
|
|
17234
|
+
|
|
17235
|
+
- name: github_pat
|
|
17236
|
+
value: $(params.github_pat)
|
|
17237
|
+
|
|
17238
|
+
- name: cluster_name
|
|
17239
|
+
value: $(params.cluster_name)
|
|
17240
|
+
- name: account
|
|
17241
|
+
value: $(params.account)
|
|
17242
|
+
- name: avp_aws_secret_key
|
|
17243
|
+
value: $(params.avp_aws_secret_key)
|
|
17244
|
+
- name: avp_aws_access_key
|
|
17245
|
+
value: $(params.avp_aws_access_key)
|
|
17246
|
+
|
|
17247
|
+
- name: mas_instance_id
|
|
17248
|
+
value: $(params.mas_instance_id)
|
|
17249
|
+
|
|
17250
|
+
- name: cos_action
|
|
17251
|
+
value: $(params.cos_action)
|
|
17252
|
+
- name: cos_type
|
|
17253
|
+
value: $(params.cos_type)
|
|
17254
|
+
- name: ibmcloud_resourcegroup
|
|
17255
|
+
value: $(params.ibmcloud_resourcegroup)
|
|
17256
|
+
- name: ibmcloud_apikey
|
|
17257
|
+
value: $(params.ibmcloud_apikey)
|
|
17258
|
+
- name: cos_use_hmac
|
|
17259
|
+
value: $(params.cos_use_hmac)
|
|
17260
|
+
|
|
17261
|
+
workspaces:
|
|
17262
|
+
- name: configs
|
|
17263
|
+
workspace: configs
|
|
17264
|
+
|
|
17265
|
+
taskRef:
|
|
17266
|
+
kind: Task
|
|
17267
|
+
name: gitops-cos
|
|
17268
|
+
when:
|
|
17269
|
+
- input: "$(params.cos_action)"
|
|
17270
|
+
operator: notin
|
|
17271
|
+
values: [""]
|
|
17272
|
+
- input: "$(params.cos_action)"
|
|
17273
|
+
operator: in
|
|
17274
|
+
values: ["provision"]
|
|
17275
|
+
|
|
17276
|
+
# Install AWS Elastic File Service (EFS)
|
|
17277
|
+
- name: gitops-efs
|
|
17278
|
+
params:
|
|
17279
|
+
- name: secrets_path
|
|
17280
|
+
value: $(params.secrets_path)
|
|
17281
|
+
- name: avp_aws_secret_region
|
|
17282
|
+
value: $(params.avp_aws_secret_region)
|
|
17283
|
+
- name: cluster_name
|
|
17284
|
+
value: $(params.cluster_name)
|
|
17285
|
+
- name: mas_instance_id
|
|
17286
|
+
value: $(params.mas_instance_id)
|
|
17287
|
+
- name: cloud_provider
|
|
17288
|
+
value: $(params.cloud_provider)
|
|
17289
|
+
- name: avp_aws_secret_key
|
|
17290
|
+
value: $(params.avp_aws_secret_key)
|
|
17291
|
+
- name: avp_aws_access_key
|
|
17292
|
+
value: $(params.avp_aws_access_key)
|
|
17293
|
+
- name: efs_action
|
|
17294
|
+
value: $(params.efs_action)
|
|
17295
|
+
|
|
17296
|
+
workspaces:
|
|
17297
|
+
- name: configs
|
|
17298
|
+
workspace: configs
|
|
17299
|
+
|
|
17300
|
+
taskRef:
|
|
17301
|
+
kind: Task
|
|
17302
|
+
name: gitops-efs
|
|
17303
|
+
when:
|
|
17304
|
+
- input: "$(params.efs_action)"
|
|
17305
|
+
operator: notin
|
|
17306
|
+
values: [""]
|
|
17307
|
+
- input: "$(params.efs_action)"
|
|
17308
|
+
operator: in
|
|
17309
|
+
values: ["provision"]
|
|
17310
|
+
# --------------------------------------------------------------------------------
|
|
16739
17311
|
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-mas-fvt-preparer-pipeline.yaml
|
|
16740
17312
|
# --------------------------------------------------------------------------------
|
|
16741
17313
|
---
|
|
@@ -16789,6 +17361,8 @@ spec:
|
|
|
16789
17361
|
type: string
|
|
16790
17362
|
- name: fvt_version_ctf
|
|
16791
17363
|
type: string
|
|
17364
|
+
- name: fvt_version_predict
|
|
17365
|
+
type: string
|
|
16792
17366
|
- name: fvt_version_assist
|
|
16793
17367
|
type: string
|
|
16794
17368
|
- name: fvt_version_iot
|
|
@@ -16941,6 +17515,8 @@ spec:
|
|
|
16941
17515
|
value: $(params.ivt_version_core)
|
|
16942
17516
|
- name: fvt_version_ctf
|
|
16943
17517
|
value: $(params.fvt_version_ctf)
|
|
17518
|
+
- name: fvt_version_predict
|
|
17519
|
+
value: $(params.fvt_version_predict)
|
|
16944
17520
|
- name: fvt_version_assist
|
|
16945
17521
|
value: $(params.fvt_version_assist)
|
|
16946
17522
|
- name: fvt_version_iot
|
|
@@ -17085,6 +17661,8 @@ spec:
|
|
|
17085
17661
|
- name: mas_operationalmode
|
|
17086
17662
|
type: string
|
|
17087
17663
|
default: ""
|
|
17664
|
+
- name: mas_instance_id
|
|
17665
|
+
type: string
|
|
17088
17666
|
- name: mas_app_channel_assist
|
|
17089
17667
|
type: string
|
|
17090
17668
|
default: ""
|
|
@@ -17200,6 +17778,190 @@ spec:
|
|
|
17200
17778
|
value: $(params.mas_channel)
|
|
17201
17779
|
- name: mas_operationalmode
|
|
17202
17780
|
value: $(params.mas_operationalmode)
|
|
17781
|
+
- name: mas_instance_id
|
|
17782
|
+
value: $(params.mas_instance_id)
|
|
17783
|
+
- name: mas_app_channel_assist
|
|
17784
|
+
value: $(params.mas_app_channel_assist)
|
|
17785
|
+
- name: mas_app_channel_iot
|
|
17786
|
+
value: $(params.mas_app_channel_iot)
|
|
17787
|
+
- name: mas_app_channel_manage
|
|
17788
|
+
value: $(params.mas_app_channel_manage)
|
|
17789
|
+
- name: mas_app_channel_monitor
|
|
17790
|
+
value: $(params.mas_app_channel_monitor)
|
|
17791
|
+
- name: mas_app_channel_optimizer
|
|
17792
|
+
value: $(params.mas_app_channel_optimizer)
|
|
17793
|
+
- name: mas_app_channel_predict
|
|
17794
|
+
value: $(params.mas_app_channel_predict)
|
|
17795
|
+
- name: mas_app_channel_visualinspection
|
|
17796
|
+
value: $(params.mas_app_channel_visualinspection)
|
|
17797
|
+
- name: github_pat
|
|
17798
|
+
value: $(params.github_pat)
|
|
17799
|
+
- name: manual_certs_control_flag
|
|
17800
|
+
value: $(params.manual_certs_control_flag)
|
|
17801
|
+
- name: dns_provider_control_iden
|
|
17802
|
+
value: $(params.dns_provider_control_iden)
|
|
17803
|
+
- name: cli_version
|
|
17804
|
+
value: $(params.cli_version)
|
|
17805
|
+
- name: fvt_ansible_version
|
|
17806
|
+
value: $(params.fvt_ansible_version)
|
|
17807
|
+
- name: artifactory_username
|
|
17808
|
+
value: $(params.artifactory_username)
|
|
17809
|
+
- name: artifactory_token
|
|
17810
|
+
value: $(params.artifactory_token)
|
|
17811
|
+
taskRef:
|
|
17812
|
+
kind: Task
|
|
17813
|
+
name: gitops-mas-initiator
|
|
17814
|
+
workspaces:
|
|
17815
|
+
- name: configs
|
|
17816
|
+
workspace: configs
|
|
17817
|
+
# --------------------------------------------------------------------------------
|
|
17818
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-mas-initiator.yaml
|
|
17819
|
+
# --------------------------------------------------------------------------------
|
|
17820
|
+
---
|
|
17821
|
+
apiVersion: tekton.dev/v1beta1
|
|
17822
|
+
kind: Pipeline
|
|
17823
|
+
metadata:
|
|
17824
|
+
name: gitops-mas-initiator
|
|
17825
|
+
spec:
|
|
17826
|
+
description: Initials the gitops deployment of MAS
|
|
17827
|
+
workspaces:
|
|
17828
|
+
- name: configs
|
|
17829
|
+
params:
|
|
17830
|
+
- name: cluster_name
|
|
17831
|
+
type: string
|
|
17832
|
+
- name: account
|
|
17833
|
+
type: string
|
|
17834
|
+
- name: secrets_path
|
|
17835
|
+
type: string
|
|
17836
|
+
- name: avp_aws_secret_region
|
|
17837
|
+
type: string
|
|
17838
|
+
- name: avp_aws_secret_key
|
|
17839
|
+
type: string
|
|
17840
|
+
- name: avp_aws_access_key
|
|
17841
|
+
type: string
|
|
17842
|
+
- name: region
|
|
17843
|
+
type: string
|
|
17844
|
+
- name: github_host
|
|
17845
|
+
type: string
|
|
17846
|
+
- name: target_git_branch
|
|
17847
|
+
type: string
|
|
17848
|
+
- name: target_github_org
|
|
17849
|
+
type: string
|
|
17850
|
+
- name: target_github_repo
|
|
17851
|
+
type: string
|
|
17852
|
+
- name: source_git_branch
|
|
17853
|
+
type: string
|
|
17854
|
+
- name: source_github_org
|
|
17855
|
+
type: string
|
|
17856
|
+
- name: source_github_repo
|
|
17857
|
+
type: string
|
|
17858
|
+
- name: source_path
|
|
17859
|
+
type: string
|
|
17860
|
+
default: ""
|
|
17861
|
+
- name: mas_channel
|
|
17862
|
+
type: string
|
|
17863
|
+
- name: mas_operationalmode
|
|
17864
|
+
type: string
|
|
17865
|
+
default: ""
|
|
17866
|
+
- name: mas_instance_id
|
|
17867
|
+
type: string
|
|
17868
|
+
- name: mas_app_channel_assist
|
|
17869
|
+
type: string
|
|
17870
|
+
default: ""
|
|
17871
|
+
- name: mas_app_channel_iot
|
|
17872
|
+
type: string
|
|
17873
|
+
default: ""
|
|
17874
|
+
- name: mas_app_channel_manage
|
|
17875
|
+
type: string
|
|
17876
|
+
default: ""
|
|
17877
|
+
- name: mas_app_channel_monitor
|
|
17878
|
+
type: string
|
|
17879
|
+
default: ""
|
|
17880
|
+
- name: mas_app_channel_optimizer
|
|
17881
|
+
type: string
|
|
17882
|
+
default: ""
|
|
17883
|
+
- name: mas_app_channel_predict
|
|
17884
|
+
type: string
|
|
17885
|
+
default: ""
|
|
17886
|
+
- name: mas_app_channel_visualinspection
|
|
17887
|
+
type: string
|
|
17888
|
+
default: ""
|
|
17889
|
+
- name: github_pat
|
|
17890
|
+
type: string
|
|
17891
|
+
- name: ibmcloud_apikey
|
|
17892
|
+
type: string
|
|
17893
|
+
default: ""
|
|
17894
|
+
- name: avp_type
|
|
17895
|
+
type: string
|
|
17896
|
+
default: "aws"
|
|
17897
|
+
- name: secrets_key_seperator
|
|
17898
|
+
type: string
|
|
17899
|
+
default: "/"
|
|
17900
|
+
|
|
17901
|
+
- name: manual_certs_control_flag
|
|
17902
|
+
type: string
|
|
17903
|
+
default: ""
|
|
17904
|
+
- name: dns_provider_control_iden
|
|
17905
|
+
type: string
|
|
17906
|
+
default: ""
|
|
17907
|
+
|
|
17908
|
+
- name: cli_version
|
|
17909
|
+
type: string
|
|
17910
|
+
default: ""
|
|
17911
|
+
- name: fvt_ansible_version
|
|
17912
|
+
type: string
|
|
17913
|
+
default: ""
|
|
17914
|
+
- name: artifactory_username
|
|
17915
|
+
type: string
|
|
17916
|
+
default: ""
|
|
17917
|
+
- name: artifactory_token
|
|
17918
|
+
type: string
|
|
17919
|
+
default: ""
|
|
17920
|
+
tasks:
|
|
17921
|
+
- name: gitops-mas-initiator
|
|
17922
|
+
params:
|
|
17923
|
+
- name: cluster_name
|
|
17924
|
+
value: $(params.cluster_name)
|
|
17925
|
+
- name: account
|
|
17926
|
+
value: $(params.account)
|
|
17927
|
+
- name: region
|
|
17928
|
+
value: $(params.region)
|
|
17929
|
+
- name: github_host
|
|
17930
|
+
value: $(params.github_host)
|
|
17931
|
+
- name: target_git_branch
|
|
17932
|
+
value: $(params.target_git_branch)
|
|
17933
|
+
- name: target_github_org
|
|
17934
|
+
value: $(params.target_github_org)
|
|
17935
|
+
- name: secrets_path
|
|
17936
|
+
value: $(params.secrets_path)
|
|
17937
|
+
- name: avp_aws_secret_region
|
|
17938
|
+
value: $(params.avp_aws_secret_region)
|
|
17939
|
+
- name: avp_aws_secret_key
|
|
17940
|
+
value: $(params.avp_aws_secret_key)
|
|
17941
|
+
- name: avp_aws_access_key
|
|
17942
|
+
value: $(params.avp_aws_access_key)
|
|
17943
|
+
- name: ibmcloud_apikey
|
|
17944
|
+
value: $(params.ibmcloud_apikey)
|
|
17945
|
+
- name: avp_type
|
|
17946
|
+
value: $(params.avp_type)
|
|
17947
|
+
- name: secrets_key_seperator
|
|
17948
|
+
value: $(params.secrets_key_seperator)
|
|
17949
|
+
- name: target_github_repo
|
|
17950
|
+
value: $(params.target_github_repo)
|
|
17951
|
+
- name: source_git_branch
|
|
17952
|
+
value: $(params.source_git_branch)
|
|
17953
|
+
- name: source_github_org
|
|
17954
|
+
value: $(params.source_github_org)
|
|
17955
|
+
- name: source_github_repo
|
|
17956
|
+
value: $(params.source_github_repo)
|
|
17957
|
+
- name: source_path
|
|
17958
|
+
value: $(params.source_path)
|
|
17959
|
+
- name: mas_channel
|
|
17960
|
+
value: $(params.mas_channel)
|
|
17961
|
+
- name: mas_operationalmode
|
|
17962
|
+
value: $(params.mas_operationalmode)
|
|
17963
|
+
- name: mas_instance_id
|
|
17964
|
+
value: $(params.mas_instance_id)
|
|
17203
17965
|
- name: mas_app_channel_assist
|
|
17204
17966
|
value: $(params.mas_app_channel_assist)
|
|
17205
17967
|
- name: mas_app_channel_iot
|
|
@@ -21014,6 +21776,7 @@ spec:
|
|
|
21014
21776
|
value: $(params.mas_instance_id)
|
|
21015
21777
|
- name: mas_app_id
|
|
21016
21778
|
value: assist
|
|
21779
|
+
|
|
21017
21780
|
- name: artifactory_username
|
|
21018
21781
|
value: $(params.artifactory_username)
|
|
21019
21782
|
- name: artifactory_token
|
|
@@ -21781,6 +22544,9 @@ spec:
|
|
|
21781
22544
|
type: string
|
|
21782
22545
|
description: Optional. Used to uninstall UDS or DRO
|
|
21783
22546
|
default: "none"
|
|
22547
|
+
- name: dro_namespace
|
|
22548
|
+
default: "redhat-marketplace"
|
|
22549
|
+
type: string
|
|
21784
22550
|
|
|
21785
22551
|
tasks:
|
|
21786
22552
|
# Content
|
|
@@ -21977,6 +22743,8 @@ spec:
|
|
|
21977
22743
|
value: $(params.image_pull_policy)
|
|
21978
22744
|
- name: uds_action
|
|
21979
22745
|
value: $(params.uds_action)
|
|
22746
|
+
- name: dro_namespace
|
|
22747
|
+
value: $(params.dro_namespace)
|
|
21980
22748
|
- name: devops_suite_name
|
|
21981
22749
|
value: dependencies-uds-uninstall
|
|
21982
22750
|
taskRef:
|