]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add more IP addresses to HOST_GANETI_* variables
authorPeter Palfrader <peter@palfrader.org>
Tue, 19 Jun 2012 17:22:08 +0000 (19:22 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 19 Jun 2012 17:22:08 +0000 (19:22 +0200)
modules/ferm/templates/defs.conf.erb

index 6093e2d7629e4c7f10ba872257f6302161e706e2..15810e85df4b7fe40b6f5c1f30b7aa5315c3122a 100644 (file)
   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);