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
success = installOpenShiftPipelines(dynamicClient)
assert success is True
# 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-19.0.1.tar.gz
(288.2 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-19.0.1-py3-none-any.whl
(348.6 kB
view details)
File details
Details for the file mas_cli-19.0.1.tar.gz.
File metadata
- Download URL: mas_cli-19.0.1.tar.gz
- Upload date:
- Size: 288.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a042c68bd76b71dd1cc792119cda1cb840c94237cb3ffb3543ac397709b53b7
|
|
| MD5 |
cad7ad20254dd4fd14e5ab1020184f4c
|
|
| BLAKE2b-256 |
0581fc252529d3bbad4fb3bd0435509e0a039c8056517e5f92bdde23d7d11a91
|
File details
Details for the file mas_cli-19.0.1-py3-none-any.whl.
File metadata
- Download URL: mas_cli-19.0.1-py3-none-any.whl
- Upload date:
- Size: 348.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b517fa6eeb081bb3a2408ae3fb9dadf91c55802093b9d31fc38da79d7016178e
|
|
| MD5 |
7673e94971dd6846947b3235763b3307
|
|
| BLAKE2b-256 |
06a825967b17ca18250639031866f68feaeb650dd920bdbaba6ab089239edc45
|