From 67ecb4ad0624fd25870f366296355420b03798d7 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 6 May 2016 20:31:53 +0100 Subject: [PATCH] Set correct eth for spike-0[45] and thorn-0[45] --- roles/spike-04.rb | 2 +- roles/spike-05.rb | 2 +- roles/thorn-04.rb | 2 +- roles/thorn-05.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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) } } } -- 2.39.5