Cloud bursting with HP CloudSystem Matrix infrastructure orchestration and HP Cloud Services or Amazon EC2

14
<memoryGb>1.7</memoryGb>
<numberOfProcessors>5</numberOfProcessors>
<processorArchitecture>IA-32</processorArchitecture>
<processorArchitecture>x86_64</processorArchitecture>
</server-type>
<server-type>
<!-- High-CPU Extra Large Instance -->
<name>c1.xlarge</name>
<memoryGb>7</memoryGb>
<numberOfProcessors>20</numberOfProcessors>
<processorArchitecture>x86_64</processorArchitecture>
</server-type>
<server-type>
<!-- Cluster Compute Quadruple Extra Large Instance -->
<name>cc1.4xlarge</name>
<memoryGb>23</memoryGb>
<numberOfProcessors>33.5</numberOfProcessors>
<processorArchitecture>x86_64</processorArchitecture>
</server-type>
<server-type>
<!-- Cluster GPU Quadruple Extra Large Instance -->
<name>cg1.4xlarge</name>
<memoryGb>22</memoryGb>
<numberOfProcessors>33.5</numberOfProcessors>
<processorArchitecture>x86_64</processorArchitecture>
</server-type>
<server-type>
<!-- Cluster Compute Eight Extra Large Instance -->
<name>cc2.8xlarge</name>
<memoryGb>60.5</memoryGb>
<numberOfProcessors>88</numberOfProcessors>
<processorArchitecture>x86_64</processorArchitecture>
</server-type>
</server-types>
Create image filters
Amazon Machine Images (AMIs) are displayed in the CloudSystem software inventory. You can choose from the
collection of pre-existing publicly available images and optional private images you create in your account. An
image filter configuration determines which images are visible to CloudSystem.
Edit (or use unchanged) the sample image filter file named ec2-image-filters.xml. An image filter file limits the
image inventory to a manageable size, and can be used to prevent the use of particular images. For example, an
Administrator may not want an Architect to use images that have a product code. For more information, see the
Amazon Elastic Compute Cloud API Reference.
Capacity pools can share the same filter file or use individual files. Set the provider.image.filters.file
property in <pool-id>.properties to the name of the filter file. For example:
provider.image.filters.file=ec2-image-filters.xml
The following is the sample EC2 image filter file.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- EC2 supported filters are described at
http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/index.html?ApiReference-
query-DescribeImages.html.
Filter rules:
- Multiple Include/Exclude filters are allowed and are applied sequentially.
- Include filters are processed before Exclude filters.
- A FilterCriterion may contain multiple values, of which only one needs to
match.
- Each IncludeFilter and ExcludeFilter may contain multiple FilterCriterion