X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/df9f861030a739bbe749d410244aec8d46bf7d73..c2623e1ade43795e85f045d576495453b53f4a1f:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index e12bf9d7b..029c54b40 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -3,7 +3,12 @@ description "Master role applied to ironbelly" default_attributes( :apt => { - :sources => [ "ubuntugis-unstable" ] + :sources => ["ubuntugis-unstable"] + }, + :elasticsearch => { + :path => { + :data => "/store/elasticsearch" + } }, :git => { :allowed_nodes => "*:*", @@ -56,9 +61,9 @@ default_attributes( :uid => "tomh", :gid => "tomh", :transfer_logging => false, - :hosts_allow => [ - "89.16.179.150", # shenron - "2001:41c8:10:996:21d:7dff:fec3:df70", # shenron + :hosts_allow => [ + "212.110.172.32", # shenron + "2001:41c9:1:400::32", # shenron "212.159.112.221" # grant ] }, @@ -72,7 +77,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 @@ -83,7 +89,7 @@ default_attributes( } } } -); +) run_list( "role[ic]", @@ -96,7 +102,9 @@ run_list( "role[stats]", "role[planet]", "role[planetdump]", + "role[logstash]", "recipe[rsyncd]", "recipe[openvpn]", - "recipe[git::server]" + "recipe[git::server]", + "recipe[tilelog]" )