From 64792b93d0a70461af72b151cc72f51cbd244ea6 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 16 Feb 2026 00:58:27 +0000 Subject: [PATCH] Improve consistency of :location for site roles --- roles/aws-us-east-2.rb | 2 +- roles/cloudferro-waw3-2.rb | 2 +- roles/equinix-ams.rb | 1 + roles/equinix-dub.rb | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/aws-us-east-2.rb b/roles/aws-us-east-2.rb index f9db4786a..8c6d68f90 100644 --- a/roles/aws-us-east-2.rb +++ b/roles/aws-us-east-2.rb @@ -2,7 +2,7 @@ name "aws-us-east-2" description "Role applied to all servers at AWS us-east-2" default_attributes( - :location => "Ohio", + :location => "Ohio, United States", :timezone => "US/Eastern" ) diff --git a/roles/cloudferro-waw3-2.rb b/roles/cloudferro-waw3-2.rb index 9c9d8b0be..09d4aca70 100644 --- a/roles/cloudferro-waw3-2.rb +++ b/roles/cloudferro-waw3-2.rb @@ -7,5 +7,5 @@ run_list( ) default_attributes( - :location => "Warsaw" + :location => "Warsaw, Poland" ) diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 0f6a6abd1..cb8a273ca 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -2,6 +2,7 @@ name "equinix-ams" description "Role applied to all servers at Equinix Amsterdam" default_attributes( + :location => "Amsterdam, Netherlands", :sysctl => { :enable_bbr_10g => { :comment => "Enable BBR. Equinix AMS has 3Gbps uplinks", diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index 3c6311a4e..888ea4725 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -2,6 +2,7 @@ name "equinix-dub" description "Role applied to all servers at Equinix Dublin" default_attributes( + :location => "Dublin, Ireland", :sysctl => { :enable_bbr_10g => { :comment => "Enable BBR. Equinix DUB has 3Gbps uplinks", -- 2.39.5