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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for touchdown-0.11.0.tar.gz
Algorithm Hash digest
SHA256 37ca532d316c4c613dd037205fad1ca6682bbdf77c81c4e4b87d1299511e8a96
MD5 16d482375420b5f48dd6bb76b920214c
BLAKE2b-256 3ca716ff9d607bcb4d5624244b71a272393cf52762a05a90721169251faedba6

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