blob: da62faedb08dd73dfd5809d9d19c0800e80df925 [file] [log] [blame]
tiernof7aa8c42016-09-06 16:43:04 +02001##
2# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U.
tierno9a61c6b2016-09-08 10:57:02 +02003# This file is part of openvim
tiernof7aa8c42016-09-06 16:43:04 +02004# 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
22network:
23 name: network-name
24 type: data # "bridge_data" or "bridge_man" for control plane, "data" for dataplane, or "ptp" for point to point dataplane
25 provider:physical: null # needed a value for a bridge_data, bridge_man,
26 # can be:
27 # bridge:iface_name : attached to a iface_name host bridge interface
28 # macvtap:iface_name : attached to a iface_name host physical interface
29 # default : attached to the default host interface
30 # null : for data or ptp types. (To be changed in future versions)
31 shared: true # true, false: if shared it will consider by OPENVIM an EXTERNAL network available at OPENMANO
Mirabale9317ff2017-01-18 16:10:58 +000032 enable_dhcp : true # true, false to activate network dhcp over copmutes OVS mesh
33 cidr: 10.0.0.0/24 # Network CIDR from which to include or exclude addresses used for DHCP service lease offerings.
tiernof7aa8c42016-09-06 16:43:04 +020034