2014-10-29 22:08:13 -05:00
|
|
|
==============================
|
|
|
|
exerciserc - Exercise Settings
|
|
|
|
==============================
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
``exerciserc`` is used to configure settings for the exercise scripts.
|
2014-12-19 12:09:05 +00:00
|
|
|
The values shown below are the default values. These can all be
|
2014-10-21 11:40:08 -04:00
|
|
|
overridden by setting them in the ``localrc`` section.
|
|
|
|
|
|
|
|
ACTIVE\_TIMEOUT
|
|
|
|
Max time to wait while vm goes from build to active state
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
ACTIVE_TIMEOUT==30
|
|
|
|
|
|
|
|
ASSOCIATE\_TIMEOUT
|
|
|
|
Max time to wait for proper IP association and dis-association.
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
ASSOCIATE_TIMEOUT=15
|
|
|
|
|
|
|
|
BOOT\_TIMEOUT
|
|
|
|
Max time till the vm is bootable
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
BOOT_TIMEOUT=30
|
|
|
|
|
|
|
|
RUNNING\_TIMEOUT
|
|
|
|
Max time from run instance command until it is running
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
RUNNING_TIMEOUT=$(($BOOT_TIMEOUT + $ACTIVE_TIMEOUT))
|
|
|
|
|
|
|
|
TERMINATE\_TIMEOUT
|
|
|
|
Max time to wait for a vm to terminate
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
TERMINATE_TIMEOUT=30
|