Skip to content

Commit

Permalink
Merge pull request #74 from autolab/drohtest
Browse files Browse the repository at this point in the history
Default vmms changed to `localDocker` in config template
  • Loading branch information
mihirpandya committed Jun 30, 2015
2 parents 9bccb27 + e5d5b8c commit ee65521
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ class Config:
COURSELABS = "courselabs"

# VMMS to use. Must be set to a VMMS implemented in vmms/ before
# starting Tango. Options are: "localSSH", "tashiSSH", "ec2SSH"
VMMS_NAME = "localSSH"
# starting Tango. Options are: "localDocker", "distDocker",
# "tashiSSH", "localSSH", and "ec2SSH"
VMMS_NAME = "localDocker"

#####
# Part 2: Constants that shouldn't need to change very often.
Expand Down Expand Up @@ -88,7 +89,7 @@ class Config:
# Frequency of retrying SSH connections (in seconds)
SSH_INTERVAL = 0.5

# Give Tashi this many seconds to destroy a VM before giving up
# Give VMMS this many seconds to destroy a VM before giving up
DESTROY_SECS = 5

# Time to wait between creating VM instances to give DNS time to cool down
Expand Down

0 comments on commit ee65521

Please sign in to comment.