From: Tom Hughes Date: Wed, 20 Mar 2019 22:36:21 +0000 (+0000) Subject: Enable netplan for Scandinavian tile caches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/9b52f786e3cc0481c6655c2b60ab998a8b55cd6d Enable netplan for Scandinavian tile caches --- diff --git a/roles/fafnir.rb b/roles/fafnir.rb index 297a610c3..060635301 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -3,6 +3,7 @@ description "Master role applied to fafnir" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "enp3s0f0", diff --git a/roles/nidhogg.rb b/roles/nidhogg.rb index e17375765..67db8cf7d 100644 --- a/roles/nidhogg.rb +++ b/roles/nidhogg.rb @@ -3,6 +3,7 @@ description "Master role applied to nidhogg" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens18", diff --git a/roles/ridgeback.rb b/roles/ridgeback.rb index a19f77c07..3232dc3ef 100644 --- a/roles/ridgeback.rb +++ b/roles/ridgeback.rb @@ -23,6 +23,7 @@ default_attributes( } }, :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "eth0", diff --git a/roles/rimfaxe.rb b/roles/rimfaxe.rb index 1b6b34cfb..cf5ff6a2d 100644 --- a/roles/rimfaxe.rb +++ b/roles/rimfaxe.rb @@ -3,6 +3,7 @@ description "Master role applied to rimfaxe" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "eth0",