Skip to main content

Orchestration and configuration management in Python

Project description

https://img.shields.io/travis/yaybu/touchdown/master.svg https://img.shields.io/appveyor/ci/yaybu/touchdown/master.svg https://img.shields.io/codecov/c/github/yaybu/touchdown/master.svg https://img.shields.io/pypi/v/touchdown.svg https://img.shields.io/badge/docs-latest-green.svg

Touchdown is a service orchestration framework for python. It provides a python “DSL” for declaring complicated cloud infrastructures and provisioning those blueprints in an idempotent way.

You can find us in #yaybu on irc.oftc.net.

Here is an example Touchdownfile:

aws = workspace.add_aws(
    region='eu-west-1',
)

vpc = aws.add_virtual_private_cloud(name='example')
vpc.add_internet_gateway(name="internet")

example = vpc.add_subnet(
    name='application',
    cidr_block='192.168.0.0/24',
)

asg = aws.add_autoscaling_group(
    name='example',
    launch_configuration=aws.add_launch_configuration(
        name="example",
        ami='ami-62366',
        subnets=[example],
    ),
)

You can then apply this configuration with:

touchdown apply

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

touchdown-0.15.15.tar.gz (176.7 kB view details)

Uploaded Source

Built Distribution

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

touchdown-0.15.15-py2.py3-none-any.whl (403.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file touchdown-0.15.15.tar.gz.

File metadata

  • Download URL: touchdown-0.15.15.tar.gz
  • Upload date:
  • Size: 176.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for touchdown-0.15.15.tar.gz
Algorithm Hash digest
SHA256 0f13fb00e1dc8db2dc2a7e725a94fdfe448de18fd5046e8ffba3b3de746eb346
MD5 c54b9efc5e97f89353204d578d6df795
BLAKE2b-256 7c78a9d3c828b696bb47b48e73d71ecda6d02c5c143691d9ef3b7b5d974ad145

See more details on using hashes here.

File details

Details for the file touchdown-0.15.15-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for touchdown-0.15.15-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6df97954353f1908906e3461f7f887f71dc4da40658482d29f125dee15f75a1a
MD5 92b8eed85e96bdc9623f50e8cdcac7dd
BLAKE2b-256 2f9b92d85ad3430796097aa1ed24c54b004235e8870c5683c6d277c23e466f7e

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