mas-cli 13.1.1__py3-none-any.whl → 13.3.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 +3 -2
- mas/cli/install/app.py +117 -43
- mas/cli/install/argBuilder.py +18 -3
- mas/cli/install/argParser.py +39 -0
- mas/cli/install/catalogs.py +2 -1
- mas/cli/install/params.py +4 -0
- mas/cli/install/settings/additionalConfigs.py +14 -1
- mas/cli/install/summarizer.py +10 -2
- mas/cli/templates/ibm-mas-tekton.yaml +315 -114
- mas/cli/update/app.py +8 -6
- {mas_cli-13.1.1.dist-info → mas_cli-13.3.0.dist-info}/METADATA +1 -1
- {mas_cli-13.1.1.dist-info → mas_cli-13.3.0.dist-info}/RECORD +16 -16
- {mas_cli-13.1.1.data → mas_cli-13.3.0.data}/scripts/mas-cli +0 -0
- {mas_cli-13.1.1.dist-info → mas_cli-13.3.0.dist-info}/WHEEL +0 -0
- {mas_cli-13.1.1.dist-info → mas_cli-13.3.0.dist-info}/top_level.txt +0 -0
|
@@ -231,7 +231,7 @@ spec:
|
|
|
231
231
|
command:
|
|
232
232
|
- /opt/app-root/src/run-role.sh
|
|
233
233
|
- aibroker
|
|
234
|
-
image: quay.io/ibmmas/cli:13.
|
|
234
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
235
235
|
imagePullPolicy: $(params.image_pull_policy)
|
|
236
236
|
# --------------------------------------------------------------------------------
|
|
237
237
|
# /home/runner/work/cli/cli/tekton/target/tasks/appconnect.yaml
|
|
@@ -342,7 +342,7 @@ spec:
|
|
|
342
342
|
command:
|
|
343
343
|
- /opt/app-root/src/run-role.sh
|
|
344
344
|
- appconnect
|
|
345
|
-
image: quay.io/ibmmas/cli:13.
|
|
345
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
346
346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
347
347
|
workingDir: /workspace/configs
|
|
348
348
|
|
|
@@ -460,7 +460,7 @@ spec:
|
|
|
460
460
|
command:
|
|
461
461
|
- /opt/app-root/src/run-role.sh
|
|
462
462
|
- arcgis
|
|
463
|
-
image: quay.io/ibmmas/cli:13.
|
|
463
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
464
464
|
imagePullPolicy: $(params.image_pull_policy)
|
|
465
465
|
# --------------------------------------------------------------------------------
|
|
466
466
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -530,7 +530,7 @@ spec:
|
|
|
530
530
|
command:
|
|
531
531
|
- /opt/app-root/src/run-role.sh
|
|
532
532
|
- cert_manager
|
|
533
|
-
image: quay.io/ibmmas/cli:13.
|
|
533
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
534
534
|
imagePullPolicy: $(params.image_pull_policy)
|
|
535
535
|
workingDir: /workspace/configs
|
|
536
536
|
# --------------------------------------------------------------------------------
|
|
@@ -596,7 +596,7 @@ spec:
|
|
|
596
596
|
command:
|
|
597
597
|
- /opt/app-root/src/run-role.sh
|
|
598
598
|
- common_services
|
|
599
|
-
image: quay.io/ibmmas/cli:13.
|
|
599
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -723,7 +723,7 @@ spec:
|
|
|
723
723
|
command:
|
|
724
724
|
- /opt/app-root/src/run-role.sh
|
|
725
725
|
- cos
|
|
726
|
-
image: quay.io/ibmmas/cli:13.
|
|
726
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
727
727
|
imagePullPolicy: $(params.image_pull_policy)
|
|
728
728
|
workingDir: /workspace/configs
|
|
729
729
|
|
|
@@ -843,7 +843,7 @@ spec:
|
|
|
843
843
|
command:
|
|
844
844
|
- /opt/app-root/src/run-role.sh
|
|
845
845
|
- cp4d_service
|
|
846
|
-
image: quay.io/ibmmas/cli:13.
|
|
846
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
847
847
|
imagePullPolicy: $(params.image_pull_policy)
|
|
848
848
|
workingDir: /workspace/configs
|
|
849
849
|
# --------------------------------------------------------------------------------
|
|
@@ -960,7 +960,7 @@ spec:
|
|
|
960
960
|
command:
|
|
961
961
|
- /opt/app-root/src/run-role.sh
|
|
962
962
|
- cp4d_service
|
|
963
|
-
image: quay.io/ibmmas/cli:13.
|
|
963
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
964
964
|
imagePullPolicy: $(params.image_pull_policy)
|
|
965
965
|
workingDir: /workspace/configs
|
|
966
966
|
|
|
@@ -1066,7 +1066,7 @@ spec:
|
|
|
1066
1066
|
command:
|
|
1067
1067
|
- /opt/app-root/src/run-role.sh
|
|
1068
1068
|
- cp4d
|
|
1069
|
-
image: quay.io/ibmmas/cli:13.
|
|
1069
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
1070
1070
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1071
1071
|
# --------------------------------------------------------------------------------
|
|
1072
1072
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1388,7 +1388,7 @@ spec:
|
|
|
1388
1388
|
command:
|
|
1389
1389
|
- /opt/app-root/src/run-role.sh
|
|
1390
1390
|
- db2
|
|
1391
|
-
image: quay.io/ibmmas/cli:13.
|
|
1391
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
1392
1392
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1393
1393
|
workingDir: /workspace/configs
|
|
1394
1394
|
|
|
@@ -1498,7 +1498,7 @@ spec:
|
|
|
1498
1498
|
command:
|
|
1499
1499
|
- /opt/app-root/src/run-role.sh
|
|
1500
1500
|
- eck
|
|
1501
|
-
image: quay.io/ibmmas/cli:13.
|
|
1501
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
1502
1502
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1503
1503
|
# --------------------------------------------------------------------------------
|
|
1504
1504
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1587,7 +1587,7 @@ spec:
|
|
|
1587
1587
|
command:
|
|
1588
1588
|
- /opt/app-root/src/run-role.sh
|
|
1589
1589
|
- gencfg_workspace
|
|
1590
|
-
image: quay.io/ibmmas/cli:13.
|
|
1590
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
1591
1591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1592
1592
|
workingDir: /workspace/configs
|
|
1593
1593
|
|
|
@@ -1691,7 +1691,7 @@ spec:
|
|
|
1691
1691
|
- -c
|
|
1692
1692
|
name: gitops-bootstrap
|
|
1693
1693
|
imagePullPolicy: IfNotPresent
|
|
1694
|
-
image: quay.io/ibmmas/cli:13.
|
|
1694
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
1695
1695
|
workspaces:
|
|
1696
1696
|
- name: configs
|
|
1697
1697
|
# --------------------------------------------------------------------------------
|
|
@@ -1773,7 +1773,7 @@ spec:
|
|
|
1773
1773
|
- -c
|
|
1774
1774
|
name: gitops-cis-compliance
|
|
1775
1775
|
imagePullPolicy: IfNotPresent
|
|
1776
|
-
image: quay.io/ibmmas/cli:13.
|
|
1776
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -1891,6 +1891,13 @@ spec:
|
|
|
1891
1891
|
type: string
|
|
1892
1892
|
default: ''
|
|
1893
1893
|
|
|
1894
|
+
- name: cluster_logging_operator_install
|
|
1895
|
+
type: string
|
|
1896
|
+
default: 'false'
|
|
1897
|
+
- name: cluster_logging_operator_use_syslog_forwarder
|
|
1898
|
+
type: string
|
|
1899
|
+
default: 'true'
|
|
1900
|
+
|
|
1894
1901
|
stepTemplate:
|
|
1895
1902
|
name: gitops-cluster
|
|
1896
1903
|
env:
|
|
@@ -1976,6 +1983,11 @@ spec:
|
|
|
1976
1983
|
- name: FALCON_OPERATOR_NODE_SENSOR
|
|
1977
1984
|
value: $(params.falcon_operator_node_sensor)
|
|
1978
1985
|
|
|
1986
|
+
- name: CLUSTER_LOGGING_OPERATOR_INSTALL
|
|
1987
|
+
value: $(params.cluster_logging_operator_install)
|
|
1988
|
+
- name: CLUSTER_LOGGING_OPERATOR_USE_SYSLOG_FORWARDER
|
|
1989
|
+
value: $(params.cluster_logging_operator_use_syslog_forwarder)
|
|
1990
|
+
|
|
1979
1991
|
envFrom:
|
|
1980
1992
|
- configMapRef:
|
|
1981
1993
|
name: environment-properties
|
|
@@ -2039,7 +2051,7 @@ spec:
|
|
|
2039
2051
|
- -c
|
|
2040
2052
|
name: gitops-cluster
|
|
2041
2053
|
imagePullPolicy: Always
|
|
2042
|
-
image: quay.io/ibmmas/cli:13.
|
|
2054
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2043
2055
|
workspaces:
|
|
2044
2056
|
- name: configs
|
|
2045
2057
|
# --------------------------------------------------------------------------------
|
|
@@ -2142,7 +2154,7 @@ spec:
|
|
|
2142
2154
|
- -c
|
|
2143
2155
|
name: gitops-cos
|
|
2144
2156
|
imagePullPolicy: IfNotPresent
|
|
2145
|
-
image: quay.io/ibmmas/cli:13.
|
|
2157
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2146
2158
|
workspaces:
|
|
2147
2159
|
- name: configs
|
|
2148
2160
|
# --------------------------------------------------------------------------------
|
|
@@ -2290,7 +2302,7 @@ spec:
|
|
|
2290
2302
|
- -c
|
|
2291
2303
|
name: gitops-cp4d-service
|
|
2292
2304
|
imagePullPolicy: IfNotPresent
|
|
2293
|
-
image: quay.io/ibmmas/cli:13.
|
|
2305
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2294
2306
|
workspaces:
|
|
2295
2307
|
- name: configs
|
|
2296
2308
|
- name: shared-gitops-configs
|
|
@@ -2419,7 +2431,7 @@ spec:
|
|
|
2419
2431
|
- -c
|
|
2420
2432
|
name: gitops-cp4d
|
|
2421
2433
|
imagePullPolicy: IfNotPresent
|
|
2422
|
-
image: quay.io/ibmmas/cli:13.
|
|
2434
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2423
2435
|
workspaces:
|
|
2424
2436
|
- name: configs
|
|
2425
2437
|
- name: shared-gitops-configs
|
|
@@ -2542,6 +2554,15 @@ spec:
|
|
|
2542
2554
|
- name: db2_backup_notify_slack_url
|
|
2543
2555
|
type: string
|
|
2544
2556
|
default: ""
|
|
2557
|
+
- name: replica_db
|
|
2558
|
+
type: string
|
|
2559
|
+
default: "false"
|
|
2560
|
+
- name: is_replica_task
|
|
2561
|
+
type: string
|
|
2562
|
+
default: "false"
|
|
2563
|
+
- name: mas_annotations
|
|
2564
|
+
type: string
|
|
2565
|
+
default: ""
|
|
2545
2566
|
stepTemplate:
|
|
2546
2567
|
name: gitops-db2u-database
|
|
2547
2568
|
env:
|
|
@@ -2651,6 +2672,12 @@ spec:
|
|
|
2651
2672
|
value: $(params.jdbc_route)
|
|
2652
2673
|
- name: DB2_BACKUP_NOTIFY_SLACK_URL
|
|
2653
2674
|
value: $(params.db2_backup_notify_slack_url)
|
|
2675
|
+
- name: REPLICA_DB
|
|
2676
|
+
value: $(params.replica_db)
|
|
2677
|
+
- name: IS_REPLICA_TASK
|
|
2678
|
+
value: $(params.is_replica_task)
|
|
2679
|
+
- name: MAS_ANNOTATIONS
|
|
2680
|
+
value: $(params.mas_annotations)
|
|
2654
2681
|
envFrom:
|
|
2655
2682
|
- configMapRef:
|
|
2656
2683
|
name: environment-properties
|
|
@@ -2680,7 +2707,7 @@ spec:
|
|
|
2680
2707
|
- -c
|
|
2681
2708
|
name: gitops-db2u-database
|
|
2682
2709
|
imagePullPolicy: Always
|
|
2683
|
-
image: quay.io/ibmmas/cli:13.
|
|
2710
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2684
2711
|
workspaces:
|
|
2685
2712
|
- name: configs
|
|
2686
2713
|
- name: shared-gitops-configs
|
|
@@ -2778,7 +2805,7 @@ spec:
|
|
|
2778
2805
|
- -c
|
|
2779
2806
|
name: gitops-db2u
|
|
2780
2807
|
imagePullPolicy: IfNotPresent
|
|
2781
|
-
image: quay.io/ibmmas/cli:13.
|
|
2808
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2782
2809
|
workspaces:
|
|
2783
2810
|
- name: configs
|
|
2784
2811
|
# --------------------------------------------------------------------------------
|
|
@@ -2905,7 +2932,7 @@ spec:
|
|
|
2905
2932
|
- -c
|
|
2906
2933
|
name: gitops-delete-jdbc-config
|
|
2907
2934
|
imagePullPolicy: IfNotPresent
|
|
2908
|
-
image: quay.io/ibmmas/cli:13.
|
|
2935
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2909
2936
|
workspaces:
|
|
2910
2937
|
- name: configs
|
|
2911
2938
|
# --------------------------------------------------------------------------------
|
|
@@ -3003,7 +3030,7 @@ spec:
|
|
|
3003
3030
|
- -c
|
|
3004
3031
|
name: gitops-delete-kafka-config
|
|
3005
3032
|
imagePullPolicy: Always
|
|
3006
|
-
image: quay.io/ibmmas/cli:13.
|
|
3033
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3007
3034
|
workspaces:
|
|
3008
3035
|
- name: configs
|
|
3009
3036
|
|
|
@@ -3095,7 +3122,7 @@ spec:
|
|
|
3095
3122
|
- -c
|
|
3096
3123
|
name: gitops-deprovision-app-config
|
|
3097
3124
|
imagePullPolicy: IfNotPresent
|
|
3098
|
-
image: quay.io/ibmmas/cli:13.
|
|
3125
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3099
3126
|
workspaces:
|
|
3100
3127
|
- name: configs
|
|
3101
3128
|
# --------------------------------------------------------------------------------
|
|
@@ -3180,7 +3207,7 @@ spec:
|
|
|
3180
3207
|
- -c
|
|
3181
3208
|
name: gitops-deprovision-app-install
|
|
3182
3209
|
imagePullPolicy: IfNotPresent
|
|
3183
|
-
image: quay.io/ibmmas/cli:13.
|
|
3210
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3184
3211
|
workspaces:
|
|
3185
3212
|
- name: configs
|
|
3186
3213
|
# --------------------------------------------------------------------------------
|
|
@@ -3265,7 +3292,7 @@ spec:
|
|
|
3265
3292
|
- -c
|
|
3266
3293
|
name: gitops-deprovision-cluster
|
|
3267
3294
|
imagePullPolicy: IfNotPresent
|
|
3268
|
-
image: quay.io/ibmmas/cli:13.
|
|
3295
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3269
3296
|
workspaces:
|
|
3270
3297
|
- name: configs
|
|
3271
3298
|
# --------------------------------------------------------------------------------
|
|
@@ -3384,7 +3411,7 @@ spec:
|
|
|
3384
3411
|
- -c
|
|
3385
3412
|
name: gitops-deprovision-cos
|
|
3386
3413
|
imagePullPolicy: IfNotPresent
|
|
3387
|
-
image: quay.io/ibmmas/cli:13.
|
|
3414
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3388
3415
|
workspaces:
|
|
3389
3416
|
- name: configs
|
|
3390
3417
|
# --------------------------------------------------------------------------------
|
|
@@ -3472,7 +3499,7 @@ spec:
|
|
|
3472
3499
|
- -c
|
|
3473
3500
|
name: gitops-deprovision-db2u-database
|
|
3474
3501
|
imagePullPolicy: IfNotPresent
|
|
3475
|
-
image: quay.io/ibmmas/cli:13.
|
|
3502
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3476
3503
|
workspaces:
|
|
3477
3504
|
- name: configs
|
|
3478
3505
|
|
|
@@ -3555,7 +3582,7 @@ spec:
|
|
|
3555
3582
|
- -c
|
|
3556
3583
|
name: gitops-deprovision-db2u
|
|
3557
3584
|
imagePullPolicy: IfNotPresent
|
|
3558
|
-
image: quay.io/ibmmas/cli:13.
|
|
3585
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3559
3586
|
workspaces:
|
|
3560
3587
|
- name: configs
|
|
3561
3588
|
|
|
@@ -3663,7 +3690,7 @@ spec:
|
|
|
3663
3690
|
- -c
|
|
3664
3691
|
name: gitops-deprovision-efs
|
|
3665
3692
|
imagePullPolicy: IfNotPresent
|
|
3666
|
-
image: quay.io/ibmmas/cli:13.
|
|
3693
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3667
3694
|
workspaces:
|
|
3668
3695
|
- name: configs
|
|
3669
3696
|
|
|
@@ -3773,7 +3800,7 @@ spec:
|
|
|
3773
3800
|
- -c
|
|
3774
3801
|
name: gitops-deprovision-kafka
|
|
3775
3802
|
imagePullPolicy: IfNotPresent
|
|
3776
|
-
image: quay.io/ibmmas/cli:13.
|
|
3803
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3777
3804
|
workspaces:
|
|
3778
3805
|
- name: configs
|
|
3779
3806
|
# --------------------------------------------------------------------------------
|
|
@@ -3876,7 +3903,7 @@ spec:
|
|
|
3876
3903
|
- -c
|
|
3877
3904
|
name: gitops-deprovision-mongo
|
|
3878
3905
|
imagePullPolicy: IfNotPresent
|
|
3879
|
-
image: quay.io/ibmmas/cli:13.
|
|
3906
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3880
3907
|
workspaces:
|
|
3881
3908
|
- name: configs
|
|
3882
3909
|
|
|
@@ -3933,7 +3960,7 @@ spec:
|
|
|
3933
3960
|
- -c
|
|
3934
3961
|
name: gitops-deprovision-rosa
|
|
3935
3962
|
imagePullPolicy: IfNotPresent
|
|
3936
|
-
image: quay.io/ibmmas/cli:13.
|
|
3963
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3937
3964
|
workspaces:
|
|
3938
3965
|
- name: configs
|
|
3939
3966
|
# --------------------------------------------------------------------------------
|
|
@@ -4138,7 +4165,7 @@ spec:
|
|
|
4138
4165
|
- -c
|
|
4139
4166
|
name: gitops-deprovision-suite-config
|
|
4140
4167
|
imagePullPolicy: IfNotPresent
|
|
4141
|
-
image: quay.io/ibmmas/cli:13.
|
|
4168
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4142
4169
|
workspaces:
|
|
4143
4170
|
- name: configs
|
|
4144
4171
|
|
|
@@ -4236,7 +4263,7 @@ spec:
|
|
|
4236
4263
|
- -c
|
|
4237
4264
|
name: gitops-deprovision-suite-idp-config
|
|
4238
4265
|
imagePullPolicy: IfNotPresent
|
|
4239
|
-
image: quay.io/ibmmas/cli:13.
|
|
4266
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4240
4267
|
workspaces:
|
|
4241
4268
|
- name: configs
|
|
4242
4269
|
# --------------------------------------------------------------------------------
|
|
@@ -4328,7 +4355,7 @@ spec:
|
|
|
4328
4355
|
- -c
|
|
4329
4356
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4330
4357
|
imagePullPolicy: IfNotPresent
|
|
4331
|
-
image: quay.io/ibmmas/cli:13.
|
|
4358
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4332
4359
|
workspaces:
|
|
4333
4360
|
- name: configs
|
|
4334
4361
|
# --------------------------------------------------------------------------------
|
|
@@ -4540,7 +4567,7 @@ spec:
|
|
|
4540
4567
|
- -c
|
|
4541
4568
|
name: gitops-deprovision-suite-smtp-config
|
|
4542
4569
|
imagePullPolicy: IfNotPresent
|
|
4543
|
-
image: quay.io/ibmmas/cli:13.
|
|
4570
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4544
4571
|
workspaces:
|
|
4545
4572
|
- name: configs
|
|
4546
4573
|
# --------------------------------------------------------------------------------
|
|
@@ -4633,7 +4660,7 @@ spec:
|
|
|
4633
4660
|
- -c
|
|
4634
4661
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4635
4662
|
imagePullPolicy: IfNotPresent
|
|
4636
|
-
image: quay.io/ibmmas/cli:13.
|
|
4663
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4637
4664
|
workspaces:
|
|
4638
4665
|
- name: configs
|
|
4639
4666
|
# --------------------------------------------------------------------------------
|
|
@@ -4724,7 +4751,7 @@ spec:
|
|
|
4724
4751
|
- -c
|
|
4725
4752
|
name: gitops-deprovision-suite-workspace
|
|
4726
4753
|
imagePullPolicy: Always
|
|
4727
|
-
image: quay.io/ibmmas/cli:13.
|
|
4754
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4728
4755
|
workspaces:
|
|
4729
4756
|
- name: configs
|
|
4730
4757
|
# --------------------------------------------------------------------------------
|
|
@@ -4817,7 +4844,7 @@ spec:
|
|
|
4817
4844
|
- -c
|
|
4818
4845
|
name: gitops-deprovision-suite
|
|
4819
4846
|
imagePullPolicy: IfNotPresent
|
|
4820
|
-
image: quay.io/ibmmas/cli:13.
|
|
4847
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4821
4848
|
workspaces:
|
|
4822
4849
|
- name: configs
|
|
4823
4850
|
|
|
@@ -4930,7 +4957,7 @@ spec:
|
|
|
4930
4957
|
- -c
|
|
4931
4958
|
name: gitops-dro
|
|
4932
4959
|
imagePullPolicy: IfNotPresent
|
|
4933
|
-
image: quay.io/ibmmas/cli:13.
|
|
4960
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4934
4961
|
workspaces:
|
|
4935
4962
|
- name: configs
|
|
4936
4963
|
# --------------------------------------------------------------------------------
|
|
@@ -5047,7 +5074,7 @@ spec:
|
|
|
5047
5074
|
- -c
|
|
5048
5075
|
name: gitops-efs
|
|
5049
5076
|
imagePullPolicy: IfNotPresent
|
|
5050
|
-
image: quay.io/ibmmas/cli:13.
|
|
5077
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
5051
5078
|
workspaces:
|
|
5052
5079
|
- name: configs
|
|
5053
5080
|
|
|
@@ -5182,7 +5209,7 @@ spec:
|
|
|
5182
5209
|
- -c
|
|
5183
5210
|
name: gitops-jdbc-config
|
|
5184
5211
|
imagePullPolicy: Always
|
|
5185
|
-
image: quay.io/ibmmas/cli:13.
|
|
5212
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
5186
5213
|
workspaces:
|
|
5187
5214
|
- name: configs
|
|
5188
5215
|
- name: shared-gitops-configs
|
|
@@ -5278,7 +5305,7 @@ spec:
|
|
|
5278
5305
|
- -c
|
|
5279
5306
|
name: gitops-kafka-config
|
|
5280
5307
|
imagePullPolicy: Always
|
|
5281
|
-
image: quay.io/ibmmas/cli:13.
|
|
5308
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
5282
5309
|
workspaces:
|
|
5283
5310
|
- name: configs
|
|
5284
5311
|
|
|
@@ -5400,7 +5427,7 @@ spec:
|
|
|
5400
5427
|
- -c
|
|
5401
5428
|
name: gitops-kafka
|
|
5402
5429
|
imagePullPolicy: IfNotPresent
|
|
5403
|
-
image: quay.io/ibmmas/cli:13.
|
|
5430
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
5404
5431
|
workspaces:
|
|
5405
5432
|
- name: configs
|
|
5406
5433
|
# --------------------------------------------------------------------------------
|
|
@@ -5526,7 +5553,7 @@ spec:
|
|
|
5526
5553
|
- -c
|
|
5527
5554
|
name: gitops-license
|
|
5528
5555
|
imagePullPolicy: Always
|
|
5529
|
-
image: quay.io/ibmmas/cli:13.
|
|
5556
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
5530
5557
|
workspaces:
|
|
5531
5558
|
- name: shared-entitlement
|
|
5532
5559
|
|
|
@@ -6090,7 +6117,7 @@ spec:
|
|
|
6090
6117
|
- -c
|
|
6091
6118
|
name: gitops-mas-fvt-preparer
|
|
6092
6119
|
imagePullPolicy: Always
|
|
6093
|
-
image: quay.io/ibmmas/cli:13.
|
|
6120
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6094
6121
|
workspaces:
|
|
6095
6122
|
- name: configs
|
|
6096
6123
|
- name: shared-additional-configs
|
|
@@ -6532,7 +6559,7 @@ spec:
|
|
|
6532
6559
|
- -c
|
|
6533
6560
|
name: gitops-mas-initiator
|
|
6534
6561
|
imagePullPolicy: IfNotPresent
|
|
6535
|
-
image: quay.io/ibmmas/cli:13.
|
|
6562
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6536
6563
|
workspaces:
|
|
6537
6564
|
- name: configs
|
|
6538
6565
|
# --------------------------------------------------------------------------------
|
|
@@ -6640,7 +6667,7 @@ spec:
|
|
|
6640
6667
|
- -c
|
|
6641
6668
|
name: gitops-mongo
|
|
6642
6669
|
imagePullPolicy: IfNotPresent
|
|
6643
|
-
image: quay.io/ibmmas/cli:13.
|
|
6670
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6644
6671
|
workspaces:
|
|
6645
6672
|
- name: configs
|
|
6646
6673
|
|
|
@@ -6762,7 +6789,7 @@ spec:
|
|
|
6762
6789
|
- -c
|
|
6763
6790
|
name: gitops-nvidia-gpu
|
|
6764
6791
|
imagePullPolicy: IfNotPresent
|
|
6765
|
-
image: quay.io/ibmmas/cli:13.
|
|
6792
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6766
6793
|
workspaces:
|
|
6767
6794
|
- name: configs
|
|
6768
6795
|
# --------------------------------------------------------------------------------
|
|
@@ -6880,7 +6907,7 @@ spec:
|
|
|
6880
6907
|
- -c
|
|
6881
6908
|
name: gitops-process-mongo-user
|
|
6882
6909
|
imagePullPolicy: IfNotPresent
|
|
6883
|
-
image: quay.io/ibmmas/cli:13.
|
|
6910
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6884
6911
|
workspaces:
|
|
6885
6912
|
- name: configs
|
|
6886
6913
|
# --------------------------------------------------------------------------------
|
|
@@ -6936,7 +6963,7 @@ spec:
|
|
|
6936
6963
|
- -c
|
|
6937
6964
|
name: gitops-rosa
|
|
6938
6965
|
imagePullPolicy: IfNotPresent
|
|
6939
|
-
image: quay.io/ibmmas/cli:13.
|
|
6966
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6940
6967
|
workspaces:
|
|
6941
6968
|
- name: configs
|
|
6942
6969
|
# --------------------------------------------------------------------------------
|
|
@@ -7123,7 +7150,7 @@ spec:
|
|
|
7123
7150
|
- -c
|
|
7124
7151
|
name: gitops-suite-app-config
|
|
7125
7152
|
imagePullPolicy: IfNotPresent
|
|
7126
|
-
image: quay.io/ibmmas/cli:13.
|
|
7153
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7127
7154
|
workspaces:
|
|
7128
7155
|
- name: configs
|
|
7129
7156
|
- name: shared-gitops-configs
|
|
@@ -7281,7 +7308,7 @@ spec:
|
|
|
7281
7308
|
- -c
|
|
7282
7309
|
name: gitops-suite-app-install
|
|
7283
7310
|
imagePullPolicy: Always
|
|
7284
|
-
image: quay.io/ibmmas/cli:13.
|
|
7311
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7285
7312
|
workspaces:
|
|
7286
7313
|
- name: configs
|
|
7287
7314
|
- name: shared-gitops-configs
|
|
@@ -7387,7 +7414,7 @@ spec:
|
|
|
7387
7414
|
- -c
|
|
7388
7415
|
name: gitops-suite-certs
|
|
7389
7416
|
imagePullPolicy: IfNotPresent
|
|
7390
|
-
image: quay.io/ibmmas/cli:13.
|
|
7417
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7391
7418
|
workspaces:
|
|
7392
7419
|
- name: configs
|
|
7393
7420
|
- name: certificates
|
|
@@ -7557,7 +7584,7 @@ spec:
|
|
|
7557
7584
|
- -c
|
|
7558
7585
|
name: gitops-suite-config
|
|
7559
7586
|
imagePullPolicy: IfNotPresent
|
|
7560
|
-
image: quay.io/ibmmas/cli:13.
|
|
7587
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7561
7588
|
workspaces:
|
|
7562
7589
|
- name: configs
|
|
7563
7590
|
- name: shared-additional-configs
|
|
@@ -7657,7 +7684,7 @@ spec:
|
|
|
7657
7684
|
- -c
|
|
7658
7685
|
name: gitops-suite-dns
|
|
7659
7686
|
imagePullPolicy: IfNotPresent
|
|
7660
|
-
image: quay.io/ibmmas/cli:13.
|
|
7687
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7661
7688
|
workspaces:
|
|
7662
7689
|
- name: configs
|
|
7663
7690
|
|
|
@@ -7781,7 +7808,7 @@ spec:
|
|
|
7781
7808
|
- -c
|
|
7782
7809
|
name: gitops-suite-idp-config
|
|
7783
7810
|
imagePullPolicy: IfNotPresent
|
|
7784
|
-
image: quay.io/ibmmas/cli:13.
|
|
7811
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7785
7812
|
workspaces:
|
|
7786
7813
|
- name: configs
|
|
7787
7814
|
- name: shared-additional-configs
|
|
@@ -7882,7 +7909,7 @@ spec:
|
|
|
7882
7909
|
- -c
|
|
7883
7910
|
name: gitops-suite-objectstorage-config
|
|
7884
7911
|
imagePullPolicy: IfNotPresent
|
|
7885
|
-
image: quay.io/ibmmas/cli:13.
|
|
7912
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7886
7913
|
workspaces:
|
|
7887
7914
|
- name: configs
|
|
7888
7915
|
- name: shared-gitops-configs
|
|
@@ -8281,7 +8308,7 @@ spec:
|
|
|
8281
8308
|
- -c
|
|
8282
8309
|
name: gitops-suite-smtp-config
|
|
8283
8310
|
imagePullPolicy: IfNotPresent
|
|
8284
|
-
image: quay.io/ibmmas/cli:13.
|
|
8311
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8285
8312
|
workspaces:
|
|
8286
8313
|
- name: configs
|
|
8287
8314
|
|
|
@@ -8390,7 +8417,7 @@ spec:
|
|
|
8390
8417
|
- -c
|
|
8391
8418
|
name: gitops-suite-watson-studio-config
|
|
8392
8419
|
imagePullPolicy: IfNotPresent
|
|
8393
|
-
image: quay.io/ibmmas/cli:13.
|
|
8420
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8394
8421
|
workspaces:
|
|
8395
8422
|
- name: configs
|
|
8396
8423
|
- name: shared-gitops-configs
|
|
@@ -8487,7 +8514,7 @@ spec:
|
|
|
8487
8514
|
- -c
|
|
8488
8515
|
name: gitops-suite-workspace
|
|
8489
8516
|
imagePullPolicy: IfNotPresent
|
|
8490
|
-
image: quay.io/ibmmas/cli:13.
|
|
8517
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8491
8518
|
workspaces:
|
|
8492
8519
|
- name: configs
|
|
8493
8520
|
# --------------------------------------------------------------------------------
|
|
@@ -8772,7 +8799,7 @@ spec:
|
|
|
8772
8799
|
- -c
|
|
8773
8800
|
name: gitops-suite
|
|
8774
8801
|
imagePullPolicy: IfNotPresent
|
|
8775
|
-
image: quay.io/ibmmas/cli:13.
|
|
8802
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8776
8803
|
workspaces:
|
|
8777
8804
|
- name: configs
|
|
8778
8805
|
- name: shared-gitops-configs
|
|
@@ -8822,7 +8849,7 @@ spec:
|
|
|
8822
8849
|
|
|
8823
8850
|
steps:
|
|
8824
8851
|
- name: grafana
|
|
8825
|
-
image: quay.io/ibmmas/cli:13.
|
|
8852
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8826
8853
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8827
8854
|
command:
|
|
8828
8855
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8956,7 +8983,7 @@ spec:
|
|
|
8956
8983
|
command:
|
|
8957
8984
|
- /opt/app-root/src/run-role.sh
|
|
8958
8985
|
- ibm_catalogs
|
|
8959
|
-
image: quay.io/ibmmas/cli:13.
|
|
8986
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8960
8987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8961
8988
|
workingDir: /workspace/configs
|
|
8962
8989
|
# --------------------------------------------------------------------------------
|
|
@@ -9198,7 +9225,7 @@ spec:
|
|
|
9198
9225
|
command:
|
|
9199
9226
|
- /opt/app-root/src/run-role.sh
|
|
9200
9227
|
- kafka
|
|
9201
|
-
image: quay.io/ibmmas/cli:13.
|
|
9228
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9202
9229
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9203
9230
|
workingDir: /workspace/configs
|
|
9204
9231
|
|
|
@@ -9414,7 +9441,7 @@ spec:
|
|
|
9414
9441
|
command:
|
|
9415
9442
|
- /opt/app-root/src/run-role.sh
|
|
9416
9443
|
- kmodels
|
|
9417
|
-
image: quay.io/ibmmas/cli:13.
|
|
9444
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9418
9445
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9419
9446
|
# --------------------------------------------------------------------------------
|
|
9420
9447
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9592,7 +9619,7 @@ spec:
|
|
|
9592
9619
|
command:
|
|
9593
9620
|
- /opt/app-root/src/run-role.sh
|
|
9594
9621
|
- mongodb
|
|
9595
|
-
image: quay.io/ibmmas/cli:13.
|
|
9622
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9596
9623
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9597
9624
|
workingDir: /workspace/configs
|
|
9598
9625
|
|
|
@@ -9635,7 +9662,7 @@ spec:
|
|
|
9635
9662
|
- $(params.base_output_dir)
|
|
9636
9663
|
- --extra-namespaces
|
|
9637
9664
|
- selenium
|
|
9638
|
-
image: quay.io/ibmmas/cli:13.
|
|
9665
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9639
9666
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9640
9667
|
env:
|
|
9641
9668
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9752,7 +9779,7 @@ spec:
|
|
|
9752
9779
|
command:
|
|
9753
9780
|
- /opt/app-root/src/run-role.sh
|
|
9754
9781
|
- nvidia_gpu
|
|
9755
|
-
image: quay.io/ibmmas/cli:13.
|
|
9782
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9756
9783
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9757
9784
|
workingDir: /workspace/configs
|
|
9758
9785
|
|
|
@@ -9788,7 +9815,7 @@ spec:
|
|
|
9788
9815
|
# Verify Cluster
|
|
9789
9816
|
# -------------------------------------------------------------------------
|
|
9790
9817
|
- name: ocp-verify-cluster
|
|
9791
|
-
image: quay.io/ibmmas/cli:13.
|
|
9818
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9792
9819
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9793
9820
|
command:
|
|
9794
9821
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9830,7 +9857,7 @@ spec:
|
|
|
9830
9857
|
# Verify Catalogs
|
|
9831
9858
|
# -------------------------------------------------------------------------
|
|
9832
9859
|
- name: ocp-verify-catalogs
|
|
9833
|
-
image: quay.io/ibmmas/cli:13.
|
|
9860
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9834
9861
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9835
9862
|
command:
|
|
9836
9863
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9872,7 +9899,7 @@ spec:
|
|
|
9872
9899
|
# Verify Subscriptions
|
|
9873
9900
|
# -------------------------------------------------------------------------
|
|
9874
9901
|
- name: ocp-verify-subscriptions
|
|
9875
|
-
image: quay.io/ibmmas/cli:13.
|
|
9902
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9876
9903
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9877
9904
|
command:
|
|
9878
9905
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9914,7 +9941,7 @@ spec:
|
|
|
9914
9941
|
# Verify Workloads
|
|
9915
9942
|
# -------------------------------------------------------------------------
|
|
9916
9943
|
- name: ocp-verify-workloads
|
|
9917
|
-
image: quay.io/ibmmas/cli:13.
|
|
9944
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9918
9945
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9919
9946
|
command:
|
|
9920
9947
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9956,7 +9983,7 @@ spec:
|
|
|
9956
9983
|
# Verify Catalogs - Ingress TLS
|
|
9957
9984
|
# -------------------------------------------------------------------------
|
|
9958
9985
|
- name: ocp-verify-ingress
|
|
9959
|
-
image: quay.io/ibmmas/cli:13.
|
|
9986
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9960
9987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9961
9988
|
command:
|
|
9962
9989
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10082,7 +10109,7 @@ spec:
|
|
|
10082
10109
|
command:
|
|
10083
10110
|
- /opt/app-root/src/run-role.sh
|
|
10084
10111
|
- ocp_verify
|
|
10085
|
-
image: quay.io/ibmmas/cli:13.
|
|
10112
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10086
10113
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10087
10114
|
workingDir: /workspace/configs
|
|
10088
10115
|
# --------------------------------------------------------------------------------
|
|
@@ -10150,7 +10177,7 @@ spec:
|
|
|
10150
10177
|
command:
|
|
10151
10178
|
- /opt/app-root/src/run-role.sh
|
|
10152
10179
|
- ocs
|
|
10153
|
-
image: quay.io/ibmmas/cli:13.
|
|
10180
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10154
10181
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10155
10182
|
workingDir: /workspace/configs
|
|
10156
10183
|
|
|
@@ -10386,7 +10413,7 @@ spec:
|
|
|
10386
10413
|
command:
|
|
10387
10414
|
- /opt/app-root/src/run-role.sh
|
|
10388
10415
|
- odh
|
|
10389
|
-
image: quay.io/ibmmas/cli:13.
|
|
10416
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10390
10417
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10391
10418
|
# --------------------------------------------------------------------------------
|
|
10392
10419
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10562,7 +10589,7 @@ spec:
|
|
|
10562
10589
|
command:
|
|
10563
10590
|
- /opt/app-root/src/run-role.sh
|
|
10564
10591
|
- sls
|
|
10565
|
-
image: quay.io/ibmmas/cli:13.
|
|
10592
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10566
10593
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10567
10594
|
workingDir: /workspace/configs
|
|
10568
10595
|
|
|
@@ -10951,12 +10978,12 @@ spec:
|
|
|
10951
10978
|
command:
|
|
10952
10979
|
- /opt/app-root/src/run-role.sh
|
|
10953
10980
|
- suite_app_config
|
|
10954
|
-
image: quay.io/ibmmas/cli:13.
|
|
10981
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10955
10982
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10956
10983
|
|
|
10957
10984
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
10958
10985
|
- name: app-cfg-post-verify
|
|
10959
|
-
image: quay.io/ibmmas/cli:13.
|
|
10986
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10960
10987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10961
10988
|
command:
|
|
10962
10989
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11151,7 +11178,7 @@ spec:
|
|
|
11151
11178
|
command:
|
|
11152
11179
|
- /opt/app-root/src/run-role.sh
|
|
11153
11180
|
- suite_app_install
|
|
11154
|
-
image: quay.io/ibmmas/cli:13.
|
|
11181
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11155
11182
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11156
11183
|
|
|
11157
11184
|
workspaces:
|
|
@@ -11240,7 +11267,7 @@ spec:
|
|
|
11240
11267
|
command:
|
|
11241
11268
|
- /opt/app-root/src/run-role.sh
|
|
11242
11269
|
- suite_app_rollback
|
|
11243
|
-
image: quay.io/ibmmas/cli:13.
|
|
11270
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11244
11271
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11245
11272
|
# --------------------------------------------------------------------------------
|
|
11246
11273
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11303,7 +11330,7 @@ spec:
|
|
|
11303
11330
|
command:
|
|
11304
11331
|
- /opt/app-root/src/run-role.sh
|
|
11305
11332
|
- suite_app_uninstall
|
|
11306
|
-
image: quay.io/ibmmas/cli:13.
|
|
11333
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11307
11334
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11308
11335
|
# --------------------------------------------------------------------------------
|
|
11309
11336
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11378,7 +11405,7 @@ spec:
|
|
|
11378
11405
|
command:
|
|
11379
11406
|
- /opt/app-root/src/run-role.sh
|
|
11380
11407
|
- suite_app_upgrade
|
|
11381
|
-
image: quay.io/ibmmas/cli:13.
|
|
11408
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11382
11409
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11383
11410
|
# --------------------------------------------------------------------------------
|
|
11384
11411
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11479,7 +11506,7 @@ spec:
|
|
|
11479
11506
|
command:
|
|
11480
11507
|
- /opt/app-root/src/run-role.sh
|
|
11481
11508
|
- suite_app_verify
|
|
11482
|
-
image: quay.io/ibmmas/cli:13.
|
|
11509
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11483
11510
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11484
11511
|
# --------------------------------------------------------------------------------
|
|
11485
11512
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11622,7 +11649,7 @@ spec:
|
|
|
11622
11649
|
command:
|
|
11623
11650
|
- /opt/app-root/src/run-role.sh
|
|
11624
11651
|
- suite_certs
|
|
11625
|
-
image: quay.io/ibmmas/cli:13.
|
|
11652
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11626
11653
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11627
11654
|
|
|
11628
11655
|
workspaces:
|
|
@@ -11689,7 +11716,7 @@ spec:
|
|
|
11689
11716
|
command:
|
|
11690
11717
|
- /opt/app-root/src/run-role.sh
|
|
11691
11718
|
- suite_config
|
|
11692
|
-
image: quay.io/ibmmas/cli:13.
|
|
11719
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11693
11720
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11694
11721
|
workingDir: /workspace/configs
|
|
11695
11722
|
|
|
@@ -11760,7 +11787,7 @@ spec:
|
|
|
11760
11787
|
command:
|
|
11761
11788
|
- /opt/app-root/src/run-role.sh
|
|
11762
11789
|
- suite_db2_setup_for_manage
|
|
11763
|
-
image: quay.io/ibmmas/cli:13.
|
|
11790
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11764
11791
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11765
11792
|
# --------------------------------------------------------------------------------
|
|
11766
11793
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11950,7 +11977,7 @@ spec:
|
|
|
11950
11977
|
command:
|
|
11951
11978
|
- /opt/app-root/src/run-role.sh
|
|
11952
11979
|
- suite_dns
|
|
11953
|
-
image: quay.io/ibmmas/cli:13.
|
|
11980
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11954
11981
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11955
11982
|
# --------------------------------------------------------------------------------
|
|
11956
11983
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -12199,7 +12226,7 @@ spec:
|
|
|
12199
12226
|
command:
|
|
12200
12227
|
- /opt/app-root/src/run-role.sh
|
|
12201
12228
|
- suite_install
|
|
12202
|
-
image: quay.io/ibmmas/cli:13.
|
|
12229
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12203
12230
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12204
12231
|
workingDir: /workspace/configs
|
|
12205
12232
|
|
|
@@ -12287,7 +12314,7 @@ spec:
|
|
|
12287
12314
|
command:
|
|
12288
12315
|
- /opt/app-root/src/run-role.sh
|
|
12289
12316
|
- suite_rollback
|
|
12290
|
-
image: quay.io/ibmmas/cli:13.
|
|
12317
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12291
12318
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12292
12319
|
# --------------------------------------------------------------------------------
|
|
12293
12320
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -12352,7 +12379,7 @@ spec:
|
|
|
12352
12379
|
command:
|
|
12353
12380
|
- /opt/app-root/src/run-role.sh
|
|
12354
12381
|
- suite_uninstall
|
|
12355
|
-
image: quay.io/ibmmas/cli:13.
|
|
12382
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12356
12383
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12357
12384
|
# --------------------------------------------------------------------------------
|
|
12358
12385
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -12422,7 +12449,7 @@ spec:
|
|
|
12422
12449
|
command:
|
|
12423
12450
|
- /opt/app-root/src/run-role.sh
|
|
12424
12451
|
- suite_upgrade
|
|
12425
|
-
image: quay.io/ibmmas/cli:13.
|
|
12452
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12426
12453
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12427
12454
|
# --------------------------------------------------------------------------------
|
|
12428
12455
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12489,12 +12516,12 @@ spec:
|
|
|
12489
12516
|
command:
|
|
12490
12517
|
- /opt/app-root/src/run-role.sh
|
|
12491
12518
|
- suite_verify
|
|
12492
|
-
image: quay.io/ibmmas/cli:13.
|
|
12519
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12493
12520
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12494
12521
|
|
|
12495
12522
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12496
12523
|
- name: suite-post-verify
|
|
12497
|
-
image: quay.io/ibmmas/cli:13.
|
|
12524
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12498
12525
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12499
12526
|
script: |
|
|
12500
12527
|
#!/usr/bin/env bash
|
|
@@ -12622,7 +12649,7 @@ spec:
|
|
|
12622
12649
|
command:
|
|
12623
12650
|
- /opt/app-root/src/run-role.sh
|
|
12624
12651
|
- turbonomic
|
|
12625
|
-
image: quay.io/ibmmas/cli:13.
|
|
12652
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12626
12653
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12627
12654
|
# --------------------------------------------------------------------------------
|
|
12628
12655
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12703,7 +12730,7 @@ spec:
|
|
|
12703
12730
|
# IBM User Data Services (UDS)
|
|
12704
12731
|
# -------------------------------------------------------------------------
|
|
12705
12732
|
- name: uds
|
|
12706
|
-
image: quay.io/ibmmas/cli:13.
|
|
12733
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12707
12734
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12708
12735
|
workingDir: /workspace/configs
|
|
12709
12736
|
command:
|
|
@@ -12766,7 +12793,7 @@ spec:
|
|
|
12766
12793
|
# IBM Data Reporter Operator (DRO)
|
|
12767
12794
|
# -------------------------------------------------------------------------
|
|
12768
12795
|
- name: dro
|
|
12769
|
-
image: quay.io/ibmmas/cli:13.
|
|
12796
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12770
12797
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12771
12798
|
workingDir: /workspace/configs
|
|
12772
12799
|
command:
|
|
@@ -12852,7 +12879,7 @@ spec:
|
|
|
12852
12879
|
description: "The value to set"
|
|
12853
12880
|
steps:
|
|
12854
12881
|
- name: update-configmap
|
|
12855
|
-
image: quay.io/ibmmas/cli:13.
|
|
12882
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12856
12883
|
command:
|
|
12857
12884
|
- /opt/app-root/src/update-configmap.sh
|
|
12858
12885
|
env:
|
|
@@ -12899,7 +12926,7 @@ spec:
|
|
|
12899
12926
|
|
|
12900
12927
|
steps:
|
|
12901
12928
|
- name: wait-for-configmap
|
|
12902
|
-
image: quay.io/ibmmas/cli:13.
|
|
12929
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12903
12930
|
command:
|
|
12904
12931
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12905
12932
|
env:
|
|
@@ -12980,7 +13007,7 @@ spec:
|
|
|
12980
13007
|
|
|
12981
13008
|
steps:
|
|
12982
13009
|
- name: wait-for-configmap
|
|
12983
|
-
image: quay.io/ibmmas/cli:13.
|
|
13010
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12984
13011
|
command:
|
|
12985
13012
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12986
13013
|
env:
|
|
@@ -13040,7 +13067,7 @@ spec:
|
|
|
13040
13067
|
|
|
13041
13068
|
steps:
|
|
13042
13069
|
- name: wait
|
|
13043
|
-
image: quay.io/ibmmas/cli:13.
|
|
13070
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
13044
13071
|
command:
|
|
13045
13072
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13046
13073
|
env:
|
|
@@ -14472,6 +14499,9 @@ spec:
|
|
|
14472
14499
|
default: ""
|
|
14473
14500
|
- name: mas_config_dir
|
|
14474
14501
|
type: string
|
|
14502
|
+
- name: mas_annotations
|
|
14503
|
+
type: string
|
|
14504
|
+
default: ""
|
|
14475
14505
|
|
|
14476
14506
|
- name: github_url
|
|
14477
14507
|
type: string
|
|
@@ -14643,6 +14673,9 @@ spec:
|
|
|
14643
14673
|
- name: db2_backup_notify_slack_url
|
|
14644
14674
|
type: string
|
|
14645
14675
|
default: ""
|
|
14676
|
+
- name: replica_db
|
|
14677
|
+
type: string
|
|
14678
|
+
default: "false"
|
|
14646
14679
|
|
|
14647
14680
|
- name: custom_labels
|
|
14648
14681
|
type: string
|
|
@@ -15405,6 +15438,149 @@ spec:
|
|
|
15405
15438
|
- input: "$(params.mas_app_channel_manage)"
|
|
15406
15439
|
operator: notin
|
|
15407
15440
|
values: [""]
|
|
15441
|
+
- name: gitops-db2u-replica-database-manage
|
|
15442
|
+
params:
|
|
15443
|
+
- name: cluster_name
|
|
15444
|
+
value: $(params.cluster_name)
|
|
15445
|
+
- name: cluster_url
|
|
15446
|
+
value: $(params.cluster_url)
|
|
15447
|
+
- name: region
|
|
15448
|
+
value: $(params.region)
|
|
15449
|
+
- name: account
|
|
15450
|
+
value: $(params.account)
|
|
15451
|
+
|
|
15452
|
+
- name: secrets_path
|
|
15453
|
+
value: $(params.secrets_path)
|
|
15454
|
+
- name: avp_aws_secret_region
|
|
15455
|
+
value: $(params.avp_aws_secret_region)
|
|
15456
|
+
|
|
15457
|
+
- name: git_branch
|
|
15458
|
+
value: $(params.git_branch)
|
|
15459
|
+
- name: github_org
|
|
15460
|
+
value: $(params.github_org)
|
|
15461
|
+
- name: github_repo
|
|
15462
|
+
value: $(params.github_repo)
|
|
15463
|
+
- name: github_host
|
|
15464
|
+
value: $(params.github_host)
|
|
15465
|
+
- name: git_commit_msg
|
|
15466
|
+
value: $(params.git_commit_msg)
|
|
15467
|
+
|
|
15468
|
+
- name: mas_instance_id
|
|
15469
|
+
value: $(params.mas_instance_id)
|
|
15470
|
+
- name: mas_app_id
|
|
15471
|
+
value: manage
|
|
15472
|
+
|
|
15473
|
+
- name: db2_meta_storage_class
|
|
15474
|
+
value: $(params.db2_meta_storage_class)
|
|
15475
|
+
- name: db2_temp_storage_class
|
|
15476
|
+
value: $(params.db2_temp_storage_class)
|
|
15477
|
+
- name: db2_logs_storage_class
|
|
15478
|
+
value: $(params.db2_logs_storage_class)
|
|
15479
|
+
- name: db2_audit_logs_storage_class
|
|
15480
|
+
value: $(params.db2_audit_logs_storage_class)
|
|
15481
|
+
- name: db2_data_storage_class
|
|
15482
|
+
value: $(params.db2_data_storage_class)
|
|
15483
|
+
- name: db2_backup_storage_class
|
|
15484
|
+
value: $(params.db2_backup_storage_class)
|
|
15485
|
+
- name: db2_archivelogs_storage_class
|
|
15486
|
+
value: $(params.db2_archivelogs_storage_class)
|
|
15487
|
+
|
|
15488
|
+
- name: db2_meta_storage_size
|
|
15489
|
+
value: $(params.db2_meta_storage_size)
|
|
15490
|
+
- name: db2_temp_storage_size
|
|
15491
|
+
value: $(params.db2_temp_storage_size)
|
|
15492
|
+
- name: db2_logs_storage_size
|
|
15493
|
+
value: $(params.db2_logs_storage_size)
|
|
15494
|
+
- name: db2_audit_logs_storage_size
|
|
15495
|
+
value: $(params.db2_audit_logs_storage_size)
|
|
15496
|
+
- name: db2_data_storage_size
|
|
15497
|
+
value: $(params.db2_data_storage_size)
|
|
15498
|
+
- name: db2_backup_storage_size
|
|
15499
|
+
value: $(params.db2_backup_storage_size)
|
|
15500
|
+
- name: db2_archivelogs_storage_size
|
|
15501
|
+
value: $(params.db2_archivelogs_storage_size)
|
|
15502
|
+
|
|
15503
|
+
- name: db2_version
|
|
15504
|
+
value: $(params.db2_version)
|
|
15505
|
+
- name: db2_tls_version
|
|
15506
|
+
value: $(params.db2_tls_version)
|
|
15507
|
+
- name: db2_instance_registry_yaml
|
|
15508
|
+
value: $(params.db2_instance_registry_yaml_manage)
|
|
15509
|
+
- name: db2_instance_dbm_config_yaml
|
|
15510
|
+
value: $(params.db2_instance_dbm_config_yaml_manage)
|
|
15511
|
+
- name: db2_database_db_config_yaml
|
|
15512
|
+
value: $(params.db2_database_db_config_yaml_manage)
|
|
15513
|
+
- name: db2_addons_audit_config_yaml
|
|
15514
|
+
value: $(params.db2_addons_audit_config_yaml_manage)
|
|
15515
|
+
- name: db2_table_org
|
|
15516
|
+
value: $(params.db2_table_org)
|
|
15517
|
+
- name: db2_mln_count
|
|
15518
|
+
value: $(params.db2_mln_count)
|
|
15519
|
+
- name: db2_num_pods
|
|
15520
|
+
value: $(params.db2_num_pods)
|
|
15521
|
+
- name: db2_meta_storage_accessmode
|
|
15522
|
+
value: $(params.db2_meta_storage_accessmode)
|
|
15523
|
+
- name: db2_data_storage_accessmode
|
|
15524
|
+
value: $(params.db2_data_storage_accessmode)
|
|
15525
|
+
- name: db2_backup_storage_accessmode
|
|
15526
|
+
value: $(params.db2_backup_storage_accessmode)
|
|
15527
|
+
- name: db2_logs_storage_accessmode
|
|
15528
|
+
value: $(params.db2_logs_storage_accessmode)
|
|
15529
|
+
- name: db2_audit_logs_storage_accessmode
|
|
15530
|
+
value: $(params.db2_audit_logs_storage_accessmode)
|
|
15531
|
+
- name: db2_temp_storage_accessmode
|
|
15532
|
+
value: $(params.db2_temp_storage_accessmode)
|
|
15533
|
+
- name: db2_archivelogs_storage_accessmode
|
|
15534
|
+
value: $(params.db2_archivelogs_storage_accessmode)
|
|
15535
|
+
- name: db2_cpu_requests
|
|
15536
|
+
value: $(params.db2_cpu_requests)
|
|
15537
|
+
- name: db2_cpu_limits
|
|
15538
|
+
value: $(params.db2_cpu_limits)
|
|
15539
|
+
- name: db2_memory_requests
|
|
15540
|
+
value: $(params.db2_memory_requests)
|
|
15541
|
+
- name: db2_memory_limits
|
|
15542
|
+
value: $(params.db2_memory_limits)
|
|
15543
|
+
- name: db2_affinity_key
|
|
15544
|
+
value: $(params.db2_affinity_key)
|
|
15545
|
+
- name: db2_affinity_value
|
|
15546
|
+
value: $(params.db2_affinity_value)
|
|
15547
|
+
- name: db2_tolerate_key
|
|
15548
|
+
value: $(params.db2_tolerate_key)
|
|
15549
|
+
- name: db2_tolerate_value
|
|
15550
|
+
value: $(params.db2_tolerate_value)
|
|
15551
|
+
- name: db2_tolerate_effect
|
|
15552
|
+
value: $(params.db2_tolerate_effect)
|
|
15553
|
+
- name: jdbc_route
|
|
15554
|
+
value: $(params.jdbc_route_manage)
|
|
15555
|
+
- name: db2_timezone
|
|
15556
|
+
value: $(params.db2_timezone)
|
|
15557
|
+
- name: db2_backup_notify_slack_url
|
|
15558
|
+
value: $(params.db2_backup_notify_slack_url)
|
|
15559
|
+
- name: replica_db
|
|
15560
|
+
value: $(params.replica_db)
|
|
15561
|
+
- name: mas_annotations
|
|
15562
|
+
value: $(params.mas_annotations)
|
|
15563
|
+
- name: is_replica_task
|
|
15564
|
+
value: 'true'
|
|
15565
|
+
|
|
15566
|
+
workspaces:
|
|
15567
|
+
- name: configs
|
|
15568
|
+
workspace: configs
|
|
15569
|
+
- name: shared-gitops-configs
|
|
15570
|
+
workspace: shared-gitops-configs
|
|
15571
|
+
taskRef:
|
|
15572
|
+
kind: Task
|
|
15573
|
+
name: gitops-db2u-database
|
|
15574
|
+
when:
|
|
15575
|
+
- input: "$(params.db2_action)"
|
|
15576
|
+
operator: notin
|
|
15577
|
+
values: [""]
|
|
15578
|
+
- input: "$(params.jdbc_type_manage)"
|
|
15579
|
+
operator: in
|
|
15580
|
+
values: ["incluster-db2"]
|
|
15581
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
15582
|
+
operator: notin
|
|
15583
|
+
values: [""]
|
|
15408
15584
|
|
|
15409
15585
|
# 4. Install & Configure IoT
|
|
15410
15586
|
# -------------------------------------------------------------------------
|
|
@@ -18218,6 +18394,14 @@ spec:
|
|
|
18218
18394
|
- name: falcon_operator_node_sensor
|
|
18219
18395
|
type: string
|
|
18220
18396
|
default: ''
|
|
18397
|
+
|
|
18398
|
+
- name: cluster_logging_operator_install
|
|
18399
|
+
type: string
|
|
18400
|
+
default: 'false'
|
|
18401
|
+
- name: cluster_logging_operator_use_syslog_forwarder
|
|
18402
|
+
type: string
|
|
18403
|
+
default: 'true'
|
|
18404
|
+
|
|
18221
18405
|
tasks:
|
|
18222
18406
|
- name: gitops-cluster
|
|
18223
18407
|
params:
|
|
@@ -18305,6 +18489,12 @@ spec:
|
|
|
18305
18489
|
value: $(params.falcon_operator_cloud_region)
|
|
18306
18490
|
- name: falcon_operator_node_sensor
|
|
18307
18491
|
value: $(params.falcon_operator_node_sensor)
|
|
18492
|
+
|
|
18493
|
+
- name: cluster_logging_operator_install
|
|
18494
|
+
value: $(params.cluster_logging_operator_install)
|
|
18495
|
+
- name: cluster_logging_operator_use_syslog_forwarder
|
|
18496
|
+
value: $(params.cluster_logging_operator_use_syslog_forwarder)
|
|
18497
|
+
|
|
18308
18498
|
taskRef:
|
|
18309
18499
|
kind: Task
|
|
18310
18500
|
name: gitops-cluster
|
|
@@ -20669,7 +20859,7 @@ spec:
|
|
|
20669
20859
|
default: ""
|
|
20670
20860
|
- name: sls_entitlement_file
|
|
20671
20861
|
type: string
|
|
20672
|
-
default: "
|
|
20862
|
+
default: ""
|
|
20673
20863
|
- name: sls_mongodb_cfg_file
|
|
20674
20864
|
type: string
|
|
20675
20865
|
# The default value works for the default in-cluster install, it will need
|
|
@@ -20684,6 +20874,9 @@ spec:
|
|
|
20684
20874
|
- name: sls_icr_cpopen
|
|
20685
20875
|
type: string
|
|
20686
20876
|
default: ""
|
|
20877
|
+
- name: sls_action
|
|
20878
|
+
type: string
|
|
20879
|
+
default: ""
|
|
20687
20880
|
|
|
20688
20881
|
# Dependencies - MongoDb
|
|
20689
20882
|
# -----------------------------------------------------------------------------
|
|
@@ -21036,7 +21229,13 @@ spec:
|
|
|
21036
21229
|
- name: cpd_install_cognos
|
|
21037
21230
|
type: string
|
|
21038
21231
|
default: ""
|
|
21039
|
-
- name:
|
|
21232
|
+
- name: cpd_install_ws
|
|
21233
|
+
type: string
|
|
21234
|
+
default: ""
|
|
21235
|
+
- name: cpd_install_wml
|
|
21236
|
+
type: string
|
|
21237
|
+
default: ""
|
|
21238
|
+
- name: cpd_install_ae
|
|
21040
21239
|
type: string
|
|
21041
21240
|
default: ""
|
|
21042
21241
|
|
|
@@ -22330,6 +22529,8 @@ spec:
|
|
|
22330
22529
|
value: $(params.sls_channel)
|
|
22331
22530
|
- name: sls_icr_cpopen
|
|
22332
22531
|
value: $(params.sls_icr_cpopen)
|
|
22532
|
+
- name: sls_action
|
|
22533
|
+
value: $(params.sls_action)
|
|
22333
22534
|
|
|
22334
22535
|
# New way of bootstrapping license file
|
|
22335
22536
|
- name: sls_entitlement_file
|
|
@@ -22434,7 +22635,7 @@ spec:
|
|
|
22434
22635
|
name: mas-devops-cp4d
|
|
22435
22636
|
# Only needed if either Predict, Assist, Health w/ WSL, or Cognos are being installed
|
|
22436
22637
|
when:
|
|
22437
|
-
- input: "$(params.mas_app_channel_predict)$(params.mas_appws_bindings_health_wsl_flag)$(params.cpd_install_cognos)$(params.
|
|
22638
|
+
- input: "$(params.mas_app_channel_predict)$(params.mas_appws_bindings_health_wsl_flag)$(params.cpd_install_cognos)$(params.cpd_install_spss)$(params.cpd_install_openscale)$(params.cpd_install_ws)$(params.cpd_install_wml)$(params.cpd_install_ae)"
|
|
22438
22639
|
operator: notin
|
|
22439
22640
|
values: [""]
|
|
22440
22641
|
runAfter:
|
|
@@ -22470,7 +22671,7 @@ spec:
|
|
|
22470
22671
|
name: mas-devops-cp4d-service
|
|
22471
22672
|
# Only needed if either Predict or Health w/ WSL are being installed
|
|
22472
22673
|
when:
|
|
22473
|
-
- input: "$(params.mas_app_channel_predict)$(params.mas_appws_bindings_health_wsl_flag)$(params.
|
|
22674
|
+
- input: "$(params.mas_app_channel_predict)$(params.mas_appws_bindings_health_wsl_flag)$(params.cpd_install_ws)"
|
|
22474
22675
|
operator: notin
|
|
22475
22676
|
values: [""]
|
|
22476
22677
|
workspaces:
|
|
@@ -22508,7 +22709,7 @@ spec:
|
|
|
22508
22709
|
name: mas-devops-cp4d-service
|
|
22509
22710
|
# Only needed if Predict is being installed
|
|
22510
22711
|
when:
|
|
22511
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22712
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_wml)"
|
|
22512
22713
|
operator: notin
|
|
22513
22714
|
values: [""]
|
|
22514
22715
|
workspaces:
|
|
@@ -22546,7 +22747,7 @@ spec:
|
|
|
22546
22747
|
name: mas-devops-cp4d-service
|
|
22547
22748
|
# Only needed if Predict is being installed
|
|
22548
22749
|
when:
|
|
22549
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22750
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_ae)"
|
|
22550
22751
|
operator: notin
|
|
22551
22752
|
values: [""]
|
|
22552
22753
|
workspaces:
|
|
@@ -22586,12 +22787,12 @@ spec:
|
|
|
22586
22787
|
name: mas-devops-cp4d-service
|
|
22587
22788
|
# Only needed if Predict is being installed
|
|
22588
22789
|
when:
|
|
22589
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22790
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_openscale)"
|
|
22590
22791
|
operator: notin
|
|
22591
22792
|
values: [""]
|
|
22592
22793
|
- input: "$(params.cpd_install_openscale)"
|
|
22593
22794
|
operator: in
|
|
22594
|
-
values: ["True","true"]
|
|
22795
|
+
values: ["True","true","install"]
|
|
22595
22796
|
workspaces:
|
|
22596
22797
|
- name: configs
|
|
22597
22798
|
workspace: shared-configs
|
|
@@ -22629,12 +22830,12 @@ spec:
|
|
|
22629
22830
|
name: mas-devops-cp4d-service
|
|
22630
22831
|
# Only needed if Predict is being installed
|
|
22631
22832
|
when:
|
|
22632
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22833
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_spss)"
|
|
22633
22834
|
operator: notin
|
|
22634
22835
|
values: [""]
|
|
22635
22836
|
- input: "$(params.cpd_install_spss)"
|
|
22636
22837
|
operator: in
|
|
22637
|
-
values: ["True","true"]
|
|
22838
|
+
values: ["True","true","install"]
|
|
22638
22839
|
workspaces:
|
|
22639
22840
|
- name: configs
|
|
22640
22841
|
workspace: shared-configs
|
|
@@ -22670,12 +22871,12 @@ spec:
|
|
|
22670
22871
|
name: mas-devops-cp4d-service
|
|
22671
22872
|
# Only needed if Manage is being installed and Cognos is chosen to be installed
|
|
22672
22873
|
when:
|
|
22673
|
-
- input: "$(params.mas_app_channel_manage)$(params.
|
|
22874
|
+
- input: "$(params.mas_app_channel_manage)$(params.cpd_install_cognos)"
|
|
22674
22875
|
operator: notin
|
|
22675
22876
|
values: [""]
|
|
22676
22877
|
- input: "$(params.cpd_install_cognos)"
|
|
22677
22878
|
operator: in
|
|
22678
|
-
values: ["True","true"]
|
|
22879
|
+
values: ["True","true","install"]
|
|
22679
22880
|
workspaces:
|
|
22680
22881
|
- name: configs
|
|
22681
22882
|
workspace: shared-configs
|