public interface ComputeServiceConstants
Modifier and Type | Interface and Description |
---|---|
static class |
ComputeServiceConstants.InitStatusProperties |
static class |
ComputeServiceConstants.ReferenceData |
static class |
ComputeServiceConstants.Timeouts |
Modifier and Type | Field and Description |
---|---|
static String |
COMPUTE_LOGGER |
static String |
LOCAL_PARTITION_GB_PATTERN |
static String |
PROPERTY_BLACKLIST_NODES
comma-separated nodes that we shouldn't attempt to list as they are dead
in the provider for some reason.
|
static String |
PROPERTY_IMAGE_AUTHENTICATE_SUDO
true if gaining a sudo shell requires a password
|
static String |
PROPERTY_IMAGE_ID
overrides the image specified in the subclass of
BaseComputeServiceContextModule#provideTemplate |
static String |
PROPERTY_IMAGE_LOGIN_USER
username and, if colon delimited, password of the default user on the image that is or can become root
ex.
|
static String |
PROPERTY_INIT_STATUS_INITIAL_PERIOD |
static String |
PROPERTY_INIT_STATUS_MAX_PERIOD |
static String |
PROPERTY_OS_VERSION_MAP_JSON
os to map of version input string to output string
ex.
|
static String |
PROPERTY_TIMEOUT_NODE_RUNNING |
static String |
PROPERTY_TIMEOUT_NODE_SUSPENDED |
static String |
PROPERTY_TIMEOUT_NODE_TERMINATED |
static String |
PROPERTY_TIMEOUT_PORT_OPEN |
static String |
PROPERTY_TIMEOUT_SCRIPT_COMPLETE |
static final String COMPUTE_LOGGER
static final String LOCAL_PARTITION_GB_PATTERN
static final String PROPERTY_TIMEOUT_NODE_TERMINATED
static final String PROPERTY_TIMEOUT_NODE_RUNNING
static final String PROPERTY_TIMEOUT_NODE_SUSPENDED
static final String PROPERTY_TIMEOUT_SCRIPT_COMPLETE
static final String PROPERTY_TIMEOUT_PORT_OPEN
static final String PROPERTY_INIT_STATUS_INITIAL_PERIOD
static final String PROPERTY_INIT_STATUS_MAX_PERIOD
static final String PROPERTY_IMAGE_ID
BaseComputeServiceContextModule#provideTemplate
static final String PROPERTY_IMAGE_LOGIN_USER
ubuntu
ex. toor:password
static final String PROPERTY_IMAGE_AUTHENTICATE_SUDO
static final String PROPERTY_BLACKLIST_NODES
static final String PROPERTY_OS_VERSION_MAP_JSON
{"centos":{"5.4":"5.4","5.5":"5.5"},"rhel":{"5.4":"5.4","5.5":"5.5"},"ubuntu":{"karmic":"9.10","lucid":"10.04","maverick":"10.10","natty":"11.04"},"windows":{"2008":"2008","Server 2008":"2008","2008 R2":"2008 R2","Server 2008 R2":"2008 R2","2008 SP2":"2008 SP2","Server 2008 SP2":"2008 SP2"}}
Copyright © 2009-2012 jclouds. All Rights Reserved.