If Vagrant is not a suitable option, perhaps you can use packer (packer.io)
with a null provider, and ssh into the local machine.

ie, install the packer binary, set ssh/user/password to the local machine
and use that to run the privisioning.

of course this will be overkill if you provisioning is just shell scripts,
in that case it will be faster just run them.

Say you have a project that requires ruby, you could just use shell scripts
that are idempotent, ie, if ruby is installed, skip the install of ruby. etc

Alvaro.


On Fri, Jul 15, 2016 at 9:39 AM, Ryan Qian <[email protected]> wrote:

> Thank you Alvaro, I know the provider plugin, currently we are using 2
> China local Cloud provider's VM, which didn't have the provider plugin
> available yet. and I have the concern to write them as our team didn't have
> Ruby skill. Also i'm kind of don't like this remote provider way.
>
> Maybe that's the only I should have a try. Thank you Alvaro.
>
>
>
> On Friday, July 15, 2016 at 11:08:19 PM UTC+8, Alvaro Miranda Aguilera
> wrote:
>>
>> Hello,
>>
>> You don't need nested VM to run vagrant on the cloud, you need use a
>> cloud provider that have a plugin available and instead of using
>> virtualbox, you will be using this cloud.
>>
>> There are plugin for AWS, DigitalOcean and others.
>>
>> Thanks
>> Alvaro.
>>
>> On Fri, Jul 15, 2016 at 4:04 AM, Ryan Qian <[email protected]> wrote:
>>
>>> Hello Buddies.
>>>
>>> I love Vagrant, it's running smoothly on my laptop and workstation,
>>> currently our team are trying to move our build environment to Cloud, but
>>> sadly cloud provider rarely provide Nested Virtualization for their VMs,
>>> which makes our Vagrant box unable to work there.
>>>
>>> We had a try to use Docker instead, but it's kind of ugly for our build
>>> process.  I'm hoping to use Vagrant again.
>>>
>>> Any suggestion for that?
>>>
>>> Thanks
>>>
>>> --
>>> This mailing list is governed under the HashiCorp Community Guidelines -
>>> https://www.hashicorp.com/community-guidelines.html. Behavior in
>>> violation of those guidelines may result in your removal from this mailing
>>> list.
>>>
>>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>>> IRC: #vagrant on Freenode
>>> ---
>>> 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].
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/vagrant-up/acc587cf-fd33-44f4-9c7d-6a6b524745b6%40googlegroups.com
>>> <https://groups.google.com/d/msgid/vagrant-up/acc587cf-fd33-44f4-9c7d-6a6b524745b6%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> 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].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/819e96be-b4da-4be7-87d5-615f5f473edf%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/819e96be-b4da-4be7-87d5-615f5f473edf%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ey5oYD8SEGn9ubh8p6OMGZQMhsNwgissNd%3De9TVuuSGdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to