mas-cli 10.9.0__py3-none-any.whl → 10.9.2__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.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/install/app.py +5 -0
- mas/cli/templates/ibm-mas-tekton.yaml +109 -108
- {mas_cli-10.9.0.dist-info → mas_cli-10.9.2.dist-info}/METADATA +1 -1
- {mas_cli-10.9.0.dist-info → mas_cli-10.9.2.dist-info}/RECORD +9 -9
- {mas_cli-10.9.0.data → mas_cli-10.9.2.data}/scripts/mas-cli +0 -0
- {mas_cli-10.9.0.dist-info → mas_cli-10.9.2.dist-info}/WHEEL +0 -0
- {mas_cli-10.9.0.dist-info → mas_cli-10.9.2.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/cli.py
CHANGED
mas/cli/install/app.py
CHANGED
|
@@ -282,6 +282,7 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
282
282
|
])
|
|
283
283
|
self.operationalMode = self.promptForInt("Operational Mode", default=1)
|
|
284
284
|
|
|
285
|
+
def configAnnotations(self):
|
|
285
286
|
if self.operationalMode == 2:
|
|
286
287
|
self.setParam("mas_annotations", "mas.ibm.com/operationalMode=nonproduction")
|
|
287
288
|
|
|
@@ -780,6 +781,7 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
780
781
|
self.operationalMode = 1
|
|
781
782
|
else:
|
|
782
783
|
self.operationalMode = 2
|
|
784
|
+
self.setParam("mas_annotations", "mas.ibm.com/operationalMode=nonproduction")
|
|
783
785
|
|
|
784
786
|
elif key == "additional_configs":
|
|
785
787
|
self.localConfigDir = value
|
|
@@ -1076,6 +1078,9 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
1076
1078
|
self.buildCommand()
|
|
1077
1079
|
])
|
|
1078
1080
|
|
|
1081
|
+
# Based on the parameters set the annotations correctly
|
|
1082
|
+
self.configAnnotations()
|
|
1083
|
+
|
|
1079
1084
|
self.displayInstallSummary()
|
|
1080
1085
|
|
|
1081
1086
|
if not self.noConfirm:
|
|
@@ -108,7 +108,7 @@ spec:
|
|
|
108
108
|
command:
|
|
109
109
|
- /opt/app-root/src/run-role.sh
|
|
110
110
|
- appconnect
|
|
111
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
111
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
112
112
|
imagePullPolicy: $(params.image_pull_policy)
|
|
113
113
|
workingDir: /workspace/configs
|
|
114
114
|
|
|
@@ -226,7 +226,7 @@ spec:
|
|
|
226
226
|
command:
|
|
227
227
|
- /opt/app-root/src/run-role.sh
|
|
228
228
|
- arcgis
|
|
229
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
229
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
230
230
|
imagePullPolicy: $(params.image_pull_policy)
|
|
231
231
|
# --------------------------------------------------------------------------------
|
|
232
232
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -296,7 +296,7 @@ spec:
|
|
|
296
296
|
command:
|
|
297
297
|
- /opt/app-root/src/run-role.sh
|
|
298
298
|
- cert_manager
|
|
299
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
299
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
300
300
|
imagePullPolicy: $(params.image_pull_policy)
|
|
301
301
|
workingDir: /workspace/configs
|
|
302
302
|
# --------------------------------------------------------------------------------
|
|
@@ -362,7 +362,7 @@ spec:
|
|
|
362
362
|
command:
|
|
363
363
|
- /opt/app-root/src/run-role.sh
|
|
364
364
|
- common_services
|
|
365
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
365
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
366
366
|
imagePullPolicy: $(params.image_pull_policy)
|
|
367
367
|
workingDir: /workspace/configs
|
|
368
368
|
# --------------------------------------------------------------------------------
|
|
@@ -477,7 +477,7 @@ spec:
|
|
|
477
477
|
command:
|
|
478
478
|
- /opt/app-root/src/run-role.sh
|
|
479
479
|
- cos
|
|
480
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
480
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
481
481
|
imagePullPolicy: $(params.image_pull_policy)
|
|
482
482
|
workingDir: /workspace/configs
|
|
483
483
|
|
|
@@ -597,7 +597,7 @@ spec:
|
|
|
597
597
|
command:
|
|
598
598
|
- /opt/app-root/src/run-role.sh
|
|
599
599
|
- cp4d_service
|
|
600
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
600
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
601
601
|
imagePullPolicy: $(params.image_pull_policy)
|
|
602
602
|
workingDir: /workspace/configs
|
|
603
603
|
# --------------------------------------------------------------------------------
|
|
@@ -714,7 +714,7 @@ spec:
|
|
|
714
714
|
command:
|
|
715
715
|
- /opt/app-root/src/run-role.sh
|
|
716
716
|
- cp4d_service
|
|
717
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
717
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
718
718
|
imagePullPolicy: $(params.image_pull_policy)
|
|
719
719
|
workingDir: /workspace/configs
|
|
720
720
|
|
|
@@ -820,7 +820,7 @@ spec:
|
|
|
820
820
|
command:
|
|
821
821
|
- /opt/app-root/src/run-role.sh
|
|
822
822
|
- cp4d
|
|
823
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
823
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
824
824
|
imagePullPolicy: $(params.image_pull_policy)
|
|
825
825
|
# --------------------------------------------------------------------------------
|
|
826
826
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1142,7 +1142,7 @@ spec:
|
|
|
1142
1142
|
command:
|
|
1143
1143
|
- /opt/app-root/src/run-role.sh
|
|
1144
1144
|
- db2
|
|
1145
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
1145
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
1146
1146
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1147
1147
|
workingDir: /workspace/configs
|
|
1148
1148
|
|
|
@@ -1252,7 +1252,7 @@ spec:
|
|
|
1252
1252
|
command:
|
|
1253
1253
|
- /opt/app-root/src/run-role.sh
|
|
1254
1254
|
- eck
|
|
1255
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
1255
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
1256
1256
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1257
1257
|
# --------------------------------------------------------------------------------
|
|
1258
1258
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1341,7 +1341,7 @@ spec:
|
|
|
1341
1341
|
command:
|
|
1342
1342
|
- /opt/app-root/src/run-role.sh
|
|
1343
1343
|
- gencfg_workspace
|
|
1344
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
1344
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
1345
1345
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1346
1346
|
workingDir: /workspace/configs
|
|
1347
1347
|
|
|
@@ -1445,7 +1445,7 @@ spec:
|
|
|
1445
1445
|
- -c
|
|
1446
1446
|
name: gitops-bootstrap
|
|
1447
1447
|
imagePullPolicy: IfNotPresent
|
|
1448
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
1448
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
1449
1449
|
workspaces:
|
|
1450
1450
|
- name: configs
|
|
1451
1451
|
# --------------------------------------------------------------------------------
|
|
@@ -1522,7 +1522,7 @@ spec:
|
|
|
1522
1522
|
- -c
|
|
1523
1523
|
name: gitops-cis-compliance
|
|
1524
1524
|
imagePullPolicy: IfNotPresent
|
|
1525
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
1525
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
1526
1526
|
workspaces:
|
|
1527
1527
|
- name: configs
|
|
1528
1528
|
# --------------------------------------------------------------------------------
|
|
@@ -1706,7 +1706,7 @@ spec:
|
|
|
1706
1706
|
- -c
|
|
1707
1707
|
name: gitops-cluster
|
|
1708
1708
|
imagePullPolicy: Always
|
|
1709
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
1709
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
1710
1710
|
workspaces:
|
|
1711
1711
|
- name: configs
|
|
1712
1712
|
# --------------------------------------------------------------------------------
|
|
@@ -1797,7 +1797,7 @@ spec:
|
|
|
1797
1797
|
- -c
|
|
1798
1798
|
name: gitops-cos
|
|
1799
1799
|
imagePullPolicy: IfNotPresent
|
|
1800
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
1800
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
1801
1801
|
workspaces:
|
|
1802
1802
|
- name: configs
|
|
1803
1803
|
# --------------------------------------------------------------------------------
|
|
@@ -1910,7 +1910,7 @@ spec:
|
|
|
1910
1910
|
- -c
|
|
1911
1911
|
name: gitops-cp4d-service
|
|
1912
1912
|
imagePullPolicy: IfNotPresent
|
|
1913
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
1913
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
1914
1914
|
workspaces:
|
|
1915
1915
|
- name: configs
|
|
1916
1916
|
- name: shared-gitops-configs
|
|
@@ -2019,7 +2019,7 @@ spec:
|
|
|
2019
2019
|
- -c
|
|
2020
2020
|
name: gitops-cp4d
|
|
2021
2021
|
imagePullPolicy: IfNotPresent
|
|
2022
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
2022
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
2023
2023
|
workspaces:
|
|
2024
2024
|
- name: configs
|
|
2025
2025
|
- name: shared-gitops-configs
|
|
@@ -2271,7 +2271,7 @@ spec:
|
|
|
2271
2271
|
- -c
|
|
2272
2272
|
name: gitops-db2u-database
|
|
2273
2273
|
imagePullPolicy: Always
|
|
2274
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
2274
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
2275
2275
|
workspaces:
|
|
2276
2276
|
- name: configs
|
|
2277
2277
|
- name: shared-gitops-configs
|
|
@@ -2364,7 +2364,7 @@ spec:
|
|
|
2364
2364
|
- -c
|
|
2365
2365
|
name: gitops-db2u
|
|
2366
2366
|
imagePullPolicy: IfNotPresent
|
|
2367
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
2367
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
2368
2368
|
workspaces:
|
|
2369
2369
|
- name: configs
|
|
2370
2370
|
# --------------------------------------------------------------------------------
|
|
@@ -2491,7 +2491,7 @@ spec:
|
|
|
2491
2491
|
- -c
|
|
2492
2492
|
name: gitops-delete-jdbc-config
|
|
2493
2493
|
imagePullPolicy: IfNotPresent
|
|
2494
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
2494
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
2495
2495
|
workspaces:
|
|
2496
2496
|
- name: configs
|
|
2497
2497
|
# --------------------------------------------------------------------------------
|
|
@@ -2589,7 +2589,7 @@ spec:
|
|
|
2589
2589
|
- -c
|
|
2590
2590
|
name: gitops-delete-kafka-config
|
|
2591
2591
|
imagePullPolicy: Always
|
|
2592
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
2592
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
2593
2593
|
workspaces:
|
|
2594
2594
|
- name: configs
|
|
2595
2595
|
|
|
@@ -2681,7 +2681,7 @@ spec:
|
|
|
2681
2681
|
- -c
|
|
2682
2682
|
name: gitops-deprovision-app-config
|
|
2683
2683
|
imagePullPolicy: IfNotPresent
|
|
2684
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
2684
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
2685
2685
|
workspaces:
|
|
2686
2686
|
- name: configs
|
|
2687
2687
|
# --------------------------------------------------------------------------------
|
|
@@ -2766,7 +2766,7 @@ spec:
|
|
|
2766
2766
|
- -c
|
|
2767
2767
|
name: gitops-deprovision-app-install
|
|
2768
2768
|
imagePullPolicy: IfNotPresent
|
|
2769
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
2769
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
2770
2770
|
workspaces:
|
|
2771
2771
|
- name: configs
|
|
2772
2772
|
# --------------------------------------------------------------------------------
|
|
@@ -2851,7 +2851,7 @@ spec:
|
|
|
2851
2851
|
- -c
|
|
2852
2852
|
name: gitops-deprovision-cluster
|
|
2853
2853
|
imagePullPolicy: IfNotPresent
|
|
2854
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
2854
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
2855
2855
|
workspaces:
|
|
2856
2856
|
- name: configs
|
|
2857
2857
|
# --------------------------------------------------------------------------------
|
|
@@ -2958,7 +2958,7 @@ spec:
|
|
|
2958
2958
|
- -c
|
|
2959
2959
|
name: gitops-deprovision-cos
|
|
2960
2960
|
imagePullPolicy: IfNotPresent
|
|
2961
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
2961
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
2962
2962
|
workspaces:
|
|
2963
2963
|
- name: configs
|
|
2964
2964
|
# --------------------------------------------------------------------------------
|
|
@@ -3046,7 +3046,7 @@ spec:
|
|
|
3046
3046
|
- -c
|
|
3047
3047
|
name: gitops-deprovision-db2u-database
|
|
3048
3048
|
imagePullPolicy: IfNotPresent
|
|
3049
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
3049
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
3050
3050
|
workspaces:
|
|
3051
3051
|
- name: configs
|
|
3052
3052
|
|
|
@@ -3129,7 +3129,7 @@ spec:
|
|
|
3129
3129
|
- -c
|
|
3130
3130
|
name: gitops-deprovision-db2u
|
|
3131
3131
|
imagePullPolicy: IfNotPresent
|
|
3132
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
3132
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
3133
3133
|
workspaces:
|
|
3134
3134
|
- name: configs
|
|
3135
3135
|
|
|
@@ -3205,7 +3205,7 @@ spec:
|
|
|
3205
3205
|
- -c
|
|
3206
3206
|
name: gitops-deprovision-efs
|
|
3207
3207
|
imagePullPolicy: IfNotPresent
|
|
3208
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
3208
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
3209
3209
|
workspaces:
|
|
3210
3210
|
- name: configs
|
|
3211
3211
|
|
|
@@ -3314,7 +3314,7 @@ spec:
|
|
|
3314
3314
|
- -c
|
|
3315
3315
|
name: gitops-deprovision-kafka
|
|
3316
3316
|
imagePullPolicy: IfNotPresent
|
|
3317
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
3317
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
3318
3318
|
workspaces:
|
|
3319
3319
|
- name: configs
|
|
3320
3320
|
# --------------------------------------------------------------------------------
|
|
@@ -3416,7 +3416,7 @@ spec:
|
|
|
3416
3416
|
- -c
|
|
3417
3417
|
name: gitops-deprovision-mongo
|
|
3418
3418
|
imagePullPolicy: IfNotPresent
|
|
3419
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
3419
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
3420
3420
|
workspaces:
|
|
3421
3421
|
- name: configs
|
|
3422
3422
|
|
|
@@ -3473,7 +3473,7 @@ spec:
|
|
|
3473
3473
|
- -c
|
|
3474
3474
|
name: gitops-deprovision-rosa
|
|
3475
3475
|
imagePullPolicy: IfNotPresent
|
|
3476
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
3476
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
3477
3477
|
workspaces:
|
|
3478
3478
|
- name: configs
|
|
3479
3479
|
# --------------------------------------------------------------------------------
|
|
@@ -3678,7 +3678,7 @@ spec:
|
|
|
3678
3678
|
- -c
|
|
3679
3679
|
name: gitops-deprovision-suite-config
|
|
3680
3680
|
imagePullPolicy: IfNotPresent
|
|
3681
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
3681
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
3682
3682
|
workspaces:
|
|
3683
3683
|
- name: configs
|
|
3684
3684
|
|
|
@@ -3776,7 +3776,7 @@ spec:
|
|
|
3776
3776
|
- -c
|
|
3777
3777
|
name: gitops-deprovision-suite-idp-config
|
|
3778
3778
|
imagePullPolicy: IfNotPresent
|
|
3779
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
3779
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
3780
3780
|
workspaces:
|
|
3781
3781
|
- name: configs
|
|
3782
3782
|
# --------------------------------------------------------------------------------
|
|
@@ -3868,7 +3868,7 @@ spec:
|
|
|
3868
3868
|
- -c
|
|
3869
3869
|
name: gitops-deprovision-suite-objectstorage-config
|
|
3870
3870
|
imagePullPolicy: IfNotPresent
|
|
3871
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
3871
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
3872
3872
|
workspaces:
|
|
3873
3873
|
- name: configs
|
|
3874
3874
|
# --------------------------------------------------------------------------------
|
|
@@ -3960,7 +3960,7 @@ spec:
|
|
|
3960
3960
|
- -c
|
|
3961
3961
|
name: gitops-deprovision-suite-smtp-config
|
|
3962
3962
|
imagePullPolicy: IfNotPresent
|
|
3963
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
3963
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
3964
3964
|
workspaces:
|
|
3965
3965
|
- name: configs
|
|
3966
3966
|
# --------------------------------------------------------------------------------
|
|
@@ -4053,7 +4053,7 @@ spec:
|
|
|
4053
4053
|
- -c
|
|
4054
4054
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4055
4055
|
imagePullPolicy: IfNotPresent
|
|
4056
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
4056
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
4057
4057
|
workspaces:
|
|
4058
4058
|
- name: configs
|
|
4059
4059
|
# --------------------------------------------------------------------------------
|
|
@@ -4144,7 +4144,7 @@ spec:
|
|
|
4144
4144
|
- -c
|
|
4145
4145
|
name: gitops-deprovision-suite-workspace
|
|
4146
4146
|
imagePullPolicy: Always
|
|
4147
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
4147
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
4148
4148
|
workspaces:
|
|
4149
4149
|
- name: configs
|
|
4150
4150
|
# --------------------------------------------------------------------------------
|
|
@@ -4237,7 +4237,7 @@ spec:
|
|
|
4237
4237
|
- -c
|
|
4238
4238
|
name: gitops-deprovision-suite
|
|
4239
4239
|
imagePullPolicy: IfNotPresent
|
|
4240
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
4240
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
4241
4241
|
workspaces:
|
|
4242
4242
|
- name: configs
|
|
4243
4243
|
|
|
@@ -4340,7 +4340,7 @@ spec:
|
|
|
4340
4340
|
- -c
|
|
4341
4341
|
name: gitops-dro
|
|
4342
4342
|
imagePullPolicy: IfNotPresent
|
|
4343
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
4343
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
4344
4344
|
workspaces:
|
|
4345
4345
|
- name: configs
|
|
4346
4346
|
# --------------------------------------------------------------------------------
|
|
@@ -4422,7 +4422,7 @@ spec:
|
|
|
4422
4422
|
- -c
|
|
4423
4423
|
name: gitops-efs
|
|
4424
4424
|
imagePullPolicy: IfNotPresent
|
|
4425
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
4425
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
4426
4426
|
workspaces:
|
|
4427
4427
|
- name: configs
|
|
4428
4428
|
|
|
@@ -4557,7 +4557,7 @@ spec:
|
|
|
4557
4557
|
- -c
|
|
4558
4558
|
name: gitops-jdbc-config
|
|
4559
4559
|
imagePullPolicy: Always
|
|
4560
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
4560
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
4561
4561
|
workspaces:
|
|
4562
4562
|
- name: configs
|
|
4563
4563
|
- name: shared-gitops-configs
|
|
@@ -4653,7 +4653,7 @@ spec:
|
|
|
4653
4653
|
- -c
|
|
4654
4654
|
name: gitops-kafka-config
|
|
4655
4655
|
imagePullPolicy: Always
|
|
4656
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
4656
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
4657
4657
|
workspaces:
|
|
4658
4658
|
- name: configs
|
|
4659
4659
|
|
|
@@ -4774,7 +4774,7 @@ spec:
|
|
|
4774
4774
|
- -c
|
|
4775
4775
|
name: gitops-kafka
|
|
4776
4776
|
imagePullPolicy: IfNotPresent
|
|
4777
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
4777
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
4778
4778
|
workspaces:
|
|
4779
4779
|
- name: configs
|
|
4780
4780
|
# --------------------------------------------------------------------------------
|
|
@@ -4825,7 +4825,7 @@ spec:
|
|
|
4825
4825
|
- -c
|
|
4826
4826
|
name: gitops-license
|
|
4827
4827
|
imagePullPolicy: Always
|
|
4828
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
4828
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
4829
4829
|
workspaces:
|
|
4830
4830
|
- name: shared-entitlement
|
|
4831
4831
|
|
|
@@ -5282,7 +5282,7 @@ spec:
|
|
|
5282
5282
|
- -c
|
|
5283
5283
|
name: gitops-mas-fvt-preparer
|
|
5284
5284
|
imagePullPolicy: Always
|
|
5285
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
5285
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
5286
5286
|
workspaces:
|
|
5287
5287
|
- name: configs
|
|
5288
5288
|
- name: shared-additional-configs
|
|
@@ -5686,7 +5686,7 @@ spec:
|
|
|
5686
5686
|
- -c
|
|
5687
5687
|
name: gitops-mas-initiator
|
|
5688
5688
|
imagePullPolicy: IfNotPresent
|
|
5689
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
5689
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
5690
5690
|
workspaces:
|
|
5691
5691
|
- name: configs
|
|
5692
5692
|
# --------------------------------------------------------------------------------
|
|
@@ -5793,7 +5793,7 @@ spec:
|
|
|
5793
5793
|
- -c
|
|
5794
5794
|
name: gitops-mongo
|
|
5795
5795
|
imagePullPolicy: IfNotPresent
|
|
5796
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
5796
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
5797
5797
|
workspaces:
|
|
5798
5798
|
- name: configs
|
|
5799
5799
|
|
|
@@ -5905,7 +5905,7 @@ spec:
|
|
|
5905
5905
|
- -c
|
|
5906
5906
|
name: gitops-nvidia-gpu
|
|
5907
5907
|
imagePullPolicy: IfNotPresent
|
|
5908
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
5908
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
5909
5909
|
workspaces:
|
|
5910
5910
|
- name: configs
|
|
5911
5911
|
# --------------------------------------------------------------------------------
|
|
@@ -6022,7 +6022,7 @@ spec:
|
|
|
6022
6022
|
- -c
|
|
6023
6023
|
name: gitops-process-mongo-user
|
|
6024
6024
|
imagePullPolicy: IfNotPresent
|
|
6025
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
6025
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
6026
6026
|
workspaces:
|
|
6027
6027
|
- name: configs
|
|
6028
6028
|
# --------------------------------------------------------------------------------
|
|
@@ -6078,7 +6078,7 @@ spec:
|
|
|
6078
6078
|
- -c
|
|
6079
6079
|
name: gitops-rosa
|
|
6080
6080
|
imagePullPolicy: IfNotPresent
|
|
6081
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
6081
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
6082
6082
|
workspaces:
|
|
6083
6083
|
- name: configs
|
|
6084
6084
|
# --------------------------------------------------------------------------------
|
|
@@ -6250,7 +6250,7 @@ spec:
|
|
|
6250
6250
|
- -c
|
|
6251
6251
|
name: gitops-suite-app-config
|
|
6252
6252
|
imagePullPolicy: IfNotPresent
|
|
6253
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
6253
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
6254
6254
|
workspaces:
|
|
6255
6255
|
- name: configs
|
|
6256
6256
|
- name: shared-gitops-configs
|
|
@@ -6403,7 +6403,7 @@ spec:
|
|
|
6403
6403
|
- -c
|
|
6404
6404
|
name: gitops-suite-app-install
|
|
6405
6405
|
imagePullPolicy: Always
|
|
6406
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
6406
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
6407
6407
|
workspaces:
|
|
6408
6408
|
- name: configs
|
|
6409
6409
|
- name: shared-gitops-configs
|
|
@@ -6509,7 +6509,7 @@ spec:
|
|
|
6509
6509
|
- -c
|
|
6510
6510
|
name: gitops-suite-certs
|
|
6511
6511
|
imagePullPolicy: IfNotPresent
|
|
6512
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
6512
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
6513
6513
|
workspaces:
|
|
6514
6514
|
- name: configs
|
|
6515
6515
|
- name: certificates
|
|
@@ -6669,7 +6669,7 @@ spec:
|
|
|
6669
6669
|
- -c
|
|
6670
6670
|
name: gitops-suite-config
|
|
6671
6671
|
imagePullPolicy: IfNotPresent
|
|
6672
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
6672
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
6673
6673
|
workspaces:
|
|
6674
6674
|
- name: configs
|
|
6675
6675
|
- name: shared-additional-configs
|
|
@@ -6769,7 +6769,7 @@ spec:
|
|
|
6769
6769
|
- -c
|
|
6770
6770
|
name: gitops-suite-dns
|
|
6771
6771
|
imagePullPolicy: IfNotPresent
|
|
6772
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
6772
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
6773
6773
|
workspaces:
|
|
6774
6774
|
- name: configs
|
|
6775
6775
|
|
|
@@ -6893,7 +6893,7 @@ spec:
|
|
|
6893
6893
|
- -c
|
|
6894
6894
|
name: gitops-suite-idp-config
|
|
6895
6895
|
imagePullPolicy: IfNotPresent
|
|
6896
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
6896
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
6897
6897
|
workspaces:
|
|
6898
6898
|
- name: configs
|
|
6899
6899
|
- name: shared-additional-configs
|
|
@@ -6994,7 +6994,7 @@ spec:
|
|
|
6994
6994
|
- -c
|
|
6995
6995
|
name: gitops-suite-objectstorage-config
|
|
6996
6996
|
imagePullPolicy: IfNotPresent
|
|
6997
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
6997
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
6998
6998
|
workspaces:
|
|
6999
6999
|
- name: configs
|
|
7000
7000
|
- name: shared-gitops-configs
|
|
@@ -7138,7 +7138,7 @@ spec:
|
|
|
7138
7138
|
- -c
|
|
7139
7139
|
name: gitops-suite-smtp-config
|
|
7140
7140
|
imagePullPolicy: IfNotPresent
|
|
7141
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
7141
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
7142
7142
|
workspaces:
|
|
7143
7143
|
- name: configs
|
|
7144
7144
|
|
|
@@ -7247,7 +7247,7 @@ spec:
|
|
|
7247
7247
|
- -c
|
|
7248
7248
|
name: gitops-suite-watson-studio-config
|
|
7249
7249
|
imagePullPolicy: IfNotPresent
|
|
7250
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
7250
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
7251
7251
|
workspaces:
|
|
7252
7252
|
- name: configs
|
|
7253
7253
|
- name: shared-gitops-configs
|
|
@@ -7344,7 +7344,7 @@ spec:
|
|
|
7344
7344
|
- -c
|
|
7345
7345
|
name: gitops-suite-workspace
|
|
7346
7346
|
imagePullPolicy: IfNotPresent
|
|
7347
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
7347
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
7348
7348
|
workspaces:
|
|
7349
7349
|
- name: configs
|
|
7350
7350
|
# --------------------------------------------------------------------------------
|
|
@@ -7614,7 +7614,7 @@ spec:
|
|
|
7614
7614
|
- -c
|
|
7615
7615
|
name: gitops-suite
|
|
7616
7616
|
imagePullPolicy: IfNotPresent
|
|
7617
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
7617
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
7618
7618
|
workspaces:
|
|
7619
7619
|
- name: configs
|
|
7620
7620
|
- name: shared-gitops-configs
|
|
@@ -7664,7 +7664,7 @@ spec:
|
|
|
7664
7664
|
|
|
7665
7665
|
steps:
|
|
7666
7666
|
- name: grafana
|
|
7667
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
7667
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
7668
7668
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7669
7669
|
command:
|
|
7670
7670
|
- /opt/app-root/src/run-role.sh
|
|
@@ -7798,7 +7798,7 @@ spec:
|
|
|
7798
7798
|
command:
|
|
7799
7799
|
- /opt/app-root/src/run-role.sh
|
|
7800
7800
|
- ibm_catalogs
|
|
7801
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
7801
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
7802
7802
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7803
7803
|
workingDir: /workspace/configs
|
|
7804
7804
|
# --------------------------------------------------------------------------------
|
|
@@ -8040,7 +8040,7 @@ spec:
|
|
|
8040
8040
|
command:
|
|
8041
8041
|
- /opt/app-root/src/run-role.sh
|
|
8042
8042
|
- kafka
|
|
8043
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8043
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8044
8044
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8045
8045
|
workingDir: /workspace/configs
|
|
8046
8046
|
|
|
@@ -8217,7 +8217,7 @@ spec:
|
|
|
8217
8217
|
command:
|
|
8218
8218
|
- /opt/app-root/src/run-role.sh
|
|
8219
8219
|
- mongodb
|
|
8220
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8220
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8221
8221
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8222
8222
|
workingDir: /workspace/configs
|
|
8223
8223
|
|
|
@@ -8260,7 +8260,7 @@ spec:
|
|
|
8260
8260
|
- $(params.base_output_dir)
|
|
8261
8261
|
- --extra-namespaces
|
|
8262
8262
|
- selenium
|
|
8263
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8263
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8264
8264
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8265
8265
|
env:
|
|
8266
8266
|
- name: DEVOPS_MONGO_URI
|
|
@@ -8377,7 +8377,7 @@ spec:
|
|
|
8377
8377
|
command:
|
|
8378
8378
|
- /opt/app-root/src/run-role.sh
|
|
8379
8379
|
- nvidia_gpu
|
|
8380
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8380
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8381
8381
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8382
8382
|
workingDir: /workspace/configs
|
|
8383
8383
|
|
|
@@ -8413,7 +8413,7 @@ spec:
|
|
|
8413
8413
|
# Verify Cluster
|
|
8414
8414
|
# -------------------------------------------------------------------------
|
|
8415
8415
|
- name: ocp-verify-cluster
|
|
8416
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8416
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8417
8417
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8418
8418
|
command:
|
|
8419
8419
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8455,7 +8455,7 @@ spec:
|
|
|
8455
8455
|
# Verify Catalogs
|
|
8456
8456
|
# -------------------------------------------------------------------------
|
|
8457
8457
|
- name: ocp-verify-catalogs
|
|
8458
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8458
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8459
8459
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8460
8460
|
command:
|
|
8461
8461
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8497,7 +8497,7 @@ spec:
|
|
|
8497
8497
|
# Verify Subscriptions
|
|
8498
8498
|
# -------------------------------------------------------------------------
|
|
8499
8499
|
- name: ocp-verify-subscriptions
|
|
8500
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8500
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8501
8501
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8502
8502
|
command:
|
|
8503
8503
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8539,7 +8539,7 @@ spec:
|
|
|
8539
8539
|
# Verify Workloads
|
|
8540
8540
|
# -------------------------------------------------------------------------
|
|
8541
8541
|
- name: ocp-verify-workloads
|
|
8542
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8542
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8543
8543
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8544
8544
|
command:
|
|
8545
8545
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8581,7 +8581,7 @@ spec:
|
|
|
8581
8581
|
# Verify Catalogs - Ingress TLS
|
|
8582
8582
|
# -------------------------------------------------------------------------
|
|
8583
8583
|
- name: ocp-verify-ingress
|
|
8584
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8584
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8585
8585
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8586
8586
|
command:
|
|
8587
8587
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8707,7 +8707,7 @@ spec:
|
|
|
8707
8707
|
command:
|
|
8708
8708
|
- /opt/app-root/src/run-role.sh
|
|
8709
8709
|
- ocp_verify
|
|
8710
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8710
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8711
8711
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8712
8712
|
workingDir: /workspace/configs
|
|
8713
8713
|
# --------------------------------------------------------------------------------
|
|
@@ -8775,7 +8775,7 @@ spec:
|
|
|
8775
8775
|
command:
|
|
8776
8776
|
- /opt/app-root/src/run-role.sh
|
|
8777
8777
|
- ocs
|
|
8778
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8778
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8779
8779
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8780
8780
|
workingDir: /workspace/configs
|
|
8781
8781
|
|
|
@@ -8956,7 +8956,7 @@ spec:
|
|
|
8956
8956
|
command:
|
|
8957
8957
|
- /opt/app-root/src/run-role.sh
|
|
8958
8958
|
- sls
|
|
8959
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
8959
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
8960
8960
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8961
8961
|
workingDir: /workspace/configs
|
|
8962
8962
|
|
|
@@ -9031,11 +9031,11 @@ spec:
|
|
|
9031
9031
|
type: string
|
|
9032
9032
|
description: Flag indicating if manage demodata should be loaded or not
|
|
9033
9033
|
default: ""
|
|
9034
|
-
- name:
|
|
9034
|
+
- name: mas_app_settings_base_lang
|
|
9035
9035
|
type: string
|
|
9036
9036
|
description: Defines Manage application base language
|
|
9037
9037
|
default: "EN"
|
|
9038
|
-
- name:
|
|
9038
|
+
- name: mas_app_settings_secondary_langs
|
|
9039
9039
|
type: string
|
|
9040
9040
|
description: Defines Manage application list of secondary languages
|
|
9041
9041
|
default: ""
|
|
@@ -9242,9 +9242,9 @@ spec:
|
|
|
9242
9242
|
- name: MAS_APP_SETTINGS_DEMODATA
|
|
9243
9243
|
value: $(params.mas_app_settings_demodata)
|
|
9244
9244
|
- name: MAS_APP_SETTINGS_BASE_LANG
|
|
9245
|
-
value: $(params.
|
|
9245
|
+
value: $(params.mas_app_settings_base_lang)
|
|
9246
9246
|
- name: MAS_APP_SETTINGS_SECONDARY_LANGS
|
|
9247
|
-
value: $(params.
|
|
9247
|
+
value: $(params.mas_app_settings_secondary_langs)
|
|
9248
9248
|
- name: MAS_APP_SETTINGS_SERVER_TIMEZONE
|
|
9249
9249
|
value: $(params.mas_app_settings_server_timezone)
|
|
9250
9250
|
- name: MAS_APP_SETTINGS_PERSISTENT_VOLUMES_FLAG
|
|
@@ -9331,12 +9331,12 @@ spec:
|
|
|
9331
9331
|
command:
|
|
9332
9332
|
- /opt/app-root/src/run-role.sh
|
|
9333
9333
|
- suite_app_config
|
|
9334
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
9334
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
9335
9335
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9336
9336
|
|
|
9337
9337
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
9338
9338
|
- name: app-cfg-post-verify
|
|
9339
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
9339
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
9340
9340
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9341
9341
|
command:
|
|
9342
9342
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -9537,7 +9537,7 @@ spec:
|
|
|
9537
9537
|
command:
|
|
9538
9538
|
- /opt/app-root/src/run-role.sh
|
|
9539
9539
|
- suite_app_install
|
|
9540
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
9540
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
9541
9541
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9542
9542
|
|
|
9543
9543
|
workspaces:
|
|
@@ -9626,7 +9626,7 @@ spec:
|
|
|
9626
9626
|
command:
|
|
9627
9627
|
- /opt/app-root/src/run-role.sh
|
|
9628
9628
|
- suite_app_rollback
|
|
9629
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
9629
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
9630
9630
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9631
9631
|
# --------------------------------------------------------------------------------
|
|
9632
9632
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -9689,7 +9689,7 @@ spec:
|
|
|
9689
9689
|
command:
|
|
9690
9690
|
- /opt/app-root/src/run-role.sh
|
|
9691
9691
|
- suite_app_uninstall
|
|
9692
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
9692
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
9693
9693
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9694
9694
|
# --------------------------------------------------------------------------------
|
|
9695
9695
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -9764,7 +9764,7 @@ spec:
|
|
|
9764
9764
|
command:
|
|
9765
9765
|
- /opt/app-root/src/run-role.sh
|
|
9766
9766
|
- suite_app_upgrade
|
|
9767
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
9767
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
9768
9768
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9769
9769
|
# --------------------------------------------------------------------------------
|
|
9770
9770
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -9865,7 +9865,7 @@ spec:
|
|
|
9865
9865
|
command:
|
|
9866
9866
|
- /opt/app-root/src/run-role.sh
|
|
9867
9867
|
- suite_app_verify
|
|
9868
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
9868
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
9869
9869
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9870
9870
|
# --------------------------------------------------------------------------------
|
|
9871
9871
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -10008,7 +10008,7 @@ spec:
|
|
|
10008
10008
|
command:
|
|
10009
10009
|
- /opt/app-root/src/run-role.sh
|
|
10010
10010
|
- suite_certs
|
|
10011
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
10011
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
10012
10012
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10013
10013
|
|
|
10014
10014
|
workspaces:
|
|
@@ -10075,7 +10075,7 @@ spec:
|
|
|
10075
10075
|
command:
|
|
10076
10076
|
- /opt/app-root/src/run-role.sh
|
|
10077
10077
|
- suite_config
|
|
10078
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
10078
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
10079
10079
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10080
10080
|
workingDir: /workspace/configs
|
|
10081
10081
|
|
|
@@ -10146,7 +10146,7 @@ spec:
|
|
|
10146
10146
|
command:
|
|
10147
10147
|
- /opt/app-root/src/run-role.sh
|
|
10148
10148
|
- suite_db2_setup_for_manage
|
|
10149
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
10149
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
10150
10150
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10151
10151
|
# --------------------------------------------------------------------------------
|
|
10152
10152
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -10336,7 +10336,7 @@ spec:
|
|
|
10336
10336
|
command:
|
|
10337
10337
|
- /opt/app-root/src/run-role.sh
|
|
10338
10338
|
- suite_dns
|
|
10339
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
10339
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
10340
10340
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10341
10341
|
# --------------------------------------------------------------------------------
|
|
10342
10342
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -10580,7 +10580,7 @@ spec:
|
|
|
10580
10580
|
command:
|
|
10581
10581
|
- /opt/app-root/src/run-role.sh
|
|
10582
10582
|
- suite_install
|
|
10583
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
10583
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
10584
10584
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10585
10585
|
workingDir: /workspace/configs
|
|
10586
10586
|
|
|
@@ -10668,7 +10668,7 @@ spec:
|
|
|
10668
10668
|
command:
|
|
10669
10669
|
- /opt/app-root/src/run-role.sh
|
|
10670
10670
|
- suite_rollback
|
|
10671
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
10671
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
10672
10672
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10673
10673
|
# --------------------------------------------------------------------------------
|
|
10674
10674
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -10733,7 +10733,7 @@ spec:
|
|
|
10733
10733
|
command:
|
|
10734
10734
|
- /opt/app-root/src/run-role.sh
|
|
10735
10735
|
- suite_uninstall
|
|
10736
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
10736
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
10737
10737
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10738
10738
|
# --------------------------------------------------------------------------------
|
|
10739
10739
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -10803,7 +10803,7 @@ spec:
|
|
|
10803
10803
|
command:
|
|
10804
10804
|
- /opt/app-root/src/run-role.sh
|
|
10805
10805
|
- suite_upgrade
|
|
10806
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
10806
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
10807
10807
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10808
10808
|
# --------------------------------------------------------------------------------
|
|
10809
10809
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -10865,12 +10865,12 @@ spec:
|
|
|
10865
10865
|
command:
|
|
10866
10866
|
- /opt/app-root/src/run-role.sh
|
|
10867
10867
|
- suite_verify
|
|
10868
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
10868
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
10869
10869
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10870
10870
|
|
|
10871
10871
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10872
10872
|
- name: suite-post-verify
|
|
10873
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
10873
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
10874
10874
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10875
10875
|
command:
|
|
10876
10876
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10999,7 +10999,7 @@ spec:
|
|
|
10999
10999
|
command:
|
|
11000
11000
|
- /opt/app-root/src/run-role.sh
|
|
11001
11001
|
- turbonomic
|
|
11002
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
11002
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
11003
11003
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11004
11004
|
# --------------------------------------------------------------------------------
|
|
11005
11005
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -11080,7 +11080,7 @@ spec:
|
|
|
11080
11080
|
# IBM User Data Services (UDS)
|
|
11081
11081
|
# -------------------------------------------------------------------------
|
|
11082
11082
|
- name: uds
|
|
11083
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
11083
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
11084
11084
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11085
11085
|
workingDir: /workspace/configs
|
|
11086
11086
|
command:
|
|
@@ -11143,7 +11143,7 @@ spec:
|
|
|
11143
11143
|
# IBM Data Reporter Operator (DRO)
|
|
11144
11144
|
# -------------------------------------------------------------------------
|
|
11145
11145
|
- name: dro
|
|
11146
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
11146
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
11147
11147
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11148
11148
|
workingDir: /workspace/configs
|
|
11149
11149
|
command:
|
|
@@ -11229,7 +11229,7 @@ spec:
|
|
|
11229
11229
|
|
|
11230
11230
|
steps:
|
|
11231
11231
|
- name: update-configmap
|
|
11232
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
11232
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
11233
11233
|
command:
|
|
11234
11234
|
- /opt/app-root/src/update-configmap.sh
|
|
11235
11235
|
env:
|
|
@@ -11291,7 +11291,7 @@ spec:
|
|
|
11291
11291
|
|
|
11292
11292
|
steps:
|
|
11293
11293
|
- name: wait-for-configmap
|
|
11294
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
11294
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
11295
11295
|
command:
|
|
11296
11296
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
11297
11297
|
env:
|
|
@@ -11355,7 +11355,7 @@ spec:
|
|
|
11355
11355
|
|
|
11356
11356
|
steps:
|
|
11357
11357
|
- name: wait
|
|
11358
|
-
image: quay.io/ibmmas/cli:10.9.
|
|
11358
|
+
image: quay.io/ibmmas/cli:10.9.2
|
|
11359
11359
|
command:
|
|
11360
11360
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
11361
11361
|
env:
|
|
@@ -18602,11 +18602,11 @@ spec:
|
|
|
18602
18602
|
type: string
|
|
18603
18603
|
description: Flag indicating if manage demodata should be loaded or not
|
|
18604
18604
|
default: ""
|
|
18605
|
-
- name:
|
|
18605
|
+
- name: mas_app_settings_base_lang
|
|
18606
18606
|
type: string
|
|
18607
18607
|
description: Defines Manage application base language
|
|
18608
18608
|
default: "EN"
|
|
18609
|
-
- name:
|
|
18609
|
+
- name: mas_app_settings_secondary_langs
|
|
18610
18610
|
type: string
|
|
18611
18611
|
description: Defines Manage application list of secondary languages
|
|
18612
18612
|
default: ""
|
|
@@ -20528,10 +20528,10 @@ spec:
|
|
|
20528
20528
|
value: $(params.mas_app_settings_aio_flag)
|
|
20529
20529
|
- name: mas_app_settings_demodata
|
|
20530
20530
|
value: $(params.mas_app_settings_demodata)
|
|
20531
|
-
- name:
|
|
20532
|
-
value: $(params.
|
|
20533
|
-
- name:
|
|
20534
|
-
value: $(params.
|
|
20531
|
+
- name: mas_app_settings_base_lang
|
|
20532
|
+
value: $(params.mas_app_settings_base_lang)
|
|
20533
|
+
- name: mas_app_settings_secondary_langs
|
|
20534
|
+
value: $(params.mas_app_settings_secondary_langs)
|
|
20535
20535
|
- name: mas_app_settings_server_timezone
|
|
20536
20536
|
value: $(params.mas_app_settings_server_timezone)
|
|
20537
20537
|
- name: mas_app_settings_persistent_volumes_flag
|
|
@@ -20998,6 +20998,7 @@ spec:
|
|
|
20998
20998
|
- app-cfg-predict # infers Manage completed
|
|
20999
20999
|
- app-cfg-monitor # infers IoT completed
|
|
21000
21000
|
- app-cfg-visualinspection
|
|
21001
|
+
- arcgis
|
|
21001
21002
|
- eck
|
|
21002
21003
|
- turbonomic
|
|
21003
21004
|
- cognos
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=r_K88L8PEG5NKnUN7-uaghDKkbWrk-r2cG0CmMqWRtQ,526
|
|
2
|
+
mas/cli/cli.py,sha256=6QK7m06wIKcvo23QrVlVXmKwmI2MjenZ7MdtXKxYlhc,14563
|
|
3
3
|
mas/cli/displayMixins.py,sha256=ygDJ8KPLdJpip_JQ4JDPWbvo7ZIdsOZQfQoVnMdAauM,5594
|
|
4
4
|
mas/cli/gencfg.py,sha256=57ik5x73gQBFXPl_8h2byXmV_vhCgxfeSDZk4Wg5-Pw,2102
|
|
5
5
|
mas/cli/validators.py,sha256=vi1pFA8QtqMhqtGk1NlkkNDUrlFCi53kS5wJqFGDgOU,5108
|
|
6
6
|
mas/cli/install/__init__.py,sha256=tGH_qJ5ZqcSFpIlObRiye3Y-r4zU8rEplYFjwuHwBTY,494
|
|
7
|
-
mas/cli/install/app.py,sha256=
|
|
7
|
+
mas/cli/install/app.py,sha256=l0xiFwBYld5BEKoGA3TWl-ls0usC2aVULK5ti5fmYA8,54992
|
|
8
8
|
mas/cli/install/argBuilder.py,sha256=WHlFwqg35-cTMaSj2AbeqkzmUqnaQ8k1DyaHO7NgIoU,22574
|
|
9
9
|
mas/cli/install/argParser.py,sha256=TMTRSSksZeujGsDX7g0oWfIibVUxVqkcuL5iRRRWzEE,26446
|
|
10
10
|
mas/cli/install/summarizer.py,sha256=9dxRDOdGGH4TOsNWAwIigqusqVUMa-R8tj9TPPKTx_4,18907
|
|
@@ -14,7 +14,7 @@ mas/cli/install/settings/db2Settings.py,sha256=mR0XL81Talvwvm1bekw0o9VOwV42QkS0j
|
|
|
14
14
|
mas/cli/install/settings/kafkaSettings.py,sha256=bjAji5OZfSBpttiYHKM5B5Lvva8L8PUzi8QSs6opQcE,6997
|
|
15
15
|
mas/cli/install/settings/manageSettings.py,sha256=TSByaLXVF9hRH0hqhX-eBc7dIHrOf4zgviOq2YrjSHc,13658
|
|
16
16
|
mas/cli/install/settings/turbonomicSettings.py,sha256=eqMDocZxJnGEnWh41Yh8rmmVKVR_JnA8qrbfRrFAOaQ,1588
|
|
17
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
17
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=ym9vS9hCeYm4dRpSirpAftR3y_lQVFSswJZpRTp5X-A,707115
|
|
18
18
|
mas/cli/templates/jdbccfg.yml.j2,sha256=cANbwkUkKEPQp-P3_BB_Llbt94457Ciagah2hOdySIM,1644
|
|
19
19
|
mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml,sha256=8VG_FDFcEjWNaAOZTcS58Pe0tWOXC10SJLloNqzEMC8,757
|
|
20
20
|
mas/cli/templates/pod-templates/best-effort/ibm-mas-bascfg.yml,sha256=rkq8c2pVJoskgict9tCZzCchGSE2MBC-dJ47JyMYm7A,1559
|
|
@@ -95,8 +95,8 @@ mas/cli/update/argParser.py,sha256=k9-2i6KRvU4gxkiHJTgtjh1IkDaaLzgisrZe6-JORJA,3
|
|
|
95
95
|
mas/cli/upgrade/__init__.py,sha256=tGH_qJ5ZqcSFpIlObRiye3Y-r4zU8rEplYFjwuHwBTY,494
|
|
96
96
|
mas/cli/upgrade/app.py,sha256=AjRI1uCVfl--edonhUb9ZTrp_QifJTQPp-ORT1S_uO8,5375
|
|
97
97
|
mas/cli/upgrade/argParser.py,sha256=jl8SU0mXDMAkpfqXaKE4MPNUmVoD0LSsvMUSJjU1dbQ,1881
|
|
98
|
-
mas_cli-10.9.
|
|
99
|
-
mas_cli-10.9.
|
|
100
|
-
mas_cli-10.9.
|
|
101
|
-
mas_cli-10.9.
|
|
102
|
-
mas_cli-10.9.
|
|
98
|
+
mas_cli-10.9.2.data/scripts/mas-cli,sha256=sEPYV6KUzcq4ukiTM4tMLsYKv-d9Ms0aJI9Uhjg_G9Y,3436
|
|
99
|
+
mas_cli-10.9.2.dist-info/METADATA,sha256=14sssxtN7E2orc4q9pAfXilwhGwVAqaJqOe0PaeMais,2076
|
|
100
|
+
mas_cli-10.9.2.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
|
|
101
|
+
mas_cli-10.9.2.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
102
|
+
mas_cli-10.9.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|