All Downloads are FREE. Search and download functionalities are using the official Maven repository.

project.planner-core.1.0.0.source-code.amazon_c1_xlarge.yaml Maven / Gradle / Ivy

The newest version!
tosca_definitions_version: tosca_simple_yaml_1_0_0

node_types:
    seaclouds.nodes.Compute.Amazon:
        derived_from: seaclouds.nodes.Compute
        properties:
            operating_system:
                type: string


    seaclouds.nodes.Compute.Amazon.c1.xlarge:
        derived_from: seaclouds.nodes.Compute.Amazon
        attributes:
            location: 'seaclouds.types.Locations.AM.US.OR.Portland'
            #operating_system: 'seaclouds.types.os.linux.ubuntu'
            num_cpus: 8
            mem_size: 7 GB
            disk_type: 'sata'
            local_storage: 2 TB




© 2015 - 2024 Weber Informatics LLC | Privacy Policy