mas-cli 10.9.2__tar.gz → 11.0.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.9.2/src/mas_cli.egg-info → mas_cli-11.0.0}/PKG-INFO +1 -1
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/__init__.py +1 -1
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/cli.py +1 -1
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/app.py +8 -1
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/argBuilder.py +3 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/argParser.py +10 -1
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/ibm-mas-tekton.yaml +233 -128
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/update/app.py +1 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/update/argParser.py +8 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0/src/mas_cli.egg-info}/PKG-INFO +1 -1
- {mas_cli-10.9.2 → mas_cli-11.0.0}/MANIFEST.in +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/README.rst +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/pyproject.toml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/setup.cfg +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/setup.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/displayMixins.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/gencfg.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/__init__.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/settings/__init__.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/settings/additionalConfigs.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/settings/db2Settings.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/settings/kafkaSettings.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/settings/manageSettings.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/settings/turbonomicSettings.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/install/summarizer.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/jdbccfg.yml.j2 +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-bascfg.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-coreidp.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-actions.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-auth.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-datapower.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-devops.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-dm.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-dsc.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-edgeconfig.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-fpl.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-guardian.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-iot.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-mbgx.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-mfgx.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-monitor.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-orgmgmt.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-provision.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-registry.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-state.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-webui.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-healthextaccelerator.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-healthextworkspace.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-imagestitching.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageaccelerators.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageapp.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageworkspace.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-slackproxy.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-pushnotificationcfg.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-scimcfg.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-slscfg.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-smtpcfg.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-suite.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-visualinspection.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/best-effort/ibm-sls-licenseservice.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-data-dictionary-assetdatadictionary.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-bascfg.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-coreidp.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-actions.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-auth.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-datapower.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-devops.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-dm.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-dsc.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-edgeconfig.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-fpl.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-guardian.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-iot.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-mbgx.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-mfgx.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-monitor.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-orgmgmt.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-provision.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-registry.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-state.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-webui.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-healthextaccelerator.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-healthextworkspace.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-imagestitching.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageaccelerators.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageapp.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageworkspace.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-slackproxy.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-pushnotificationcfg.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-scimcfg.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-slscfg.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-smtpcfg.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-suite.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-visualinspection.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/templates/pod-templates/guaranteed/ibm-sls-licenseservice.yml +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/uninstall/__init__.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/uninstall/app.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/uninstall/argParser.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/update/__init__.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/upgrade/__init__.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/upgrade/app.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/upgrade/argParser.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas/cli/validators.py +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas-cli +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas_cli.egg-info/SOURCES.txt +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas_cli.egg-info/dependency_links.txt +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas_cli.egg-info/requires.txt +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/src/mas_cli.egg-info/top_level.txt +0 -0
- {mas_cli-10.9.2 → mas_cli-11.0.0}/test/test_help.py +0 -0
|
@@ -185,6 +185,10 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
185
185
|
self.printH1("Configure MongoDb")
|
|
186
186
|
self.promptForString("Install namespace", "mongodb_namespace", default="mongoce")
|
|
187
187
|
|
|
188
|
+
def configSpecialCharacters(self):
|
|
189
|
+
self.printH1("Configure special characters for userID and username")
|
|
190
|
+
self.yesOrNo("Do you want to allow special characters for user IDs and usernames?", "mas_special_characters")
|
|
191
|
+
|
|
188
192
|
def configCP4D(self):
|
|
189
193
|
if self.getParam("mas_catalog_version") in ["v9-240625-amd64", "v9-240730-amd64", "v9-240827-amd64"]:
|
|
190
194
|
logger.debug(f"Using automatic CP4D product version: {self.getParam('cpd_product_version')}")
|
|
@@ -261,6 +265,7 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
261
265
|
self.configCATrust()
|
|
262
266
|
self.configDNSAndCerts()
|
|
263
267
|
self.configSSOProperties()
|
|
268
|
+
self.configSpecialCharacters()
|
|
264
269
|
self.configGuidedTour()
|
|
265
270
|
|
|
266
271
|
def configCATrust(self) -> None:
|
|
@@ -746,7 +751,9 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
746
751
|
"install_arcgis",
|
|
747
752
|
"mas_arcgis_channel",
|
|
748
753
|
# Guided Tour
|
|
749
|
-
"mas_enable_walkme"
|
|
754
|
+
"mas_enable_walkme",
|
|
755
|
+
# Special chars
|
|
756
|
+
"mas_special_characters"
|
|
750
757
|
]
|
|
751
758
|
|
|
752
759
|
for key, value in vars(self.args).items():
|
|
@@ -60,6 +60,9 @@ class installArgBuilderMixin():
|
|
|
60
60
|
command += f" --mas-workspace-id {self.getParam('mas_workspace_id')}"
|
|
61
61
|
command += f" --mas-workspace-name \"{self.getParam('mas_workspace_name')}\"{newline}"
|
|
62
62
|
|
|
63
|
+
if self.getParam('mas_special_characters') == "true":
|
|
64
|
+
command += f" --allow-special-chars \"{self.getParam('mas_special_characters')}\"{newline}"
|
|
65
|
+
|
|
63
66
|
# ECK Integration
|
|
64
67
|
# -----------------------------------------------------------------------------
|
|
65
68
|
if self.getParam('eck_action') == "install":
|
|
@@ -75,7 +75,16 @@ masArgGroup.add_argument(
|
|
|
75
75
|
required=False,
|
|
76
76
|
help="Subscription channel for the Core Platform"
|
|
77
77
|
)
|
|
78
|
-
|
|
78
|
+
# MAS Special characters
|
|
79
|
+
# -----------------------------------------------------------------------------
|
|
80
|
+
masSpecialCharacters = installArgParser.add_argument_group("Mas Special Characters")
|
|
81
|
+
masSpecialCharacters.add_argument(
|
|
82
|
+
"--allow-special-chars",
|
|
83
|
+
dest="mas_special_characters",
|
|
84
|
+
required=False,
|
|
85
|
+
help="Allow special chars for users username/ID",
|
|
86
|
+
action="store_true"
|
|
87
|
+
)
|
|
79
88
|
# ECK Integration
|
|
80
89
|
# -----------------------------------------------------------------------------
|
|
81
90
|
eckArgGroup = installArgParser.add_argument_group("ECK Integration")
|