Zack Williams | 482d61b | 2017-08-08 17:16:31 -0700 | [diff] [blame] | 1 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 2 | tosca_definitions_version: tosca_simple_yaml_1_0 |
3 | |||||
4 | imports: | ||||
5 | - custom_types/xos.yaml | ||||
6 | |||||
7 | description: enough onos config to make the mock work | ||||
8 | |||||
9 | topology_template: | ||||
10 | node_templates: | ||||
11 | |||||
12 | service#ONOS_Fabric: | ||||
13 | type: tosca.nodes.ONOSService | ||||
14 | |||||
15 | service#ONOS_CORD: | ||||
16 | type: tosca.nodes.ONOSService | ||||
17 |