1 tosca_definitions_version:tosca_simple_yaml_1_0_0
3 This module defines a VNF Deployment Unit.
11 compute_props_host_ellis:&compute_props_host_ellis
14 compute_props_host_bono:&compute_props_host_bono
18 tosca.nodes.compute.ellis:
19 derived_from:tosca.nodes.compute
21 tosca.nodes.compute.bono:
22 derived_from:tosca.nodes.compute
25 # a description of the topology template
32 description:The required storage resource
36 Block storage mount point (filesystem path).
39 type:tosca.nodes.Compute
48 properties:*compute_props_host_ellis
55 node:ellis_BlockStorage
59 location:{ get_input:storage_location }
63 implementation:start.sh
67 implementaion:shutdown.sh
69 type:tosca.nodes.BlockStorage
71 size:{ get_input:storage_size }
73 type:tosca.nodes.Compute
82 properties:*compute_props_host_bono
89 node:bono_BlockStorage
93 location:{ get_input:storage_location }
97 implementation:start.sh
101 implementaion:shutdown.sh
103 type:tosca.nodes.BlockStorage
105 size:{ get_input:storage_size }
107 type:tosca.nodes.network.Network
111 type:tosca.nodes.network.Port
116 node:clearwater_network1
118 type:tosca.nodes.network.Network
122 type:tosca.nodes.network.Port
127 node:clearwater_network2
129 type:tosca.nodes.network.Network
133 type:tosca.nodes.network.Port
138 node:clearwater_network1
140 type:tosca.nodes.network.Network
144 type:tosca.nodes.network.Port
149 node:clearwater_network2