mas-cli 15.1.13__py3-none-any.whl → 15.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/aiservice/install/app.py +63 -122
- mas/cli/aiservice/install/argBuilder.py +3 -2
- mas/cli/aiservice/install/argParser.py +19 -15
- mas/cli/aiservice/install/params.py +2 -1
- mas/cli/aiservice/install/summarizer.py +18 -21
- mas/cli/cli.py +1 -1
- mas/cli/install/catalogs.py +3 -2
- mas/cli/templates/ibm-mas-tekton.yaml +221 -162
- mas/cli/update/app.py +7 -6
- mas/cli/validators.py +11 -0
- {mas_cli-15.1.13.dist-info → mas_cli-15.2.0.dist-info}/METADATA +1 -1
- {mas_cli-15.1.13.dist-info → mas_cli-15.2.0.dist-info}/RECORD +16 -16
- {mas_cli-15.1.13.data → mas_cli-15.2.0.data}/scripts/mas-cli +0 -0
- {mas_cli-15.1.13.dist-info → mas_cli-15.2.0.dist-info}/WHEEL +0 -0
- {mas_cli-15.1.13.dist-info → mas_cli-15.2.0.dist-info}/top_level.txt +0 -0
mas/cli/update/app.py
CHANGED
|
@@ -242,14 +242,13 @@ class UpdateApp(BaseApp):
|
|
|
242
242
|
self.printH1("Select IBM Maximo Operator Catalog Version")
|
|
243
243
|
self.printDescription([
|
|
244
244
|
"Select MAS Catalog",
|
|
245
|
-
" 1)
|
|
246
|
-
" 2)
|
|
247
|
-
" 3)
|
|
248
|
-
" 4) Apr 03 2025 Update (MAS 9.0.10, 8.11.21, & 8.10.24)",
|
|
245
|
+
" 1) Aug 28 2025 Update (MAS 9.1.2, 9.0.14, 8.11.23, & 8.10.28)",
|
|
246
|
+
" 2) July 31 2025 Update (MAS 9.1.1, 9.0.13, 8.11.22, & 8.10.27)",
|
|
247
|
+
" 3) Jun 05 2025 Update (MAS 9.1.0, 9.0.12, 8.11.21, & 8.10.26)",
|
|
249
248
|
])
|
|
250
249
|
|
|
251
250
|
catalogOptions = [
|
|
252
|
-
"v9-
|
|
251
|
+
"v9-250828-amd64", "v9-250731-amd64", "v9-250624-amd64",
|
|
253
252
|
]
|
|
254
253
|
self.promptForListSelect("Select catalog version", catalogOptions, "mas_catalog_version", default=1)
|
|
255
254
|
|
|
@@ -351,7 +350,7 @@ class UpdateApp(BaseApp):
|
|
|
351
350
|
# the case bundles in there anymore
|
|
352
351
|
# Longer term we will centralise this information inside the mas-devops python collection,
|
|
353
352
|
# where it can be made available to both the ansible collection and this python package.
|
|
354
|
-
defaultMongoVersion = "7.0.
|
|
353
|
+
defaultMongoVersion = "7.0.22"
|
|
355
354
|
mongoVersions = {
|
|
356
355
|
"v9-240625-amd64": "6.0.12",
|
|
357
356
|
"v9-240730-amd64": "6.0.12",
|
|
@@ -366,6 +365,7 @@ class UpdateApp(BaseApp):
|
|
|
366
365
|
"v9-250501-amd64": "7.0.12",
|
|
367
366
|
"v9-250624-amd64": "7.0.12",
|
|
368
367
|
"v9-250731-amd64": "7.0.22",
|
|
368
|
+
"v9-250828-amd64": "7.0.22",
|
|
369
369
|
}
|
|
370
370
|
catalogVersion = self.getParam('mas_catalog_version')
|
|
371
371
|
if catalogVersion in mongoVersions:
|
|
@@ -503,6 +503,7 @@ class UpdateApp(BaseApp):
|
|
|
503
503
|
"v9-250501-amd64": "5.0.0",
|
|
504
504
|
"v9-250624-amd64": "5.1.3",
|
|
505
505
|
"v9-250731-amd64": "5.1.3",
|
|
506
|
+
"v9-250828-amd64": "5.1.3",
|
|
506
507
|
}
|
|
507
508
|
|
|
508
509
|
with Halo(text='Checking for IBM Cloud Pak for Data', spinner=self.spinner) as h:
|
mas/cli/validators.py
CHANGED
|
@@ -149,3 +149,14 @@ class JsonValidator(Validator):
|
|
|
149
149
|
loads(inputJson)
|
|
150
150
|
except JSONDecodeError:
|
|
151
151
|
raise (ValidationError(message='Enter a valid JSON', cursor_position=len(inputJson)))
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
class BucketPrefixValidator(Validator):
|
|
155
|
+
def validate(self, document):
|
|
156
|
+
"""
|
|
157
|
+
Validate Bucket prefix length
|
|
158
|
+
"""
|
|
159
|
+
bucketPrefix = document.text
|
|
160
|
+
|
|
161
|
+
if not match(r"^.{1,4}$", bucketPrefix):
|
|
162
|
+
raise ValidationError(message='Bucket prefix does not meet the requirement', cursor_position=len(bucketPrefix))
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=qLj4CUpfwbTeKQZI2rPtSWelPWtiv_OzcnlUt9w3nCU,526
|
|
2
|
+
mas/cli/cli.py,sha256=ebIBJTgKb0Kc5ye8NT8ggItsQ7RORGN6uu0uGYJY_qA,18932
|
|
3
3
|
mas/cli/displayMixins.py,sha256=e3lAx1DIOwsriDcNI0M2JyP1jeLOZKvId6sPrvWLyqs,5984
|
|
4
4
|
mas/cli/gencfg.py,sha256=kgbYihOcqGADK8XnrfcEoBawaY1qSGKuVNW1unACOnU,4433
|
|
5
|
-
mas/cli/validators.py,sha256=
|
|
5
|
+
mas/cli/validators.py,sha256=YBxkKOHO0d-EK61nUflVOd0-Mxmjuq_nbPYWyKD0VKc,5844
|
|
6
6
|
mas/cli/aiservice/install/__init__.py,sha256=Af-TjB2oIy3bM-Rt3YNeJ_2ndsZZU7azqFkT5um7XQY,515
|
|
7
|
-
mas/cli/aiservice/install/app.py,sha256=
|
|
8
|
-
mas/cli/aiservice/install/argBuilder.py,sha256=
|
|
9
|
-
mas/cli/aiservice/install/argParser.py,sha256=
|
|
10
|
-
mas/cli/aiservice/install/params.py,sha256=
|
|
11
|
-
mas/cli/aiservice/install/summarizer.py,sha256=
|
|
7
|
+
mas/cli/aiservice/install/app.py,sha256=Q_dGHKp2rFIrO0jNHynRAm9nU6o5eDPT71yyWJAyuv4,42676
|
|
8
|
+
mas/cli/aiservice/install/argBuilder.py,sha256=ItOMJmXxT5h3Hpcpc24UwN7lbeVHIRNACpkyu8tumAo,9259
|
|
9
|
+
mas/cli/aiservice/install/argParser.py,sha256=EM0Kj1gb7zamtaN4q50wDK-jioNfbN5gxtMbsWd616Q,13941
|
|
10
|
+
mas/cli/aiservice/install/params.py,sha256=E6cAbpbqADJ6jn7CRnoJXjWDhmOStPclfWNmmS_n2PM,2290
|
|
11
|
+
mas/cli/aiservice/install/summarizer.py,sha256=WO0SR8H1mFBN8mn17eoq1tNf7mvNjlgVSu1Lx0fAfp8,6008
|
|
12
12
|
mas/cli/install/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
13
13
|
mas/cli/install/app.py,sha256=1kKHO6XUO1PicxtkeD7Fuy6A0EW3t6Nel9j8FGx200U,69328
|
|
14
14
|
mas/cli/install/argBuilder.py,sha256=HIWTZM8On-21uNTspekW1egVx7DrE1Yr_8PwbXghI28,28464
|
|
15
15
|
mas/cli/install/argParser.py,sha256=fgwmjKMPQAPKA-jNlCKGEB0AsByKSAQf7TYq4L7HHq0,35267
|
|
16
|
-
mas/cli/install/catalogs.py,sha256=
|
|
16
|
+
mas/cli/install/catalogs.py,sha256=RzDAyHifYn37dokRJtOH9UbArZllQmpl4GficvG9-1I,862
|
|
17
17
|
mas/cli/install/params.py,sha256=TPcg8rpznxDJ0j48vH0BroK9EY41tmuEvfjQUeoCagc,4864
|
|
18
18
|
mas/cli/install/summarizer.py,sha256=zPEn3YDEqyZAa4EjrRHZKRPVYD81YREVVXUxnAeM3xI,22131
|
|
19
19
|
mas/cli/install/settings/__init__.py,sha256=RdyBSh-rM0wkuvILVzJ1gxjOtLuQ1mF6QbEL0MyiKIY,1034
|
|
@@ -24,7 +24,7 @@ mas/cli/install/settings/manageSettings.py,sha256=TZIdAY_xUc751i-Vs6cXhVI3ul4MCn
|
|
|
24
24
|
mas/cli/install/settings/mongodbSettings.py,sha256=aZdQHpeMwLVznrJWAkJsZu2Ok9t4Dkra2RGa_uKJHaY,2604
|
|
25
25
|
mas/cli/install/settings/turbonomicSettings.py,sha256=ul4eWf53b1NCzJTFsEPX6DWM23YUlWILYBygplqXYlU,1631
|
|
26
26
|
mas/cli/templates/facilities-configs.yml.j2,sha256=Er4UwxUl1Y3rtjIPMExVM8EXNcbesMusgLcRV050B1s,774
|
|
27
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
27
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=N9iXqOWyTkP89Lpz5_YLlakYGftnIcMVsb0ZfVr06mI,1557301
|
|
28
28
|
mas/cli/templates/jdbccfg.yml.j2,sha256=cANbwkUkKEPQp-P3_BB_Llbt94457Ciagah2hOdySIM,1644
|
|
29
29
|
mas/cli/templates/suite_mongocfg.yml.j2,sha256=WrgJUfGyvfaRIHjY5VR_zLZ5irTpV5khKNq76ejIxKU,1606
|
|
30
30
|
mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml,sha256=8VG_FDFcEjWNaAOZTcS58Pe0tWOXC10SJLloNqzEMC8,757
|
|
@@ -101,14 +101,14 @@ mas/cli/uninstall/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc
|
|
|
101
101
|
mas/cli/uninstall/app.py,sha256=uPJy3z-1Yt66MSFdZz1Qh8MjA97ZrQmjSgTx-Gqua9I,10047
|
|
102
102
|
mas/cli/uninstall/argParser.py,sha256=VVG4myUvFOtg98L6HAzpgGg7s5c-vub_UMZPGuNQko4,3452
|
|
103
103
|
mas/cli/update/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
104
|
-
mas/cli/update/app.py,sha256=
|
|
104
|
+
mas/cli/update/app.py,sha256=_3PZ8dvGSDG_RPoorP_h-fHCaz862F6omAIgF81256E,39466
|
|
105
105
|
mas/cli/update/argParser.py,sha256=oOIXzB_rsI2p3og_5X5SFt_g7LURyEdLxZeiGCKq1nU,4711
|
|
106
106
|
mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
107
107
|
mas/cli/upgrade/app.py,sha256=ZaT8tGrFfIsZM2dkvoYBy89EiqQ0ZKgEfhbMYdf0UEc,8873
|
|
108
108
|
mas/cli/upgrade/argParser.py,sha256=5JxAcbwKjFKCKnbucCxg7Xacdhjphb9nRORfsgB1h_0,2196
|
|
109
109
|
mas/cli/upgrade/settings/__init__.py,sha256=QI2CUsj-NXBU1qrPOsOk4MbeWnfNq0UOF3rYYc_1l2A,775
|
|
110
|
-
mas_cli-15.
|
|
111
|
-
mas_cli-15.
|
|
112
|
-
mas_cli-15.
|
|
113
|
-
mas_cli-15.
|
|
114
|
-
mas_cli-15.
|
|
110
|
+
mas_cli-15.2.0.data/scripts/mas-cli,sha256=ijL4Ecg_2fRtdrQ8Mk28qsi6o3O6KRIAUM8BUry5cPs,3621
|
|
111
|
+
mas_cli-15.2.0.dist-info/METADATA,sha256=B9sg2jNOUCGv87oXIJODyHf9SXPO3Ok4lI5Yc-vXQNU,2258
|
|
112
|
+
mas_cli-15.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
113
|
+
mas_cli-15.2.0.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
114
|
+
mas_cli-15.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|