X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/95131f239516b43febc32bfa86fdb24ce1821a09..484bf308fb9f43eda4c2d7ac7b3d3d23a3288044:/roles/odin.rb?ds=sidebyside diff --git a/roles/odin.rb b/roles/odin.rb index 32791077d..9b7975aaf 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -2,9 +2,6 @@ name "odin" description "Master role applied to odin" default_attributes( - :apt => { - :sources => ["postgresql"] - }, :networking => { :interfaces => { :internal_ipv4 => { @@ -49,15 +46,6 @@ default_attributes( } } }, - :sysfs => { - :md_tune => { - :comment => "Enable request merging for NVMe devices", - :parameters => { - "block/nvme0n1/queue/nomerges" => "1", - "block/nvme1n1/queue/nomerges" => "1" - } - } - }, :tile => { :database => { :cluster => "10/main",