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

# 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=standard.xsmall,standard.small,standard.medium,standard.large
Value examples
The following table provides additional information about values in the HP Cloud Services pool properties file.
Value
Additional information
provider.api.endpoint
From the API keys page, under Service Endpoints, specify the Identity endpoint for the
applicable region without the “v2.0/” suffix. For example:
https://region-a.geo-1.identity.hpcloudsvc.com:35357
provider.region.id
The id of the region (or availability zone) hosting services.
Available regions are listed on the API keys page. For example:
az-1.region-a.geo-1
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.tenant.name
The Tenant Name listed on the API Keys page. For example:
user1@example.com-tenant1
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.
The Secret Key is listed on the API keys page.
subnet.dns.domain
An optional property that defines the DNS domain value listed for cloud subnets. For example:
compute.hpcloudsvc.com
default.keypair.name
The name, registered with the provider, of the RSA public key pair to be used for server SSH
access.
Key pairs are managed from a region’s Server’s page.
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 Cloud Services.
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
32