X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2835205c501da417ff80ce4f06dc32d14c8c38bb..fe856c739aa6043338720888b84d476b88bfd193:/roles/gorwen.rb diff --git a/roles/gorwen.rb b/roles/gorwen.rb index c10c6a73d..929ffbac0 100644 --- a/roles/gorwen.rb +++ b/roles/gorwen.rb @@ -2,13 +2,17 @@ name "gorwen" description "Master role applied to gorwen" default_attributes( + :dhcpd => { + :first_address => "10.0.78.1", + :last_address => "10.0.78.254" + }, :networking => { :interfaces => { :internal => { :interface => "bond0", :role => :internal, :inet => { - :address => "10.0.64.11" + :address => "10.0.64.12" }, :bond => { :mode => "802.3ad", @@ -21,10 +25,10 @@ default_attributes( :interface => "bond0.101", :role => :external, :inet => { - :address => "184.104.226.107" + :address => "184.104.226.108" }, :inet6 => { - :address => "2001:470:1:b3b::b" + :address => "2001:470:1:b3b::c" } } } @@ -34,5 +38,6 @@ default_attributes( run_list( "role[equinix-dub]", "role[hp-dl360e-g8]", - "role[overpass-query]" + "role[community]", + "recipe[dhcpd]" )