X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=27c5e3a7cb1145e4cb3f632c297aaae2abfbac40;hb=a87fb465f5d18ab4ad353906fa63de7911b8350c;hp=6e68c473a66cd5c3703ea982d7f8b42dfb91b110;hpb=2bb51a5d76d106f4ea097f5a075e24a848de5bd5;p=dsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 6e68c473..27c5e3a7 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -228,14 +228,4 @@ REJECT reject-with icmp-admin-prohibited } default: {} } - - - # live ganeti migration - case $::hostname { - tristano: { @ferm::rule { 'dsa-ganeti-migrate': rule => 'interface br1 proto tcp dport 8102 saddr 192.168.2.217 ACCEPT'; } } - pasquini: { @ferm::rule { 'dsa-ganeti-migrate': rule => 'interface br1 proto tcp dport 8102 saddr 192.168.2.213 ACCEPT'; } } - bertali: { @ferm::rule { 'dsa-ganeti-migrate': rule => 'interface br1 proto tcp dport 8102 saddr 192.168.2.216 ACCEPT'; } } - boito: { @ferm::rule { 'dsa-ganeti-migrate': rule => 'interface br1 proto tcp dport 8102 saddr 192.168.2.212 ACCEPT'; } } - default: {} - } }