]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add entries for ganeti2 (pasquini, tristano)
authorLuca Filipozzi <lfilipoz@emyr.net>
Mon, 16 Apr 2012 08:17:26 +0000 (08:17 +0000)
committerLuca Filipozzi <lfilipoz@emyr.net>
Mon, 16 Apr 2012 08:17:26 +0000 (08:17 +0000)
modules/ferm/templates/me.conf.erb

index 2e5e18e8d79386e503799a5564ed5feafc8e72a7..5257a1babdda0110e8fd3b47b001a0511b65e76d 100644 (file)
@@ -37,6 +37,14 @@ if %w{geo1 geo2 geo3}.include?(hostname) then
        ssh4allowed << '194.177.211.209' # orff - master
        ssh6allowed << '2001:648:2ffc:deb:213:72ff:fe69:e188' # orff - master
 end
+if %w{pasquini tristano}.include?(hostname) then
+       ssh4allowed << '206.12.19.23'    # ganeti2.debian.org
+       ssh4allowed << '206.12.19.213'   # tristano.debian.org
+       ssh4allowed << '206.12.19.217'   # pasquini.debian.org
+       ssh4allowed << '192.168.2.23'    # ganeti2.debprivate-ubc.debian.org
+       ssh4allowed << '192.168.2.213'   # tristano.debprivate-ubc.debian.org
+       ssh4allowed << '192.168.2.213'   # pasquini.debprivate-ubc.debian.org
+end
 ssh4allowed.length == 0 and ssh4allowed << '0.0.0.0/0'
 ssh6allowed.length == 0 and ssh6allowed << '::/0'