blob: 43e59391bd366b7c51ffccb1364da0d3dc14e000 [file] [log] [blame]
tierno9a61c6b2016-09-08 10:57:02 +02001##
2# Copyright 2016 Telefónica Investigación y Desarrollo, S.A.U.
3# This file is part of openvim
4# All Rights Reserved.
5#
6# Licensed under the Apache License, Version 2.0 (the "License"); you may
7# not use this file except in compliance with the License. You may obtain
8# a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15# License for the specific language governing permissions and limitations
16# under the License.
17#
18# For those usages not covered by the Apache License, Version 2.0 please
19# contact with: nfvlabs@tid.es
20##
21
tiernof7aa8c42016-09-06 16:43:04 +020022network:
23 name: data_net
24 type: data
25
26 #if you want to connect this network to a concrete switch port for outside connectivity
27 #indicate it at provider_physical with openflow:<switch_port>[:vlan]
28 #<switch_port> must be a valid openflow port (one of the listed with openvim openflow-port-list)
29 #add [:vlan] without spaces if this port must be vlan tagged. If missing it is not tagged
30
31 #provider:vlan contains the vlan used by the SRIOV interfaces connected to this network
32 #it always contain a value regardless used or not. If missing openvim will assign a value
33
34 provider:physical: openflow:port1/8:vlan
35 provider:vlan: 3001
36 shared: true
37