Skip to main content

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-18.8.0.tar.gz (241.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mas_cli-18.8.0-py3-none-any.whl (295.2 kB view details)

Uploaded Python 3

File details

Details for the file mas_cli-18.8.0.tar.gz.

File metadata

  • Download URL: mas_cli-18.8.0.tar.gz
  • Upload date:
  • Size: 241.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mas_cli-18.8.0.tar.gz
Algorithm Hash digest
SHA256 266cb0857f274492915a311d06528739e0d365f70f8cb86aba33a598f563e527
MD5 f94ebbdaf48824f10b1bb550ea4fabcf
BLAKE2b-256 f71a566581385c325d16bf68355805d078fd4bc98cf24d8432c42de97b392a7d

See more details on using hashes here.

File details

Details for the file mas_cli-18.8.0-py3-none-any.whl.

File metadata

  • Download URL: mas_cli-18.8.0-py3-none-any.whl
  • Upload date:
  • Size: 295.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mas_cli-18.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3ab2fcb2105a1880dffb2cc00d982d15b34172678fe667569d5b6942563eea28
MD5 447ab17029530c014211674bbccfad49
BLAKE2b-256 c059572bc30a07d088359072a16836ae7b63f39106023c443c04c32334fe7344

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page