mas-cli 11.8.0__py3-none-any.whl → 11.8.1__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 +1 -1
- mas/cli/install/settings/manageSettings.py +1 -1
- mas/cli/install/summarizer.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +101 -101
- mas/cli/update/app.py +1 -1
- {mas_cli-11.8.0.dist-info → mas_cli-11.8.1.dist-info}/METADATA +2 -2
- {mas_cli-11.8.0.dist-info → mas_cli-11.8.1.dist-info}/RECORD +11 -11
- {mas_cli-11.8.0.dist-info → mas_cli-11.8.1.dist-info}/WHEEL +1 -1
- {mas_cli-11.8.0.data → mas_cli-11.8.1.data}/scripts/mas-cli +0 -0
- {mas_cli-11.8.0.dist-info → mas_cli-11.8.1.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/cli.py
CHANGED
|
@@ -117,7 +117,7 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
117
117
|
logging.getLogger('asyncio').setLevel(logging.INFO)
|
|
118
118
|
|
|
119
119
|
# Supports extended semver, unlike mas.cli.__version__
|
|
120
|
-
self.version = "11.8.
|
|
120
|
+
self.version = "11.8.1"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|
|
@@ -79,7 +79,7 @@ class ManageSettingsMixin():
|
|
|
79
79
|
if self.yesOrNo(" - Asset Configuration Manager"):
|
|
80
80
|
self.params["mas_appws_components"] += ",acm=latest"
|
|
81
81
|
if self.yesOrNo(" - Aviation"):
|
|
82
|
-
self.params["mas_appws_components"] += ",
|
|
82
|
+
self.params["mas_appws_components"] += ",aviation=latest"
|
|
83
83
|
if self.yesOrNo(" - Civil Infrastructure"):
|
|
84
84
|
self.params["mas_appws_components"] += ",civil=latest"
|
|
85
85
|
if self.yesOrNo(" - Envizi"):
|
mas/cli/install/summarizer.py
CHANGED
|
@@ -181,7 +181,7 @@ class InstallSummarizerMixin():
|
|
|
181
181
|
print_formatted_text(HTML(" <SkyBlue>+ Components</SkyBlue>"))
|
|
182
182
|
self.printSummary(" + ACM", "Enabled" if "acm=" in self.getParam("mas_appws_components") else "Disabled")
|
|
183
183
|
self.printSummary(" + Aviation", "Enabled" if "aviation=" in self.getParam("mas_appws_components") else "Disabled")
|
|
184
|
-
self.printSummary(" + Civil Infrastructure", "Enabled" if "
|
|
184
|
+
self.printSummary(" + Civil Infrastructure", "Enabled" if "civil=" in self.getParam("mas_appws_components") else "Disabled")
|
|
185
185
|
self.printSummary(" + Envizi", "Enabled" if "envizi=" in self.getParam("mas_appws_components") else "Disabled")
|
|
186
186
|
self.printSummary(" + Health", "Enabled" if "health=" in self.getParam("mas_appws_components") else "Disabled")
|
|
187
187
|
self.printSummary(" + HSE", "Enabled" if "hse=" in self.getParam("mas_appws_components") else "Disabled")
|
|
@@ -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:11.8.
|
|
234
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
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:11.8.
|
|
345
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
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:11.8.
|
|
463
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
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:11.8.
|
|
533
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
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:11.8.
|
|
599
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -717,7 +717,7 @@ spec:
|
|
|
717
717
|
command:
|
|
718
718
|
- /opt/app-root/src/run-role.sh
|
|
719
719
|
- cos
|
|
720
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
720
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
721
721
|
imagePullPolicy: $(params.image_pull_policy)
|
|
722
722
|
workingDir: /workspace/configs
|
|
723
723
|
|
|
@@ -837,7 +837,7 @@ spec:
|
|
|
837
837
|
command:
|
|
838
838
|
- /opt/app-root/src/run-role.sh
|
|
839
839
|
- cp4d_service
|
|
840
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
840
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
841
841
|
imagePullPolicy: $(params.image_pull_policy)
|
|
842
842
|
workingDir: /workspace/configs
|
|
843
843
|
# --------------------------------------------------------------------------------
|
|
@@ -954,7 +954,7 @@ spec:
|
|
|
954
954
|
command:
|
|
955
955
|
- /opt/app-root/src/run-role.sh
|
|
956
956
|
- cp4d_service
|
|
957
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
957
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
958
958
|
imagePullPolicy: $(params.image_pull_policy)
|
|
959
959
|
workingDir: /workspace/configs
|
|
960
960
|
|
|
@@ -1060,7 +1060,7 @@ spec:
|
|
|
1060
1060
|
command:
|
|
1061
1061
|
- /opt/app-root/src/run-role.sh
|
|
1062
1062
|
- cp4d
|
|
1063
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
1063
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
1064
1064
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1065
1065
|
# --------------------------------------------------------------------------------
|
|
1066
1066
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1382,7 +1382,7 @@ spec:
|
|
|
1382
1382
|
command:
|
|
1383
1383
|
- /opt/app-root/src/run-role.sh
|
|
1384
1384
|
- db2
|
|
1385
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
1385
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
1386
1386
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1387
1387
|
workingDir: /workspace/configs
|
|
1388
1388
|
|
|
@@ -1492,7 +1492,7 @@ spec:
|
|
|
1492
1492
|
command:
|
|
1493
1493
|
- /opt/app-root/src/run-role.sh
|
|
1494
1494
|
- eck
|
|
1495
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
1495
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
1496
1496
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1497
1497
|
# --------------------------------------------------------------------------------
|
|
1498
1498
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1581,7 +1581,7 @@ spec:
|
|
|
1581
1581
|
command:
|
|
1582
1582
|
- /opt/app-root/src/run-role.sh
|
|
1583
1583
|
- gencfg_workspace
|
|
1584
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
1584
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
1585
1585
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1586
1586
|
workingDir: /workspace/configs
|
|
1587
1587
|
|
|
@@ -1685,7 +1685,7 @@ spec:
|
|
|
1685
1685
|
- -c
|
|
1686
1686
|
name: gitops-bootstrap
|
|
1687
1687
|
imagePullPolicy: IfNotPresent
|
|
1688
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
1688
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
1689
1689
|
workspaces:
|
|
1690
1690
|
- name: configs
|
|
1691
1691
|
# --------------------------------------------------------------------------------
|
|
@@ -1767,7 +1767,7 @@ spec:
|
|
|
1767
1767
|
- -c
|
|
1768
1768
|
name: gitops-cis-compliance
|
|
1769
1769
|
imagePullPolicy: IfNotPresent
|
|
1770
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
1770
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
1771
1771
|
workspaces:
|
|
1772
1772
|
- name: configs
|
|
1773
1773
|
# --------------------------------------------------------------------------------
|
|
@@ -1971,7 +1971,7 @@ spec:
|
|
|
1971
1971
|
- -c
|
|
1972
1972
|
name: gitops-cluster
|
|
1973
1973
|
imagePullPolicy: Always
|
|
1974
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
1974
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
1975
1975
|
workspaces:
|
|
1976
1976
|
- name: configs
|
|
1977
1977
|
# --------------------------------------------------------------------------------
|
|
@@ -2066,7 +2066,7 @@ spec:
|
|
|
2066
2066
|
- -c
|
|
2067
2067
|
name: gitops-cos
|
|
2068
2068
|
imagePullPolicy: IfNotPresent
|
|
2069
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
2069
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
2070
2070
|
workspaces:
|
|
2071
2071
|
- name: configs
|
|
2072
2072
|
# --------------------------------------------------------------------------------
|
|
@@ -2214,7 +2214,7 @@ spec:
|
|
|
2214
2214
|
- -c
|
|
2215
2215
|
name: gitops-cp4d-service
|
|
2216
2216
|
imagePullPolicy: IfNotPresent
|
|
2217
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
2217
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
2218
2218
|
workspaces:
|
|
2219
2219
|
- name: configs
|
|
2220
2220
|
- name: shared-gitops-configs
|
|
@@ -2343,7 +2343,7 @@ spec:
|
|
|
2343
2343
|
- -c
|
|
2344
2344
|
name: gitops-cp4d
|
|
2345
2345
|
imagePullPolicy: IfNotPresent
|
|
2346
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
2346
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
2347
2347
|
workspaces:
|
|
2348
2348
|
- name: configs
|
|
2349
2349
|
- name: shared-gitops-configs
|
|
@@ -2595,7 +2595,7 @@ spec:
|
|
|
2595
2595
|
- -c
|
|
2596
2596
|
name: gitops-db2u-database
|
|
2597
2597
|
imagePullPolicy: Always
|
|
2598
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
2598
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
2599
2599
|
workspaces:
|
|
2600
2600
|
- name: configs
|
|
2601
2601
|
- name: shared-gitops-configs
|
|
@@ -2693,7 +2693,7 @@ spec:
|
|
|
2693
2693
|
- -c
|
|
2694
2694
|
name: gitops-db2u
|
|
2695
2695
|
imagePullPolicy: IfNotPresent
|
|
2696
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
2696
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
2697
2697
|
workspaces:
|
|
2698
2698
|
- name: configs
|
|
2699
2699
|
# --------------------------------------------------------------------------------
|
|
@@ -2820,7 +2820,7 @@ spec:
|
|
|
2820
2820
|
- -c
|
|
2821
2821
|
name: gitops-delete-jdbc-config
|
|
2822
2822
|
imagePullPolicy: IfNotPresent
|
|
2823
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
2823
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
2824
2824
|
workspaces:
|
|
2825
2825
|
- name: configs
|
|
2826
2826
|
# --------------------------------------------------------------------------------
|
|
@@ -2918,7 +2918,7 @@ spec:
|
|
|
2918
2918
|
- -c
|
|
2919
2919
|
name: gitops-delete-kafka-config
|
|
2920
2920
|
imagePullPolicy: Always
|
|
2921
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
2921
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
2922
2922
|
workspaces:
|
|
2923
2923
|
- name: configs
|
|
2924
2924
|
|
|
@@ -3010,7 +3010,7 @@ spec:
|
|
|
3010
3010
|
- -c
|
|
3011
3011
|
name: gitops-deprovision-app-config
|
|
3012
3012
|
imagePullPolicy: IfNotPresent
|
|
3013
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
3013
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
3014
3014
|
workspaces:
|
|
3015
3015
|
- name: configs
|
|
3016
3016
|
# --------------------------------------------------------------------------------
|
|
@@ -3095,7 +3095,7 @@ spec:
|
|
|
3095
3095
|
- -c
|
|
3096
3096
|
name: gitops-deprovision-app-install
|
|
3097
3097
|
imagePullPolicy: IfNotPresent
|
|
3098
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
3098
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
3099
3099
|
workspaces:
|
|
3100
3100
|
- name: configs
|
|
3101
3101
|
# --------------------------------------------------------------------------------
|
|
@@ -3180,7 +3180,7 @@ spec:
|
|
|
3180
3180
|
- -c
|
|
3181
3181
|
name: gitops-deprovision-cluster
|
|
3182
3182
|
imagePullPolicy: IfNotPresent
|
|
3183
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
3183
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
3184
3184
|
workspaces:
|
|
3185
3185
|
- name: configs
|
|
3186
3186
|
# --------------------------------------------------------------------------------
|
|
@@ -3291,7 +3291,7 @@ spec:
|
|
|
3291
3291
|
- -c
|
|
3292
3292
|
name: gitops-deprovision-cos
|
|
3293
3293
|
imagePullPolicy: IfNotPresent
|
|
3294
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
3294
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
3295
3295
|
workspaces:
|
|
3296
3296
|
- name: configs
|
|
3297
3297
|
# --------------------------------------------------------------------------------
|
|
@@ -3379,7 +3379,7 @@ spec:
|
|
|
3379
3379
|
- -c
|
|
3380
3380
|
name: gitops-deprovision-db2u-database
|
|
3381
3381
|
imagePullPolicy: IfNotPresent
|
|
3382
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
3382
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
3383
3383
|
workspaces:
|
|
3384
3384
|
- name: configs
|
|
3385
3385
|
|
|
@@ -3462,7 +3462,7 @@ spec:
|
|
|
3462
3462
|
- -c
|
|
3463
3463
|
name: gitops-deprovision-db2u
|
|
3464
3464
|
imagePullPolicy: IfNotPresent
|
|
3465
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
3465
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
3466
3466
|
workspaces:
|
|
3467
3467
|
- name: configs
|
|
3468
3468
|
|
|
@@ -3570,7 +3570,7 @@ spec:
|
|
|
3570
3570
|
- -c
|
|
3571
3571
|
name: gitops-deprovision-efs
|
|
3572
3572
|
imagePullPolicy: IfNotPresent
|
|
3573
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
3573
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
3574
3574
|
workspaces:
|
|
3575
3575
|
- name: configs
|
|
3576
3576
|
|
|
@@ -3680,7 +3680,7 @@ spec:
|
|
|
3680
3680
|
- -c
|
|
3681
3681
|
name: gitops-deprovision-kafka
|
|
3682
3682
|
imagePullPolicy: IfNotPresent
|
|
3683
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
3683
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
3684
3684
|
workspaces:
|
|
3685
3685
|
- name: configs
|
|
3686
3686
|
# --------------------------------------------------------------------------------
|
|
@@ -3783,7 +3783,7 @@ spec:
|
|
|
3783
3783
|
- -c
|
|
3784
3784
|
name: gitops-deprovision-mongo
|
|
3785
3785
|
imagePullPolicy: IfNotPresent
|
|
3786
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
3786
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
3787
3787
|
workspaces:
|
|
3788
3788
|
- name: configs
|
|
3789
3789
|
|
|
@@ -3840,7 +3840,7 @@ spec:
|
|
|
3840
3840
|
- -c
|
|
3841
3841
|
name: gitops-deprovision-rosa
|
|
3842
3842
|
imagePullPolicy: IfNotPresent
|
|
3843
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
3843
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
3844
3844
|
workspaces:
|
|
3845
3845
|
- name: configs
|
|
3846
3846
|
# --------------------------------------------------------------------------------
|
|
@@ -4045,7 +4045,7 @@ spec:
|
|
|
4045
4045
|
- -c
|
|
4046
4046
|
name: gitops-deprovision-suite-config
|
|
4047
4047
|
imagePullPolicy: IfNotPresent
|
|
4048
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
4048
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
4049
4049
|
workspaces:
|
|
4050
4050
|
- name: configs
|
|
4051
4051
|
|
|
@@ -4143,7 +4143,7 @@ spec:
|
|
|
4143
4143
|
- -c
|
|
4144
4144
|
name: gitops-deprovision-suite-idp-config
|
|
4145
4145
|
imagePullPolicy: IfNotPresent
|
|
4146
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
4146
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
4147
4147
|
workspaces:
|
|
4148
4148
|
- name: configs
|
|
4149
4149
|
# --------------------------------------------------------------------------------
|
|
@@ -4235,7 +4235,7 @@ spec:
|
|
|
4235
4235
|
- -c
|
|
4236
4236
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4237
4237
|
imagePullPolicy: IfNotPresent
|
|
4238
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
4238
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
4239
4239
|
workspaces:
|
|
4240
4240
|
- name: configs
|
|
4241
4241
|
# --------------------------------------------------------------------------------
|
|
@@ -4327,7 +4327,7 @@ spec:
|
|
|
4327
4327
|
- -c
|
|
4328
4328
|
name: gitops-deprovision-suite-smtp-config
|
|
4329
4329
|
imagePullPolicy: IfNotPresent
|
|
4330
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
4330
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
4331
4331
|
workspaces:
|
|
4332
4332
|
- name: configs
|
|
4333
4333
|
# --------------------------------------------------------------------------------
|
|
@@ -4420,7 +4420,7 @@ spec:
|
|
|
4420
4420
|
- -c
|
|
4421
4421
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4422
4422
|
imagePullPolicy: IfNotPresent
|
|
4423
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
4423
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
4424
4424
|
workspaces:
|
|
4425
4425
|
- name: configs
|
|
4426
4426
|
# --------------------------------------------------------------------------------
|
|
@@ -4511,7 +4511,7 @@ spec:
|
|
|
4511
4511
|
- -c
|
|
4512
4512
|
name: gitops-deprovision-suite-workspace
|
|
4513
4513
|
imagePullPolicy: Always
|
|
4514
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
4514
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
4515
4515
|
workspaces:
|
|
4516
4516
|
- name: configs
|
|
4517
4517
|
# --------------------------------------------------------------------------------
|
|
@@ -4604,7 +4604,7 @@ spec:
|
|
|
4604
4604
|
- -c
|
|
4605
4605
|
name: gitops-deprovision-suite
|
|
4606
4606
|
imagePullPolicy: IfNotPresent
|
|
4607
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
4607
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
4608
4608
|
workspaces:
|
|
4609
4609
|
- name: configs
|
|
4610
4610
|
|
|
@@ -4717,7 +4717,7 @@ spec:
|
|
|
4717
4717
|
- -c
|
|
4718
4718
|
name: gitops-dro
|
|
4719
4719
|
imagePullPolicy: IfNotPresent
|
|
4720
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
4720
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
4721
4721
|
workspaces:
|
|
4722
4722
|
- name: configs
|
|
4723
4723
|
# --------------------------------------------------------------------------------
|
|
@@ -4834,7 +4834,7 @@ spec:
|
|
|
4834
4834
|
- -c
|
|
4835
4835
|
name: gitops-efs
|
|
4836
4836
|
imagePullPolicy: IfNotPresent
|
|
4837
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
4837
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
4838
4838
|
workspaces:
|
|
4839
4839
|
- name: configs
|
|
4840
4840
|
|
|
@@ -4969,7 +4969,7 @@ spec:
|
|
|
4969
4969
|
- -c
|
|
4970
4970
|
name: gitops-jdbc-config
|
|
4971
4971
|
imagePullPolicy: Always
|
|
4972
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
4972
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
4973
4973
|
workspaces:
|
|
4974
4974
|
- name: configs
|
|
4975
4975
|
- name: shared-gitops-configs
|
|
@@ -5065,7 +5065,7 @@ spec:
|
|
|
5065
5065
|
- -c
|
|
5066
5066
|
name: gitops-kafka-config
|
|
5067
5067
|
imagePullPolicy: Always
|
|
5068
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
5068
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
5069
5069
|
workspaces:
|
|
5070
5070
|
- name: configs
|
|
5071
5071
|
|
|
@@ -5187,7 +5187,7 @@ spec:
|
|
|
5187
5187
|
- -c
|
|
5188
5188
|
name: gitops-kafka
|
|
5189
5189
|
imagePullPolicy: IfNotPresent
|
|
5190
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
5190
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
5191
5191
|
workspaces:
|
|
5192
5192
|
- name: configs
|
|
5193
5193
|
# --------------------------------------------------------------------------------
|
|
@@ -5313,7 +5313,7 @@ spec:
|
|
|
5313
5313
|
- -c
|
|
5314
5314
|
name: gitops-license
|
|
5315
5315
|
imagePullPolicy: Always
|
|
5316
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
5316
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
5317
5317
|
workspaces:
|
|
5318
5318
|
- name: shared-entitlement
|
|
5319
5319
|
|
|
@@ -5816,7 +5816,7 @@ spec:
|
|
|
5816
5816
|
- -c
|
|
5817
5817
|
name: gitops-mas-fvt-preparer
|
|
5818
5818
|
imagePullPolicy: Always
|
|
5819
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
5819
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
5820
5820
|
workspaces:
|
|
5821
5821
|
- name: configs
|
|
5822
5822
|
- name: shared-additional-configs
|
|
@@ -6258,7 +6258,7 @@ spec:
|
|
|
6258
6258
|
- -c
|
|
6259
6259
|
name: gitops-mas-initiator
|
|
6260
6260
|
imagePullPolicy: IfNotPresent
|
|
6261
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
6261
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
6262
6262
|
workspaces:
|
|
6263
6263
|
- name: configs
|
|
6264
6264
|
# --------------------------------------------------------------------------------
|
|
@@ -6366,7 +6366,7 @@ spec:
|
|
|
6366
6366
|
- -c
|
|
6367
6367
|
name: gitops-mongo
|
|
6368
6368
|
imagePullPolicy: IfNotPresent
|
|
6369
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
6369
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
6370
6370
|
workspaces:
|
|
6371
6371
|
- name: configs
|
|
6372
6372
|
|
|
@@ -6488,7 +6488,7 @@ spec:
|
|
|
6488
6488
|
- -c
|
|
6489
6489
|
name: gitops-nvidia-gpu
|
|
6490
6490
|
imagePullPolicy: IfNotPresent
|
|
6491
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
6491
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
6492
6492
|
workspaces:
|
|
6493
6493
|
- name: configs
|
|
6494
6494
|
# --------------------------------------------------------------------------------
|
|
@@ -6606,7 +6606,7 @@ spec:
|
|
|
6606
6606
|
- -c
|
|
6607
6607
|
name: gitops-process-mongo-user
|
|
6608
6608
|
imagePullPolicy: IfNotPresent
|
|
6609
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
6609
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
6610
6610
|
workspaces:
|
|
6611
6611
|
- name: configs
|
|
6612
6612
|
# --------------------------------------------------------------------------------
|
|
@@ -6662,7 +6662,7 @@ spec:
|
|
|
6662
6662
|
- -c
|
|
6663
6663
|
name: gitops-rosa
|
|
6664
6664
|
imagePullPolicy: IfNotPresent
|
|
6665
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
6665
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
6666
6666
|
workspaces:
|
|
6667
6667
|
- name: configs
|
|
6668
6668
|
# --------------------------------------------------------------------------------
|
|
@@ -6844,7 +6844,7 @@ spec:
|
|
|
6844
6844
|
- -c
|
|
6845
6845
|
name: gitops-suite-app-config
|
|
6846
6846
|
imagePullPolicy: IfNotPresent
|
|
6847
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
6847
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
6848
6848
|
workspaces:
|
|
6849
6849
|
- name: configs
|
|
6850
6850
|
- name: shared-gitops-configs
|
|
@@ -7002,7 +7002,7 @@ spec:
|
|
|
7002
7002
|
- -c
|
|
7003
7003
|
name: gitops-suite-app-install
|
|
7004
7004
|
imagePullPolicy: Always
|
|
7005
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
7005
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
7006
7006
|
workspaces:
|
|
7007
7007
|
- name: configs
|
|
7008
7008
|
- name: shared-gitops-configs
|
|
@@ -7108,7 +7108,7 @@ spec:
|
|
|
7108
7108
|
- -c
|
|
7109
7109
|
name: gitops-suite-certs
|
|
7110
7110
|
imagePullPolicy: IfNotPresent
|
|
7111
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
7111
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
7112
7112
|
workspaces:
|
|
7113
7113
|
- name: configs
|
|
7114
7114
|
- name: certificates
|
|
@@ -7268,7 +7268,7 @@ spec:
|
|
|
7268
7268
|
- -c
|
|
7269
7269
|
name: gitops-suite-config
|
|
7270
7270
|
imagePullPolicy: IfNotPresent
|
|
7271
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
7271
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
7272
7272
|
workspaces:
|
|
7273
7273
|
- name: configs
|
|
7274
7274
|
- name: shared-additional-configs
|
|
@@ -7368,7 +7368,7 @@ spec:
|
|
|
7368
7368
|
- -c
|
|
7369
7369
|
name: gitops-suite-dns
|
|
7370
7370
|
imagePullPolicy: IfNotPresent
|
|
7371
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
7371
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
7372
7372
|
workspaces:
|
|
7373
7373
|
- name: configs
|
|
7374
7374
|
|
|
@@ -7492,7 +7492,7 @@ spec:
|
|
|
7492
7492
|
- -c
|
|
7493
7493
|
name: gitops-suite-idp-config
|
|
7494
7494
|
imagePullPolicy: IfNotPresent
|
|
7495
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
7495
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
7496
7496
|
workspaces:
|
|
7497
7497
|
- name: configs
|
|
7498
7498
|
- name: shared-additional-configs
|
|
@@ -7593,7 +7593,7 @@ spec:
|
|
|
7593
7593
|
- -c
|
|
7594
7594
|
name: gitops-suite-objectstorage-config
|
|
7595
7595
|
imagePullPolicy: IfNotPresent
|
|
7596
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
7596
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
7597
7597
|
workspaces:
|
|
7598
7598
|
- name: configs
|
|
7599
7599
|
- name: shared-gitops-configs
|
|
@@ -7729,7 +7729,7 @@ spec:
|
|
|
7729
7729
|
- -c
|
|
7730
7730
|
name: gitops-suite-smtp-config
|
|
7731
7731
|
imagePullPolicy: IfNotPresent
|
|
7732
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
7732
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
7733
7733
|
workspaces:
|
|
7734
7734
|
- name: configs
|
|
7735
7735
|
|
|
@@ -7838,7 +7838,7 @@ spec:
|
|
|
7838
7838
|
- -c
|
|
7839
7839
|
name: gitops-suite-watson-studio-config
|
|
7840
7840
|
imagePullPolicy: IfNotPresent
|
|
7841
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
7841
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
7842
7842
|
workspaces:
|
|
7843
7843
|
- name: configs
|
|
7844
7844
|
- name: shared-gitops-configs
|
|
@@ -7935,7 +7935,7 @@ spec:
|
|
|
7935
7935
|
- -c
|
|
7936
7936
|
name: gitops-suite-workspace
|
|
7937
7937
|
imagePullPolicy: IfNotPresent
|
|
7938
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
7938
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
7939
7939
|
workspaces:
|
|
7940
7940
|
- name: configs
|
|
7941
7941
|
# --------------------------------------------------------------------------------
|
|
@@ -8215,7 +8215,7 @@ spec:
|
|
|
8215
8215
|
- -c
|
|
8216
8216
|
name: gitops-suite
|
|
8217
8217
|
imagePullPolicy: IfNotPresent
|
|
8218
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
8218
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
8219
8219
|
workspaces:
|
|
8220
8220
|
- name: configs
|
|
8221
8221
|
- name: shared-gitops-configs
|
|
@@ -8265,7 +8265,7 @@ spec:
|
|
|
8265
8265
|
|
|
8266
8266
|
steps:
|
|
8267
8267
|
- name: grafana
|
|
8268
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
8268
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
8269
8269
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8270
8270
|
command:
|
|
8271
8271
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8399,7 +8399,7 @@ spec:
|
|
|
8399
8399
|
command:
|
|
8400
8400
|
- /opt/app-root/src/run-role.sh
|
|
8401
8401
|
- ibm_catalogs
|
|
8402
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
8402
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
8403
8403
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8404
8404
|
workingDir: /workspace/configs
|
|
8405
8405
|
# --------------------------------------------------------------------------------
|
|
@@ -8641,7 +8641,7 @@ spec:
|
|
|
8641
8641
|
command:
|
|
8642
8642
|
- /opt/app-root/src/run-role.sh
|
|
8643
8643
|
- kafka
|
|
8644
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
8644
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
8645
8645
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8646
8646
|
workingDir: /workspace/configs
|
|
8647
8647
|
|
|
@@ -8857,7 +8857,7 @@ spec:
|
|
|
8857
8857
|
command:
|
|
8858
8858
|
- /opt/app-root/src/run-role.sh
|
|
8859
8859
|
- kmodels
|
|
8860
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
8860
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
8861
8861
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8862
8862
|
# --------------------------------------------------------------------------------
|
|
8863
8863
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9035,7 +9035,7 @@ spec:
|
|
|
9035
9035
|
command:
|
|
9036
9036
|
- /opt/app-root/src/run-role.sh
|
|
9037
9037
|
- mongodb
|
|
9038
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9038
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9039
9039
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9040
9040
|
workingDir: /workspace/configs
|
|
9041
9041
|
|
|
@@ -9078,7 +9078,7 @@ spec:
|
|
|
9078
9078
|
- $(params.base_output_dir)
|
|
9079
9079
|
- --extra-namespaces
|
|
9080
9080
|
- selenium
|
|
9081
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9081
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9082
9082
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9083
9083
|
env:
|
|
9084
9084
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9195,7 +9195,7 @@ spec:
|
|
|
9195
9195
|
command:
|
|
9196
9196
|
- /opt/app-root/src/run-role.sh
|
|
9197
9197
|
- nvidia_gpu
|
|
9198
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9198
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9199
9199
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9200
9200
|
workingDir: /workspace/configs
|
|
9201
9201
|
|
|
@@ -9231,7 +9231,7 @@ spec:
|
|
|
9231
9231
|
# Verify Cluster
|
|
9232
9232
|
# -------------------------------------------------------------------------
|
|
9233
9233
|
- name: ocp-verify-cluster
|
|
9234
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9234
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9235
9235
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9236
9236
|
command:
|
|
9237
9237
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9273,7 +9273,7 @@ spec:
|
|
|
9273
9273
|
# Verify Catalogs
|
|
9274
9274
|
# -------------------------------------------------------------------------
|
|
9275
9275
|
- name: ocp-verify-catalogs
|
|
9276
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9276
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9277
9277
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9278
9278
|
command:
|
|
9279
9279
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9315,7 +9315,7 @@ spec:
|
|
|
9315
9315
|
# Verify Subscriptions
|
|
9316
9316
|
# -------------------------------------------------------------------------
|
|
9317
9317
|
- name: ocp-verify-subscriptions
|
|
9318
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9318
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9319
9319
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9320
9320
|
command:
|
|
9321
9321
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9357,7 +9357,7 @@ spec:
|
|
|
9357
9357
|
# Verify Workloads
|
|
9358
9358
|
# -------------------------------------------------------------------------
|
|
9359
9359
|
- name: ocp-verify-workloads
|
|
9360
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9360
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9361
9361
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9362
9362
|
command:
|
|
9363
9363
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9399,7 +9399,7 @@ spec:
|
|
|
9399
9399
|
# Verify Catalogs - Ingress TLS
|
|
9400
9400
|
# -------------------------------------------------------------------------
|
|
9401
9401
|
- name: ocp-verify-ingress
|
|
9402
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9402
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9403
9403
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9404
9404
|
command:
|
|
9405
9405
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9525,7 +9525,7 @@ spec:
|
|
|
9525
9525
|
command:
|
|
9526
9526
|
- /opt/app-root/src/run-role.sh
|
|
9527
9527
|
- ocp_verify
|
|
9528
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9528
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9529
9529
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9530
9530
|
workingDir: /workspace/configs
|
|
9531
9531
|
# --------------------------------------------------------------------------------
|
|
@@ -9593,7 +9593,7 @@ spec:
|
|
|
9593
9593
|
command:
|
|
9594
9594
|
- /opt/app-root/src/run-role.sh
|
|
9595
9595
|
- ocs
|
|
9596
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9596
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9597
9597
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9598
9598
|
workingDir: /workspace/configs
|
|
9599
9599
|
|
|
@@ -9829,7 +9829,7 @@ spec:
|
|
|
9829
9829
|
command:
|
|
9830
9830
|
- /opt/app-root/src/run-role.sh
|
|
9831
9831
|
- odh
|
|
9832
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
9832
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
9833
9833
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9834
9834
|
# --------------------------------------------------------------------------------
|
|
9835
9835
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10005,7 +10005,7 @@ spec:
|
|
|
10005
10005
|
command:
|
|
10006
10006
|
- /opt/app-root/src/run-role.sh
|
|
10007
10007
|
- sls
|
|
10008
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
10008
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
10009
10009
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10010
10010
|
workingDir: /workspace/configs
|
|
10011
10011
|
|
|
@@ -10382,12 +10382,12 @@ spec:
|
|
|
10382
10382
|
command:
|
|
10383
10383
|
- /opt/app-root/src/run-role.sh
|
|
10384
10384
|
- suite_app_config
|
|
10385
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
10385
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
10386
10386
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10387
10387
|
|
|
10388
10388
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10389
10389
|
- name: app-cfg-post-verify
|
|
10390
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
10390
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
10391
10391
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10392
10392
|
command:
|
|
10393
10393
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10588,7 +10588,7 @@ spec:
|
|
|
10588
10588
|
command:
|
|
10589
10589
|
- /opt/app-root/src/run-role.sh
|
|
10590
10590
|
- suite_app_install
|
|
10591
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
10591
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
10592
10592
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10593
10593
|
|
|
10594
10594
|
workspaces:
|
|
@@ -10677,7 +10677,7 @@ spec:
|
|
|
10677
10677
|
command:
|
|
10678
10678
|
- /opt/app-root/src/run-role.sh
|
|
10679
10679
|
- suite_app_rollback
|
|
10680
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
10680
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
10681
10681
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10682
10682
|
# --------------------------------------------------------------------------------
|
|
10683
10683
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10740,7 +10740,7 @@ spec:
|
|
|
10740
10740
|
command:
|
|
10741
10741
|
- /opt/app-root/src/run-role.sh
|
|
10742
10742
|
- suite_app_uninstall
|
|
10743
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
10743
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
10744
10744
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10745
10745
|
# --------------------------------------------------------------------------------
|
|
10746
10746
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10815,7 +10815,7 @@ spec:
|
|
|
10815
10815
|
command:
|
|
10816
10816
|
- /opt/app-root/src/run-role.sh
|
|
10817
10817
|
- suite_app_upgrade
|
|
10818
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
10818
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
10819
10819
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10820
10820
|
# --------------------------------------------------------------------------------
|
|
10821
10821
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -10916,7 +10916,7 @@ spec:
|
|
|
10916
10916
|
command:
|
|
10917
10917
|
- /opt/app-root/src/run-role.sh
|
|
10918
10918
|
- suite_app_verify
|
|
10919
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
10919
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
10920
10920
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10921
10921
|
# --------------------------------------------------------------------------------
|
|
10922
10922
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11059,7 +11059,7 @@ spec:
|
|
|
11059
11059
|
command:
|
|
11060
11060
|
- /opt/app-root/src/run-role.sh
|
|
11061
11061
|
- suite_certs
|
|
11062
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
11062
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
11063
11063
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11064
11064
|
|
|
11065
11065
|
workspaces:
|
|
@@ -11126,7 +11126,7 @@ spec:
|
|
|
11126
11126
|
command:
|
|
11127
11127
|
- /opt/app-root/src/run-role.sh
|
|
11128
11128
|
- suite_config
|
|
11129
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
11129
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
11130
11130
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11131
11131
|
workingDir: /workspace/configs
|
|
11132
11132
|
|
|
@@ -11197,7 +11197,7 @@ spec:
|
|
|
11197
11197
|
command:
|
|
11198
11198
|
- /opt/app-root/src/run-role.sh
|
|
11199
11199
|
- suite_db2_setup_for_manage
|
|
11200
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
11200
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
11201
11201
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11202
11202
|
# --------------------------------------------------------------------------------
|
|
11203
11203
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11387,7 +11387,7 @@ spec:
|
|
|
11387
11387
|
command:
|
|
11388
11388
|
- /opt/app-root/src/run-role.sh
|
|
11389
11389
|
- suite_dns
|
|
11390
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
11390
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
11391
11391
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11392
11392
|
# --------------------------------------------------------------------------------
|
|
11393
11393
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11636,7 +11636,7 @@ spec:
|
|
|
11636
11636
|
command:
|
|
11637
11637
|
- /opt/app-root/src/run-role.sh
|
|
11638
11638
|
- suite_install
|
|
11639
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
11639
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
11640
11640
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11641
11641
|
workingDir: /workspace/configs
|
|
11642
11642
|
|
|
@@ -11724,7 +11724,7 @@ spec:
|
|
|
11724
11724
|
command:
|
|
11725
11725
|
- /opt/app-root/src/run-role.sh
|
|
11726
11726
|
- suite_rollback
|
|
11727
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
11727
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
11728
11728
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11729
11729
|
# --------------------------------------------------------------------------------
|
|
11730
11730
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11789,7 +11789,7 @@ spec:
|
|
|
11789
11789
|
command:
|
|
11790
11790
|
- /opt/app-root/src/run-role.sh
|
|
11791
11791
|
- suite_uninstall
|
|
11792
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
11792
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
11793
11793
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11794
11794
|
# --------------------------------------------------------------------------------
|
|
11795
11795
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11859,7 +11859,7 @@ spec:
|
|
|
11859
11859
|
command:
|
|
11860
11860
|
- /opt/app-root/src/run-role.sh
|
|
11861
11861
|
- suite_upgrade
|
|
11862
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
11862
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
11863
11863
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11864
11864
|
# --------------------------------------------------------------------------------
|
|
11865
11865
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -11926,12 +11926,12 @@ spec:
|
|
|
11926
11926
|
command:
|
|
11927
11927
|
- /opt/app-root/src/run-role.sh
|
|
11928
11928
|
- suite_verify
|
|
11929
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
11929
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
11930
11930
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11931
11931
|
|
|
11932
11932
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
11933
11933
|
- name: suite-post-verify
|
|
11934
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
11934
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
11935
11935
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11936
11936
|
script: |
|
|
11937
11937
|
#!/usr/bin/env bash
|
|
@@ -12065,7 +12065,7 @@ spec:
|
|
|
12065
12065
|
command:
|
|
12066
12066
|
- /opt/app-root/src/run-role.sh
|
|
12067
12067
|
- turbonomic
|
|
12068
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
12068
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
12069
12069
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12070
12070
|
# --------------------------------------------------------------------------------
|
|
12071
12071
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12146,7 +12146,7 @@ spec:
|
|
|
12146
12146
|
# IBM User Data Services (UDS)
|
|
12147
12147
|
# -------------------------------------------------------------------------
|
|
12148
12148
|
- name: uds
|
|
12149
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
12149
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
12150
12150
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12151
12151
|
workingDir: /workspace/configs
|
|
12152
12152
|
command:
|
|
@@ -12209,7 +12209,7 @@ spec:
|
|
|
12209
12209
|
# IBM Data Reporter Operator (DRO)
|
|
12210
12210
|
# -------------------------------------------------------------------------
|
|
12211
12211
|
- name: dro
|
|
12212
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
12212
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
12213
12213
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12214
12214
|
workingDir: /workspace/configs
|
|
12215
12215
|
command:
|
|
@@ -12295,7 +12295,7 @@ spec:
|
|
|
12295
12295
|
|
|
12296
12296
|
steps:
|
|
12297
12297
|
- name: update-configmap
|
|
12298
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
12298
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
12299
12299
|
command:
|
|
12300
12300
|
- /opt/app-root/src/update-configmap.sh
|
|
12301
12301
|
env:
|
|
@@ -12357,7 +12357,7 @@ spec:
|
|
|
12357
12357
|
|
|
12358
12358
|
steps:
|
|
12359
12359
|
- name: wait-for-configmap
|
|
12360
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
12360
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
12361
12361
|
command:
|
|
12362
12362
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12363
12363
|
env:
|
|
@@ -12421,7 +12421,7 @@ spec:
|
|
|
12421
12421
|
|
|
12422
12422
|
steps:
|
|
12423
12423
|
- name: wait
|
|
12424
|
-
image: quay.io/ibmmas/cli:11.8.
|
|
12424
|
+
image: quay.io/ibmmas/cli:11.8.1
|
|
12425
12425
|
command:
|
|
12426
12426
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12427
12427
|
env:
|
mas/cli/update/app.py
CHANGED
|
@@ -244,7 +244,7 @@ class UpdateApp(BaseApp):
|
|
|
244
244
|
self.printH1("Select IBM Maximo Operator Catalog Version")
|
|
245
245
|
self.printDescription([
|
|
246
246
|
"Select MAS Catalog",
|
|
247
|
-
" 1) Nov 07 2024 Update (MAS 9.0.
|
|
247
|
+
" 1) Nov 07 2024 Update (MAS 9.0.5, 8.11.16, & 8.10.19)",
|
|
248
248
|
" 1) Oct 03 2024 Update (MAS 9.0.3, 8.11.15, & 8.10.18)",
|
|
249
249
|
" 2) Aug 27 2024 Update (MAS 9.0.2, 8.11.14, & 8.10.17)",
|
|
250
250
|
])
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mas-cli
|
|
3
|
-
Version: 11.8.
|
|
3
|
+
Version: 11.8.1
|
|
4
4
|
Summary: Python Admin CLI for Maximo Application Suite
|
|
5
5
|
Home-page: https://github.com/ibm-mas/cli
|
|
6
6
|
Author: David Parker
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
17
17
|
Classifier: Topic :: Communications
|
|
18
18
|
Classifier: Topic :: Internet
|
|
19
19
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
|
-
Requires-Dist: mas-devops >=1.7.
|
|
20
|
+
Requires-Dist: mas-devops >=1.7.1
|
|
21
21
|
Requires-Dist: halo
|
|
22
22
|
Requires-Dist: prompt-toolkit
|
|
23
23
|
Requires-Dist: openshift
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=4UNDRbnOMEO9AOLEQ40WAOecAACS55O2k_uYT03rdxU,526
|
|
2
|
+
mas/cli/cli.py,sha256=a9kxSW_Fe7BVrPMweqLnp3AVbCsC6Ly7W3ni4IDLCcY,15811
|
|
3
3
|
mas/cli/displayMixins.py,sha256=VVL2kWzPTqNQy63WT-tYIDnYa7SX3w33QX2XjSWVHWk,5636
|
|
4
4
|
mas/cli/gencfg.py,sha256=p38Ss_ooiNHOZTJT8l0YxDaEaPwD4ZXgxEbW-S9YLNY,3311
|
|
5
5
|
mas/cli/validators.py,sha256=vi1pFA8QtqMhqtGk1NlkkNDUrlFCi53kS5wJqFGDgOU,5108
|
|
@@ -9,15 +9,15 @@ mas/cli/install/argBuilder.py,sha256=v7Jcz-fX3BgQAOoCgp_FMlHWfO0JzPATbdMt4u34opY
|
|
|
9
9
|
mas/cli/install/argParser.py,sha256=E-AfgpDj1ao1zIkn306nITvndoB0_r6WNyokwAj3cB8,33045
|
|
10
10
|
mas/cli/install/catalogs.py,sha256=44gOkCNFPNAZ1yBAz-h3IvDE1RrW2tv1kMWQVombk9o,4076
|
|
11
11
|
mas/cli/install/params.py,sha256=QbEXMUHxZS_7g8yqOoNPyGzWlTryZBfn7MVt-nK55vc,4765
|
|
12
|
-
mas/cli/install/summarizer.py,sha256=
|
|
12
|
+
mas/cli/install/summarizer.py,sha256=AXIDrFROGShTvvcD09kFapr40SN33ibA5mkUXoQX2zA,21056
|
|
13
13
|
mas/cli/install/settings/__init__.py,sha256=RdyBSh-rM0wkuvILVzJ1gxjOtLuQ1mF6QbEL0MyiKIY,1034
|
|
14
14
|
mas/cli/install/settings/additionalConfigs.py,sha256=bTNDizLM7I8qu_PY3yGXupdzxVXSOyT4P_r1TJXgCsk,9402
|
|
15
15
|
mas/cli/install/settings/db2Settings.py,sha256=eLwk4rNpDg4jdnc_FWdwg7hQ4vQ8NyMrTmjxLutE4eA,12969
|
|
16
16
|
mas/cli/install/settings/kafkaSettings.py,sha256=Fe3WKIP-c9g6R9Oa3mfLIjnB6wcIhEdWiHlGyl-gIU0,7217
|
|
17
|
-
mas/cli/install/settings/manageSettings.py,sha256=
|
|
17
|
+
mas/cli/install/settings/manageSettings.py,sha256=StTU-CocoDHs3fIVy5RjC5zJ8pLbPIeKIyjCApa52C4,16165
|
|
18
18
|
mas/cli/install/settings/mongodbSettings.py,sha256=mFKL58d7ZxKkPkViUVAQTGhOxPSwAp5l2nhO0QF31qA,2356
|
|
19
19
|
mas/cli/install/settings/turbonomicSettings.py,sha256=4MWrbZmnToeaDsstfJTn2DvUviokCyjlBM-GPQd4a8A,1678
|
|
20
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
20
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=pDZQz5sCJFQD02uHD18_45UVbgQePZ1Clq_etU28xB8,783884
|
|
21
21
|
mas/cli/templates/jdbccfg.yml.j2,sha256=cANbwkUkKEPQp-P3_BB_Llbt94457Ciagah2hOdySIM,1644
|
|
22
22
|
mas/cli/templates/suite_mongocfg.yml.j2,sha256=WrgJUfGyvfaRIHjY5VR_zLZ5irTpV5khKNq76ejIxKU,1606
|
|
23
23
|
mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml,sha256=8VG_FDFcEjWNaAOZTcS58Pe0tWOXC10SJLloNqzEMC8,757
|
|
@@ -94,13 +94,13 @@ mas/cli/uninstall/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc
|
|
|
94
94
|
mas/cli/uninstall/app.py,sha256=uPJy3z-1Yt66MSFdZz1Qh8MjA97ZrQmjSgTx-Gqua9I,10047
|
|
95
95
|
mas/cli/uninstall/argParser.py,sha256=VVG4myUvFOtg98L6HAzpgGg7s5c-vub_UMZPGuNQko4,3452
|
|
96
96
|
mas/cli/update/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
97
|
-
mas/cli/update/app.py,sha256
|
|
97
|
+
mas/cli/update/app.py,sha256=Eba6JCl0wcwW-g1H4ZFaDZ4XIyfJTfTUtE3ytqlV9ao,37695
|
|
98
98
|
mas/cli/update/argParser.py,sha256=oOIXzB_rsI2p3og_5X5SFt_g7LURyEdLxZeiGCKq1nU,4711
|
|
99
99
|
mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
100
100
|
mas/cli/upgrade/app.py,sha256=f1qfvzRdmf7YiYMtVTqKwE5RFVMcUkLGavCIZDuU_7c,5247
|
|
101
101
|
mas/cli/upgrade/argParser.py,sha256=zk629svjIk-hD40Ytc5e5UOLO3xogVrfqSz09S17mWw,1882
|
|
102
|
-
mas_cli-11.8.
|
|
103
|
-
mas_cli-11.8.
|
|
104
|
-
mas_cli-11.8.
|
|
105
|
-
mas_cli-11.8.
|
|
106
|
-
mas_cli-11.8.
|
|
102
|
+
mas_cli-11.8.1.data/scripts/mas-cli,sha256=Es-wSefTBcR3Vs5_kIUHQLfWHxTXVrmIPMFY0hbrxt8,3493
|
|
103
|
+
mas_cli-11.8.1.dist-info/METADATA,sha256=ysIeSkWg6SG3XyXvItRI9UzBB19W0Kk6FDn6A-3zxLk,2084
|
|
104
|
+
mas_cli-11.8.1.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
|
105
|
+
mas_cli-11.8.1.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
106
|
+
mas_cli-11.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|