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.5.0.tar.gz
(127.6 kB
view details)
Built Distribution
mas_cli-11.5.0-py3-none-any.whl
(172.6 kB
view details)
File details
Details for the file mas_cli-11.5.0.tar.gz
.
File metadata
- Download URL: mas_cli-11.5.0.tar.gz
- Upload date:
- Size: 127.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad40bb3bcc915ea49cb17a266ba41d0a05e6e20daff62ef9c216530fd74fe5ba |
|
MD5 | f0b6f1f78e3b043bde671ce51780e6d1 |
|
BLAKE2b-256 | 2e47aa775891bab1e1f84b075bcea0a691f79eaf02d399ed4dd48bf2876e8bb7 |
File details
Details for the file mas_cli-11.5.0-py3-none-any.whl
.
File metadata
- Download URL: mas_cli-11.5.0-py3-none-any.whl
- Upload date:
- Size: 172.6 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 | 65dce619fda358af5a661845a9c994456631854363e8c62e6163f8ab3f207b2f |
|
MD5 | bf29ee13079132885e4dd00a9656bd4b |
|
BLAKE2b-256 | 0137b65f06fbd4b2116a7e9ffb3ab3a66034dd12a21ac7a7fda082d358664d49 |