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

<Resources xsi:type="CloudCapacityPool" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance">
<Id>sample-MatrixKVM-pool</Id>
<Name>Sample HP Matrix KVM Controller</Name>
<Provider>HP Matrix KVM Controller</Provider>
<ProviderConsoleUrl><!--https://MatrixKVM-controller--></ProviderConsoleUrl>
<PublicCloudLicenseRequired>false</PublicCloudLicenseRequired>
</Resources>
<Resources xsi:type="CloudCapacityPool" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance">
<Id>sample-MatrixOE-cloud-pool</Id>
<Name>Sample HP Matrix OE Cloud pool</Name>
<Provider>Sample HP Matrix OE Cloud</Provider>
<ProviderConsoleUrl><!--https://matrix-cloud-cms:51443/hpio/portal--
></ProviderConsoleUrl>
</Resources>
</CapacityPool>
Note: The highlighted definition, above, is the HP Cloud Services sample.
Pool properties file
For more information about the highlighted values in this section, see the "Value examples" section that follows the sample file.
# This file specifies the properties for an HP Cloud Services capacity pool
# defined in nova-cloud-pools.xml.
# The API endpoint of the Identity service for the cloud provider, with the
# version ID omitted.
# Note: The use of an HTTPS endpoint may require a cloud provider certificate
# to be added to the trust store. Retrieve the root certificate from the
# provider and place it in a file. Add it to the trust store using the
# command "mxcert -t -f <certificate-file>".
provider.api.endpoint=https://region-a.geo-1.identity.hpcloudsvc.com:35357
# The region (availability zone) ID
provider.region.id=az-2.region-a.geo-1
# Specify proxy settings if required to access the provider API endpoint
proxy.host=
proxy.port=
# Tenant name for authentication with the cloud provider
provider.tenant.name=
# Access Key ID from the API Keys for the HP Cloud Services account
# (see https://console.hpcloud.com/account/api_keys)
provider.access.key.id=
# Use the command "mxpassword -a -x <mxpassword-key>=<secret-key>" to create
# an mxpassword entry, where <mxpassword-key> is the value specified here and
# <secret-key> is the Secret Key associated with the Access Key ID above.
provider.secretkey.mxpassword.key=hpcs-account-1
# An optional value used to pre-populate the DNS domain value in cloud subnets
subnet.dns.domain=compute.hpcloudsvc.com
# Name of the RSA key pair to use to access the provisioned servers. Create
# the key pair in the HP Cloud Services account for the selected availability
# zone in the Compute service.
default.keypair.name=
# A filter file that controls which images appear in the software inventory
provider.image.filters.file=hpcs-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=hpcs-flavors.xml
31