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|