X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/356a507d8627f062775ea315500c3f099588b5e3..d7a3c93b3073fae63ca4f9e52c489724b8dea813:/roles/snap-01.rb diff --git a/roles/snap-01.rb b/roles/snap-01.rb index c79f14145..d7fb452a5 100644 --- a/roles/snap-01.rb +++ b/roles/snap-01.rb @@ -4,12 +4,16 @@ description "Master role applied to snap-01" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "bond0", :role => :internal, - :family => :inet, - :address => "10.0.48.49", + :inet => { + :address => "10.0.48.49" + }, :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2 eno3 eno4] } } @@ -21,9 +25,7 @@ default_attributes( :shared_buffers => "128GB", :work_mem => "128MB", :maintenance_work_mem => "2GB", - :effective_cache_size => "360GB", - :effective_io_concurrency => "256", - :random_page_cost => "1.1" + :effective_cache_size => "360GB" } } }, @@ -39,6 +41,7 @@ default_attributes( ) run_list( - "role[equinix]", - "role[db-slave]" + "role[equinix-ams]", + "role[db-master]", + "role[db-backup]" )