From 546ca0c41e746fb62605f7af3ccf11eaafe5fe0f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 19 Jun 2012 19:22:08 +0200 Subject: [PATCH] Add more IP addresses to HOST_GANETI_* variables --- modules/ferm/templates/defs.conf.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); -- 2.20.1