Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b1597446 authored by PARISOT Clement's avatar PARISOT Clement
Browse files

[lib] puppet:gen:dhcpg5k - Remove generator warning for VMs (we use static address)

parent be5c7b4f
No related branches found
No related tags found
1 merge request!1069Remove several generator useless warnings for servers and VM in DHCP, conman and lanpower gen
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
dhcp_entries = [] dhcp_entries = []
data.fetch('nodes').each_sort_by_node_uid { |node_uid, node| data.fetch('nodes').each_sort_by_node_uid { |node_uid, node|
next if node == nil || (node['status'] && node['status'] == 'retired') next if node == nil || (node['status'] && node['status'] == 'retired') || node['kind'] == 'virtual'
# Get ipv4, ipv6 and mac addresses # Get ipv4, ipv6 and mac addresses
begin begin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment