X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fdefs.conf.erb;h=15810e85df4b7fe40b6f5c1f30b7aa5315c3122a;hb=546ca0c41e746fb62605f7af3ccf11eaafe5fe0f;hp=6093e2d7629e4c7f10ba872257f6302161e706e2;hpb=a87fb465f5d18ab4ad353906fa63de7911b8350c;p=dsa-puppet.git diff --git a/modules/ferm/templates/defs.conf.erb b/modules/ferm/templates/defs.conf.erb index 6093e2d7..15810e85 100644 --- a/modules/ferm/templates/defs.conf.erb +++ b/modules/ferm/templates/defs.conf.erb @@ -165,8 +165,9 @@ dbs.join(' ') %>); -@def $HOST_GANETI_V4 = (206.12.19.213/32 206.12.19.217/32); -@def $HOST_GANETI_BACKEND_V4 = (192.168.2.213/32 192.168.2.217/32); +# FIXME XXX we should get these from other information, and reconsider the places where we use them in destination matching rules +@def $HOST_GANETI_V4 = (206.12.19.213/32 206.12.19.217/32 206.12.19.212/32 206.12.19.216/32); +@def $HOST_GANETI_BACKEND_V4 = (192.168.2.213/32 192.168.2.217/32 192.168.2.212/32 192.168.2.216/32); @def $HOST_DEBIAN = ($HOST_DEBIAN_V4 $HOST_DEBIAN_V6);