1 tosca_definitions_version: tosca_simple_yaml_1_0
4 TOSCA simple profile that just defines a single compute instance and selects a (guest) host Operating System from the Compute node's properties. Note, this example does not include default values on inputs properties.
10 description: Number of CPUs for the server.
12 - valid_values: [ 1, 2, 4, 8 ]
21 num_cpus: { get_input: cpus }
31 description: The private IP address of the deployed server instance.
32 value: { get_attribute: [my_server, private_address] }