From: Tom Hughes Date: Thu, 21 Mar 2019 08:26:04 +0000 (+0000) Subject: Enable netplan for American tile caches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/95aa82e2ca5501be6c311bd8d5e06d084514ccc9 Enable netplan for American tile caches --- diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 1e9a9e4a1..e5086064d 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -3,6 +3,7 @@ description "Master role applied to ascalon" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "eno1", diff --git a/roles/boitata.rb b/roles/boitata.rb index d0fcef8d3..aeccc1e71 100644 --- a/roles/boitata.rb +++ b/roles/boitata.rb @@ -3,6 +3,7 @@ description "Master role applied to boitata" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens3", diff --git a/roles/cherufe.rb b/roles/cherufe.rb index cb523d339..97de42336 100644 --- a/roles/cherufe.rb +++ b/roles/cherufe.rb @@ -3,6 +3,7 @@ description "Master role applied to cherufe" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens18", diff --git a/roles/jakelong.rb b/roles/jakelong.rb index 94200c338..9acde915a 100644 --- a/roles/jakelong.rb +++ b/roles/jakelong.rb @@ -3,6 +3,7 @@ description "Master role applied to jakelong" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "eth0", diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index 865ba66a0..54f42d5b4 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -3,6 +3,7 @@ description "Master role applied to stormfly-02" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "em1",