mitchellh / vagrant-rackspace

Use Vagrant to manage Rackspace Cloud instances.
MIT License
236 stars 155 forks source link

how to specify on which of the rackspace cloud servers vagrant should deploy the VMs? #146

Closed noeliaoses closed 8 years ago

noeliaoses commented 8 years ago

Hi,

I have a vagrantfile to create several VMS. I also have several rackspace cloud servers. How can I specify in the vagrantfile on which of the cloud servers each VM should go?

Thank you very much for your help! Noelia

derks commented 8 years ago

@noeliaoses Vagrant, and the Vagrant Rackspace Plugin, are used to create/provision VMs on Rackspace. There aren't any means of provisioning new VMs onto existing servers in Rackspace. When you run vagrant up, that will create new servers in Rackspace based on what is defined by your Vagrantfile.

noeliaoses commented 8 years ago

@derks Thank you for clarifying that!!! I appreciate all your help very much