From: Grant Slater Date: Fri, 6 May 2016 19:31:53 +0000 (+0100) Subject: Set correct eth for spike-0[45] and thorn-0[45] X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/67ecb4ad0624fd25870f366296355420b03798d7 Set correct eth for spike-0[45] and thorn-0[45] --- diff --git a/roles/spike-04.rb b/roles/spike-04.rb index a7535b309..22a6c2c14 100644 --- a/roles/spike-04.rb +++ b/roles/spike-04.rb @@ -10,7 +10,7 @@ default_attributes( :family => :inet, :address => "10.0.32.21", :bond => { - :slaves => %w(eth0 eth1) + :slaves => %w(em1 em2) } }, :external_ipv4 => { diff --git a/roles/spike-05.rb b/roles/spike-05.rb index 7dcb968b0..15f3c374d 100644 --- a/roles/spike-05.rb +++ b/roles/spike-05.rb @@ -10,7 +10,7 @@ default_attributes( :family => :inet, :address => "10.0.32.22", :bond => { - :slaves => %w(eth0 eth1) + :slaves => %w(em1 em2) } }, :external_ipv4 => { diff --git a/roles/thorn-04.rb b/roles/thorn-04.rb index 348db2a38..7422f1520 100644 --- a/roles/thorn-04.rb +++ b/roles/thorn-04.rb @@ -10,7 +10,7 @@ default_attributes( :family => :inet, :address => "10.0.32.41", :bond => { - :slaves => %w(eth0 eth1) + :slaves => %w(em1 em2) } } } diff --git a/roles/thorn-05.rb b/roles/thorn-05.rb index f90a4298a..1a0b864f6 100644 --- a/roles/thorn-05.rb +++ b/roles/thorn-05.rb @@ -10,7 +10,7 @@ default_attributes( :family => :inet, :address => "10.0.32.42", :bond => { - :slaves => %w(eth0 eth1) + :slaves => %w(em1 em2) } } }