Brian O'Connor | ce2d8b5 | 2015-07-29 16:24:13 -0700 | [diff] [blame] | 1 | { |
| 2 | "domains" : { |
| 3 | "cord" : { |
| 4 | "basic" : { |
| 5 | "name" : "Core Fabric", |
| 6 | "applicationName" : "org.onosproject.testdomain", |
| 7 | "internalDevices" : [ "of:1" ], |
| 8 | "edgePorts" : [ "of:12/1", "of:14/1" ] |
| 9 | } |
| 10 | }, |
| 11 | "mpls" : { |
| 12 | "basic" : { |
| 13 | "name" : "MPLS Core", |
| 14 | "applicationName" : "org.onosproject.testdomain", |
| 15 | "internalDevices" : [ "of:2" ], |
| 16 | "edgePorts" : [ "of:12/2", "of:23/2" ] |
| 17 | } |
| 18 | }, |
| 19 | "dc" : { |
| 20 | "basic" : { |
| 21 | "name" : "Data Center Fabric", |
| 22 | "applicationName" : "org.onosproject.testdomain", |
| 23 | "internalDevices" : [ "of:3" ], |
| 24 | "edgePorts" : [ "of:23/3", "of:34/3" ] |
| 25 | } |
| 26 | }, |
| 27 | "optical" : { |
| 28 | "basic" : { |
| 29 | "name" : "Optical Core", |
| 30 | "applicationName" : "org.onosproject.testdomain", |
| 31 | "internalDevices" : [ "of:4" ], |
| 32 | "edgePorts" : [ "of:14/4", "of:34/4" ] |
| 33 | } |
| 34 | } |
| 35 | } |
| 36 | } |