No, I am unfamiliar with vmware's setup. I am not familiar with the
difference, forgive my ignorance


On Tue, Aug 5, 2014 at 6:25 PM, Alvaro Miranda Aguilera <[email protected]>
wrote:

> hello,
>
> quick question
>
> do you know in vmware, you have 'virtual machines' and 'templates'
>
> do you have a template in vmware called 'dummy.box' ?
>
>
>
> On Wed, Aug 6, 2014 at 4:43 AM, <[email protected]> wrote:
>
>> I need a little help setting up vagrant vsphere. I am trying to connect
>> to an esxi server. Here is the VagrantFile :
>>
>>   config.vm.box = 'dummy'
>>   config.vm.box_url = 'dummy.box'
>>
>>   config.vm.provider :vsphere do |vsphere|
>>     vsphere.host = '10.0.20.2'
>>     vsphere.name = 'dummytest'
>>  vsphere.clone_from_vm = true
>>     vsphere.template_name = 'dummy.box'
>>     vsphere.user = 'root'
>>     vsphere.password = '*******'
>>     vsphere.insecure = true
>>   end
>>
>> What is the proper way to use the template? I get this error : Configured
>> template/source VM could not be found
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Vagrant" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/vagrant-up/PrLmKnW65Cc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to