From 88078a057a141d70cf6239dff676c58ca039acc2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 3 May 2026 10:44:58 +0100 Subject: [PATCH] Move gateway for dublin to horntail --- roles/fafnir.rb | 8 +------- roles/horntail.rb | 8 +++++++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/fafnir.rb b/roles/fafnir.rb index b1acd9e0d..44263a734 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -2,10 +2,6 @@ name "fafnir" description "Master role applied to fafnir" default_attributes( - :dhcpd => { - :first_address => "10.0.79.1", - :last_address => "10.0.79.254" - }, :exim => { :routes => { :openstreetmap => { @@ -63,7 +59,5 @@ default_attributes( run_list( "role[equinix-dub-public]", "role[hp-g9]", - "role[gateway]", - "role[mail]", - "recipe[dhcpd]" + "role[mail]" ) diff --git a/roles/horntail.rb b/roles/horntail.rb index bcb23ef11..1aa8f792a 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -2,6 +2,10 @@ name "horntail" description "Master role applied to horntail" default_attributes( + :dhcpd => { + :first_address => "10.0.79.1", + :last_address => "10.0.79.254" + }, :networking => { :interfaces => { :internal => { @@ -35,5 +39,7 @@ default_attributes( run_list( "role[equinix-dub-public]", "role[geodns]", - "role[planet]" + "role[planet]", + "role[gateway]", + "recipe[dhcpd]" ) -- 2.39.5