From: Tom Hughes Date: Sun, 19 Sep 2021 09:13:32 +0000 (+0100) Subject: Rename equinix role to equinix-ams X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b2567ba04c9d6b93e2d3b85244a13dfdc1b0e3d3?ds=inline Rename equinix role to equinix-ams --- diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 98c938615..3dcad8388 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -65,6 +65,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[nominatim]" ) diff --git a/roles/equinix.rb b/roles/equinix-ams.rb similarity index 93% rename from roles/equinix.rb rename to roles/equinix-ams.rb index 29892328a..98b719324 100644 --- a/roles/equinix.rb +++ b/roles/equinix-ams.rb @@ -1,5 +1,5 @@ -name "equinix" -description "Role applied to all servers at Equinix" +name "equinix-ams" +description "Role applied to all servers at Equinix Amsterdam" default_attributes( :networking => { diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index ad5ea034b..b2783d1e2 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -109,7 +109,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[gateway]", "role[web-storage]", "role[supybot]", diff --git a/roles/karm.rb b/roles/karm.rb index 04b5a925b..ffad6d2ee 100644 --- a/roles/karm.rb +++ b/roles/karm.rb @@ -39,6 +39,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[db-slave]" ) diff --git a/roles/lockheed.rb b/roles/lockheed.rb index beefb2a85..6fc5cc7df 100644 --- a/roles/lockheed.rb +++ b/roles/lockheed.rb @@ -31,6 +31,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[community]" ) diff --git a/roles/odin.rb b/roles/odin.rb index 36929a7bb..6a7180339 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -62,6 +62,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[tile]" ) diff --git a/roles/orm.rb b/roles/orm.rb index 860ab8c3d..bf2a5ceea 100644 --- a/roles/orm.rb +++ b/roles/orm.rb @@ -52,6 +52,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[tyan-s7010]" ) diff --git a/roles/ramoth.rb b/roles/ramoth.rb index 71d4d139d..5507fd3c3 100644 --- a/roles/ramoth.rb +++ b/roles/ramoth.rb @@ -53,5 +53,5 @@ default_attributes( ) run_list( - "role[equinix]" + "role[equinix-ams]" ) diff --git a/roles/snap-01.rb b/roles/snap-01.rb index 1935e753d..2baf1af94 100644 --- a/roles/snap-01.rb +++ b/roles/snap-01.rb @@ -39,7 +39,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[db-master]", "role[db-backup]" ) diff --git a/roles/spike-06.rb b/roles/spike-06.rb index 4ba626cd3..5a0e536bc 100644 --- a/roles/spike-06.rb +++ b/roles/spike-06.rb @@ -30,7 +30,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[hp-g9]", "role[web-frontend]", "role[web-statistics]", diff --git a/roles/spike-07.rb b/roles/spike-07.rb index 6868385cd..b511461ad 100644 --- a/roles/spike-07.rb +++ b/roles/spike-07.rb @@ -30,7 +30,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[hp-g9]", "role[web-frontend]" ) diff --git a/roles/spike-08.rb b/roles/spike-08.rb index 250406479..5b96cecfa 100644 --- a/roles/spike-08.rb +++ b/roles/spike-08.rb @@ -30,7 +30,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[hp-g9]", "role[web-frontend]" ) diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 0e7296b33..191c92d3e 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -34,7 +34,7 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[hp-g9]", "role[wiki]", "recipe[dhcpd]" diff --git a/roles/thorn-02.rb b/roles/thorn-02.rb index 493ca78d5..9ec920d32 100644 --- a/roles/thorn-02.rb +++ b/roles/thorn-02.rb @@ -18,5 +18,5 @@ default_attributes( ) run_list( - "role[equinix]" + "role[equinix-ams]" ) diff --git a/roles/thorn-03.rb b/roles/thorn-03.rb index c856f4dc4..dbf11b540 100644 --- a/roles/thorn-03.rb +++ b/roles/thorn-03.rb @@ -18,5 +18,5 @@ default_attributes( ) run_list( - "role[equinix]" + "role[equinix-ams]" )