mas-cli 10.4.4__tar.gz → 10.5.0__tar.gz
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-10.4.4 → mas_cli-10.5.0}/PKG-INFO +1 -1
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/__init__.py +1 -1
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/cli.py +15 -8
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/install/app.py +44 -6
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/ibm-mas-tekton.yaml +126 -119
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/update/app.py +8 -5
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas_cli.egg-info/PKG-INFO +1 -1
- {mas_cli-10.4.4 → mas_cli-10.5.0}/MANIFEST.in +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/README.rst +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/pyproject.toml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/setup.cfg +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/setup.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/displayMixins.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/gencfg.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/install/__init__.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/install/argParser.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/install/settings/__init__.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/install/settings/additionalConfigs.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/install/settings/db2Settings.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/install/settings/kafkaSettings.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/install/settings/manageSettings.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/install/settings/turbonomicSettings.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/install/summarizer.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/jdbccfg.yml.j2 +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-bascfg.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-coreidp.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-actions.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-auth.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-datapower.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-devops.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-dm.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-dsc.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-edgeconfig.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-fpl.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-guardian.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-iot.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-mbgx.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-mfgx.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-monitor.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-orgmgmt.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-provision.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-registry.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-state.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-webui.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-healthextaccelerator.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-healthextworkspace.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-imagestitching.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageaccelerators.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageapp.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageworkspace.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-slackproxy.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-pushnotificationcfg.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-scimcfg.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-slscfg.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-smtpcfg.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-suite.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-visualinspection.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-sls-licenseservice.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-data-dictionary-assetdatadictionary.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-bascfg.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-coreidp.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-actions.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-auth.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-datapower.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-devops.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-dm.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-dsc.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-edgeconfig.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-fpl.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-guardian.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-iot.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-mbgx.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-mfgx.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-monitor.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-orgmgmt.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-provision.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-registry.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-state.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-webui.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-healthextaccelerator.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-healthextworkspace.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-imagestitching.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageaccelerators.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageapp.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageworkspace.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-slackproxy.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-pushnotificationcfg.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-scimcfg.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-slscfg.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-smtpcfg.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-suite.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-visualinspection.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-sls-licenseservice.yml +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/uninstall/__init__.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/uninstall/app.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/uninstall/argParser.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/update/__init__.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/update/argParser.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/upgrade/__init__.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/upgrade/app.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/upgrade/argParser.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas/cli/validators.py +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas-cli +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas_cli.egg-info/SOURCES.txt +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas_cli.egg-info/dependency_links.txt +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas_cli.egg-info/requires.txt +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/src/mas_cli.egg-info/top_level.txt +0 -0
- {mas_cli-10.4.4 → mas_cli-10.5.0}/test/test_help.py +0 -0
|
@@ -13,13 +13,13 @@ import urllib3
|
|
|
13
13
|
|
|
14
14
|
from argparse import RawTextHelpFormatter
|
|
15
15
|
from shutil import which
|
|
16
|
-
from os import path
|
|
16
|
+
from os import path, environ
|
|
17
17
|
from sys import exit
|
|
18
18
|
|
|
19
19
|
# Use of the openshift client rather than the kubernetes client allows us access to "apply"
|
|
20
|
-
from openshift import dynamic
|
|
21
20
|
from kubernetes import config
|
|
22
|
-
from kubernetes.client import api_client
|
|
21
|
+
from kubernetes.client import api_client, Configuration
|
|
22
|
+
from openshift.dynamic import DynamicClient
|
|
23
23
|
from openshift.dynamic.exceptions import NotFoundError
|
|
24
24
|
|
|
25
25
|
from prompt_toolkit import prompt, print_formatted_text, HTML
|
|
@@ -177,13 +177,19 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
177
177
|
"""
|
|
178
178
|
logger.debug("Reloading Kubernetes Client Configuration")
|
|
179
179
|
try:
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
180
|
+
if "KUBERNETES_SERVICE_HOST" in environ:
|
|
181
|
+
config.load_incluster_config()
|
|
182
|
+
k8s_config = Configuration.get_default_copy()
|
|
183
|
+
self._apiClient = api_client.ApiClient(configuration=k8s_config)
|
|
184
|
+
self._dynClient = DynamicClient(self._apiClient)
|
|
185
|
+
else:
|
|
186
|
+
config.load_kube_config()
|
|
187
|
+
self._apiClient = api_client.ApiClient()
|
|
188
|
+
self._dynClient = DynamicClient(self._apiClient)
|
|
184
189
|
return self._dynClient
|
|
185
190
|
except Exception as e:
|
|
186
191
|
logger.warning(f"Error: Unable to connect to OpenShift Container Platform: {e}")
|
|
192
|
+
logger.exception(e, stack_info=True)
|
|
187
193
|
return None
|
|
188
194
|
|
|
189
195
|
def connect(self):
|
|
@@ -212,7 +218,8 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
212
218
|
# Prompt for new connection properties
|
|
213
219
|
server = prompt(HTML('<Yellow>Server URL:</Yellow> '), placeholder="https://...")
|
|
214
220
|
token = prompt(HTML('<Yellow>Login Token:</Yellow> '), is_password=True, placeholder="sha256~...")
|
|
215
|
-
|
|
221
|
+
skipVerify = self.yesOrNo('Disable TLS Verify')
|
|
222
|
+
connect(server, token, skipVerify)
|
|
216
223
|
self.reloadDynamicClient()
|
|
217
224
|
if self._dynClient is None:
|
|
218
225
|
print_formatted_text(HTML("<Red>Unable to connect to cluster. See log file for details</Red>"))
|
|
@@ -59,7 +59,6 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
59
59
|
catalogDisplayName = catalog.spec.displayName
|
|
60
60
|
|
|
61
61
|
m = re.match(r".+(?P<catalogId>v[89]-(?P<catalogVersion>[0-9]+)-amd64)", catalogDisplayName)
|
|
62
|
-
print(f"m: {m}")
|
|
63
62
|
if m:
|
|
64
63
|
# catalogId = v8-yymmdd-amd64
|
|
65
64
|
# catalogVersion = yymmdd
|
|
@@ -184,7 +183,7 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
184
183
|
|
|
185
184
|
def configCP4D(self):
|
|
186
185
|
# TODO: It's probably time to remove v8-amd64 support from the CLI entirely now
|
|
187
|
-
if self.getParam("mas_catalog_version") in ["v8-amd64", "v9-240625-amd64"]:
|
|
186
|
+
if self.getParam("mas_catalog_version") in ["v8-amd64", "v9-240625-amd64", "v9-240730-amd64"]:
|
|
188
187
|
self.setParam("cpd_product_version", "4.8.0")
|
|
189
188
|
elif self.getParam("mas_catalog_version") in ["v8-240528-amd64"]:
|
|
190
189
|
self.setParam("cpd_product_version", "4.6.6")
|
|
@@ -891,6 +890,45 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
891
890
|
self.installOptions = [
|
|
892
891
|
{
|
|
893
892
|
"#": 1,
|
|
893
|
+
"catalog": "v9-240730-amd64",
|
|
894
|
+
"release": "9.0.x",
|
|
895
|
+
"core": "9.0.1",
|
|
896
|
+
"assist": "9.0.1",
|
|
897
|
+
"iot": "9.0.1",
|
|
898
|
+
"manage": "9.0.1",
|
|
899
|
+
"monitor": "9.0.1",
|
|
900
|
+
"optimizer": "9.0.1",
|
|
901
|
+
"predict": "9.0.0",
|
|
902
|
+
"inspection": "9.0.0"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"#": 2,
|
|
906
|
+
"catalog": "v9-240730-amd64",
|
|
907
|
+
"release": "8.11.x",
|
|
908
|
+
"core": "8.11.13",
|
|
909
|
+
"assist": "8.8.5",
|
|
910
|
+
"iot": "8.8.11",
|
|
911
|
+
"manage": "8.7.10",
|
|
912
|
+
"monitor": "8.11.9",
|
|
913
|
+
"optimizer": "8.5.7",
|
|
914
|
+
"predict": "8.9.3",
|
|
915
|
+
"inspection": "8.9.4"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"#": 3,
|
|
919
|
+
"catalog": "v9-240730-amd64",
|
|
920
|
+
"release": "8.10.x",
|
|
921
|
+
"core": "8.10.16",
|
|
922
|
+
"assist": "8.7.6",
|
|
923
|
+
"iot": "8.7.15",
|
|
924
|
+
"manage": "8.6.16",
|
|
925
|
+
"monitor": "8.10.12",
|
|
926
|
+
"optimizer": "8.4.8",
|
|
927
|
+
"predict": "8.8.3",
|
|
928
|
+
"inspection": "8.8.4"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"#": 4,
|
|
894
932
|
"catalog": "v9-240625-amd64",
|
|
895
933
|
"release": "9.0.x",
|
|
896
934
|
"core": "9.0.0",
|
|
@@ -903,7 +941,7 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
903
941
|
"inspection": "9.0.0"
|
|
904
942
|
},
|
|
905
943
|
{
|
|
906
|
-
"#":
|
|
944
|
+
"#": 5,
|
|
907
945
|
"catalog": "v9-240625-amd64",
|
|
908
946
|
"release": "8.11.x",
|
|
909
947
|
"core": "8.11.12",
|
|
@@ -916,7 +954,7 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
916
954
|
"inspection": "8.9.3"
|
|
917
955
|
},
|
|
918
956
|
{
|
|
919
|
-
"#":
|
|
957
|
+
"#": 6,
|
|
920
958
|
"catalog": "v9-240625-amd64",
|
|
921
959
|
"release": "8.10.x",
|
|
922
960
|
"core": "8.10.15",
|
|
@@ -929,7 +967,7 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
929
967
|
"inspection": "8.8.4"
|
|
930
968
|
},
|
|
931
969
|
{
|
|
932
|
-
"#":
|
|
970
|
+
"#": 7,
|
|
933
971
|
"catalog": "v8-240528-amd64",
|
|
934
972
|
"release": "8.11.x",
|
|
935
973
|
"core": "8.11.11",
|
|
@@ -942,7 +980,7 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
942
980
|
"inspection": "8.9.3"
|
|
943
981
|
},
|
|
944
982
|
{
|
|
945
|
-
"#":
|
|
983
|
+
"#": 8,
|
|
946
984
|
"catalog": "v8-240528-amd64",
|
|
947
985
|
"release": "8.10.x",
|
|
948
986
|
"core": "8.10.14",
|