Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the support of VM name auto-generation #31

Closed
henrysher opened this issue Dec 28, 2013 · 1 comment
Closed

Add the support of VM name auto-generation #31

henrysher opened this issue Dec 28, 2013 · 1 comment

Comments

@henrysher
Copy link
Contributor

It is quite useful when we have multiple machines for one vsphere template and bootstrap each VM differently.

Currently we just can configure only one VM name for each template. So it would be nice to support VM name auto-generation, or add a prefix on the auto-naming.
Thus I could use multiple machine config in Vagrantfile to quick launch VMs.
Like:

  config.vm.define "slave0" do |slave0|
    slave0.vm.box = "dummy"
  end
  config.vm.define "slave1" do |slave1|
    slave1.vm.box = "dummy"
  end
@agrauch
Copy link
Contributor

agrauch commented Dec 31, 2013

Merged with pull request #35

@agrauch agrauch closed this as completed Dec 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants