X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1a1b82f02357f19b9b953f1264c7ea3587c74568..fd98b3c103f6e6153e42cc3860f2ed61f1f4c5db:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index bc2bac6f2..cffccad35 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -5,6 +5,12 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { + :interface => "eth0", + :role => :internal, + :family => :inet, + :address => "10.0.0.18" + }, + :external_ipv4 => { :interface => "eth1", :role => :external, :family => :inet, @@ -21,5 +27,6 @@ default_attributes( run_list( "role[ucl-wolfson]", + "role[hp-g5]", "role[roundup]" )