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.12.0.tar.gz
(137.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mas_cli-11.12.0-py3-none-any.whl
(184.6 kB
view details)
File details
Details for the file mas_cli-11.12.0.tar.gz.
File metadata
- Download URL: mas_cli-11.12.0.tar.gz
- Upload date:
- Size: 137.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9949bb5c7bce8bcdf06456bed63c3b23c3bfc47a170dd4cf1b9352077c829e8e
|
|
| MD5 |
fd38f2ab127be2357084fc1259c6476e
|
|
| BLAKE2b-256 |
f4127e015904cc4cd1ae79ec41b78c3f6c644c13dbd6f7fc55d85ee6a0add471
|
File details
Details for the file mas_cli-11.12.0-py3-none-any.whl.
File metadata
- Download URL: mas_cli-11.12.0-py3-none-any.whl
- Upload date:
- Size: 184.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4373276546a5a53d084e1358734ffb72c9eae7ef99a8ab2639fd5a4ad1f4d3c0
|
|
| MD5 |
30d2bb2c390c346330df3eb06d4f8f54
|
|
| BLAKE2b-256 |
f568417eb93bb5cd1f60344d4bf42a76a7e9953e516d2389939b841748a1d783
|