From: Tom Hughes Date: Wed, 20 Mar 2019 22:17:38 +0000 (+0000) Subject: Enable netplan for NZ tile caches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/487a005b1708189b2b2dddda3f0a7568b82b23db Enable netplan for NZ tile caches --- diff --git a/roles/tuatara.rb b/roles/tuatara.rb index a7c24b231..afad1ab82 100644 --- a/roles/tuatara.rb +++ b/roles/tuatara.rb @@ -3,6 +3,7 @@ description "Master role applied to tuatara" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "eno1", diff --git a/roles/waima.rb b/roles/waima.rb index 32321cc90..405e255c1 100644 --- a/roles/waima.rb +++ b/roles/waima.rb @@ -3,6 +3,7 @@ description "Master role applied to waima" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens3",