X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4dfc301d243092177790e296fe682520e4e05ccd..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/thorn-01.rb diff --git a/roles/thorn-01.rb b/roles/thorn-01.rb index 134e662e0..a64e6a29b 100644 --- a/roles/thorn-01.rb +++ b/roles/thorn-01.rb @@ -5,20 +5,18 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "bond0", :role => :internal, :family => :inet, - :address => "146.179.159.165" + :address => "10.0.48.51", + :bond => { + :slaves => %w[eth0 eth1] + } } } - }, - :web => { - :readonly_database_host => "db-slave" } ) run_list( - "role[ic]", - "role[hp-g5]", - "role[web-backend]" + "role[equinix]" )