name "stormfly-04"
description "Master role applied to stormfly-04"

default_attributes(
  :hardware => {
    :shm_size => "38g"
  },
  :networking => {
    :interfaces => {
      :external => {
        :inet => {
          :address => "140.211.167.100"
        },
        :inet6 => {
          :address => "2605:bc80:3010:700::8cd3:a764"
        },
        :bond => {
          :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50]
        }
      }
    }
  },
  :sysfs => {
    :cpu_power_energy_perf_bias => {
      :parameters => {
        "devices/system/cpu/cpu0/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu1/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu2/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu3/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu4/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu5/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu6/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu7/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu8/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu9/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu10/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu11/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu12/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu13/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu14/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu15/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu16/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu17/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu18/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu19/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu20/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu21/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu22/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu23/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu24/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu25/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu26/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu27/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu28/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu29/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu30/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu31/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu32/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu33/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu34/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu35/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu36/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu37/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu38/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu39/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu40/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu41/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu42/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu43/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu44/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu45/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu46/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu47/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu48/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu49/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu50/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu51/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu52/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu53/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu54/power/energy_perf_bias" => "0",
        "devices/system/cpu/cpu55/power/energy_perf_bias" => "0"
      }
    }
  },
  :postgresql => {
    :versions => ["17"],
    :settings => {
      :defaults => {
        :work_mem => "300MB",
        :fsync => "on",
        :effective_io_concurrency => "100"
      }
    }
  },
  :nominatim => {
    :dbcluster => "17/main",
    :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
    :api_workers => 19,
    :api_pool_size => 7
  }
)

run_list(
  "role[osuosl]",
  "role[hp-g9]",
  "role[geodns]",
  "role[nominatim]"
)
