mas-cli 13.2.0__py3-none-any.whl → 13.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +3 -2
- mas/cli/install/app.py +88 -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 -2
- mas/cli/install/settings/additionalConfigs.py +14 -1
- mas/cli/install/summarizer.py +10 -2
- mas/cli/templates/ibm-mas-tekton.yaml +353 -124
- mas/cli/update/app.py +8 -6
- {mas_cli-13.2.0.dist-info → mas_cli-13.4.0.dist-info}/METADATA +1 -1
- {mas_cli-13.2.0.dist-info → mas_cli-13.4.0.dist-info}/RECORD +16 -16
- {mas_cli-13.2.0.data → mas_cli-13.4.0.data}/scripts/mas-cli +0 -0
- {mas_cli-13.2.0.dist-info → mas_cli-13.4.0.dist-info}/WHEEL +0 -0
- {mas_cli-13.2.0.dist-info → mas_cli-13.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.0
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -1898,6 +1898,22 @@ spec:
|
|
|
1898
1898
|
type: string
|
|
1899
1899
|
default: 'true'
|
|
1900
1900
|
|
|
1901
|
+
- name: instana_agent_operator_install
|
|
1902
|
+
type: string
|
|
1903
|
+
default: 'false'
|
|
1904
|
+
- name: instana_agent_operator_endpoint_host
|
|
1905
|
+
type: string
|
|
1906
|
+
default: ''
|
|
1907
|
+
- name: instana_agent_operator_endpoint_port
|
|
1908
|
+
type: string
|
|
1909
|
+
default: ''
|
|
1910
|
+
- name: instana_agent_operator_env
|
|
1911
|
+
type: string
|
|
1912
|
+
default: ''
|
|
1913
|
+
- name: instana_agent_operator_jks_storage_class
|
|
1914
|
+
type: string
|
|
1915
|
+
default: ''
|
|
1916
|
+
|
|
1901
1917
|
stepTemplate:
|
|
1902
1918
|
name: gitops-cluster
|
|
1903
1919
|
env:
|
|
@@ -1988,6 +2004,17 @@ spec:
|
|
|
1988
2004
|
- name: CLUSTER_LOGGING_OPERATOR_USE_SYSLOG_FORWARDER
|
|
1989
2005
|
value: $(params.cluster_logging_operator_use_syslog_forwarder)
|
|
1990
2006
|
|
|
2007
|
+
- name: INSTANA_AGENT_OPERATOR_INSTALL
|
|
2008
|
+
value: $(params.instana_agent_operator_install)
|
|
2009
|
+
- name: INSTANA_AGENT_OPERATOR_ENDPOINT_HOST
|
|
2010
|
+
value: $(params.instana_agent_operator_endpoint_host)
|
|
2011
|
+
- name: INSTANA_AGENT_OPERATOR_ENDPOINT_PORT
|
|
2012
|
+
value: $(params.instana_agent_operator_endpoint_port)
|
|
2013
|
+
- name: INSTANA_AGENT_OPERATOR_ENV
|
|
2014
|
+
value: $(params.instana_agent_operator_env)
|
|
2015
|
+
- name: INSTANA_AGENT_OPERATOR_JKS_STORAGE_CLASS
|
|
2016
|
+
value: $(params.instana_agent_operator_jks_storage_class)
|
|
2017
|
+
|
|
1991
2018
|
envFrom:
|
|
1992
2019
|
- configMapRef:
|
|
1993
2020
|
name: environment-properties
|
|
@@ -2051,7 +2078,7 @@ spec:
|
|
|
2051
2078
|
- -c
|
|
2052
2079
|
name: gitops-cluster
|
|
2053
2080
|
imagePullPolicy: Always
|
|
2054
|
-
image: quay.io/ibmmas/cli:13.
|
|
2081
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
2055
2082
|
workspaces:
|
|
2056
2083
|
- name: configs
|
|
2057
2084
|
# --------------------------------------------------------------------------------
|
|
@@ -2154,7 +2181,7 @@ spec:
|
|
|
2154
2181
|
- -c
|
|
2155
2182
|
name: gitops-cos
|
|
2156
2183
|
imagePullPolicy: IfNotPresent
|
|
2157
|
-
image: quay.io/ibmmas/cli:13.
|
|
2184
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
2158
2185
|
workspaces:
|
|
2159
2186
|
- name: configs
|
|
2160
2187
|
# --------------------------------------------------------------------------------
|
|
@@ -2302,7 +2329,7 @@ spec:
|
|
|
2302
2329
|
- -c
|
|
2303
2330
|
name: gitops-cp4d-service
|
|
2304
2331
|
imagePullPolicy: IfNotPresent
|
|
2305
|
-
image: quay.io/ibmmas/cli:13.
|
|
2332
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
2306
2333
|
workspaces:
|
|
2307
2334
|
- name: configs
|
|
2308
2335
|
- name: shared-gitops-configs
|
|
@@ -2431,7 +2458,7 @@ spec:
|
|
|
2431
2458
|
- -c
|
|
2432
2459
|
name: gitops-cp4d
|
|
2433
2460
|
imagePullPolicy: IfNotPresent
|
|
2434
|
-
image: quay.io/ibmmas/cli:13.
|
|
2461
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
2435
2462
|
workspaces:
|
|
2436
2463
|
- name: configs
|
|
2437
2464
|
- name: shared-gitops-configs
|
|
@@ -2554,6 +2581,15 @@ spec:
|
|
|
2554
2581
|
- name: db2_backup_notify_slack_url
|
|
2555
2582
|
type: string
|
|
2556
2583
|
default: ""
|
|
2584
|
+
- name: replica_db
|
|
2585
|
+
type: string
|
|
2586
|
+
default: "false"
|
|
2587
|
+
- name: is_replica_task
|
|
2588
|
+
type: string
|
|
2589
|
+
default: "false"
|
|
2590
|
+
- name: mas_annotations
|
|
2591
|
+
type: string
|
|
2592
|
+
default: ""
|
|
2557
2593
|
stepTemplate:
|
|
2558
2594
|
name: gitops-db2u-database
|
|
2559
2595
|
env:
|
|
@@ -2663,6 +2699,12 @@ spec:
|
|
|
2663
2699
|
value: $(params.jdbc_route)
|
|
2664
2700
|
- name: DB2_BACKUP_NOTIFY_SLACK_URL
|
|
2665
2701
|
value: $(params.db2_backup_notify_slack_url)
|
|
2702
|
+
- name: REPLICA_DB
|
|
2703
|
+
value: $(params.replica_db)
|
|
2704
|
+
- name: IS_REPLICA_TASK
|
|
2705
|
+
value: $(params.is_replica_task)
|
|
2706
|
+
- name: MAS_ANNOTATIONS
|
|
2707
|
+
value: $(params.mas_annotations)
|
|
2666
2708
|
envFrom:
|
|
2667
2709
|
- configMapRef:
|
|
2668
2710
|
name: environment-properties
|
|
@@ -2692,7 +2734,7 @@ spec:
|
|
|
2692
2734
|
- -c
|
|
2693
2735
|
name: gitops-db2u-database
|
|
2694
2736
|
imagePullPolicy: Always
|
|
2695
|
-
image: quay.io/ibmmas/cli:13.
|
|
2737
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
2696
2738
|
workspaces:
|
|
2697
2739
|
- name: configs
|
|
2698
2740
|
- name: shared-gitops-configs
|
|
@@ -2790,7 +2832,7 @@ spec:
|
|
|
2790
2832
|
- -c
|
|
2791
2833
|
name: gitops-db2u
|
|
2792
2834
|
imagePullPolicy: IfNotPresent
|
|
2793
|
-
image: quay.io/ibmmas/cli:13.
|
|
2835
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
2794
2836
|
workspaces:
|
|
2795
2837
|
- name: configs
|
|
2796
2838
|
# --------------------------------------------------------------------------------
|
|
@@ -2917,7 +2959,7 @@ spec:
|
|
|
2917
2959
|
- -c
|
|
2918
2960
|
name: gitops-delete-jdbc-config
|
|
2919
2961
|
imagePullPolicy: IfNotPresent
|
|
2920
|
-
image: quay.io/ibmmas/cli:13.
|
|
2962
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
2921
2963
|
workspaces:
|
|
2922
2964
|
- name: configs
|
|
2923
2965
|
# --------------------------------------------------------------------------------
|
|
@@ -3015,7 +3057,7 @@ spec:
|
|
|
3015
3057
|
- -c
|
|
3016
3058
|
name: gitops-delete-kafka-config
|
|
3017
3059
|
imagePullPolicy: Always
|
|
3018
|
-
image: quay.io/ibmmas/cli:13.
|
|
3060
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3019
3061
|
workspaces:
|
|
3020
3062
|
- name: configs
|
|
3021
3063
|
|
|
@@ -3107,7 +3149,7 @@ spec:
|
|
|
3107
3149
|
- -c
|
|
3108
3150
|
name: gitops-deprovision-app-config
|
|
3109
3151
|
imagePullPolicy: IfNotPresent
|
|
3110
|
-
image: quay.io/ibmmas/cli:13.
|
|
3152
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3111
3153
|
workspaces:
|
|
3112
3154
|
- name: configs
|
|
3113
3155
|
# --------------------------------------------------------------------------------
|
|
@@ -3192,7 +3234,7 @@ spec:
|
|
|
3192
3234
|
- -c
|
|
3193
3235
|
name: gitops-deprovision-app-install
|
|
3194
3236
|
imagePullPolicy: IfNotPresent
|
|
3195
|
-
image: quay.io/ibmmas/cli:13.
|
|
3237
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3196
3238
|
workspaces:
|
|
3197
3239
|
- name: configs
|
|
3198
3240
|
# --------------------------------------------------------------------------------
|
|
@@ -3277,7 +3319,7 @@ spec:
|
|
|
3277
3319
|
- -c
|
|
3278
3320
|
name: gitops-deprovision-cluster
|
|
3279
3321
|
imagePullPolicy: IfNotPresent
|
|
3280
|
-
image: quay.io/ibmmas/cli:13.
|
|
3322
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3281
3323
|
workspaces:
|
|
3282
3324
|
- name: configs
|
|
3283
3325
|
# --------------------------------------------------------------------------------
|
|
@@ -3396,7 +3438,7 @@ spec:
|
|
|
3396
3438
|
- -c
|
|
3397
3439
|
name: gitops-deprovision-cos
|
|
3398
3440
|
imagePullPolicy: IfNotPresent
|
|
3399
|
-
image: quay.io/ibmmas/cli:13.
|
|
3441
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3400
3442
|
workspaces:
|
|
3401
3443
|
- name: configs
|
|
3402
3444
|
# --------------------------------------------------------------------------------
|
|
@@ -3484,7 +3526,7 @@ spec:
|
|
|
3484
3526
|
- -c
|
|
3485
3527
|
name: gitops-deprovision-db2u-database
|
|
3486
3528
|
imagePullPolicy: IfNotPresent
|
|
3487
|
-
image: quay.io/ibmmas/cli:13.
|
|
3529
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3488
3530
|
workspaces:
|
|
3489
3531
|
- name: configs
|
|
3490
3532
|
|
|
@@ -3567,7 +3609,7 @@ spec:
|
|
|
3567
3609
|
- -c
|
|
3568
3610
|
name: gitops-deprovision-db2u
|
|
3569
3611
|
imagePullPolicy: IfNotPresent
|
|
3570
|
-
image: quay.io/ibmmas/cli:13.
|
|
3612
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3571
3613
|
workspaces:
|
|
3572
3614
|
- name: configs
|
|
3573
3615
|
|
|
@@ -3675,7 +3717,7 @@ spec:
|
|
|
3675
3717
|
- -c
|
|
3676
3718
|
name: gitops-deprovision-efs
|
|
3677
3719
|
imagePullPolicy: IfNotPresent
|
|
3678
|
-
image: quay.io/ibmmas/cli:13.
|
|
3720
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3679
3721
|
workspaces:
|
|
3680
3722
|
- name: configs
|
|
3681
3723
|
|
|
@@ -3746,10 +3788,10 @@ spec:
|
|
|
3746
3788
|
aws configure set default.region $(params.avp_aws_secret_region)
|
|
3747
3789
|
|
|
3748
3790
|
# Note the - after cluster name. this is to distinguish between different similar named clusters
|
|
3749
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value')
|
|
3791
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value // ""' | xargs)
|
|
3750
3792
|
if [ -z "$vpc_name" ]; then
|
|
3751
3793
|
# Needed if there is only one cluster in account
|
|
3752
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value')
|
|
3794
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value // ""' | xargs)
|
|
3753
3795
|
fi
|
|
3754
3796
|
export VPC_ID=$(aws ec2 describe-vpcs --filters '[{"Name": "tag:Name", "Values": ["'$vpc_name'"]}]' --output yaml | yq '.Vpcs[].VpcId' )
|
|
3755
3797
|
|
|
@@ -3785,7 +3827,7 @@ spec:
|
|
|
3785
3827
|
- -c
|
|
3786
3828
|
name: gitops-deprovision-kafka
|
|
3787
3829
|
imagePullPolicy: IfNotPresent
|
|
3788
|
-
image: quay.io/ibmmas/cli:13.
|
|
3830
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3789
3831
|
workspaces:
|
|
3790
3832
|
- name: configs
|
|
3791
3833
|
# --------------------------------------------------------------------------------
|
|
@@ -3847,10 +3889,10 @@ spec:
|
|
|
3847
3889
|
aws configure set default.region $(params.avp_aws_secret_region)
|
|
3848
3890
|
|
|
3849
3891
|
# Note the - after cluster name. this is to distinguish between different similar named clusters
|
|
3850
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value')
|
|
3892
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value // ""' | xargs)
|
|
3851
3893
|
if [ -z "$vpc_name" ]; then
|
|
3852
3894
|
# Needed if there is only one cluster in account
|
|
3853
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value')
|
|
3895
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value // ""' | xargs)
|
|
3854
3896
|
fi
|
|
3855
3897
|
export VPC_ID=$(aws ec2 describe-vpcs --filters '[{"Name": "tag:Name", "Values": ["'$vpc_name'"]}]' --output yaml | yq '.Vpcs[].VpcId' )
|
|
3856
3898
|
|
|
@@ -3888,7 +3930,7 @@ spec:
|
|
|
3888
3930
|
- -c
|
|
3889
3931
|
name: gitops-deprovision-mongo
|
|
3890
3932
|
imagePullPolicy: IfNotPresent
|
|
3891
|
-
image: quay.io/ibmmas/cli:13.
|
|
3933
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3892
3934
|
workspaces:
|
|
3893
3935
|
- name: configs
|
|
3894
3936
|
|
|
@@ -3945,7 +3987,7 @@ spec:
|
|
|
3945
3987
|
- -c
|
|
3946
3988
|
name: gitops-deprovision-rosa
|
|
3947
3989
|
imagePullPolicy: IfNotPresent
|
|
3948
|
-
image: quay.io/ibmmas/cli:13.
|
|
3990
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
3949
3991
|
workspaces:
|
|
3950
3992
|
- name: configs
|
|
3951
3993
|
# --------------------------------------------------------------------------------
|
|
@@ -4150,7 +4192,7 @@ spec:
|
|
|
4150
4192
|
- -c
|
|
4151
4193
|
name: gitops-deprovision-suite-config
|
|
4152
4194
|
imagePullPolicy: IfNotPresent
|
|
4153
|
-
image: quay.io/ibmmas/cli:13.
|
|
4195
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
4154
4196
|
workspaces:
|
|
4155
4197
|
- name: configs
|
|
4156
4198
|
|
|
@@ -4248,7 +4290,7 @@ spec:
|
|
|
4248
4290
|
- -c
|
|
4249
4291
|
name: gitops-deprovision-suite-idp-config
|
|
4250
4292
|
imagePullPolicy: IfNotPresent
|
|
4251
|
-
image: quay.io/ibmmas/cli:13.
|
|
4293
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
4252
4294
|
workspaces:
|
|
4253
4295
|
- name: configs
|
|
4254
4296
|
# --------------------------------------------------------------------------------
|
|
@@ -4340,7 +4382,7 @@ spec:
|
|
|
4340
4382
|
- -c
|
|
4341
4383
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4342
4384
|
imagePullPolicy: IfNotPresent
|
|
4343
|
-
image: quay.io/ibmmas/cli:13.
|
|
4385
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
4344
4386
|
workspaces:
|
|
4345
4387
|
- name: configs
|
|
4346
4388
|
# --------------------------------------------------------------------------------
|
|
@@ -4552,7 +4594,7 @@ spec:
|
|
|
4552
4594
|
- -c
|
|
4553
4595
|
name: gitops-deprovision-suite-smtp-config
|
|
4554
4596
|
imagePullPolicy: IfNotPresent
|
|
4555
|
-
image: quay.io/ibmmas/cli:13.
|
|
4597
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
4556
4598
|
workspaces:
|
|
4557
4599
|
- name: configs
|
|
4558
4600
|
# --------------------------------------------------------------------------------
|
|
@@ -4645,7 +4687,7 @@ spec:
|
|
|
4645
4687
|
- -c
|
|
4646
4688
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4647
4689
|
imagePullPolicy: IfNotPresent
|
|
4648
|
-
image: quay.io/ibmmas/cli:13.
|
|
4690
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
4649
4691
|
workspaces:
|
|
4650
4692
|
- name: configs
|
|
4651
4693
|
# --------------------------------------------------------------------------------
|
|
@@ -4736,7 +4778,7 @@ spec:
|
|
|
4736
4778
|
- -c
|
|
4737
4779
|
name: gitops-deprovision-suite-workspace
|
|
4738
4780
|
imagePullPolicy: Always
|
|
4739
|
-
image: quay.io/ibmmas/cli:13.
|
|
4781
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
4740
4782
|
workspaces:
|
|
4741
4783
|
- name: configs
|
|
4742
4784
|
# --------------------------------------------------------------------------------
|
|
@@ -4829,7 +4871,7 @@ spec:
|
|
|
4829
4871
|
- -c
|
|
4830
4872
|
name: gitops-deprovision-suite
|
|
4831
4873
|
imagePullPolicy: IfNotPresent
|
|
4832
|
-
image: quay.io/ibmmas/cli:13.
|
|
4874
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
4833
4875
|
workspaces:
|
|
4834
4876
|
- name: configs
|
|
4835
4877
|
|
|
@@ -4942,7 +4984,7 @@ spec:
|
|
|
4942
4984
|
- -c
|
|
4943
4985
|
name: gitops-dro
|
|
4944
4986
|
imagePullPolicy: IfNotPresent
|
|
4945
|
-
image: quay.io/ibmmas/cli:13.
|
|
4987
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
4946
4988
|
workspaces:
|
|
4947
4989
|
- name: configs
|
|
4948
4990
|
# --------------------------------------------------------------------------------
|
|
@@ -5059,7 +5101,7 @@ spec:
|
|
|
5059
5101
|
- -c
|
|
5060
5102
|
name: gitops-efs
|
|
5061
5103
|
imagePullPolicy: IfNotPresent
|
|
5062
|
-
image: quay.io/ibmmas/cli:13.
|
|
5104
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
5063
5105
|
workspaces:
|
|
5064
5106
|
- name: configs
|
|
5065
5107
|
|
|
@@ -5194,7 +5236,7 @@ spec:
|
|
|
5194
5236
|
- -c
|
|
5195
5237
|
name: gitops-jdbc-config
|
|
5196
5238
|
imagePullPolicy: Always
|
|
5197
|
-
image: quay.io/ibmmas/cli:13.
|
|
5239
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
5198
5240
|
workspaces:
|
|
5199
5241
|
- name: configs
|
|
5200
5242
|
- name: shared-gitops-configs
|
|
@@ -5290,7 +5332,7 @@ spec:
|
|
|
5290
5332
|
- -c
|
|
5291
5333
|
name: gitops-kafka-config
|
|
5292
5334
|
imagePullPolicy: Always
|
|
5293
|
-
image: quay.io/ibmmas/cli:13.
|
|
5335
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
5294
5336
|
workspaces:
|
|
5295
5337
|
- name: configs
|
|
5296
5338
|
|
|
@@ -5373,10 +5415,10 @@ spec:
|
|
|
5373
5415
|
aws configure set default.region $(params.avp_aws_secret_region)
|
|
5374
5416
|
|
|
5375
5417
|
# Note the - after cluster name. this is to distinguish between different similar named clusters
|
|
5376
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value')
|
|
5418
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value // ""' | xargs)
|
|
5377
5419
|
if [ -z "$vpc_name" ]; then
|
|
5378
5420
|
# Needed if there is only one cluster in account
|
|
5379
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value')
|
|
5421
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value // ""' | xargs)
|
|
5380
5422
|
fi
|
|
5381
5423
|
export VPC_ID=$(aws ec2 describe-vpcs --filters '[{"Name": "tag:Name", "Values": ["'$vpc_name'"]}]' --output yaml | yq '.Vpcs[].VpcId' )
|
|
5382
5424
|
|
|
@@ -5412,7 +5454,7 @@ spec:
|
|
|
5412
5454
|
- -c
|
|
5413
5455
|
name: gitops-kafka
|
|
5414
5456
|
imagePullPolicy: IfNotPresent
|
|
5415
|
-
image: quay.io/ibmmas/cli:13.
|
|
5457
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
5416
5458
|
workspaces:
|
|
5417
5459
|
- name: configs
|
|
5418
5460
|
# --------------------------------------------------------------------------------
|
|
@@ -5538,7 +5580,7 @@ spec:
|
|
|
5538
5580
|
- -c
|
|
5539
5581
|
name: gitops-license
|
|
5540
5582
|
imagePullPolicy: Always
|
|
5541
|
-
image: quay.io/ibmmas/cli:13.
|
|
5583
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
5542
5584
|
workspaces:
|
|
5543
5585
|
- name: shared-entitlement
|
|
5544
5586
|
|
|
@@ -6102,7 +6144,7 @@ spec:
|
|
|
6102
6144
|
- -c
|
|
6103
6145
|
name: gitops-mas-fvt-preparer
|
|
6104
6146
|
imagePullPolicy: Always
|
|
6105
|
-
image: quay.io/ibmmas/cli:13.
|
|
6147
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
6106
6148
|
workspaces:
|
|
6107
6149
|
- name: configs
|
|
6108
6150
|
- name: shared-additional-configs
|
|
@@ -6544,7 +6586,7 @@ spec:
|
|
|
6544
6586
|
- -c
|
|
6545
6587
|
name: gitops-mas-initiator
|
|
6546
6588
|
imagePullPolicy: IfNotPresent
|
|
6547
|
-
image: quay.io/ibmmas/cli:13.
|
|
6589
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
6548
6590
|
workspaces:
|
|
6549
6591
|
- name: configs
|
|
6550
6592
|
# --------------------------------------------------------------------------------
|
|
@@ -6611,10 +6653,10 @@ spec:
|
|
|
6611
6653
|
aws configure set default.region $(params.avp_aws_secret_region)
|
|
6612
6654
|
|
|
6613
6655
|
# Note the - after cluster name. this is to distinguish between different similar named clusters
|
|
6614
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value')
|
|
6656
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value // ""' | xargs)
|
|
6615
6657
|
if [ -z "$vpc_name" ]; then
|
|
6616
6658
|
# Needed if there is only one cluster in account
|
|
6617
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value')
|
|
6659
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value // ""' | xargs)
|
|
6618
6660
|
fi
|
|
6619
6661
|
export VPC_ID=$(aws ec2 describe-vpcs --filters '[{"Name": "tag:Name", "Values": ["'$vpc_name'"]}]' --output yaml | yq '.Vpcs[].VpcId' )
|
|
6620
6662
|
|
|
@@ -6652,7 +6694,7 @@ spec:
|
|
|
6652
6694
|
- -c
|
|
6653
6695
|
name: gitops-mongo
|
|
6654
6696
|
imagePullPolicy: IfNotPresent
|
|
6655
|
-
image: quay.io/ibmmas/cli:13.
|
|
6697
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
6656
6698
|
workspaces:
|
|
6657
6699
|
- name: configs
|
|
6658
6700
|
|
|
@@ -6774,7 +6816,7 @@ spec:
|
|
|
6774
6816
|
- -c
|
|
6775
6817
|
name: gitops-nvidia-gpu
|
|
6776
6818
|
imagePullPolicy: IfNotPresent
|
|
6777
|
-
image: quay.io/ibmmas/cli:13.
|
|
6819
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
6778
6820
|
workspaces:
|
|
6779
6821
|
- name: configs
|
|
6780
6822
|
# --------------------------------------------------------------------------------
|
|
@@ -6848,10 +6890,10 @@ spec:
|
|
|
6848
6890
|
aws configure set default.region $(params.avp_aws_secret_region)
|
|
6849
6891
|
|
|
6850
6892
|
# Note the - after cluster name. this is to distinguish between different similar named clusters
|
|
6851
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value')
|
|
6893
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.[].Value // ""' | xargs)
|
|
6852
6894
|
if [ -z "$vpc_name" ]; then
|
|
6853
6895
|
# Needed if there is only one cluster in account
|
|
6854
|
-
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value')
|
|
6896
|
+
vpc_name=$(aws ec2 describe-vpcs --output yaml | grep $CLUSTER_NAME- | yq '.Value // ""' | xargs)
|
|
6855
6897
|
fi
|
|
6856
6898
|
export VPC_ID=$(aws ec2 describe-vpcs --filters '[{"Name": "tag:Name", "Values": ["'$vpc_name'"]}]' --output yaml | yq '.Vpcs[].VpcId' )
|
|
6857
6899
|
|
|
@@ -6892,7 +6934,7 @@ spec:
|
|
|
6892
6934
|
- -c
|
|
6893
6935
|
name: gitops-process-mongo-user
|
|
6894
6936
|
imagePullPolicy: IfNotPresent
|
|
6895
|
-
image: quay.io/ibmmas/cli:13.
|
|
6937
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
6896
6938
|
workspaces:
|
|
6897
6939
|
- name: configs
|
|
6898
6940
|
# --------------------------------------------------------------------------------
|
|
@@ -6948,7 +6990,7 @@ spec:
|
|
|
6948
6990
|
- -c
|
|
6949
6991
|
name: gitops-rosa
|
|
6950
6992
|
imagePullPolicy: IfNotPresent
|
|
6951
|
-
image: quay.io/ibmmas/cli:13.
|
|
6993
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
6952
6994
|
workspaces:
|
|
6953
6995
|
- name: configs
|
|
6954
6996
|
# --------------------------------------------------------------------------------
|
|
@@ -7135,7 +7177,7 @@ spec:
|
|
|
7135
7177
|
- -c
|
|
7136
7178
|
name: gitops-suite-app-config
|
|
7137
7179
|
imagePullPolicy: IfNotPresent
|
|
7138
|
-
image: quay.io/ibmmas/cli:13.
|
|
7180
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
7139
7181
|
workspaces:
|
|
7140
7182
|
- name: configs
|
|
7141
7183
|
- name: shared-gitops-configs
|
|
@@ -7293,7 +7335,7 @@ spec:
|
|
|
7293
7335
|
- -c
|
|
7294
7336
|
name: gitops-suite-app-install
|
|
7295
7337
|
imagePullPolicy: Always
|
|
7296
|
-
image: quay.io/ibmmas/cli:13.
|
|
7338
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
7297
7339
|
workspaces:
|
|
7298
7340
|
- name: configs
|
|
7299
7341
|
- name: shared-gitops-configs
|
|
@@ -7399,7 +7441,7 @@ spec:
|
|
|
7399
7441
|
- -c
|
|
7400
7442
|
name: gitops-suite-certs
|
|
7401
7443
|
imagePullPolicy: IfNotPresent
|
|
7402
|
-
image: quay.io/ibmmas/cli:13.
|
|
7444
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
7403
7445
|
workspaces:
|
|
7404
7446
|
- name: configs
|
|
7405
7447
|
- name: certificates
|
|
@@ -7569,7 +7611,7 @@ spec:
|
|
|
7569
7611
|
- -c
|
|
7570
7612
|
name: gitops-suite-config
|
|
7571
7613
|
imagePullPolicy: IfNotPresent
|
|
7572
|
-
image: quay.io/ibmmas/cli:13.
|
|
7614
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
7573
7615
|
workspaces:
|
|
7574
7616
|
- name: configs
|
|
7575
7617
|
- name: shared-additional-configs
|
|
@@ -7669,7 +7711,7 @@ spec:
|
|
|
7669
7711
|
- -c
|
|
7670
7712
|
name: gitops-suite-dns
|
|
7671
7713
|
imagePullPolicy: IfNotPresent
|
|
7672
|
-
image: quay.io/ibmmas/cli:13.
|
|
7714
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
7673
7715
|
workspaces:
|
|
7674
7716
|
- name: configs
|
|
7675
7717
|
|
|
@@ -7793,7 +7835,7 @@ spec:
|
|
|
7793
7835
|
- -c
|
|
7794
7836
|
name: gitops-suite-idp-config
|
|
7795
7837
|
imagePullPolicy: IfNotPresent
|
|
7796
|
-
image: quay.io/ibmmas/cli:13.
|
|
7838
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
7797
7839
|
workspaces:
|
|
7798
7840
|
- name: configs
|
|
7799
7841
|
- name: shared-additional-configs
|
|
@@ -7894,7 +7936,7 @@ spec:
|
|
|
7894
7936
|
- -c
|
|
7895
7937
|
name: gitops-suite-objectstorage-config
|
|
7896
7938
|
imagePullPolicy: IfNotPresent
|
|
7897
|
-
image: quay.io/ibmmas/cli:13.
|
|
7939
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
7898
7940
|
workspaces:
|
|
7899
7941
|
- name: configs
|
|
7900
7942
|
- name: shared-gitops-configs
|
|
@@ -8293,7 +8335,7 @@ spec:
|
|
|
8293
8335
|
- -c
|
|
8294
8336
|
name: gitops-suite-smtp-config
|
|
8295
8337
|
imagePullPolicy: IfNotPresent
|
|
8296
|
-
image: quay.io/ibmmas/cli:13.
|
|
8338
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
8297
8339
|
workspaces:
|
|
8298
8340
|
- name: configs
|
|
8299
8341
|
|
|
@@ -8402,7 +8444,7 @@ spec:
|
|
|
8402
8444
|
- -c
|
|
8403
8445
|
name: gitops-suite-watson-studio-config
|
|
8404
8446
|
imagePullPolicy: IfNotPresent
|
|
8405
|
-
image: quay.io/ibmmas/cli:13.
|
|
8447
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
8406
8448
|
workspaces:
|
|
8407
8449
|
- name: configs
|
|
8408
8450
|
- name: shared-gitops-configs
|
|
@@ -8499,7 +8541,7 @@ spec:
|
|
|
8499
8541
|
- -c
|
|
8500
8542
|
name: gitops-suite-workspace
|
|
8501
8543
|
imagePullPolicy: IfNotPresent
|
|
8502
|
-
image: quay.io/ibmmas/cli:13.
|
|
8544
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
8503
8545
|
workspaces:
|
|
8504
8546
|
- name: configs
|
|
8505
8547
|
# --------------------------------------------------------------------------------
|
|
@@ -8784,7 +8826,7 @@ spec:
|
|
|
8784
8826
|
- -c
|
|
8785
8827
|
name: gitops-suite
|
|
8786
8828
|
imagePullPolicy: IfNotPresent
|
|
8787
|
-
image: quay.io/ibmmas/cli:13.
|
|
8829
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
8788
8830
|
workspaces:
|
|
8789
8831
|
- name: configs
|
|
8790
8832
|
- name: shared-gitops-configs
|
|
@@ -8834,7 +8876,7 @@ spec:
|
|
|
8834
8876
|
|
|
8835
8877
|
steps:
|
|
8836
8878
|
- name: grafana
|
|
8837
|
-
image: quay.io/ibmmas/cli:13.
|
|
8879
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
8838
8880
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8839
8881
|
command:
|
|
8840
8882
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8968,7 +9010,7 @@ spec:
|
|
|
8968
9010
|
command:
|
|
8969
9011
|
- /opt/app-root/src/run-role.sh
|
|
8970
9012
|
- ibm_catalogs
|
|
8971
|
-
image: quay.io/ibmmas/cli:13.
|
|
9013
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
8972
9014
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8973
9015
|
workingDir: /workspace/configs
|
|
8974
9016
|
# --------------------------------------------------------------------------------
|
|
@@ -9210,7 +9252,7 @@ spec:
|
|
|
9210
9252
|
command:
|
|
9211
9253
|
- /opt/app-root/src/run-role.sh
|
|
9212
9254
|
- kafka
|
|
9213
|
-
image: quay.io/ibmmas/cli:13.
|
|
9255
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
9214
9256
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9215
9257
|
workingDir: /workspace/configs
|
|
9216
9258
|
|
|
@@ -9426,7 +9468,7 @@ spec:
|
|
|
9426
9468
|
command:
|
|
9427
9469
|
- /opt/app-root/src/run-role.sh
|
|
9428
9470
|
- kmodels
|
|
9429
|
-
image: quay.io/ibmmas/cli:13.
|
|
9471
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
9430
9472
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9431
9473
|
# --------------------------------------------------------------------------------
|
|
9432
9474
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9604,7 +9646,7 @@ spec:
|
|
|
9604
9646
|
command:
|
|
9605
9647
|
- /opt/app-root/src/run-role.sh
|
|
9606
9648
|
- mongodb
|
|
9607
|
-
image: quay.io/ibmmas/cli:13.
|
|
9649
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
9608
9650
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9609
9651
|
workingDir: /workspace/configs
|
|
9610
9652
|
|
|
@@ -9647,7 +9689,7 @@ spec:
|
|
|
9647
9689
|
- $(params.base_output_dir)
|
|
9648
9690
|
- --extra-namespaces
|
|
9649
9691
|
- selenium
|
|
9650
|
-
image: quay.io/ibmmas/cli:13.
|
|
9692
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
9651
9693
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9652
9694
|
env:
|
|
9653
9695
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9764,7 +9806,7 @@ spec:
|
|
|
9764
9806
|
command:
|
|
9765
9807
|
- /opt/app-root/src/run-role.sh
|
|
9766
9808
|
- nvidia_gpu
|
|
9767
|
-
image: quay.io/ibmmas/cli:13.
|
|
9809
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
9768
9810
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9769
9811
|
workingDir: /workspace/configs
|
|
9770
9812
|
|
|
@@ -9800,7 +9842,7 @@ spec:
|
|
|
9800
9842
|
# Verify Cluster
|
|
9801
9843
|
# -------------------------------------------------------------------------
|
|
9802
9844
|
- name: ocp-verify-cluster
|
|
9803
|
-
image: quay.io/ibmmas/cli:13.
|
|
9845
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
9804
9846
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9805
9847
|
command:
|
|
9806
9848
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9842,7 +9884,7 @@ spec:
|
|
|
9842
9884
|
# Verify Catalogs
|
|
9843
9885
|
# -------------------------------------------------------------------------
|
|
9844
9886
|
- name: ocp-verify-catalogs
|
|
9845
|
-
image: quay.io/ibmmas/cli:13.
|
|
9887
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
9846
9888
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9847
9889
|
command:
|
|
9848
9890
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9884,7 +9926,7 @@ spec:
|
|
|
9884
9926
|
# Verify Subscriptions
|
|
9885
9927
|
# -------------------------------------------------------------------------
|
|
9886
9928
|
- name: ocp-verify-subscriptions
|
|
9887
|
-
image: quay.io/ibmmas/cli:13.
|
|
9929
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
9888
9930
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9889
9931
|
command:
|
|
9890
9932
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9926,7 +9968,7 @@ spec:
|
|
|
9926
9968
|
# Verify Workloads
|
|
9927
9969
|
# -------------------------------------------------------------------------
|
|
9928
9970
|
- name: ocp-verify-workloads
|
|
9929
|
-
image: quay.io/ibmmas/cli:13.
|
|
9971
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
9930
9972
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9931
9973
|
command:
|
|
9932
9974
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9968,7 +10010,7 @@ spec:
|
|
|
9968
10010
|
# Verify Catalogs - Ingress TLS
|
|
9969
10011
|
# -------------------------------------------------------------------------
|
|
9970
10012
|
- name: ocp-verify-ingress
|
|
9971
|
-
image: quay.io/ibmmas/cli:13.
|
|
10013
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
9972
10014
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9973
10015
|
command:
|
|
9974
10016
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10094,7 +10136,7 @@ spec:
|
|
|
10094
10136
|
command:
|
|
10095
10137
|
- /opt/app-root/src/run-role.sh
|
|
10096
10138
|
- ocp_verify
|
|
10097
|
-
image: quay.io/ibmmas/cli:13.
|
|
10139
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
10098
10140
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10099
10141
|
workingDir: /workspace/configs
|
|
10100
10142
|
# --------------------------------------------------------------------------------
|
|
@@ -10162,7 +10204,7 @@ spec:
|
|
|
10162
10204
|
command:
|
|
10163
10205
|
- /opt/app-root/src/run-role.sh
|
|
10164
10206
|
- ocs
|
|
10165
|
-
image: quay.io/ibmmas/cli:13.
|
|
10207
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
10166
10208
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10167
10209
|
workingDir: /workspace/configs
|
|
10168
10210
|
|
|
@@ -10398,7 +10440,7 @@ spec:
|
|
|
10398
10440
|
command:
|
|
10399
10441
|
- /opt/app-root/src/run-role.sh
|
|
10400
10442
|
- odh
|
|
10401
|
-
image: quay.io/ibmmas/cli:13.
|
|
10443
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
10402
10444
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10403
10445
|
# --------------------------------------------------------------------------------
|
|
10404
10446
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10574,7 +10616,7 @@ spec:
|
|
|
10574
10616
|
command:
|
|
10575
10617
|
- /opt/app-root/src/run-role.sh
|
|
10576
10618
|
- sls
|
|
10577
|
-
image: quay.io/ibmmas/cli:13.
|
|
10619
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
10578
10620
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10579
10621
|
workingDir: /workspace/configs
|
|
10580
10622
|
|
|
@@ -10963,12 +11005,12 @@ spec:
|
|
|
10963
11005
|
command:
|
|
10964
11006
|
- /opt/app-root/src/run-role.sh
|
|
10965
11007
|
- suite_app_config
|
|
10966
|
-
image: quay.io/ibmmas/cli:13.
|
|
11008
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
10967
11009
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10968
11010
|
|
|
10969
11011
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
10970
11012
|
- name: app-cfg-post-verify
|
|
10971
|
-
image: quay.io/ibmmas/cli:13.
|
|
11013
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
10972
11014
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10973
11015
|
command:
|
|
10974
11016
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11163,7 +11205,7 @@ spec:
|
|
|
11163
11205
|
command:
|
|
11164
11206
|
- /opt/app-root/src/run-role.sh
|
|
11165
11207
|
- suite_app_install
|
|
11166
|
-
image: quay.io/ibmmas/cli:13.
|
|
11208
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
11167
11209
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11168
11210
|
|
|
11169
11211
|
workspaces:
|
|
@@ -11252,7 +11294,7 @@ spec:
|
|
|
11252
11294
|
command:
|
|
11253
11295
|
- /opt/app-root/src/run-role.sh
|
|
11254
11296
|
- suite_app_rollback
|
|
11255
|
-
image: quay.io/ibmmas/cli:13.
|
|
11297
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
11256
11298
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11257
11299
|
# --------------------------------------------------------------------------------
|
|
11258
11300
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11315,7 +11357,7 @@ spec:
|
|
|
11315
11357
|
command:
|
|
11316
11358
|
- /opt/app-root/src/run-role.sh
|
|
11317
11359
|
- suite_app_uninstall
|
|
11318
|
-
image: quay.io/ibmmas/cli:13.
|
|
11360
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
11319
11361
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11320
11362
|
# --------------------------------------------------------------------------------
|
|
11321
11363
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11390,7 +11432,7 @@ spec:
|
|
|
11390
11432
|
command:
|
|
11391
11433
|
- /opt/app-root/src/run-role.sh
|
|
11392
11434
|
- suite_app_upgrade
|
|
11393
|
-
image: quay.io/ibmmas/cli:13.
|
|
11435
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
11394
11436
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11395
11437
|
# --------------------------------------------------------------------------------
|
|
11396
11438
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11491,7 +11533,7 @@ spec:
|
|
|
11491
11533
|
command:
|
|
11492
11534
|
- /opt/app-root/src/run-role.sh
|
|
11493
11535
|
- suite_app_verify
|
|
11494
|
-
image: quay.io/ibmmas/cli:13.
|
|
11536
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
11495
11537
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11496
11538
|
# --------------------------------------------------------------------------------
|
|
11497
11539
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11634,7 +11676,7 @@ spec:
|
|
|
11634
11676
|
command:
|
|
11635
11677
|
- /opt/app-root/src/run-role.sh
|
|
11636
11678
|
- suite_certs
|
|
11637
|
-
image: quay.io/ibmmas/cli:13.
|
|
11679
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
11638
11680
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11639
11681
|
|
|
11640
11682
|
workspaces:
|
|
@@ -11701,7 +11743,7 @@ spec:
|
|
|
11701
11743
|
command:
|
|
11702
11744
|
- /opt/app-root/src/run-role.sh
|
|
11703
11745
|
- suite_config
|
|
11704
|
-
image: quay.io/ibmmas/cli:13.
|
|
11746
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
11705
11747
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11706
11748
|
workingDir: /workspace/configs
|
|
11707
11749
|
|
|
@@ -11772,7 +11814,7 @@ spec:
|
|
|
11772
11814
|
command:
|
|
11773
11815
|
- /opt/app-root/src/run-role.sh
|
|
11774
11816
|
- suite_db2_setup_for_manage
|
|
11775
|
-
image: quay.io/ibmmas/cli:13.
|
|
11817
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
11776
11818
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11777
11819
|
# --------------------------------------------------------------------------------
|
|
11778
11820
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11962,7 +12004,7 @@ spec:
|
|
|
11962
12004
|
command:
|
|
11963
12005
|
- /opt/app-root/src/run-role.sh
|
|
11964
12006
|
- suite_dns
|
|
11965
|
-
image: quay.io/ibmmas/cli:13.
|
|
12007
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
11966
12008
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11967
12009
|
# --------------------------------------------------------------------------------
|
|
11968
12010
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -12211,7 +12253,7 @@ spec:
|
|
|
12211
12253
|
command:
|
|
12212
12254
|
- /opt/app-root/src/run-role.sh
|
|
12213
12255
|
- suite_install
|
|
12214
|
-
image: quay.io/ibmmas/cli:13.
|
|
12256
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12215
12257
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12216
12258
|
workingDir: /workspace/configs
|
|
12217
12259
|
|
|
@@ -12299,7 +12341,7 @@ spec:
|
|
|
12299
12341
|
command:
|
|
12300
12342
|
- /opt/app-root/src/run-role.sh
|
|
12301
12343
|
- suite_rollback
|
|
12302
|
-
image: quay.io/ibmmas/cli:13.
|
|
12344
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12303
12345
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12304
12346
|
# --------------------------------------------------------------------------------
|
|
12305
12347
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -12364,7 +12406,7 @@ spec:
|
|
|
12364
12406
|
command:
|
|
12365
12407
|
- /opt/app-root/src/run-role.sh
|
|
12366
12408
|
- suite_uninstall
|
|
12367
|
-
image: quay.io/ibmmas/cli:13.
|
|
12409
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12368
12410
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12369
12411
|
# --------------------------------------------------------------------------------
|
|
12370
12412
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -12434,7 +12476,7 @@ spec:
|
|
|
12434
12476
|
command:
|
|
12435
12477
|
- /opt/app-root/src/run-role.sh
|
|
12436
12478
|
- suite_upgrade
|
|
12437
|
-
image: quay.io/ibmmas/cli:13.
|
|
12479
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12438
12480
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12439
12481
|
# --------------------------------------------------------------------------------
|
|
12440
12482
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12501,12 +12543,12 @@ spec:
|
|
|
12501
12543
|
command:
|
|
12502
12544
|
- /opt/app-root/src/run-role.sh
|
|
12503
12545
|
- suite_verify
|
|
12504
|
-
image: quay.io/ibmmas/cli:13.
|
|
12546
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12505
12547
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12506
12548
|
|
|
12507
12549
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12508
12550
|
- name: suite-post-verify
|
|
12509
|
-
image: quay.io/ibmmas/cli:13.
|
|
12551
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12510
12552
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12511
12553
|
script: |
|
|
12512
12554
|
#!/usr/bin/env bash
|
|
@@ -12634,7 +12676,7 @@ spec:
|
|
|
12634
12676
|
command:
|
|
12635
12677
|
- /opt/app-root/src/run-role.sh
|
|
12636
12678
|
- turbonomic
|
|
12637
|
-
image: quay.io/ibmmas/cli:13.
|
|
12679
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12638
12680
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12639
12681
|
# --------------------------------------------------------------------------------
|
|
12640
12682
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12715,7 +12757,7 @@ spec:
|
|
|
12715
12757
|
# IBM User Data Services (UDS)
|
|
12716
12758
|
# -------------------------------------------------------------------------
|
|
12717
12759
|
- name: uds
|
|
12718
|
-
image: quay.io/ibmmas/cli:13.
|
|
12760
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12719
12761
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12720
12762
|
workingDir: /workspace/configs
|
|
12721
12763
|
command:
|
|
@@ -12778,7 +12820,7 @@ spec:
|
|
|
12778
12820
|
# IBM Data Reporter Operator (DRO)
|
|
12779
12821
|
# -------------------------------------------------------------------------
|
|
12780
12822
|
- name: dro
|
|
12781
|
-
image: quay.io/ibmmas/cli:13.
|
|
12823
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12782
12824
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12783
12825
|
workingDir: /workspace/configs
|
|
12784
12826
|
command:
|
|
@@ -12864,7 +12906,7 @@ spec:
|
|
|
12864
12906
|
description: "The value to set"
|
|
12865
12907
|
steps:
|
|
12866
12908
|
- name: update-configmap
|
|
12867
|
-
image: quay.io/ibmmas/cli:13.
|
|
12909
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12868
12910
|
command:
|
|
12869
12911
|
- /opt/app-root/src/update-configmap.sh
|
|
12870
12912
|
env:
|
|
@@ -12911,7 +12953,7 @@ spec:
|
|
|
12911
12953
|
|
|
12912
12954
|
steps:
|
|
12913
12955
|
- name: wait-for-configmap
|
|
12914
|
-
image: quay.io/ibmmas/cli:13.
|
|
12956
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12915
12957
|
command:
|
|
12916
12958
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12917
12959
|
env:
|
|
@@ -12992,7 +13034,7 @@ spec:
|
|
|
12992
13034
|
|
|
12993
13035
|
steps:
|
|
12994
13036
|
- name: wait-for-configmap
|
|
12995
|
-
image: quay.io/ibmmas/cli:13.
|
|
13037
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
12996
13038
|
command:
|
|
12997
13039
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12998
13040
|
env:
|
|
@@ -13052,7 +13094,7 @@ spec:
|
|
|
13052
13094
|
|
|
13053
13095
|
steps:
|
|
13054
13096
|
- name: wait
|
|
13055
|
-
image: quay.io/ibmmas/cli:13.
|
|
13097
|
+
image: quay.io/ibmmas/cli:13.4.0
|
|
13056
13098
|
command:
|
|
13057
13099
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13058
13100
|
env:
|
|
@@ -14484,6 +14526,9 @@ spec:
|
|
|
14484
14526
|
default: ""
|
|
14485
14527
|
- name: mas_config_dir
|
|
14486
14528
|
type: string
|
|
14529
|
+
- name: mas_annotations
|
|
14530
|
+
type: string
|
|
14531
|
+
default: ""
|
|
14487
14532
|
|
|
14488
14533
|
- name: github_url
|
|
14489
14534
|
type: string
|
|
@@ -14655,6 +14700,9 @@ spec:
|
|
|
14655
14700
|
- name: db2_backup_notify_slack_url
|
|
14656
14701
|
type: string
|
|
14657
14702
|
default: ""
|
|
14703
|
+
- name: replica_db
|
|
14704
|
+
type: string
|
|
14705
|
+
default: "false"
|
|
14658
14706
|
|
|
14659
14707
|
- name: custom_labels
|
|
14660
14708
|
type: string
|
|
@@ -15417,6 +15465,149 @@ spec:
|
|
|
15417
15465
|
- input: "$(params.mas_app_channel_manage)"
|
|
15418
15466
|
operator: notin
|
|
15419
15467
|
values: [""]
|
|
15468
|
+
- name: gitops-db2u-replica-database-manage
|
|
15469
|
+
params:
|
|
15470
|
+
- name: cluster_name
|
|
15471
|
+
value: $(params.cluster_name)
|
|
15472
|
+
- name: cluster_url
|
|
15473
|
+
value: $(params.cluster_url)
|
|
15474
|
+
- name: region
|
|
15475
|
+
value: $(params.region)
|
|
15476
|
+
- name: account
|
|
15477
|
+
value: $(params.account)
|
|
15478
|
+
|
|
15479
|
+
- name: secrets_path
|
|
15480
|
+
value: $(params.secrets_path)
|
|
15481
|
+
- name: avp_aws_secret_region
|
|
15482
|
+
value: $(params.avp_aws_secret_region)
|
|
15483
|
+
|
|
15484
|
+
- name: git_branch
|
|
15485
|
+
value: $(params.git_branch)
|
|
15486
|
+
- name: github_org
|
|
15487
|
+
value: $(params.github_org)
|
|
15488
|
+
- name: github_repo
|
|
15489
|
+
value: $(params.github_repo)
|
|
15490
|
+
- name: github_host
|
|
15491
|
+
value: $(params.github_host)
|
|
15492
|
+
- name: git_commit_msg
|
|
15493
|
+
value: $(params.git_commit_msg)
|
|
15494
|
+
|
|
15495
|
+
- name: mas_instance_id
|
|
15496
|
+
value: $(params.mas_instance_id)
|
|
15497
|
+
- name: mas_app_id
|
|
15498
|
+
value: manage
|
|
15499
|
+
|
|
15500
|
+
- name: db2_meta_storage_class
|
|
15501
|
+
value: $(params.db2_meta_storage_class)
|
|
15502
|
+
- name: db2_temp_storage_class
|
|
15503
|
+
value: $(params.db2_temp_storage_class)
|
|
15504
|
+
- name: db2_logs_storage_class
|
|
15505
|
+
value: $(params.db2_logs_storage_class)
|
|
15506
|
+
- name: db2_audit_logs_storage_class
|
|
15507
|
+
value: $(params.db2_audit_logs_storage_class)
|
|
15508
|
+
- name: db2_data_storage_class
|
|
15509
|
+
value: $(params.db2_data_storage_class)
|
|
15510
|
+
- name: db2_backup_storage_class
|
|
15511
|
+
value: $(params.db2_backup_storage_class)
|
|
15512
|
+
- name: db2_archivelogs_storage_class
|
|
15513
|
+
value: $(params.db2_archivelogs_storage_class)
|
|
15514
|
+
|
|
15515
|
+
- name: db2_meta_storage_size
|
|
15516
|
+
value: $(params.db2_meta_storage_size)
|
|
15517
|
+
- name: db2_temp_storage_size
|
|
15518
|
+
value: $(params.db2_temp_storage_size)
|
|
15519
|
+
- name: db2_logs_storage_size
|
|
15520
|
+
value: $(params.db2_logs_storage_size)
|
|
15521
|
+
- name: db2_audit_logs_storage_size
|
|
15522
|
+
value: $(params.db2_audit_logs_storage_size)
|
|
15523
|
+
- name: db2_data_storage_size
|
|
15524
|
+
value: $(params.db2_data_storage_size)
|
|
15525
|
+
- name: db2_backup_storage_size
|
|
15526
|
+
value: $(params.db2_backup_storage_size)
|
|
15527
|
+
- name: db2_archivelogs_storage_size
|
|
15528
|
+
value: $(params.db2_archivelogs_storage_size)
|
|
15529
|
+
|
|
15530
|
+
- name: db2_version
|
|
15531
|
+
value: $(params.db2_version)
|
|
15532
|
+
- name: db2_tls_version
|
|
15533
|
+
value: $(params.db2_tls_version)
|
|
15534
|
+
- name: db2_instance_registry_yaml
|
|
15535
|
+
value: $(params.db2_instance_registry_yaml_manage)
|
|
15536
|
+
- name: db2_instance_dbm_config_yaml
|
|
15537
|
+
value: $(params.db2_instance_dbm_config_yaml_manage)
|
|
15538
|
+
- name: db2_database_db_config_yaml
|
|
15539
|
+
value: $(params.db2_database_db_config_yaml_manage)
|
|
15540
|
+
- name: db2_addons_audit_config_yaml
|
|
15541
|
+
value: $(params.db2_addons_audit_config_yaml_manage)
|
|
15542
|
+
- name: db2_table_org
|
|
15543
|
+
value: $(params.db2_table_org)
|
|
15544
|
+
- name: db2_mln_count
|
|
15545
|
+
value: $(params.db2_mln_count)
|
|
15546
|
+
- name: db2_num_pods
|
|
15547
|
+
value: $(params.db2_num_pods)
|
|
15548
|
+
- name: db2_meta_storage_accessmode
|
|
15549
|
+
value: $(params.db2_meta_storage_accessmode)
|
|
15550
|
+
- name: db2_data_storage_accessmode
|
|
15551
|
+
value: $(params.db2_data_storage_accessmode)
|
|
15552
|
+
- name: db2_backup_storage_accessmode
|
|
15553
|
+
value: $(params.db2_backup_storage_accessmode)
|
|
15554
|
+
- name: db2_logs_storage_accessmode
|
|
15555
|
+
value: $(params.db2_logs_storage_accessmode)
|
|
15556
|
+
- name: db2_audit_logs_storage_accessmode
|
|
15557
|
+
value: $(params.db2_audit_logs_storage_accessmode)
|
|
15558
|
+
- name: db2_temp_storage_accessmode
|
|
15559
|
+
value: $(params.db2_temp_storage_accessmode)
|
|
15560
|
+
- name: db2_archivelogs_storage_accessmode
|
|
15561
|
+
value: $(params.db2_archivelogs_storage_accessmode)
|
|
15562
|
+
- name: db2_cpu_requests
|
|
15563
|
+
value: $(params.db2_cpu_requests)
|
|
15564
|
+
- name: db2_cpu_limits
|
|
15565
|
+
value: $(params.db2_cpu_limits)
|
|
15566
|
+
- name: db2_memory_requests
|
|
15567
|
+
value: $(params.db2_memory_requests)
|
|
15568
|
+
- name: db2_memory_limits
|
|
15569
|
+
value: $(params.db2_memory_limits)
|
|
15570
|
+
- name: db2_affinity_key
|
|
15571
|
+
value: $(params.db2_affinity_key)
|
|
15572
|
+
- name: db2_affinity_value
|
|
15573
|
+
value: $(params.db2_affinity_value)
|
|
15574
|
+
- name: db2_tolerate_key
|
|
15575
|
+
value: $(params.db2_tolerate_key)
|
|
15576
|
+
- name: db2_tolerate_value
|
|
15577
|
+
value: $(params.db2_tolerate_value)
|
|
15578
|
+
- name: db2_tolerate_effect
|
|
15579
|
+
value: $(params.db2_tolerate_effect)
|
|
15580
|
+
- name: jdbc_route
|
|
15581
|
+
value: $(params.jdbc_route_manage)
|
|
15582
|
+
- name: db2_timezone
|
|
15583
|
+
value: $(params.db2_timezone)
|
|
15584
|
+
- name: db2_backup_notify_slack_url
|
|
15585
|
+
value: $(params.db2_backup_notify_slack_url)
|
|
15586
|
+
- name: replica_db
|
|
15587
|
+
value: $(params.replica_db)
|
|
15588
|
+
- name: mas_annotations
|
|
15589
|
+
value: $(params.mas_annotations)
|
|
15590
|
+
- name: is_replica_task
|
|
15591
|
+
value: 'true'
|
|
15592
|
+
|
|
15593
|
+
workspaces:
|
|
15594
|
+
- name: configs
|
|
15595
|
+
workspace: configs
|
|
15596
|
+
- name: shared-gitops-configs
|
|
15597
|
+
workspace: shared-gitops-configs
|
|
15598
|
+
taskRef:
|
|
15599
|
+
kind: Task
|
|
15600
|
+
name: gitops-db2u-database
|
|
15601
|
+
when:
|
|
15602
|
+
- input: "$(params.db2_action)"
|
|
15603
|
+
operator: notin
|
|
15604
|
+
values: [""]
|
|
15605
|
+
- input: "$(params.jdbc_type_manage)"
|
|
15606
|
+
operator: in
|
|
15607
|
+
values: ["incluster-db2"]
|
|
15608
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
15609
|
+
operator: notin
|
|
15610
|
+
values: [""]
|
|
15420
15611
|
|
|
15421
15612
|
# 4. Install & Configure IoT
|
|
15422
15613
|
# -------------------------------------------------------------------------
|
|
@@ -18238,6 +18429,22 @@ spec:
|
|
|
18238
18429
|
type: string
|
|
18239
18430
|
default: 'true'
|
|
18240
18431
|
|
|
18432
|
+
- name: instana_agent_operator_install
|
|
18433
|
+
type: string
|
|
18434
|
+
default: 'false'
|
|
18435
|
+
- name: instana_agent_operator_endpoint_host
|
|
18436
|
+
type: string
|
|
18437
|
+
default: ''
|
|
18438
|
+
- name: instana_agent_operator_endpoint_port
|
|
18439
|
+
type: string
|
|
18440
|
+
default: ''
|
|
18441
|
+
- name: instana_agent_operator_env
|
|
18442
|
+
type: string
|
|
18443
|
+
default: ''
|
|
18444
|
+
- name: instana_agent_operator_jks_storage_class
|
|
18445
|
+
type: string
|
|
18446
|
+
default: ''
|
|
18447
|
+
|
|
18241
18448
|
tasks:
|
|
18242
18449
|
- name: gitops-cluster
|
|
18243
18450
|
params:
|
|
@@ -18330,6 +18537,17 @@ spec:
|
|
|
18330
18537
|
value: $(params.cluster_logging_operator_install)
|
|
18331
18538
|
- name: cluster_logging_operator_use_syslog_forwarder
|
|
18332
18539
|
value: $(params.cluster_logging_operator_use_syslog_forwarder)
|
|
18540
|
+
|
|
18541
|
+
- name: instana_agent_operator_install
|
|
18542
|
+
value: $(params.instana_agent_operator_install)
|
|
18543
|
+
- name: instana_agent_operator_endpoint_host
|
|
18544
|
+
value: $(params.instana_agent_operator_endpoint_host)
|
|
18545
|
+
- name: instana_agent_operator_endpoint_port
|
|
18546
|
+
value: $(params.instana_agent_operator_endpoint_port)
|
|
18547
|
+
- name: instana_agent_operator_env
|
|
18548
|
+
value: $(params.instana_agent_operator_env)
|
|
18549
|
+
- name: instana_agent_operator_jks_storage_class
|
|
18550
|
+
value: $(params.instana_agent_operator_jks_storage_class)
|
|
18333
18551
|
|
|
18334
18552
|
taskRef:
|
|
18335
18553
|
kind: Task
|
|
@@ -20695,7 +20913,7 @@ spec:
|
|
|
20695
20913
|
default: ""
|
|
20696
20914
|
- name: sls_entitlement_file
|
|
20697
20915
|
type: string
|
|
20698
|
-
default: "
|
|
20916
|
+
default: ""
|
|
20699
20917
|
- name: sls_mongodb_cfg_file
|
|
20700
20918
|
type: string
|
|
20701
20919
|
# The default value works for the default in-cluster install, it will need
|
|
@@ -20710,6 +20928,9 @@ spec:
|
|
|
20710
20928
|
- name: sls_icr_cpopen
|
|
20711
20929
|
type: string
|
|
20712
20930
|
default: ""
|
|
20931
|
+
- name: sls_action
|
|
20932
|
+
type: string
|
|
20933
|
+
default: ""
|
|
20713
20934
|
|
|
20714
20935
|
# Dependencies - MongoDb
|
|
20715
20936
|
# -----------------------------------------------------------------------------
|
|
@@ -21062,7 +21283,13 @@ spec:
|
|
|
21062
21283
|
- name: cpd_install_cognos
|
|
21063
21284
|
type: string
|
|
21064
21285
|
default: ""
|
|
21065
|
-
- name:
|
|
21286
|
+
- name: cpd_install_ws
|
|
21287
|
+
type: string
|
|
21288
|
+
default: ""
|
|
21289
|
+
- name: cpd_install_wml
|
|
21290
|
+
type: string
|
|
21291
|
+
default: ""
|
|
21292
|
+
- name: cpd_install_ae
|
|
21066
21293
|
type: string
|
|
21067
21294
|
default: ""
|
|
21068
21295
|
|
|
@@ -22356,6 +22583,8 @@ spec:
|
|
|
22356
22583
|
value: $(params.sls_channel)
|
|
22357
22584
|
- name: sls_icr_cpopen
|
|
22358
22585
|
value: $(params.sls_icr_cpopen)
|
|
22586
|
+
- name: sls_action
|
|
22587
|
+
value: $(params.sls_action)
|
|
22359
22588
|
|
|
22360
22589
|
# New way of bootstrapping license file
|
|
22361
22590
|
- name: sls_entitlement_file
|
|
@@ -22460,7 +22689,7 @@ spec:
|
|
|
22460
22689
|
name: mas-devops-cp4d
|
|
22461
22690
|
# Only needed if either Predict, Assist, Health w/ WSL, or Cognos are being installed
|
|
22462
22691
|
when:
|
|
22463
|
-
- input: "$(params.mas_app_channel_predict)$(params.mas_appws_bindings_health_wsl_flag)$(params.cpd_install_cognos)$(params.
|
|
22692
|
+
- 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
22693
|
operator: notin
|
|
22465
22694
|
values: [""]
|
|
22466
22695
|
runAfter:
|
|
@@ -22496,7 +22725,7 @@ spec:
|
|
|
22496
22725
|
name: mas-devops-cp4d-service
|
|
22497
22726
|
# Only needed if either Predict or Health w/ WSL are being installed
|
|
22498
22727
|
when:
|
|
22499
|
-
- input: "$(params.mas_app_channel_predict)$(params.mas_appws_bindings_health_wsl_flag)$(params.
|
|
22728
|
+
- input: "$(params.mas_app_channel_predict)$(params.mas_appws_bindings_health_wsl_flag)$(params.cpd_install_ws)"
|
|
22500
22729
|
operator: notin
|
|
22501
22730
|
values: [""]
|
|
22502
22731
|
workspaces:
|
|
@@ -22534,7 +22763,7 @@ spec:
|
|
|
22534
22763
|
name: mas-devops-cp4d-service
|
|
22535
22764
|
# Only needed if Predict is being installed
|
|
22536
22765
|
when:
|
|
22537
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22766
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_wml)"
|
|
22538
22767
|
operator: notin
|
|
22539
22768
|
values: [""]
|
|
22540
22769
|
workspaces:
|
|
@@ -22572,7 +22801,7 @@ spec:
|
|
|
22572
22801
|
name: mas-devops-cp4d-service
|
|
22573
22802
|
# Only needed if Predict is being installed
|
|
22574
22803
|
when:
|
|
22575
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22804
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_ae)"
|
|
22576
22805
|
operator: notin
|
|
22577
22806
|
values: [""]
|
|
22578
22807
|
workspaces:
|
|
@@ -22612,12 +22841,12 @@ spec:
|
|
|
22612
22841
|
name: mas-devops-cp4d-service
|
|
22613
22842
|
# Only needed if Predict is being installed
|
|
22614
22843
|
when:
|
|
22615
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22844
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_openscale)"
|
|
22616
22845
|
operator: notin
|
|
22617
22846
|
values: [""]
|
|
22618
22847
|
- input: "$(params.cpd_install_openscale)"
|
|
22619
22848
|
operator: in
|
|
22620
|
-
values: ["True","true"]
|
|
22849
|
+
values: ["True","true","install"]
|
|
22621
22850
|
workspaces:
|
|
22622
22851
|
- name: configs
|
|
22623
22852
|
workspace: shared-configs
|
|
@@ -22655,12 +22884,12 @@ spec:
|
|
|
22655
22884
|
name: mas-devops-cp4d-service
|
|
22656
22885
|
# Only needed if Predict is being installed
|
|
22657
22886
|
when:
|
|
22658
|
-
- input: "$(params.mas_app_channel_predict)$(params.
|
|
22887
|
+
- input: "$(params.mas_app_channel_predict)$(params.cpd_install_spss)"
|
|
22659
22888
|
operator: notin
|
|
22660
22889
|
values: [""]
|
|
22661
22890
|
- input: "$(params.cpd_install_spss)"
|
|
22662
22891
|
operator: in
|
|
22663
|
-
values: ["True","true"]
|
|
22892
|
+
values: ["True","true","install"]
|
|
22664
22893
|
workspaces:
|
|
22665
22894
|
- name: configs
|
|
22666
22895
|
workspace: shared-configs
|
|
@@ -22696,12 +22925,12 @@ spec:
|
|
|
22696
22925
|
name: mas-devops-cp4d-service
|
|
22697
22926
|
# Only needed if Manage is being installed and Cognos is chosen to be installed
|
|
22698
22927
|
when:
|
|
22699
|
-
- input: "$(params.mas_app_channel_manage)$(params.
|
|
22928
|
+
- input: "$(params.mas_app_channel_manage)$(params.cpd_install_cognos)"
|
|
22700
22929
|
operator: notin
|
|
22701
22930
|
values: [""]
|
|
22702
22931
|
- input: "$(params.cpd_install_cognos)"
|
|
22703
22932
|
operator: in
|
|
22704
|
-
values: ["True","true"]
|
|
22933
|
+
values: ["True","true","install"]
|
|
22705
22934
|
workspaces:
|
|
22706
22935
|
- name: configs
|
|
22707
22936
|
workspace: shared-configs
|