Skip to content

Instantly share code, notes, and snippets.

@timf
Created November 4, 2010 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timf/662000 to your computer and use it in GitHub Desktop.
Save timf/662000 to your computer and use it in GitHub Desktop.
[plan]
run_plan: launch_plan.py
[runlevels]
level1: level1/level.conf
level2: level2/level.conf
level3: level3/level.conf
level4: level4/level.conf
[svc-rabbit]
# Uncomment the 'ip' configuration if you want to use a pre-existing RabbitMQ
# and not start a VM
# ip: 1.2.3.4
image: ami-blahblah
iaas: ec2-east
allocation: m1.small
sshkeyname: ooi
localsshkeypath: ~/.ssh/ooi.pem
ssh_username: ubuntu
scp_username: cc
bootconf: rabbit.json
test: /opt/rabbit/rabbit-test.sh
[svc-cassandra]
# Uncomment the 'ip' configuration if you want to use a pre-existing Cassandra
# and not start a VM
# ip: 1.2.3.4
image: ami-blahblah
iaas: ec2-east
allocation: m1.small
sshkeyname: ooi
localsshkeypath: ~/.ssh/ooi.pem
ssh_username: ubuntu
scp_username: cc
bootconf: cass.json
test: /opt/cassandra/cassandra-test.sh
[svc-broker]
# Uncomment the 'ip' configuration if you want to use a pre-existing Context
# Broker and not start a VM
# ip: 1.2.3.4
image: ami-blahblah
iaas: ec2-east
allocation: m1.small
sshkeyname: ooi
localsshkeypath: ~/.ssh/ooi.pem
ssh_username: ubuntu
scp_username: cc
bootconf: broker.json
test: /opt/broker/broker-test.sh
[svc-provisioner]
image: ami-blahblah
iaas: ec2-east
allocation: m1.small
sshkeyname: ooi
localsshkeypath: ~/.ssh/ooi.pem
ssh_username: ubuntu
scp_username: cc
bootconf: provisioner.json
test: /home/cc/lcaarch/bin/provisioner-test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment