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-10.4.0.tar.gz
(120.2 kB
view details)
Built Distribution
mas_cli-10.4.0-py3-none-any.whl
(164.1 kB
view details)
File details
Details for the file mas_cli-10.4.0.tar.gz
.
File metadata
- Download URL: mas_cli-10.4.0.tar.gz
- Upload date:
- Size: 120.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d3e0a985d4f9bceb8901816c5b439db8edeff143c692fae4b75a84d7cc51435 |
|
MD5 | 8e4b9e82ecf36ea842a8f398b101fd87 |
|
BLAKE2b-256 | 88f9aa280b7b003d81c1547b143deadabd6e9b20b3884a8786fc17b0a84d8ca5 |
File details
Details for the file mas_cli-10.4.0-py3-none-any.whl
.
File metadata
- Download URL: mas_cli-10.4.0-py3-none-any.whl
- Upload date:
- Size: 164.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36942c769d32e6af654c5b55008770735467c2ba7f4b7067edc244f60da8d1c6 |
|
MD5 | 731cc62edbec7e6c0fb55f7f8d99676b |
|
BLAKE2b-256 | 759de9a56614ea34b0539675b716a9d064ade7e3d3da88594fa233a129cc6ee7 |