X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/27edbf8a2e9d0074db314dc5179efb9bb72ac132..802c8345a5d7084d60e6ba1cc3ab1e6d3ca9e8ea:/roles/snap-02.rb diff --git a/roles/snap-02.rb b/roles/snap-02.rb index 68186bf07..80a2b3598 100644 --- a/roles/snap-02.rb +++ b/roles/snap-02.rb @@ -4,11 +4,12 @@ description "Master role applied to snap-02" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "eno1.2801", :role => :internal, - :family => :inet, - :address => "10.0.0.4" + :inet => { + :address => "10.0.0.4" + } } } }, @@ -18,9 +19,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" } } },