X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bb930580464a4446fd5f8513537e6295e6c15bcd..2a3be76929b0a86a7cf206c3aef5151dfa2c2e5d:/roles/karm.rb diff --git a/roles/karm.rb b/roles/karm.rb index 197693e90..9f1fc2a9a 100644 --- a/roles/karm.rb +++ b/roles/karm.rb @@ -11,11 +11,13 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "enp1s0f0", + :interface => "bond0", :role => :internal, :family => :inet, - :address => "146.179.159.168", - :hwaddress => "0c:c4:7a:a3:aa:ac" + :address => "10.0.48.50", + :bond => { + :slaves => %w[enp1s0f0 enp1s0f1] + } } } }, @@ -58,6 +60,7 @@ default_attributes( ) run_list( - "role[ic]", - "role[db-master]" + "role[equinix]", + "role[db-master]", + "role[db-backup]" )