infracloud_vlan: 415
infracloud_gateway_ip: 172.30.13.1
default_network_interface: eno3
+dhcp_static_mask: 255.255.255.128
dchp_pool_start: 10.20.0.130
dhcp_pool_end: 10.20.0.254
network_interface: eno1
vlan => hiera('infracloud_vlan'),
gateway_ip => hiera('infracloud_gateway_ip'),
default_network_interface => hiera('default_network_interface'),
+ dhcp_static_mask => hiera('dhcp_static_mask'),
dhcp_pool_start => hiera('dhcp_pool_start'),
dhcp_pool_end => hiera('dhcp_pool_end'),
network_interface => hiera('network_interface'),