| Scott Baker | ad85880 | 2015-11-16 22:42:40 -0800 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |||||
| 3 | description: Some basic fixtures | ||||
| 4 | |||||
| 5 | imports: | ||||
| 6 | - custom_types/xos.yaml | ||||
| 7 | |||||
| 8 | topology_template: | ||||
| 9 | node_templates: | ||||
| 10 | s_tag: | ||||
| 11 | type: tosca.nodes.NetworkParameterType | ||||
| 12 | |||||
| 13 | c_tag: | ||||
| 14 | type: tosca.nodes.NetworkParameterType | ||||
| 15 | |||||
| 16 | next_hop: | ||||
| 17 | type: tosca.nodes.NetworkParameterType | ||||
| 18 | |||||
| 19 | device: | ||||
| 20 | type: tosca.nodes.NetworkParameterType | ||||