X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=templates%2Fnetwork.yaml;h=da62faedb08dd73dfd5809d9d19c0800e80df925;hb=e088f324b96f4a6aac702fb7e7871406f7156b0f;hp=02fa42b2e658fd9a5b7e2f4502a17218c2f508ff;hpb=f7aa8c4db7a57d5865d3b7767d5957fda6867198;p=osm%2Fopenvim.git diff --git a/templates/network.yaml b/templates/network.yaml index 02fa42b..da62fae 100644 --- a/templates/network.yaml +++ b/templates/network.yaml @@ -1,6 +1,6 @@ ## # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. -# This file is part of openmano +# This file is part of openvim # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -29,4 +29,6 @@ network: # default : attached to the default host interface # null : for data or ptp types. (To be changed in future versions) shared: true # true, false: if shared it will consider by OPENVIM an EXTERNAL network available at OPENMANO + enable_dhcp : true # true, false to activate network dhcp over copmutes OVS mesh + cidr: 10.0.0.0/24 # Network CIDR from which to include or exclude addresses used for DHCP service lease offerings.