From e23be988b4877857ccf82e17758dcf8ae9012815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 27 Jan 2014 11:15:09 +0100 Subject: [PATCH] add different mac for second node --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1cd2f45..b76a2aa 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -11,7 +11,7 @@ end boxes = [ { name: "node0.lctp", role: :head_node, mac: "5CA1AB1E0001", json: load_json("node0.json") }, - { name: "node1.lctp", role: :compute_node, mac: "5CA1AB1E0001", json: load_json("node1.json") } + { name: "node1.lctp", role: :compute_node, mac: "5CA1AB1E0002", json: load_json("node1.json") } ] ["vbguest", "berkshelf"].each do |plugin|