From 487a005b1708189b2b2dddda3f0a7568b82b23db Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 20 Mar 2019 22:17:38 +0000 Subject: [PATCH] Enable netplan for NZ tile caches --- roles/tuatara.rb | 1 + roles/waima.rb | 1 + 2 files changed, 2 insertions(+) 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", -- 2.39.5