Created
November 4, 2010 01:23
-
-
Save timf/662000 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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