add different mac for second node
This commit is contained in:
parent
b3a4ae63f2
commit
e23be988b4
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user