From: Tom Hughes Date: Thu, 21 Mar 2019 00:34:33 +0000 (+0000) Subject: Enable netplan for some european tile caches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/891d86d799c1c03889a9c6762c09560620cd15b3?ds=inline Enable netplan for some european tile caches --- diff --git a/roles/chrysophylax.rb b/roles/chrysophylax.rb index a96ab9e20..91bd103dd 100644 --- a/roles/chrysophylax.rb +++ b/roles/chrysophylax.rb @@ -3,6 +3,7 @@ description "Master role applied to chrysophylax" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens160", diff --git a/roles/culebre.rb b/roles/culebre.rb index 954adeb78..b1938d2b1 100644 --- a/roles/culebre.rb +++ b/roles/culebre.rb @@ -3,6 +3,7 @@ description "Master role applied to culebre" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens3", diff --git a/roles/ladon.rb b/roles/ladon.rb index 75da422c8..d64411431 100644 --- a/roles/ladon.rb +++ b/roles/ladon.rb @@ -3,6 +3,7 @@ description "Master role applied to ladon" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "bond0", diff --git a/roles/saphira.rb b/roles/saphira.rb index dcb011087..4e32f12ee 100644 --- a/roles/saphira.rb +++ b/roles/saphira.rb @@ -3,6 +3,7 @@ description "Master role applied to saphira" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "eth0", diff --git a/roles/trogdor.rb b/roles/trogdor.rb index 8119fc03c..697baa17c 100644 --- a/roles/trogdor.rb +++ b/roles/trogdor.rb @@ -3,6 +3,7 @@ description "Master role applied to trogdor" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "eth0",