From c3da9d2adad829b087cf19bed1f76e68681ac0e9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 19 Mar 2019 22:42:35 +0000 Subject: [PATCH] Enable netplan for all UCL machines --- roles/eustace.rb | 1 - roles/ucl.rb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/eustace.rb b/roles/eustace.rb index 07d44b871..4aa2fdd31 100644 --- a/roles/eustace.rb +++ b/roles/eustace.rb @@ -3,7 +3,6 @@ description "Master role applied to eustace" default_attributes( :networking => { - :netplan => true, :interfaces => { :internal_ipv4 => { :interface => "eth0.2801", diff --git a/roles/ucl.rb b/roles/ucl.rb index 27064ea23..f0edbfdfe 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -4,6 +4,7 @@ description "Role applied to all servers at UCL" default_attributes( :location => "Slough, England", :networking => { + :netplan => true, :roles => { :internal => { :inet => { -- 2.43.2