mas-cli 13.2.0__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 +81 -24
- 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 +289 -114
- mas/cli/update/app.py +8 -6
- {mas_cli-13.2.0.dist-info → mas_cli-13.3.0.dist-info}/METADATA +1 -1
- {mas_cli-13.2.0.dist-info → mas_cli-13.3.0.dist-info}/RECORD +16 -16
- {mas_cli-13.2.0.data → mas_cli-13.3.0.data}/scripts/mas-cli +0 -0
- {mas_cli-13.2.0.dist-info → mas_cli-13.3.0.dist-info}/WHEEL +0 -0
- {mas_cli-13.2.0.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
|
# --------------------------------------------------------------------------------
|
|
@@ -2051,7 +2051,7 @@ spec:
|
|
|
2051
2051
|
- -c
|
|
2052
2052
|
name: gitops-cluster
|
|
2053
2053
|
imagePullPolicy: Always
|
|
2054
|
-
image: quay.io/ibmmas/cli:13.
|
|
2054
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2055
2055
|
workspaces:
|
|
2056
2056
|
- name: configs
|
|
2057
2057
|
# --------------------------------------------------------------------------------
|
|
@@ -2154,7 +2154,7 @@ spec:
|
|
|
2154
2154
|
- -c
|
|
2155
2155
|
name: gitops-cos
|
|
2156
2156
|
imagePullPolicy: IfNotPresent
|
|
2157
|
-
image: quay.io/ibmmas/cli:13.
|
|
2157
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2158
2158
|
workspaces:
|
|
2159
2159
|
- name: configs
|
|
2160
2160
|
# --------------------------------------------------------------------------------
|
|
@@ -2302,7 +2302,7 @@ spec:
|
|
|
2302
2302
|
- -c
|
|
2303
2303
|
name: gitops-cp4d-service
|
|
2304
2304
|
imagePullPolicy: IfNotPresent
|
|
2305
|
-
image: quay.io/ibmmas/cli:13.
|
|
2305
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2306
2306
|
workspaces:
|
|
2307
2307
|
- name: configs
|
|
2308
2308
|
- name: shared-gitops-configs
|
|
@@ -2431,7 +2431,7 @@ spec:
|
|
|
2431
2431
|
- -c
|
|
2432
2432
|
name: gitops-cp4d
|
|
2433
2433
|
imagePullPolicy: IfNotPresent
|
|
2434
|
-
image: quay.io/ibmmas/cli:13.
|
|
2434
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2435
2435
|
workspaces:
|
|
2436
2436
|
- name: configs
|
|
2437
2437
|
- name: shared-gitops-configs
|
|
@@ -2554,6 +2554,15 @@ spec:
|
|
|
2554
2554
|
- name: db2_backup_notify_slack_url
|
|
2555
2555
|
type: string
|
|
2556
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: ""
|
|
2557
2566
|
stepTemplate:
|
|
2558
2567
|
name: gitops-db2u-database
|
|
2559
2568
|
env:
|
|
@@ -2663,6 +2672,12 @@ spec:
|
|
|
2663
2672
|
value: $(params.jdbc_route)
|
|
2664
2673
|
- name: DB2_BACKUP_NOTIFY_SLACK_URL
|
|
2665
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)
|
|
2666
2681
|
envFrom:
|
|
2667
2682
|
- configMapRef:
|
|
2668
2683
|
name: environment-properties
|
|
@@ -2692,7 +2707,7 @@ spec:
|
|
|
2692
2707
|
- -c
|
|
2693
2708
|
name: gitops-db2u-database
|
|
2694
2709
|
imagePullPolicy: Always
|
|
2695
|
-
image: quay.io/ibmmas/cli:13.
|
|
2710
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2696
2711
|
workspaces:
|
|
2697
2712
|
- name: configs
|
|
2698
2713
|
- name: shared-gitops-configs
|
|
@@ -2790,7 +2805,7 @@ spec:
|
|
|
2790
2805
|
- -c
|
|
2791
2806
|
name: gitops-db2u
|
|
2792
2807
|
imagePullPolicy: IfNotPresent
|
|
2793
|
-
image: quay.io/ibmmas/cli:13.
|
|
2808
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2794
2809
|
workspaces:
|
|
2795
2810
|
- name: configs
|
|
2796
2811
|
# --------------------------------------------------------------------------------
|
|
@@ -2917,7 +2932,7 @@ spec:
|
|
|
2917
2932
|
- -c
|
|
2918
2933
|
name: gitops-delete-jdbc-config
|
|
2919
2934
|
imagePullPolicy: IfNotPresent
|
|
2920
|
-
image: quay.io/ibmmas/cli:13.
|
|
2935
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
2921
2936
|
workspaces:
|
|
2922
2937
|
- name: configs
|
|
2923
2938
|
# --------------------------------------------------------------------------------
|
|
@@ -3015,7 +3030,7 @@ spec:
|
|
|
3015
3030
|
- -c
|
|
3016
3031
|
name: gitops-delete-kafka-config
|
|
3017
3032
|
imagePullPolicy: Always
|
|
3018
|
-
image: quay.io/ibmmas/cli:13.
|
|
3033
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3019
3034
|
workspaces:
|
|
3020
3035
|
- name: configs
|
|
3021
3036
|
|
|
@@ -3107,7 +3122,7 @@ spec:
|
|
|
3107
3122
|
- -c
|
|
3108
3123
|
name: gitops-deprovision-app-config
|
|
3109
3124
|
imagePullPolicy: IfNotPresent
|
|
3110
|
-
image: quay.io/ibmmas/cli:13.
|
|
3125
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3111
3126
|
workspaces:
|
|
3112
3127
|
- name: configs
|
|
3113
3128
|
# --------------------------------------------------------------------------------
|
|
@@ -3192,7 +3207,7 @@ spec:
|
|
|
3192
3207
|
- -c
|
|
3193
3208
|
name: gitops-deprovision-app-install
|
|
3194
3209
|
imagePullPolicy: IfNotPresent
|
|
3195
|
-
image: quay.io/ibmmas/cli:13.
|
|
3210
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3196
3211
|
workspaces:
|
|
3197
3212
|
- name: configs
|
|
3198
3213
|
# --------------------------------------------------------------------------------
|
|
@@ -3277,7 +3292,7 @@ spec:
|
|
|
3277
3292
|
- -c
|
|
3278
3293
|
name: gitops-deprovision-cluster
|
|
3279
3294
|
imagePullPolicy: IfNotPresent
|
|
3280
|
-
image: quay.io/ibmmas/cli:13.
|
|
3295
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3281
3296
|
workspaces:
|
|
3282
3297
|
- name: configs
|
|
3283
3298
|
# --------------------------------------------------------------------------------
|
|
@@ -3396,7 +3411,7 @@ spec:
|
|
|
3396
3411
|
- -c
|
|
3397
3412
|
name: gitops-deprovision-cos
|
|
3398
3413
|
imagePullPolicy: IfNotPresent
|
|
3399
|
-
image: quay.io/ibmmas/cli:13.
|
|
3414
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3400
3415
|
workspaces:
|
|
3401
3416
|
- name: configs
|
|
3402
3417
|
# --------------------------------------------------------------------------------
|
|
@@ -3484,7 +3499,7 @@ spec:
|
|
|
3484
3499
|
- -c
|
|
3485
3500
|
name: gitops-deprovision-db2u-database
|
|
3486
3501
|
imagePullPolicy: IfNotPresent
|
|
3487
|
-
image: quay.io/ibmmas/cli:13.
|
|
3502
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3488
3503
|
workspaces:
|
|
3489
3504
|
- name: configs
|
|
3490
3505
|
|
|
@@ -3567,7 +3582,7 @@ spec:
|
|
|
3567
3582
|
- -c
|
|
3568
3583
|
name: gitops-deprovision-db2u
|
|
3569
3584
|
imagePullPolicy: IfNotPresent
|
|
3570
|
-
image: quay.io/ibmmas/cli:13.
|
|
3585
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3571
3586
|
workspaces:
|
|
3572
3587
|
- name: configs
|
|
3573
3588
|
|
|
@@ -3675,7 +3690,7 @@ spec:
|
|
|
3675
3690
|
- -c
|
|
3676
3691
|
name: gitops-deprovision-efs
|
|
3677
3692
|
imagePullPolicy: IfNotPresent
|
|
3678
|
-
image: quay.io/ibmmas/cli:13.
|
|
3693
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3679
3694
|
workspaces:
|
|
3680
3695
|
- name: configs
|
|
3681
3696
|
|
|
@@ -3785,7 +3800,7 @@ spec:
|
|
|
3785
3800
|
- -c
|
|
3786
3801
|
name: gitops-deprovision-kafka
|
|
3787
3802
|
imagePullPolicy: IfNotPresent
|
|
3788
|
-
image: quay.io/ibmmas/cli:13.
|
|
3803
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3789
3804
|
workspaces:
|
|
3790
3805
|
- name: configs
|
|
3791
3806
|
# --------------------------------------------------------------------------------
|
|
@@ -3888,7 +3903,7 @@ spec:
|
|
|
3888
3903
|
- -c
|
|
3889
3904
|
name: gitops-deprovision-mongo
|
|
3890
3905
|
imagePullPolicy: IfNotPresent
|
|
3891
|
-
image: quay.io/ibmmas/cli:13.
|
|
3906
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3892
3907
|
workspaces:
|
|
3893
3908
|
- name: configs
|
|
3894
3909
|
|
|
@@ -3945,7 +3960,7 @@ spec:
|
|
|
3945
3960
|
- -c
|
|
3946
3961
|
name: gitops-deprovision-rosa
|
|
3947
3962
|
imagePullPolicy: IfNotPresent
|
|
3948
|
-
image: quay.io/ibmmas/cli:13.
|
|
3963
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
3949
3964
|
workspaces:
|
|
3950
3965
|
- name: configs
|
|
3951
3966
|
# --------------------------------------------------------------------------------
|
|
@@ -4150,7 +4165,7 @@ spec:
|
|
|
4150
4165
|
- -c
|
|
4151
4166
|
name: gitops-deprovision-suite-config
|
|
4152
4167
|
imagePullPolicy: IfNotPresent
|
|
4153
|
-
image: quay.io/ibmmas/cli:13.
|
|
4168
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4154
4169
|
workspaces:
|
|
4155
4170
|
- name: configs
|
|
4156
4171
|
|
|
@@ -4248,7 +4263,7 @@ spec:
|
|
|
4248
4263
|
- -c
|
|
4249
4264
|
name: gitops-deprovision-suite-idp-config
|
|
4250
4265
|
imagePullPolicy: IfNotPresent
|
|
4251
|
-
image: quay.io/ibmmas/cli:13.
|
|
4266
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4252
4267
|
workspaces:
|
|
4253
4268
|
- name: configs
|
|
4254
4269
|
# --------------------------------------------------------------------------------
|
|
@@ -4340,7 +4355,7 @@ spec:
|
|
|
4340
4355
|
- -c
|
|
4341
4356
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4342
4357
|
imagePullPolicy: IfNotPresent
|
|
4343
|
-
image: quay.io/ibmmas/cli:13.
|
|
4358
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4344
4359
|
workspaces:
|
|
4345
4360
|
- name: configs
|
|
4346
4361
|
# --------------------------------------------------------------------------------
|
|
@@ -4552,7 +4567,7 @@ spec:
|
|
|
4552
4567
|
- -c
|
|
4553
4568
|
name: gitops-deprovision-suite-smtp-config
|
|
4554
4569
|
imagePullPolicy: IfNotPresent
|
|
4555
|
-
image: quay.io/ibmmas/cli:13.
|
|
4570
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4556
4571
|
workspaces:
|
|
4557
4572
|
- name: configs
|
|
4558
4573
|
# --------------------------------------------------------------------------------
|
|
@@ -4645,7 +4660,7 @@ spec:
|
|
|
4645
4660
|
- -c
|
|
4646
4661
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4647
4662
|
imagePullPolicy: IfNotPresent
|
|
4648
|
-
image: quay.io/ibmmas/cli:13.
|
|
4663
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4649
4664
|
workspaces:
|
|
4650
4665
|
- name: configs
|
|
4651
4666
|
# --------------------------------------------------------------------------------
|
|
@@ -4736,7 +4751,7 @@ spec:
|
|
|
4736
4751
|
- -c
|
|
4737
4752
|
name: gitops-deprovision-suite-workspace
|
|
4738
4753
|
imagePullPolicy: Always
|
|
4739
|
-
image: quay.io/ibmmas/cli:13.
|
|
4754
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4740
4755
|
workspaces:
|
|
4741
4756
|
- name: configs
|
|
4742
4757
|
# --------------------------------------------------------------------------------
|
|
@@ -4829,7 +4844,7 @@ spec:
|
|
|
4829
4844
|
- -c
|
|
4830
4845
|
name: gitops-deprovision-suite
|
|
4831
4846
|
imagePullPolicy: IfNotPresent
|
|
4832
|
-
image: quay.io/ibmmas/cli:13.
|
|
4847
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4833
4848
|
workspaces:
|
|
4834
4849
|
- name: configs
|
|
4835
4850
|
|
|
@@ -4942,7 +4957,7 @@ spec:
|
|
|
4942
4957
|
- -c
|
|
4943
4958
|
name: gitops-dro
|
|
4944
4959
|
imagePullPolicy: IfNotPresent
|
|
4945
|
-
image: quay.io/ibmmas/cli:13.
|
|
4960
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
4946
4961
|
workspaces:
|
|
4947
4962
|
- name: configs
|
|
4948
4963
|
# --------------------------------------------------------------------------------
|
|
@@ -5059,7 +5074,7 @@ spec:
|
|
|
5059
5074
|
- -c
|
|
5060
5075
|
name: gitops-efs
|
|
5061
5076
|
imagePullPolicy: IfNotPresent
|
|
5062
|
-
image: quay.io/ibmmas/cli:13.
|
|
5077
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
5063
5078
|
workspaces:
|
|
5064
5079
|
- name: configs
|
|
5065
5080
|
|
|
@@ -5194,7 +5209,7 @@ spec:
|
|
|
5194
5209
|
- -c
|
|
5195
5210
|
name: gitops-jdbc-config
|
|
5196
5211
|
imagePullPolicy: Always
|
|
5197
|
-
image: quay.io/ibmmas/cli:13.
|
|
5212
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
5198
5213
|
workspaces:
|
|
5199
5214
|
- name: configs
|
|
5200
5215
|
- name: shared-gitops-configs
|
|
@@ -5290,7 +5305,7 @@ spec:
|
|
|
5290
5305
|
- -c
|
|
5291
5306
|
name: gitops-kafka-config
|
|
5292
5307
|
imagePullPolicy: Always
|
|
5293
|
-
image: quay.io/ibmmas/cli:13.
|
|
5308
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
5294
5309
|
workspaces:
|
|
5295
5310
|
- name: configs
|
|
5296
5311
|
|
|
@@ -5412,7 +5427,7 @@ spec:
|
|
|
5412
5427
|
- -c
|
|
5413
5428
|
name: gitops-kafka
|
|
5414
5429
|
imagePullPolicy: IfNotPresent
|
|
5415
|
-
image: quay.io/ibmmas/cli:13.
|
|
5430
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
5416
5431
|
workspaces:
|
|
5417
5432
|
- name: configs
|
|
5418
5433
|
# --------------------------------------------------------------------------------
|
|
@@ -5538,7 +5553,7 @@ spec:
|
|
|
5538
5553
|
- -c
|
|
5539
5554
|
name: gitops-license
|
|
5540
5555
|
imagePullPolicy: Always
|
|
5541
|
-
image: quay.io/ibmmas/cli:13.
|
|
5556
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
5542
5557
|
workspaces:
|
|
5543
5558
|
- name: shared-entitlement
|
|
5544
5559
|
|
|
@@ -6102,7 +6117,7 @@ spec:
|
|
|
6102
6117
|
- -c
|
|
6103
6118
|
name: gitops-mas-fvt-preparer
|
|
6104
6119
|
imagePullPolicy: Always
|
|
6105
|
-
image: quay.io/ibmmas/cli:13.
|
|
6120
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6106
6121
|
workspaces:
|
|
6107
6122
|
- name: configs
|
|
6108
6123
|
- name: shared-additional-configs
|
|
@@ -6544,7 +6559,7 @@ spec:
|
|
|
6544
6559
|
- -c
|
|
6545
6560
|
name: gitops-mas-initiator
|
|
6546
6561
|
imagePullPolicy: IfNotPresent
|
|
6547
|
-
image: quay.io/ibmmas/cli:13.
|
|
6562
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6548
6563
|
workspaces:
|
|
6549
6564
|
- name: configs
|
|
6550
6565
|
# --------------------------------------------------------------------------------
|
|
@@ -6652,7 +6667,7 @@ spec:
|
|
|
6652
6667
|
- -c
|
|
6653
6668
|
name: gitops-mongo
|
|
6654
6669
|
imagePullPolicy: IfNotPresent
|
|
6655
|
-
image: quay.io/ibmmas/cli:13.
|
|
6670
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6656
6671
|
workspaces:
|
|
6657
6672
|
- name: configs
|
|
6658
6673
|
|
|
@@ -6774,7 +6789,7 @@ spec:
|
|
|
6774
6789
|
- -c
|
|
6775
6790
|
name: gitops-nvidia-gpu
|
|
6776
6791
|
imagePullPolicy: IfNotPresent
|
|
6777
|
-
image: quay.io/ibmmas/cli:13.
|
|
6792
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6778
6793
|
workspaces:
|
|
6779
6794
|
- name: configs
|
|
6780
6795
|
# --------------------------------------------------------------------------------
|
|
@@ -6892,7 +6907,7 @@ spec:
|
|
|
6892
6907
|
- -c
|
|
6893
6908
|
name: gitops-process-mongo-user
|
|
6894
6909
|
imagePullPolicy: IfNotPresent
|
|
6895
|
-
image: quay.io/ibmmas/cli:13.
|
|
6910
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6896
6911
|
workspaces:
|
|
6897
6912
|
- name: configs
|
|
6898
6913
|
# --------------------------------------------------------------------------------
|
|
@@ -6948,7 +6963,7 @@ spec:
|
|
|
6948
6963
|
- -c
|
|
6949
6964
|
name: gitops-rosa
|
|
6950
6965
|
imagePullPolicy: IfNotPresent
|
|
6951
|
-
image: quay.io/ibmmas/cli:13.
|
|
6966
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
6952
6967
|
workspaces:
|
|
6953
6968
|
- name: configs
|
|
6954
6969
|
# --------------------------------------------------------------------------------
|
|
@@ -7135,7 +7150,7 @@ spec:
|
|
|
7135
7150
|
- -c
|
|
7136
7151
|
name: gitops-suite-app-config
|
|
7137
7152
|
imagePullPolicy: IfNotPresent
|
|
7138
|
-
image: quay.io/ibmmas/cli:13.
|
|
7153
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7139
7154
|
workspaces:
|
|
7140
7155
|
- name: configs
|
|
7141
7156
|
- name: shared-gitops-configs
|
|
@@ -7293,7 +7308,7 @@ spec:
|
|
|
7293
7308
|
- -c
|
|
7294
7309
|
name: gitops-suite-app-install
|
|
7295
7310
|
imagePullPolicy: Always
|
|
7296
|
-
image: quay.io/ibmmas/cli:13.
|
|
7311
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7297
7312
|
workspaces:
|
|
7298
7313
|
- name: configs
|
|
7299
7314
|
- name: shared-gitops-configs
|
|
@@ -7399,7 +7414,7 @@ spec:
|
|
|
7399
7414
|
- -c
|
|
7400
7415
|
name: gitops-suite-certs
|
|
7401
7416
|
imagePullPolicy: IfNotPresent
|
|
7402
|
-
image: quay.io/ibmmas/cli:13.
|
|
7417
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7403
7418
|
workspaces:
|
|
7404
7419
|
- name: configs
|
|
7405
7420
|
- name: certificates
|
|
@@ -7569,7 +7584,7 @@ spec:
|
|
|
7569
7584
|
- -c
|
|
7570
7585
|
name: gitops-suite-config
|
|
7571
7586
|
imagePullPolicy: IfNotPresent
|
|
7572
|
-
image: quay.io/ibmmas/cli:13.
|
|
7587
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7573
7588
|
workspaces:
|
|
7574
7589
|
- name: configs
|
|
7575
7590
|
- name: shared-additional-configs
|
|
@@ -7669,7 +7684,7 @@ spec:
|
|
|
7669
7684
|
- -c
|
|
7670
7685
|
name: gitops-suite-dns
|
|
7671
7686
|
imagePullPolicy: IfNotPresent
|
|
7672
|
-
image: quay.io/ibmmas/cli:13.
|
|
7687
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7673
7688
|
workspaces:
|
|
7674
7689
|
- name: configs
|
|
7675
7690
|
|
|
@@ -7793,7 +7808,7 @@ spec:
|
|
|
7793
7808
|
- -c
|
|
7794
7809
|
name: gitops-suite-idp-config
|
|
7795
7810
|
imagePullPolicy: IfNotPresent
|
|
7796
|
-
image: quay.io/ibmmas/cli:13.
|
|
7811
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7797
7812
|
workspaces:
|
|
7798
7813
|
- name: configs
|
|
7799
7814
|
- name: shared-additional-configs
|
|
@@ -7894,7 +7909,7 @@ spec:
|
|
|
7894
7909
|
- -c
|
|
7895
7910
|
name: gitops-suite-objectstorage-config
|
|
7896
7911
|
imagePullPolicy: IfNotPresent
|
|
7897
|
-
image: quay.io/ibmmas/cli:13.
|
|
7912
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
7898
7913
|
workspaces:
|
|
7899
7914
|
- name: configs
|
|
7900
7915
|
- name: shared-gitops-configs
|
|
@@ -8293,7 +8308,7 @@ spec:
|
|
|
8293
8308
|
- -c
|
|
8294
8309
|
name: gitops-suite-smtp-config
|
|
8295
8310
|
imagePullPolicy: IfNotPresent
|
|
8296
|
-
image: quay.io/ibmmas/cli:13.
|
|
8311
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8297
8312
|
workspaces:
|
|
8298
8313
|
- name: configs
|
|
8299
8314
|
|
|
@@ -8402,7 +8417,7 @@ spec:
|
|
|
8402
8417
|
- -c
|
|
8403
8418
|
name: gitops-suite-watson-studio-config
|
|
8404
8419
|
imagePullPolicy: IfNotPresent
|
|
8405
|
-
image: quay.io/ibmmas/cli:13.
|
|
8420
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8406
8421
|
workspaces:
|
|
8407
8422
|
- name: configs
|
|
8408
8423
|
- name: shared-gitops-configs
|
|
@@ -8499,7 +8514,7 @@ spec:
|
|
|
8499
8514
|
- -c
|
|
8500
8515
|
name: gitops-suite-workspace
|
|
8501
8516
|
imagePullPolicy: IfNotPresent
|
|
8502
|
-
image: quay.io/ibmmas/cli:13.
|
|
8517
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8503
8518
|
workspaces:
|
|
8504
8519
|
- name: configs
|
|
8505
8520
|
# --------------------------------------------------------------------------------
|
|
@@ -8784,7 +8799,7 @@ spec:
|
|
|
8784
8799
|
- -c
|
|
8785
8800
|
name: gitops-suite
|
|
8786
8801
|
imagePullPolicy: IfNotPresent
|
|
8787
|
-
image: quay.io/ibmmas/cli:13.
|
|
8802
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8788
8803
|
workspaces:
|
|
8789
8804
|
- name: configs
|
|
8790
8805
|
- name: shared-gitops-configs
|
|
@@ -8834,7 +8849,7 @@ spec:
|
|
|
8834
8849
|
|
|
8835
8850
|
steps:
|
|
8836
8851
|
- name: grafana
|
|
8837
|
-
image: quay.io/ibmmas/cli:13.
|
|
8852
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8838
8853
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8839
8854
|
command:
|
|
8840
8855
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8968,7 +8983,7 @@ spec:
|
|
|
8968
8983
|
command:
|
|
8969
8984
|
- /opt/app-root/src/run-role.sh
|
|
8970
8985
|
- ibm_catalogs
|
|
8971
|
-
image: quay.io/ibmmas/cli:13.
|
|
8986
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
8972
8987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8973
8988
|
workingDir: /workspace/configs
|
|
8974
8989
|
# --------------------------------------------------------------------------------
|
|
@@ -9210,7 +9225,7 @@ spec:
|
|
|
9210
9225
|
command:
|
|
9211
9226
|
- /opt/app-root/src/run-role.sh
|
|
9212
9227
|
- kafka
|
|
9213
|
-
image: quay.io/ibmmas/cli:13.
|
|
9228
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9214
9229
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9215
9230
|
workingDir: /workspace/configs
|
|
9216
9231
|
|
|
@@ -9426,7 +9441,7 @@ spec:
|
|
|
9426
9441
|
command:
|
|
9427
9442
|
- /opt/app-root/src/run-role.sh
|
|
9428
9443
|
- kmodels
|
|
9429
|
-
image: quay.io/ibmmas/cli:13.
|
|
9444
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9430
9445
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9431
9446
|
# --------------------------------------------------------------------------------
|
|
9432
9447
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9604,7 +9619,7 @@ spec:
|
|
|
9604
9619
|
command:
|
|
9605
9620
|
- /opt/app-root/src/run-role.sh
|
|
9606
9621
|
- mongodb
|
|
9607
|
-
image: quay.io/ibmmas/cli:13.
|
|
9622
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9608
9623
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9609
9624
|
workingDir: /workspace/configs
|
|
9610
9625
|
|
|
@@ -9647,7 +9662,7 @@ spec:
|
|
|
9647
9662
|
- $(params.base_output_dir)
|
|
9648
9663
|
- --extra-namespaces
|
|
9649
9664
|
- selenium
|
|
9650
|
-
image: quay.io/ibmmas/cli:13.
|
|
9665
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9651
9666
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9652
9667
|
env:
|
|
9653
9668
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9764,7 +9779,7 @@ spec:
|
|
|
9764
9779
|
command:
|
|
9765
9780
|
- /opt/app-root/src/run-role.sh
|
|
9766
9781
|
- nvidia_gpu
|
|
9767
|
-
image: quay.io/ibmmas/cli:13.
|
|
9782
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9768
9783
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9769
9784
|
workingDir: /workspace/configs
|
|
9770
9785
|
|
|
@@ -9800,7 +9815,7 @@ spec:
|
|
|
9800
9815
|
# Verify Cluster
|
|
9801
9816
|
# -------------------------------------------------------------------------
|
|
9802
9817
|
- name: ocp-verify-cluster
|
|
9803
|
-
image: quay.io/ibmmas/cli:13.
|
|
9818
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9804
9819
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9805
9820
|
command:
|
|
9806
9821
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9842,7 +9857,7 @@ spec:
|
|
|
9842
9857
|
# Verify Catalogs
|
|
9843
9858
|
# -------------------------------------------------------------------------
|
|
9844
9859
|
- name: ocp-verify-catalogs
|
|
9845
|
-
image: quay.io/ibmmas/cli:13.
|
|
9860
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9846
9861
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9847
9862
|
command:
|
|
9848
9863
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9884,7 +9899,7 @@ spec:
|
|
|
9884
9899
|
# Verify Subscriptions
|
|
9885
9900
|
# -------------------------------------------------------------------------
|
|
9886
9901
|
- name: ocp-verify-subscriptions
|
|
9887
|
-
image: quay.io/ibmmas/cli:13.
|
|
9902
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9888
9903
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9889
9904
|
command:
|
|
9890
9905
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9926,7 +9941,7 @@ spec:
|
|
|
9926
9941
|
# Verify Workloads
|
|
9927
9942
|
# -------------------------------------------------------------------------
|
|
9928
9943
|
- name: ocp-verify-workloads
|
|
9929
|
-
image: quay.io/ibmmas/cli:13.
|
|
9944
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9930
9945
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9931
9946
|
command:
|
|
9932
9947
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9968,7 +9983,7 @@ spec:
|
|
|
9968
9983
|
# Verify Catalogs - Ingress TLS
|
|
9969
9984
|
# -------------------------------------------------------------------------
|
|
9970
9985
|
- name: ocp-verify-ingress
|
|
9971
|
-
image: quay.io/ibmmas/cli:13.
|
|
9986
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
9972
9987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9973
9988
|
command:
|
|
9974
9989
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10094,7 +10109,7 @@ spec:
|
|
|
10094
10109
|
command:
|
|
10095
10110
|
- /opt/app-root/src/run-role.sh
|
|
10096
10111
|
- ocp_verify
|
|
10097
|
-
image: quay.io/ibmmas/cli:13.
|
|
10112
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10098
10113
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10099
10114
|
workingDir: /workspace/configs
|
|
10100
10115
|
# --------------------------------------------------------------------------------
|
|
@@ -10162,7 +10177,7 @@ spec:
|
|
|
10162
10177
|
command:
|
|
10163
10178
|
- /opt/app-root/src/run-role.sh
|
|
10164
10179
|
- ocs
|
|
10165
|
-
image: quay.io/ibmmas/cli:13.
|
|
10180
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10166
10181
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10167
10182
|
workingDir: /workspace/configs
|
|
10168
10183
|
|
|
@@ -10398,7 +10413,7 @@ spec:
|
|
|
10398
10413
|
command:
|
|
10399
10414
|
- /opt/app-root/src/run-role.sh
|
|
10400
10415
|
- odh
|
|
10401
|
-
image: quay.io/ibmmas/cli:13.
|
|
10416
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10402
10417
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10403
10418
|
# --------------------------------------------------------------------------------
|
|
10404
10419
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10574,7 +10589,7 @@ spec:
|
|
|
10574
10589
|
command:
|
|
10575
10590
|
- /opt/app-root/src/run-role.sh
|
|
10576
10591
|
- sls
|
|
10577
|
-
image: quay.io/ibmmas/cli:13.
|
|
10592
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10578
10593
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10579
10594
|
workingDir: /workspace/configs
|
|
10580
10595
|
|
|
@@ -10963,12 +10978,12 @@ spec:
|
|
|
10963
10978
|
command:
|
|
10964
10979
|
- /opt/app-root/src/run-role.sh
|
|
10965
10980
|
- suite_app_config
|
|
10966
|
-
image: quay.io/ibmmas/cli:13.
|
|
10981
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10967
10982
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10968
10983
|
|
|
10969
10984
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
10970
10985
|
- name: app-cfg-post-verify
|
|
10971
|
-
image: quay.io/ibmmas/cli:13.
|
|
10986
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
10972
10987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10973
10988
|
command:
|
|
10974
10989
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11163,7 +11178,7 @@ spec:
|
|
|
11163
11178
|
command:
|
|
11164
11179
|
- /opt/app-root/src/run-role.sh
|
|
11165
11180
|
- suite_app_install
|
|
11166
|
-
image: quay.io/ibmmas/cli:13.
|
|
11181
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11167
11182
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11168
11183
|
|
|
11169
11184
|
workspaces:
|
|
@@ -11252,7 +11267,7 @@ spec:
|
|
|
11252
11267
|
command:
|
|
11253
11268
|
- /opt/app-root/src/run-role.sh
|
|
11254
11269
|
- suite_app_rollback
|
|
11255
|
-
image: quay.io/ibmmas/cli:13.
|
|
11270
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11256
11271
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11257
11272
|
# --------------------------------------------------------------------------------
|
|
11258
11273
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11315,7 +11330,7 @@ spec:
|
|
|
11315
11330
|
command:
|
|
11316
11331
|
- /opt/app-root/src/run-role.sh
|
|
11317
11332
|
- suite_app_uninstall
|
|
11318
|
-
image: quay.io/ibmmas/cli:13.
|
|
11333
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11319
11334
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11320
11335
|
# --------------------------------------------------------------------------------
|
|
11321
11336
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11390,7 +11405,7 @@ spec:
|
|
|
11390
11405
|
command:
|
|
11391
11406
|
- /opt/app-root/src/run-role.sh
|
|
11392
11407
|
- suite_app_upgrade
|
|
11393
|
-
image: quay.io/ibmmas/cli:13.
|
|
11408
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11394
11409
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11395
11410
|
# --------------------------------------------------------------------------------
|
|
11396
11411
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11491,7 +11506,7 @@ spec:
|
|
|
11491
11506
|
command:
|
|
11492
11507
|
- /opt/app-root/src/run-role.sh
|
|
11493
11508
|
- suite_app_verify
|
|
11494
|
-
image: quay.io/ibmmas/cli:13.
|
|
11509
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11495
11510
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11496
11511
|
# --------------------------------------------------------------------------------
|
|
11497
11512
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11634,7 +11649,7 @@ spec:
|
|
|
11634
11649
|
command:
|
|
11635
11650
|
- /opt/app-root/src/run-role.sh
|
|
11636
11651
|
- suite_certs
|
|
11637
|
-
image: quay.io/ibmmas/cli:13.
|
|
11652
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11638
11653
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11639
11654
|
|
|
11640
11655
|
workspaces:
|
|
@@ -11701,7 +11716,7 @@ spec:
|
|
|
11701
11716
|
command:
|
|
11702
11717
|
- /opt/app-root/src/run-role.sh
|
|
11703
11718
|
- suite_config
|
|
11704
|
-
image: quay.io/ibmmas/cli:13.
|
|
11719
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11705
11720
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11706
11721
|
workingDir: /workspace/configs
|
|
11707
11722
|
|
|
@@ -11772,7 +11787,7 @@ spec:
|
|
|
11772
11787
|
command:
|
|
11773
11788
|
- /opt/app-root/src/run-role.sh
|
|
11774
11789
|
- suite_db2_setup_for_manage
|
|
11775
|
-
image: quay.io/ibmmas/cli:13.
|
|
11790
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11776
11791
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11777
11792
|
# --------------------------------------------------------------------------------
|
|
11778
11793
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11962,7 +11977,7 @@ spec:
|
|
|
11962
11977
|
command:
|
|
11963
11978
|
- /opt/app-root/src/run-role.sh
|
|
11964
11979
|
- suite_dns
|
|
11965
|
-
image: quay.io/ibmmas/cli:13.
|
|
11980
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
11966
11981
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11967
11982
|
# --------------------------------------------------------------------------------
|
|
11968
11983
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -12211,7 +12226,7 @@ spec:
|
|
|
12211
12226
|
command:
|
|
12212
12227
|
- /opt/app-root/src/run-role.sh
|
|
12213
12228
|
- suite_install
|
|
12214
|
-
image: quay.io/ibmmas/cli:13.
|
|
12229
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12215
12230
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12216
12231
|
workingDir: /workspace/configs
|
|
12217
12232
|
|
|
@@ -12299,7 +12314,7 @@ spec:
|
|
|
12299
12314
|
command:
|
|
12300
12315
|
- /opt/app-root/src/run-role.sh
|
|
12301
12316
|
- suite_rollback
|
|
12302
|
-
image: quay.io/ibmmas/cli:13.
|
|
12317
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12303
12318
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12304
12319
|
# --------------------------------------------------------------------------------
|
|
12305
12320
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -12364,7 +12379,7 @@ spec:
|
|
|
12364
12379
|
command:
|
|
12365
12380
|
- /opt/app-root/src/run-role.sh
|
|
12366
12381
|
- suite_uninstall
|
|
12367
|
-
image: quay.io/ibmmas/cli:13.
|
|
12382
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12368
12383
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12369
12384
|
# --------------------------------------------------------------------------------
|
|
12370
12385
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -12434,7 +12449,7 @@ spec:
|
|
|
12434
12449
|
command:
|
|
12435
12450
|
- /opt/app-root/src/run-role.sh
|
|
12436
12451
|
- suite_upgrade
|
|
12437
|
-
image: quay.io/ibmmas/cli:13.
|
|
12452
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12438
12453
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12439
12454
|
# --------------------------------------------------------------------------------
|
|
12440
12455
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12501,12 +12516,12 @@ spec:
|
|
|
12501
12516
|
command:
|
|
12502
12517
|
- /opt/app-root/src/run-role.sh
|
|
12503
12518
|
- suite_verify
|
|
12504
|
-
image: quay.io/ibmmas/cli:13.
|
|
12519
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12505
12520
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12506
12521
|
|
|
12507
12522
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12508
12523
|
- name: suite-post-verify
|
|
12509
|
-
image: quay.io/ibmmas/cli:13.
|
|
12524
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12510
12525
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12511
12526
|
script: |
|
|
12512
12527
|
#!/usr/bin/env bash
|
|
@@ -12634,7 +12649,7 @@ spec:
|
|
|
12634
12649
|
command:
|
|
12635
12650
|
- /opt/app-root/src/run-role.sh
|
|
12636
12651
|
- turbonomic
|
|
12637
|
-
image: quay.io/ibmmas/cli:13.
|
|
12652
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12638
12653
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12639
12654
|
# --------------------------------------------------------------------------------
|
|
12640
12655
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12715,7 +12730,7 @@ spec:
|
|
|
12715
12730
|
# IBM User Data Services (UDS)
|
|
12716
12731
|
# -------------------------------------------------------------------------
|
|
12717
12732
|
- name: uds
|
|
12718
|
-
image: quay.io/ibmmas/cli:13.
|
|
12733
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12719
12734
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12720
12735
|
workingDir: /workspace/configs
|
|
12721
12736
|
command:
|
|
@@ -12778,7 +12793,7 @@ spec:
|
|
|
12778
12793
|
# IBM Data Reporter Operator (DRO)
|
|
12779
12794
|
# -------------------------------------------------------------------------
|
|
12780
12795
|
- name: dro
|
|
12781
|
-
image: quay.io/ibmmas/cli:13.
|
|
12796
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12782
12797
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12783
12798
|
workingDir: /workspace/configs
|
|
12784
12799
|
command:
|
|
@@ -12864,7 +12879,7 @@ spec:
|
|
|
12864
12879
|
description: "The value to set"
|
|
12865
12880
|
steps:
|
|
12866
12881
|
- name: update-configmap
|
|
12867
|
-
image: quay.io/ibmmas/cli:13.
|
|
12882
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12868
12883
|
command:
|
|
12869
12884
|
- /opt/app-root/src/update-configmap.sh
|
|
12870
12885
|
env:
|
|
@@ -12911,7 +12926,7 @@ spec:
|
|
|
12911
12926
|
|
|
12912
12927
|
steps:
|
|
12913
12928
|
- name: wait-for-configmap
|
|
12914
|
-
image: quay.io/ibmmas/cli:13.
|
|
12929
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12915
12930
|
command:
|
|
12916
12931
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12917
12932
|
env:
|
|
@@ -12992,7 +13007,7 @@ spec:
|
|
|
12992
13007
|
|
|
12993
13008
|
steps:
|
|
12994
13009
|
- name: wait-for-configmap
|
|
12995
|
-
image: quay.io/ibmmas/cli:13.
|
|
13010
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
12996
13011
|
command:
|
|
12997
13012
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12998
13013
|
env:
|
|
@@ -13052,7 +13067,7 @@ spec:
|
|
|
13052
13067
|
|
|
13053
13068
|
steps:
|
|
13054
13069
|
- name: wait
|
|
13055
|
-
image: quay.io/ibmmas/cli:13.
|
|
13070
|
+
image: quay.io/ibmmas/cli:13.3.0
|
|
13056
13071
|
command:
|
|
13057
13072
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13058
13073
|
env:
|
|
@@ -14484,6 +14499,9 @@ spec:
|
|
|
14484
14499
|
default: ""
|
|
14485
14500
|
- name: mas_config_dir
|
|
14486
14501
|
type: string
|
|
14502
|
+
- name: mas_annotations
|
|
14503
|
+
type: string
|
|
14504
|
+
default: ""
|
|
14487
14505
|
|
|
14488
14506
|
- name: github_url
|
|
14489
14507
|
type: string
|
|
@@ -14655,6 +14673,9 @@ spec:
|
|
|
14655
14673
|
- name: db2_backup_notify_slack_url
|
|
14656
14674
|
type: string
|
|
14657
14675
|
default: ""
|
|
14676
|
+
- name: replica_db
|
|
14677
|
+
type: string
|
|
14678
|
+
default: "false"
|
|
14658
14679
|
|
|
14659
14680
|
- name: custom_labels
|
|
14660
14681
|
type: string
|
|
@@ -15417,6 +15438,149 @@ spec:
|
|
|
15417
15438
|
- input: "$(params.mas_app_channel_manage)"
|
|
15418
15439
|
operator: notin
|
|
15419
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: [""]
|
|
15420
15584
|
|
|
15421
15585
|
# 4. Install & Configure IoT
|
|
15422
15586
|
# -------------------------------------------------------------------------
|
|
@@ -20695,7 +20859,7 @@ spec:
|
|
|
20695
20859
|
default: ""
|
|
20696
20860
|
- name: sls_entitlement_file
|
|
20697
20861
|
type: string
|
|
20698
|
-
default: "
|
|
20862
|
+
default: ""
|
|
20699
20863
|
- name: sls_mongodb_cfg_file
|
|
20700
20864
|
type: string
|
|
20701
20865
|
# The default value works for the default in-cluster install, it will need
|
|
@@ -20710,6 +20874,9 @@ spec:
|
|
|
20710
20874
|
- name: sls_icr_cpopen
|
|
20711
20875
|
type: string
|
|
20712
20876
|
default: ""
|
|
20877
|
+
- name: sls_action
|
|
20878
|
+
type: string
|
|
20879
|
+
default: ""
|
|
20713
20880
|
|
|
20714
20881
|
# Dependencies - MongoDb
|
|
20715
20882
|
# -----------------------------------------------------------------------------
|
|
@@ -21062,7 +21229,13 @@ spec:
|
|
|
21062
21229
|
- name: cpd_install_cognos
|
|
21063
21230
|
type: string
|
|
21064
21231
|
default: ""
|
|
21065
|
-
- 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
|
|
21066
21239
|
type: string
|
|
21067
21240
|
default: ""
|
|
21068
21241
|
|
|
@@ -22356,6 +22529,8 @@ spec:
|
|
|
22356
22529
|
value: $(params.sls_channel)
|
|
22357
22530
|
- name: sls_icr_cpopen
|
|
22358
22531
|
value: $(params.sls_icr_cpopen)
|
|
22532
|
+
- name: sls_action
|
|
22533
|
+
value: $(params.sls_action)
|
|
22359
22534
|
|
|
22360
22535
|
# New way of bootstrapping license file
|
|
22361
22536
|
- name: sls_entitlement_file
|
|
@@ -22460,7 +22635,7 @@ spec:
|
|
|
22460
22635
|
name: mas-devops-cp4d
|
|
22461
22636
|
# Only needed if either Predict, Assist, Health w/ WSL, or Cognos are being installed
|
|
22462
22637
|
when:
|
|
22463
|
-
- 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)"
|
|
22464
22639
|
operator: notin
|
|
22465
22640
|
values: [""]
|
|
22466
22641
|
runAfter:
|
|
@@ -22496,7 +22671,7 @@ spec:
|
|
|
22496
22671
|
name: mas-devops-cp4d-service
|
|
22497
22672
|
# Only needed if either Predict or Health w/ WSL are being installed
|
|
22498
22673
|
when:
|
|
22499
|
-
- 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)"
|
|
22500
22675
|
operator: notin
|
|
22501
22676
|
values: [""]
|
|
22502
22677
|
workspaces:
|
|
@@ -22534,7 +22709,7 @@ spec:
|
|
|
22534
22709
|
name: mas-devops-cp4d-service
|
|
22535
22710
|
# Only needed if Predict is being installed
|
|
22536
22711
|
when:
|
|
22537
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22712
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_wml)"
|
|
22538
22713
|
operator: notin
|
|
22539
22714
|
values: [""]
|
|
22540
22715
|
workspaces:
|
|
@@ -22572,7 +22747,7 @@ spec:
|
|
|
22572
22747
|
name: mas-devops-cp4d-service
|
|
22573
22748
|
# Only needed if Predict is being installed
|
|
22574
22749
|
when:
|
|
22575
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22750
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_ae)"
|
|
22576
22751
|
operator: notin
|
|
22577
22752
|
values: [""]
|
|
22578
22753
|
workspaces:
|
|
@@ -22612,12 +22787,12 @@ spec:
|
|
|
22612
22787
|
name: mas-devops-cp4d-service
|
|
22613
22788
|
# Only needed if Predict is being installed
|
|
22614
22789
|
when:
|
|
22615
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22790
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_openscale)"
|
|
22616
22791
|
operator: notin
|
|
22617
22792
|
values: [""]
|
|
22618
22793
|
- input: "$(params.cpd_install_openscale)"
|
|
22619
22794
|
operator: in
|
|
22620
|
-
values: ["True","true"]
|
|
22795
|
+
values: ["True","true","install"]
|
|
22621
22796
|
workspaces:
|
|
22622
22797
|
- name: configs
|
|
22623
22798
|
workspace: shared-configs
|
|
@@ -22655,12 +22830,12 @@ spec:
|
|
|
22655
22830
|
name: mas-devops-cp4d-service
|
|
22656
22831
|
# Only needed if Predict is being installed
|
|
22657
22832
|
when:
|
|
22658
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22833
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_spss)"
|
|
22659
22834
|
operator: notin
|
|
22660
22835
|
values: [""]
|
|
22661
22836
|
- input: "$(params.cpd_install_spss)"
|
|
22662
22837
|
operator: in
|
|
22663
|
-
values: ["True","true"]
|
|
22838
|
+
values: ["True","true","install"]
|
|
22664
22839
|
workspaces:
|
|
22665
22840
|
- name: configs
|
|
22666
22841
|
workspace: shared-configs
|
|
@@ -22696,12 +22871,12 @@ spec:
|
|
|
22696
22871
|
name: mas-devops-cp4d-service
|
|
22697
22872
|
# Only needed if Manage is being installed and Cognos is chosen to be installed
|
|
22698
22873
|
when:
|
|
22699
|
-
- input: "$(params.mas_app_channel_manage)$(params.
|
|
22874
|
+
- input: "$(params.mas_app_channel_manage)$(params.cpd_install_cognos)"
|
|
22700
22875
|
operator: notin
|
|
22701
22876
|
values: [""]
|
|
22702
22877
|
- input: "$(params.cpd_install_cognos)"
|
|
22703
22878
|
operator: in
|
|
22704
|
-
values: ["True","true"]
|
|
22879
|
+
values: ["True","true","install"]
|
|
22705
22880
|
workspaces:
|
|
22706
22881
|
- name: configs
|
|
22707
22882
|
workspace: shared-configs
|