Python for Maximo Application Suite Dev/Ops
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, "/mascli/templates/ibm-mas-tekton.yaml")
# 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_devops-1.1.4.tar.gz
(17.8 kB
view details)
Built Distribution
File details
Details for the file mas_devops-1.1.4.tar.gz
.
File metadata
- Download URL: mas_devops-1.1.4.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4c399c6f0a019254cf5e87a2e9475f329a4066208f3dd5ea457b8ce2a42b0f5 |
|
MD5 | 2f9d0b7b295a57a99413246b31c48eda |
|
BLAKE2b-256 | d7ddca1c87302acf5c533141c2f3f5212dacaab89a783e4d477f454f1b0911f3 |
File details
Details for the file mas_devops-1.1.4-py3-none-any.whl
.
File metadata
- Download URL: mas_devops-1.1.4-py3-none-any.whl
- Upload date:
- Size: 20.4 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 | 6c9acd47c14fc4eca0fc2814b93a305c8fd9d05d149114950456deda1052f8f8 |
|
MD5 | 258a721a2487fb4d4d771e009d34c3ca |
|
BLAKE2b-256 | f65290c3c03fb4a13d6f31f612edab3accd8386db630c1fe996b74342efc1c8b |