description "Role applied to all servers at UCL"
default_attributes(
- :chef => {
- :client => {
- :version => "13.6.4"
- }
- },
:location => "Slough, England",
:networking => {
:roles => {
}
}
}
+ },
+ :sysctl => {
+ :blackhole => {
+ :comment => "Force TCP level MTU probing because of known ICMP blackhole at UCL",
+ :parameters => {
+ "net.ipv4.tcp_mtu_probing" => "2",
+ "net.ipv4.tcp_base_mss" => "1024"
+ }
+ }
}
)