mas-cli 21.10.0__tar.gz → 21.10.2__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.
- {mas_cli-21.10.0/python/src/mas_cli.egg-info → mas_cli-21.10.2}/PKG-INFO +1 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/__init__.py +1 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/cli.py +1 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/settings/aiSettings.py +2 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/aiservice/instance.py +0 -3
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/app.py +29 -21
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/arg_parser.py +1 -2
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/argo/applications.py +0 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/secrets.py +7 -11
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/task_generation.py +1 -3
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/dependencies/cert_manager.py +0 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/dependencies/cp4d.py +0 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/dependencies/db2.py +0 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/dependencies/grafana.py +0 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/dependencies/kafka.py +0 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/dependencies/mongodb.py +0 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/dependencies/rhoai.py +0 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/dependencies/sls.py +0 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/mas/apps.py +1 -2
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/mas/core.py +0 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/mas/pipelines.py +11 -26
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/ibm-mas-tekton.yaml +135 -135
- {mas_cli-21.10.0 → mas_cli-21.10.2/python/src/mas_cli.egg-info}/PKG-INFO +1 -1
- {mas_cli-21.10.0 → mas_cli-21.10.2}/LICENSE +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/README.md +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/pyproject.toml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/README.md +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/__main__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/aiservice/install/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/aiservice/install/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/aiservice/install/argBuilder.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/aiservice/install/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/aiservice/install/params.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/aiservice/install/summarizer.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/aiservice/upgrade/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/aiservice/upgrade/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/aiservice/upgrade/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/backup/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/backup/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/backup/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/displayMixins.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/gencfg.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/argBuilder.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/catalogs.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/facilities/agents.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/params.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/settings/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/settings/additionalConfigs.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/settings/db2Settings.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/settings/kafkaSettings.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/settings/manageSettings.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/settings/mongodbSettings.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/install/summarizer.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/mirror/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/mirror/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/mirror/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/mirror/config.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/aiservice/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/aiservice/pipelines.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/aiservice/tenant.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/argo/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/collection_plan.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/coreapi.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/crd_processor.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/parallel.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/pod_exec.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/pods.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/reconcile_logs.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/resources.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/thread_safe_client.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/dependencies/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/dependencies/utils.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/mas/licensing.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/mas/manage.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/mas/network_tests.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/mas/version.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/ocp/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/ocp/airgap.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/ocp/cluster.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/ocp/marketplace.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/ocp/nodes.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/output.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/parallel_executor.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/summarizer/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/summarizer/licensing.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/summarizer/nodes.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/summarizer/subscriptions.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/summarizer/suite.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/timer.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/web_viewer/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/web_viewer/__main__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/web_viewer/templates/viewer.html +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/pre_install/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/pre_install/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/pre_install/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/rbac_utils.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/restore/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/restore/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/restore/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/setup_rbac/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/setup_rbac/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/setup_rbac/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/aicfg.yml.j2 +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/facilities-configs.yml.j2 +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/jdbccfg.yml.j2 +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-bascfg.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-coreidp.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-actions.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-auth.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-datapower.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-devops.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-dm.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-dsc.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-edgeconfig.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-fpl.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-guardian.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-iot.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-mbgx.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-mfgx.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-monitor.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-orgmgmt.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-provision.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-registry.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-state.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-iot-webui.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-healthextaccelerator.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-healthextworkspace.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-imagestitching.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageaccelerators.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageapp.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-manageworkspace.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-manage-slackproxy.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-pushnotificationcfg.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-scimcfg.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-slscfg.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-smtpcfg.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-suite.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-mas-visualinspection.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/best-effort/ibm-sls-licenseservice.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-data-dictionary-assetdatadictionary.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-bascfg.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-coreidp.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-actions.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-auth.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-datapower.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-devops.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-dm.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-dsc.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-edgeconfig.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-fpl.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-guardian.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-iot.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-mbgx.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-mfgx.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-monitor.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-orgmgmt.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-provision.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-registry.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-state.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-iot-webui.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-healthextaccelerator.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-healthextworkspace.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-imagestitching.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageaccelerators.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageapp.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-manageworkspace.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-manage-slackproxy.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-pushnotificationcfg.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-scimcfg.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-slscfg.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-smtpcfg.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-suite.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-mas-visualinspection.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/pod-templates/guaranteed/ibm-sls-licenseservice.yml +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/templates/suite_mongocfg.yml.j2 +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/uninstall/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/uninstall/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/uninstall/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/update/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/update/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/update/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/upgrade/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/upgrade/app.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/upgrade/argParser.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/upgrade/settings/__init__.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/validators.py +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas_cli.egg-info/SOURCES.txt +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas_cli.egg-info/dependency_links.txt +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas_cli.egg-info/entry_points.txt +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas_cli.egg-info/requires.txt +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas_cli.egg-info/top_level.txt +0 -0
- {mas_cli-21.10.0 → mas_cli-21.10.2}/setup.cfg +0 -0
|
@@ -126,7 +126,7 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
126
126
|
logging.getLogger("urllib3").setLevel(logging.INFO)
|
|
127
127
|
|
|
128
128
|
# Supports extended semver, unlike mas.cli.__version__
|
|
129
|
-
self.version: str = "21.10.
|
|
129
|
+
self.version: str = "21.10.2"
|
|
130
130
|
self.h1count: int = 0
|
|
131
131
|
self.h2count: int = 0
|
|
132
132
|
|
|
@@ -80,7 +80,8 @@ class AiSettingsMixin:
|
|
|
80
80
|
except (ValueError, IndexError):
|
|
81
81
|
pass
|
|
82
82
|
|
|
83
|
-
#
|
|
83
|
+
# Skip AiCfg configuration silently for MAS 9.1 and earlier
|
|
84
|
+
# Do not display any warnings, messages, or step numbers
|
|
84
85
|
if not is_mas_92_or_later:
|
|
85
86
|
return
|
|
86
87
|
|
|
@@ -174,7 +174,6 @@ def addAIServiceToCollectionPlan(plan, dynClient: DynamicClient, outputDir: str,
|
|
|
174
174
|
namespace=instanceNamespace,
|
|
175
175
|
outputDir=outputDir,
|
|
176
176
|
noLogs=noLogs,
|
|
177
|
-
secretData=False,
|
|
178
177
|
customResources=None,
|
|
179
178
|
ibmCRDs=ibmCRDs,
|
|
180
179
|
)
|
|
@@ -206,7 +205,6 @@ def addAIServiceToCollectionPlan(plan, dynClient: DynamicClient, outputDir: str,
|
|
|
206
205
|
namespace=tenantId,
|
|
207
206
|
outputDir=outputDir,
|
|
208
207
|
noLogs=noLogs,
|
|
209
|
-
secretData=False,
|
|
210
208
|
customResources=ISVC_RESOURCES,
|
|
211
209
|
ibmCRDs=ibmCRDs,
|
|
212
210
|
)
|
|
@@ -241,7 +239,6 @@ def addAIServiceToCollectionPlan(plan, dynClient: DynamicClient, outputDir: str,
|
|
|
241
239
|
namespace=pipelineNamespace,
|
|
242
240
|
outputDir=outputDir,
|
|
243
241
|
noLogs=noLogs,
|
|
244
|
-
secretData=False,
|
|
245
242
|
customResources=TEKTON_RESOURCES,
|
|
246
243
|
ibmCRDs=ibmCRDs,
|
|
247
244
|
)
|
|
@@ -14,8 +14,11 @@ import hashlib
|
|
|
14
14
|
import logging
|
|
15
15
|
import os
|
|
16
16
|
|
|
17
|
+
from halo import Halo
|
|
17
18
|
import requests
|
|
18
|
-
|
|
19
|
+
|
|
20
|
+
from ..cli import BaseApp
|
|
21
|
+
|
|
19
22
|
from .arg_parser import mustGatherArgParser
|
|
20
23
|
from .output import OutputManager
|
|
21
24
|
from .timer import Timer
|
|
@@ -26,7 +29,6 @@ from .aiservice import instance as aiservice_instance
|
|
|
26
29
|
from .argo import applications as argo
|
|
27
30
|
from .common.task_generation import generateNamespaceCollectionTasks
|
|
28
31
|
from . import web_viewer
|
|
29
|
-
from halo import Halo
|
|
30
32
|
|
|
31
33
|
logger = logging.getLogger(__name__)
|
|
32
34
|
|
|
@@ -406,12 +408,12 @@ class MustGatherApp(BaseApp):
|
|
|
406
408
|
else:
|
|
407
409
|
logger.debug("Skipping SLS collection (not in collectors list)")
|
|
408
410
|
|
|
411
|
+
masInstanceIds = parsedArgs.mas_instance_ids.split(",") if parsedArgs.mas_instance_ids else None
|
|
412
|
+
masAppIds = parsedArgs.mas_app_ids.split(",") if parsedArgs.mas_app_ids else None
|
|
413
|
+
|
|
409
414
|
# MAS Discovery (triggered by 'mas' or 'lic' collector)
|
|
410
415
|
if "mas" in enabledCollectors or "lic" in enabledCollectors:
|
|
411
416
|
try:
|
|
412
|
-
masInstanceIds = parsedArgs.mas_instance_ids.split(",") if parsedArgs.mas_instance_ids else None
|
|
413
|
-
masAppIds = parsedArgs.mas_app_ids.split(",") if parsedArgs.mas_app_ids else None
|
|
414
|
-
|
|
415
417
|
# Add MAS Core collection tasks
|
|
416
418
|
coreNamespaces = mas_core.addMASCoreToCollectionPlan(
|
|
417
419
|
plan=plan,
|
|
@@ -436,14 +438,6 @@ class MustGatherApp(BaseApp):
|
|
|
436
438
|
masAppIds=masAppIds,
|
|
437
439
|
)
|
|
438
440
|
|
|
439
|
-
# Add MAS Pipelines collection tasks
|
|
440
|
-
mas_pipelines.addMASPipelinesToCollectionPlan(
|
|
441
|
-
plan=plan,
|
|
442
|
-
dynClient=self.dynamicClient,
|
|
443
|
-
outputDir=outputDir,
|
|
444
|
-
noLogs=parsedArgs.no_logs,
|
|
445
|
-
ibmCRDs=self.ibmCRDsList,
|
|
446
|
-
)
|
|
447
441
|
else:
|
|
448
442
|
logger.debug("No MAS instances discovered")
|
|
449
443
|
except Exception as e:
|
|
@@ -451,6 +445,18 @@ class MustGatherApp(BaseApp):
|
|
|
451
445
|
else:
|
|
452
446
|
logger.debug("Skipping MAS collection (not in collectors list)")
|
|
453
447
|
|
|
448
|
+
# Tekton Pipeline Discovery
|
|
449
|
+
if "pipelines" in enabledCollectors:
|
|
450
|
+
mas_pipelines.addMASPipelinesToCollectionPlan(
|
|
451
|
+
plan=plan,
|
|
452
|
+
dynClient=self.dynamicClient,
|
|
453
|
+
outputDir=outputDir,
|
|
454
|
+
noLogs=parsedArgs.no_logs,
|
|
455
|
+
masInstanceIds=masInstanceIds,
|
|
456
|
+
)
|
|
457
|
+
else:
|
|
458
|
+
logger.debug("Skipping Tekton Pipeline collection (not in collectors list)")
|
|
459
|
+
|
|
454
460
|
# AI Service Discovery
|
|
455
461
|
if "aiservice" in enabledCollectors:
|
|
456
462
|
aiservice_instance.addAIServiceToCollectionPlan(
|
|
@@ -464,13 +470,16 @@ class MustGatherApp(BaseApp):
|
|
|
464
470
|
logger.debug("Skipping AI Service collection (not in collectors list)")
|
|
465
471
|
|
|
466
472
|
# Argo Discovery
|
|
467
|
-
argo
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
473
|
+
if "argo" in enabledCollectors:
|
|
474
|
+
argo.addArgoToCollectionPlan(
|
|
475
|
+
plan=plan,
|
|
476
|
+
dynClient=self.dynamicClient,
|
|
477
|
+
outputDir=outputDir,
|
|
478
|
+
noLogs=parsedArgs.no_logs,
|
|
479
|
+
ibmCRDs=self.ibmCRDsList,
|
|
480
|
+
)
|
|
481
|
+
else:
|
|
482
|
+
logger.debug("Skipping ArgoCD collection (not in collectors list)")
|
|
474
483
|
|
|
475
484
|
# Extra Namespaces Discovery
|
|
476
485
|
if parsedArgs.extra_namespaces:
|
|
@@ -483,7 +492,6 @@ class MustGatherApp(BaseApp):
|
|
|
483
492
|
namespace=namespace,
|
|
484
493
|
outputDir=outputDir,
|
|
485
494
|
noLogs=parsedArgs.no_logs,
|
|
486
|
-
secretData=False,
|
|
487
495
|
customResources=None,
|
|
488
496
|
ibmCRDs=self.ibmCRDsList,
|
|
489
497
|
)
|
|
@@ -72,7 +72,7 @@ def _parse_args_wrapper(args=None, namespace=None):
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
# Define all available collectors
|
|
75
|
-
ALL_COLLECTORS = ["ocp", "db2", "kafka", "mongodb", "cp4d", "cert-manager", "grafana", "sls", "mas", "rhoai", "aiservice", "lic"]
|
|
75
|
+
ALL_COLLECTORS = ["ocp", "db2", "kafka", "mongodb", "cp4d", "cert-manager", "grafana", "sls", "mas", "rhoai", "aiservice", "lic", "pipelines"]
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
def validateCollectors(collectorsStr: str) -> str:
|
|
@@ -137,7 +137,6 @@ controlsGroup.add_argument(
|
|
|
137
137
|
help=f"Comma-separated list of collectors to run (default: all)\nAvailable collectors: {', '.join(ALL_COLLECTORS)}",
|
|
138
138
|
)
|
|
139
139
|
controlsGroup.add_argument("--no-logs", action="store_true", default=False, help="Skip collection of pod logs, greatly speeds up must-gather collection time")
|
|
140
|
-
controlsGroup.add_argument("--secret-data", action="store_true", default=False, help="Include secrets content in the must-gather")
|
|
141
140
|
|
|
142
141
|
# MAS Content Controls group
|
|
143
142
|
masGroup = mustGatherArgParser.add_argument_group("MAS Content Controls")
|
|
@@ -24,19 +24,16 @@ def collectSecrets(
|
|
|
24
24
|
coreV1: CoreV1Api,
|
|
25
25
|
namespace: str,
|
|
26
26
|
outputDir: str,
|
|
27
|
-
secretData: bool = False,
|
|
28
27
|
) -> tuple[bool, int]:
|
|
29
28
|
"""Collect Kubernetes secrets from a namespace.
|
|
30
29
|
|
|
31
|
-
Collects secrets and generates both summary and detailed YAML output.
|
|
32
|
-
|
|
33
|
-
with base64-encoded secret data.
|
|
30
|
+
Collects secrets and generates both summary and detailed YAML output.
|
|
31
|
+
Secret data is excluded from YAML.
|
|
34
32
|
|
|
35
33
|
Args:
|
|
36
34
|
coreV1 (CoreV1Api): Kubernetes CoreV1Api client instance
|
|
37
35
|
namespace (str): Target namespace for collection
|
|
38
36
|
outputDir (str): Base output directory for collected secrets
|
|
39
|
-
secretData (bool, optional): If True, include secret data in YAML output. If False, exclude secret data. Defaults to False.
|
|
40
37
|
|
|
41
38
|
Returns:
|
|
42
39
|
tuple[bool, int]: (success status, count of secrets collected)
|
|
@@ -70,8 +67,8 @@ def collectSecrets(
|
|
|
70
67
|
secretDict["apiVersion"] = "v1"
|
|
71
68
|
if "kind" not in secretDict:
|
|
72
69
|
secretDict["kind"] = "Secret"
|
|
73
|
-
# Write YAML
|
|
74
|
-
_writeYaml(secretDict, secretFile
|
|
70
|
+
# Write YAML
|
|
71
|
+
_writeYaml(secretDict, secretFile)
|
|
75
72
|
|
|
76
73
|
return (True, secretCount)
|
|
77
74
|
|
|
@@ -105,16 +102,15 @@ def _writeSummary(secretListDict: dict, outputFile: str) -> None:
|
|
|
105
102
|
f.write("No resources found.\n")
|
|
106
103
|
|
|
107
104
|
|
|
108
|
-
def _writeYaml(secretDict: dict, outputFile: str
|
|
105
|
+
def _writeYaml(secretDict: dict, outputFile: str) -> None:
|
|
109
106
|
"""Write secret as YAML file.
|
|
110
107
|
|
|
111
108
|
Args:
|
|
112
109
|
secretDict (dict): Secret dictionary to write
|
|
113
110
|
outputFile (str): Path to output file
|
|
114
|
-
includeData (bool, optional): If False, remove secret data before writing. Defaults to True.
|
|
115
111
|
"""
|
|
116
|
-
#
|
|
117
|
-
if
|
|
112
|
+
# ALWAYS remove secret data
|
|
113
|
+
if "data" in secretDict:
|
|
118
114
|
secretDict = secretDict.copy()
|
|
119
115
|
secretDict.pop("data", None)
|
|
120
116
|
|
{mas_cli-21.10.0 → mas_cli-21.10.2}/python/src/mas/cli/must_gather/common/task_generation.py
RENAMED
|
@@ -26,7 +26,6 @@ def generateNamespaceCollectionTasks(
|
|
|
26
26
|
namespace: str,
|
|
27
27
|
outputDir: str,
|
|
28
28
|
noLogs: bool = False,
|
|
29
|
-
secretData: bool = False,
|
|
30
29
|
customResources: Optional[List[Tuple[str, str]]] = None,
|
|
31
30
|
ibmCRDs: Optional[List[Tuple[str, str]]] = None,
|
|
32
31
|
) -> List[Tuple]:
|
|
@@ -41,7 +40,6 @@ def generateNamespaceCollectionTasks(
|
|
|
41
40
|
namespace (str): Target namespace for collection
|
|
42
41
|
outputDir (str): Base output directory for collected resources
|
|
43
42
|
noLogs (bool, optional): If True, skip pod log collection. Defaults to False.
|
|
44
|
-
secretData (bool, optional): If True, include secret data in YAML. Defaults to False.
|
|
45
43
|
customResources (list, optional): Custom CRD tuples (apiVersion, kind) specific to this namespace type. Defaults to None.
|
|
46
44
|
ibmCRDs (list, optional): Additional IBM CRD tuples (apiVersion, kind) to collect. Defaults to None.
|
|
47
45
|
|
|
@@ -87,6 +85,7 @@ def generateNamespaceCollectionTasks(
|
|
|
87
85
|
("v1", "ServiceAccount"),
|
|
88
86
|
("rbac.authorization.k8s.io/v1", "Role"),
|
|
89
87
|
("rbac.authorization.k8s.io/v1", "RoleBinding"),
|
|
88
|
+
("route.openshift.io/v1", "Route"),
|
|
90
89
|
("networking.k8s.io/v1", "NetworkPolicy"),
|
|
91
90
|
("networking.k8s.io/v1", "Ingress"),
|
|
92
91
|
("operators.coreos.com/v1alpha1", "Subscription"),
|
|
@@ -118,7 +117,6 @@ def generateNamespaceCollectionTasks(
|
|
|
118
117
|
coreV1,
|
|
119
118
|
namespace,
|
|
120
119
|
outputDir,
|
|
121
|
-
secretData,
|
|
122
120
|
)
|
|
123
121
|
)
|
|
124
122
|
|
|
@@ -66,7 +66,7 @@ def _discoverMASAppNamespaces(dynClient: DynamicClient, masInstanceId: str, masA
|
|
|
66
66
|
appId = nsName[len(namespacePrefix) :]
|
|
67
67
|
|
|
68
68
|
# Skip core namespace (handled separately)
|
|
69
|
-
if appId
|
|
69
|
+
if appId in ["core", "pipelines"]:
|
|
70
70
|
continue
|
|
71
71
|
|
|
72
72
|
# If specific app IDs provided, filter by them
|
|
@@ -176,7 +176,6 @@ def _generateMASAppCollectionTasks(
|
|
|
176
176
|
namespace=namespace,
|
|
177
177
|
outputDir=outputDir,
|
|
178
178
|
noLogs=noLogs,
|
|
179
|
-
secretData=False,
|
|
180
179
|
customResources=None,
|
|
181
180
|
ibmCRDs=ibmCRDs,
|
|
182
181
|
)
|
|
@@ -37,7 +37,7 @@ TEKTON_RESOURCES = [
|
|
|
37
37
|
]
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
def _discoverMASPipelineNamespaces(dynClient: DynamicClient, masInstanceIds: Optional[List[str]] = None
|
|
40
|
+
def _discoverMASPipelineNamespaces(dynClient: DynamicClient, masInstanceIds: Optional[List[str]] = None) -> Set[str]:
|
|
41
41
|
"""Discover MAS pipeline namespaces.
|
|
42
42
|
|
|
43
43
|
Discovers namespaces matching the pattern mas-{instance}-pipelines for instance-specific
|
|
@@ -65,17 +65,12 @@ def _discoverMASPipelineNamespaces(dynClient: DynamicClient, masInstanceIds: Opt
|
|
|
65
65
|
nsName = ns.metadata.name
|
|
66
66
|
|
|
67
67
|
# Check for cluster-level mas-pipelines namespace
|
|
68
|
-
if
|
|
68
|
+
if nsName == "mas-pipelines":
|
|
69
69
|
namespaces.add(nsName)
|
|
70
|
-
continue
|
|
71
70
|
|
|
72
71
|
# Check if namespace matches mas-{instance}-pipelines pattern
|
|
73
|
-
|
|
72
|
+
elif nsName.startswith("mas-") and nsName.endswith("-pipelines"):
|
|
74
73
|
# Extract instance ID from namespace name (mas-{instance}-pipelines)
|
|
75
|
-
# Skip if it's the cluster-level namespace
|
|
76
|
-
if nsName == "mas-pipelines":
|
|
77
|
-
continue
|
|
78
|
-
|
|
79
74
|
instanceId = nsName[4:-10] # Remove "mas-" prefix and "-pipelines" suffix
|
|
80
75
|
|
|
81
76
|
# If specific instance IDs provided, filter by them
|
|
@@ -92,10 +87,10 @@ def _discoverMASPipelineNamespaces(dynClient: DynamicClient, masInstanceIds: Opt
|
|
|
92
87
|
return namespaces
|
|
93
88
|
|
|
94
89
|
|
|
95
|
-
def addMASPipelinesToCollectionPlan(plan, dynClient: DynamicClient, outputDir: str, noLogs: bool,
|
|
90
|
+
def addMASPipelinesToCollectionPlan(plan, dynClient: DynamicClient, outputDir: str, noLogs: bool, masInstanceIds: Optional[List[str]] = None):
|
|
96
91
|
"""Add MAS Pipelines collection tasks to the collection plan.
|
|
97
92
|
|
|
98
|
-
Discovers
|
|
93
|
+
Discovers MAS pipelines namespace and adds collection group
|
|
99
94
|
to the provided collection plan.
|
|
100
95
|
|
|
101
96
|
Args:
|
|
@@ -103,25 +98,15 @@ def addMASPipelinesToCollectionPlan(plan, dynClient: DynamicClient, outputDir: s
|
|
|
103
98
|
dynClient (DynamicClient): Kubernetes Dynamic Client for API access
|
|
104
99
|
outputDir (str): Base output directory for collected resources
|
|
105
100
|
noLogs (bool): If True, skip pod log collection
|
|
106
|
-
ibmCRDs (list): List of IBM CRD information for collection
|
|
107
101
|
"""
|
|
108
|
-
logger.debug("Discovering
|
|
102
|
+
logger.debug("Discovering MAS pipelines namespaces")
|
|
109
103
|
try:
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
logger.info("Discovered cluster-level MAS pipelines namespace")
|
|
104
|
+
masPipelineNamespaces = _discoverMASPipelineNamespaces(dynClient, masInstanceIds)
|
|
105
|
+
for pipelinesNamespace in masPipelineNamespaces:
|
|
113
106
|
tasks = generateNamespaceCollectionTasks(
|
|
114
|
-
dynClient=dynClient,
|
|
115
|
-
namespace="mas-pipelines",
|
|
116
|
-
outputDir=outputDir,
|
|
117
|
-
noLogs=noLogs,
|
|
118
|
-
secretData=False,
|
|
119
|
-
customResources=TEKTON_RESOURCES,
|
|
120
|
-
ibmCRDs=ibmCRDs,
|
|
107
|
+
dynClient=dynClient, namespace=pipelinesNamespace, outputDir=outputDir, noLogs=noLogs, customResources=TEKTON_RESOURCES
|
|
121
108
|
)
|
|
122
|
-
plan.addGroup("MAS Pipelines (
|
|
123
|
-
logger.debug(f"Added {len(tasks)} MAS Pipelines collection tasks for
|
|
124
|
-
else:
|
|
125
|
-
logger.info("No cluster-level MAS pipelines namespace found")
|
|
109
|
+
plan.addGroup(f"MAS Pipelines ({pipelinesNamespace})", tasks)
|
|
110
|
+
logger.debug(f"Added {len(tasks)} MAS Pipelines collection tasks for {pipelinesNamespace}")
|
|
126
111
|
except Exception as e:
|
|
127
112
|
logger.warning(f"MAS Pipelines discovery failed: {e}")
|