add different mac for second node

This commit is contained in:
Jörg Thalheim 2014-01-27 11:15:09 +01:00
parent b3a4ae63f2
commit e23be988b4
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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|