MichielCatalog.xml

369 lines | 12.42 kB Blame History Raw Download
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="CatalogSchema.xsd">

    <effectiveDate>2013-02-08T00:00:00+00:00</effectiveDate>
    <catalogName>basic catalog</catalogName>

    <currencies>
        <currency>EUR</currency>
    </currencies>

    <products>
    
        <product name="instance-m1.tiny">
            <category>BASE</category>
        </product>
        <product name="instance-m1.small">
            <category>BASE</category>
        </product>
        <product name="instance-m1.medium">
            <category>BASE</category>
        </product>
        <product name="instance-m1.large">
            <category>BASE</category>
        </product>
        <product name="instance-m1.xlarge">
            <category>BASE</category>
        </product>
        <product name="instance-m1.micro">
            <category>BASE</category>
        </product>
        <product name="instance-m1.micro2">
            <category>BASE</category>
        </product>

        <product name="objectstore-1GB">
            <category>BASE</category>
        </product>
        <product name="objectstore-5GB">
            <category>BASE</category>
        </product>
        <product name="objectstore-10GB">
            <category>BASE</category>
        </product>

        <product name="floatingip">
            <category>BASE</category>
        </product>
        
        <product name="volume-1GB">
            <category>BASE</category>
        </product>
        <product name="volume-2GB">
            <category>BASE</category>
        </product>
        <product name="volume-3GB">
            <category>BASE</category>
        </product>
        <product name="volume-4GB">
            <category>BASE</category>
        </product>
        <product name="volume-5GB">
            <category>BASE</category>
        </product>

    </products>

    <rules>
        <changePolicy>
            <changePolicyCase>
                <policy>IMMEDIATE</policy>
            </changePolicyCase>
        </changePolicy>
        <changeAlignment>
           <changeAlignmentCase>
                <alignment>START_OF_BUNDLE</alignment>
            </changeAlignmentCase>
        </changeAlignment>
        <cancelPolicy>
            <cancelPolicyCase>
                <policy>IMMEDIATE</policy>
            </cancelPolicyCase>
        </cancelPolicy>
        <createAlignment>
            <createAlignmentCase>
                <alignment>START_OF_BUNDLE</alignment>
            </createAlignmentCase>
        </createAlignment>
        <billingAlignment>
            <billingAlignmentCase>
                <alignment>ACCOUNT</alignment>
            </billingAlignmentCase>
        </billingAlignment>
        <priceList>
           <priceListCase>
                <toPriceList>DEFAULT</toPriceList>
           </priceListCase>
        </priceList>
    </rules>

    <plans>
        <plan name="instance-m1.tiny-monthly">
            <product>instance-m1.tiny</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>12.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="instance-m1.small-monthly">
            <product>instance-m1.small</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>18.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="instance-m1.medium-monthly">
            <product>instance-m1.medium</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>23.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="instance-m1.large-monthly">
            <product>instance-m1.large</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>39.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="instance-m1.xlarge-monthly">
            <product>instance-m1.xlarge</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>79.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="instance-m1.micro-monthly">
            <product>instance-m1.micro</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>5.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="instance-m1.micro2-monthly">
            <product>instance-m1.micro2</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>7.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>

        <plan name="objectstore-1GB-monthly">
            <product>objectstore-1GB</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>2.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="objectstore-5GB-monthly">
            <product>objectstore-5GB</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>3.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="objectstore-10GB-monthly">
            <product>objectstore-10GB</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>4.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>

        <plan name="floatingip-monthly">
            <product>floatingip</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>4.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        
        <plan name="volume-1GB-monthly">
            <product>volume-1GB</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>1.50</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="volume-2GB-monthly">
            <product>volume-2GB</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>2.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="volume-3GB-monthly">
            <product>volume-3GB</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>2.50</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="volume-4GB-monthly">
            <product>volume-4GB</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>3.00</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>
        <plan name="volume-5GB-monthly">
            <product>volume-5GB</product>
            <finalPhase type="EVERGREEN">
                <duration>
                    <unit>UNLIMITED</unit>
                </duration>
                <billingPeriod>MONTHLY</billingPeriod>
                <recurringPrice>
                    <price>
                        <currency>EUR</currency>
                        <value>3.50</value>
                    </price>
                </recurringPrice>
            </finalPhase>
        </plan>

    </plans>
    <priceLists>
        <defaultPriceList name="DEFAULT">
            <plans>
                <plan>instance-m1.tiny-monthly</plan>
                <plan>instance-m1.small-monthly</plan>
                <plan>instance-m1.medium-monthly</plan>
                <plan>instance-m1.large-monthly</plan>
                <plan>instance-m1.xlarge-monthly</plan>
                <plan>instance-m1.micro-monthly</plan>
                <plan>instance-m1.micro2-monthly</plan>
                <plan>objectstore-1GB-monthly</plan>
                <plan>objectstore-5GB-monthly</plan>
                <plan>objectstore-10GB-monthly</plan>
                <plan>floatingip-monthly</plan>
                <plan>volume-1GB-monthly</plan>
                <plan>volume-2GB-monthly</plan>
                <plan>volume-3GB-monthly</plan>
                <plan>volume-4GB-monthly</plan>
                <plan>volume-5GB-monthly</plan>
            </plans>
        </defaultPriceList>
    </priceLists>
</catalog>