From 39376e83da7ec51e0210a99fd002dae20059b541 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 4 Jul 2014 11:03:40 +0100 Subject: [PATCH] Add the Wolfson House addresses to various allow lists --- roles/backup.rb | 3 ++- roles/horntail.rb | 3 ++- roles/ironbelly.rb | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/roles/backup.rb b/roles/backup.rb index f282f116f..0f538b214 100644 --- a/roles/backup.rb +++ b/roles/backup.rb @@ -19,7 +19,8 @@ default_attributes( :gid => "osmbackup", :transfer_logging => false, :hosts_allow => [ - "128.40.168.0/24", # ucl external + "128.40.168.0/24", # ucl external (wates) + "128.40.45.192/27", # ucl external (wolfson) "146.179.159.160/27", # ic internal "193.63.75.96/27", # ic external "2001:630:12:500::/64", # ic external diff --git a/roles/horntail.rb b/roles/horntail.rb index 2d4e9057a..fa4b600e1 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -92,7 +92,8 @@ default_attributes( :gid => "www-data", :transfer_logging => false, :hosts_allow => [ - "128.40.168.0/24", # ucl external + "128.40.168.0/24", # ucl external (wates) + "128.40.45.192/27", # ucl external (wolfson) "146.179.159.160/27", # ic internal "193.63.75.96/27", # ic external "2001:630:12:500::/64", # ic external diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index e12bf9d7b..513dcef03 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -72,7 +72,8 @@ default_attributes( :gid => "www-data", :transfer_logging => false, :hosts_allow => [ - "128.40.168.0/24", # ucl external + "128.40.168.0/24", # ucl external (wates) + "128.40.45.192/27", # ucl external (wolfson) "146.179.159.160/27", # ic internal "193.63.75.96/27", # ic external "2001:630:12:500::/64", # ic external -- 2.43.2