X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c97ab416b812405837e803dd3a4a42c3ef134c1f..e145abb8cead6b2048a3cf6eff6e135c52c3d5cd:/roles/idris.rb?ds=sidebyside diff --git a/roles/idris.rb b/roles/idris.rb index b13469623..f683cd17e 100644 --- a/roles/idris.rb +++ b/roles/idris.rb @@ -5,21 +5,31 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "bond0", :role => :internal, :family => :inet, - :address => "10.0.0.4" + :address => "10.0.64.6", + :bond => { + :slaves => %w[eno1 eno2] + } }, :external_ipv4 => { - :interface => "eth1", + :interface => "bond0.2", :role => :external, :family => :inet, - :address => "128.40.45.200" + :address => "184.104.226.102" + }, + :external_ipv6 => { + :interface => "bond0.2", + :role => :external, + :family => :inet6, + :address => "2001:470:1:b3b::6" } } } ) run_list( - "role[ucl-wolfson]" + "role[equinix-dub]", + "role[hp-g9]" )