Python Admin CLI for Maximo Application Suite
Project description
from openshift import dynamic
from kubernetes import config
from kubernetes.client import api_client
from mas.devops.ocp import createNamespace
from mas.devops.tekton import installOpenShiftPipelines, updateTektonDefinitions, launchUpgradePipeline
instanceId = "mymas"
pipelinesNamespace = f"mas-{instanceId}-pipelines"
# Create an OpenShift client
dynClient = dynamic.DynamicClient(
api_client.ApiClient(configuration=config.load_kube_config())
)
# Install OpenShift Pipelines Operator
installOpenShiftPipelines(dynamicClient)
# Create the pipelines namespace and install the MAS tekton definitions
createNamespace(dynamicClient, pipelinesNamespace)
updateTektonDefinitions(pipelinesNamespace)
# Launch the upgrade pipeline and print the URL to view the pipeline run
pipelineURL = launchUpgradePipeline(self.dynamicClient, instanceId)
print(pipelineURL)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mas_cli-11.8.0.tar.gz
(136.3 kB
view details)
Built Distribution
mas_cli-11.8.0-py3-none-any.whl
(183.0 kB
view details)
File details
Details for the file mas_cli-11.8.0.tar.gz
.
File metadata
- Download URL: mas_cli-11.8.0.tar.gz
- Upload date:
- Size: 136.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e5439f2b63ba1afaeaec023ba00324f603ddb405da90c9b4c0aa1dfb584e2ed |
|
MD5 | bbccf80ab4a4f32dd993934b2573daf0 |
|
BLAKE2b-256 | 22a3edcaa661497c3526d9306b7df75625fa6ff7c5338f3be584770368d8233f |
File details
Details for the file mas_cli-11.8.0-py3-none-any.whl
.
File metadata
- Download URL: mas_cli-11.8.0-py3-none-any.whl
- Upload date:
- Size: 183.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d6328651a0162a66312b3768b7228c617419d2691d6438768e978700262da01 |
|
MD5 | c54ce3df3f2b99be18cbfb6e5c9880c1 |
|
BLAKE2b-256 | f96ae3e6aae8a128ea0c98f9621c39b71115e2c11ccac3be586e414dd48ae6bb |