Cloud bursting with HP CloudSystem Matrix infrastructure orchestration: Matrix-to-Matrix, HP Matrix KVM Private Cloud, HP Cloud Services, and Amazon EC2

subnet.dns.domain=MatrixKVM.domain
# Name of the key pair to use to access the provisioned servers
default.keypair.name=cloud-user
# A filter file that controls which images appear in the software inventory
provider.image.filters.file=MatrixKVM-image-filters.xml
# Optional file containing server type definitions. If not specified, server
# type definitions are loaded directly from the provider. Custom server type
# definitions can be used to exclude the use of some server types and to
# normalize processor count and memory size values.
#provider.servertype.file=
# A prioritized list of server types to use when the logical server does not
# specify a server type. The first server type that meets the minimum
# processor count and memory size for the logical server is selected.
#
# A keyword shortcut can be used to include all server types (limited by
# provider.servertype.file). The keyword @min-processors prioritizes first by
# minimum processor count and then by minimum memory size. The keyword
# @min-memory prioritizes first by minimum memory size and then by minimum
# processor count. Note: When a keyword shortcut is used, server types added
# later will automatically be eligible for auto-selection.
server.flavor.auto.selection.order=@min-processors
Value examples
The following table provides additional information about values in the HP Matrix KVM Private Cloud pool properties file.
Value
Additional information
provider.api.endpoint
Contact the system administrator.
provider.region.id
The id of the region (or availability zone) hosting services.
Public. Contact the system administrator for details.
proxy.host
proxy.port
The TCP/IP address and port, respectively, of a proxy server through which requests must pass
to access the provider endpoint.
These properties have empty values or can be commented out or removed if no proxy server is
required.
provider.credential.type
This property must be defined with the value: “password”.
provider.access.key.id
Identifies the cloud provider user account either using an access key or, when
provider.credential.type = password, a user name.
provider.secretkey.mxpassword.key
The name that identifies the secret user credentials (secret key or password) stored in the
secure password store using mxpassword. The value of this property is simply the
mxpassword.
subnet.dns.domain
An optional property that defines the DNS domain value listed for cloud subnets. For example,
compute.hpcloudsvc.com.
provider.image.filters.file
Defines the name of the XML format file containing rules used to filter listed software images.
See the "Image filter file" section for HP Matrix KVM Private Cloud.
provider.servertype.file
An optional property that identifies the XML format file that defines the server types (cpu and
memory) that can be used to run servers.
When not specified, this information is obtained from the provider.
server.flavor.auto.selection.order
Controls the order in which server types (flavors) are searched to resolve specified hardware
attributes (processors and memory). Can also be a comma separated list of server types. For
example: standard.xsmall,standard.small,standard.medium,standard.large
28