Skip to main content

The python sdk for xldeploy

Project description

Python SDK for XL-Deploy.

Usage

import xldeploy

config = xldeploy.Config(protocol="http", host="localhost", port="4516", context_path="deployit", username="admin", password="admin")

# If you are using url
config = xldeploy.Config.initialize(url="http://localhost:4516/deployit", username="admin", password="admin")

# If you are using proxies
config = xldeploy.Config(protocol="http", host="localhost", port="4516", context_path="deployit", username="admin", password="admin",  proxy_host="localhost", proxy_port=8080, proxy_username="proxyUsername", proxy_password="proxyPassword")

# or
config = xldeploy.Config()
client = xldeploy.Client(config)

# repository
repository = client.repository
print repository.exists("Applications/EC2/1.0/ec2")
print repository.exists("Applications/EC2/1.0/wrong")
ci = repository.read("Applications/EC2/1.0/ec2")
print ci.amiId

# deployment
deployment = client.deployment
deploymentRef = deployment.prepare_initial("Applications/NIApp/1.0", "Environments/awsEnv")
depl = deployment.prepare_auto_deployeds(deploymentRef)
task = deployment.create_task(depl)
task.start()
print task.task_id

# dsl

## Apply DSL script.
dsl = client.dsl
dsl.apply(open('path_to_read_dsl_from', 'r').read())

## Generate DSL script.

dsl = client.dsl
dsl.generate([Environments/directory1,Environments/directory1])

Installation

$ pip install xldeploy-py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xldeploy-py-0.0.3.tar.gz (9.8 kB view details)

Uploaded Source

File details

Details for the file xldeploy-py-0.0.3.tar.gz.

File metadata

  • Download URL: xldeploy-py-0.0.3.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for xldeploy-py-0.0.3.tar.gz
Algorithm Hash digest
SHA256 533d81fc90fb971b6cad3e1a4a78404f597c781c1913d7a8e6b4913b6f303a49
MD5 48d50dfbb1a11d8691e8b3268236983d
BLAKE2b-256 a252d169914ccfee9d3552ef4113e5a5f39828e6da4ef58b6bf37507687a4a90

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