X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fdefs.conf.erb;h=15810e85df4b7fe40b6f5c1f30b7aa5315c3122a;hb=b139a41f4f8d0f0165fc9f8c5d2e90b4bd8af07d;hp=6093e2d7629e4c7f10ba872257f6302161e706e2;hpb=2bb51a5d76d106f4ea097f5a075e24a848de5bd5;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/templates/defs.conf.erb b/modules/ferm/templates/defs.conf.erb index 6093e2d76..15810e85d 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);