$ganeti_priv = ['172.29.178.0/24']
$drbd = true
}
+ 'ganeti.grnet.debian.org': {
+ $ganeti_hosts = ['194.177.211.195/32', '194.177.211.196/32']
+ $ganeti_priv = ['172.29.175.0/24']
+ $drbd = true
+ }
default: {
$ganeti_hosts = []
$ganeti_priv = []
csail-node01,csail-node02: {
$conffile = 'lvm-csail-nodeX-ganeti.conf'
}
+ grnet-node01,grnet-node02: {
+ $conffile = 'lvm-grnet-nodeX-ganeti.conf'
+ }
default: {
$conffile = ''
}
when "sibelius.debian.org" then ignore << %w{tivsm-ba tivsm-api64 gskssl64 gskcrypt64}
when "vogler.debian.org" then ignore << %w{repro libresiprocate-1.9 resiprocate-turn-server}
when /(mailly|muffat).debian.org/ then ignore << %w{python-dsa-mq}
-when /csail-node(01|02).debian.org/ then ignore << %w{openvswitch-switch openvswitch-common}
+when /(csail|grnet)-node(01|02).debian.org/ then ignore << %w{openvswitch-switch openvswitch-common}
end
case fqdn
end
case fqdn
-when /(csail-node(01|02)|powell|bm-bl1).debian.org/ then ignore << %w{ganeti-os-noop}
+when /((csail|grnet)-node(01|02)|powell|bm-bl1).debian.org/ then ignore << %w{ganeti-os-noop}
end
ignore.flatten.join("\n")