Openvim controller dhcp server over a ovs vxlan mesh
- Base on dnsmasq per openvim net
- Live in a namesapce and using veth pair
- Support CIDR
Change-Id: Ie152ac73804719ed769f24cc8dc8c1be1421e570
Signed-off-by: Mirabal <leonardo.mirabal@altran.com>
diff --git a/templates/network.yaml b/templates/network.yaml
index d49dd18..da62fae 100644
--- a/templates/network.yaml
+++ b/templates/network.yaml
@@ -29,4 +29,6 @@
# 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.