X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fferm%2Ftemplates%2Fdefs.conf.erb;h=15810e85df4b7fe40b6f5c1f30b7aa5315c3122a;hb=dc277d35e31de78575f70c222bafe70d3ef79d18;hp=9c2debbf33054587563c317c8e2c957ad895cb42;hpb=2fa45b81c93f7f30f6a8550a94c6a36c2c136a99;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/templates/defs.conf.erb b/modules/ferm/templates/defs.conf.erb index 9c2debbf3..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_DRBD_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);