| tierno | f7aa8c4 | 2016-09-06 16:43:04 +0200 | [diff] [blame] | 1 | network: |
| 2 | name: data_net |
| 3 | type: data |
| 4 | |
| 5 | #if you want to connect this network to a concrete switch port for outside connectivity |
| 6 | #indicate it at provider_physical with openflow:<switch_port>[:vlan] |
| 7 | #<switch_port> must be a valid openflow port (one of the listed with openvim openflow-port-list) |
| 8 | #add [:vlan] without spaces if this port must be vlan tagged. If missing it is not tagged |
| 9 | |
| 10 | #provider:vlan contains the vlan used by the SRIOV interfaces connected to this network |
| 11 | #it always contain a value regardless used or not. If missing openvim will assign a value |
| 12 | |
| 13 | provider:physical: openflow:port1/8:vlan |
| 14 | provider:vlan: 3001 |
| 15 | shared: true |
| 16 | |