Skip to Content.
Sympa Menu

devel - Re: [sympa-developpers] sympa-ansible: how to get a vagrant env up and running ?

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: "Stefan Hornburg (Racke)" <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-developpers] sympa-ansible: how to get a vagrant env up and running ?
  • Date: Wed, 25 Oct 2017 17:05:58 +0200

On 10/25/2017 02:13 PM, Marc Chantreux wrote:
> hello,
>
> In order to keep proprietary software from my dev stack, i tried to use
> qemu:
>
> aptitude install libvirt-daemon-system vagrant-libvirt
>
>
> tried to start a vagrant up then realized on the
> [QA status of the vagrant-libvirt
> project](https://github.com/vagrant-libvirt/vagrant-libvirt),
> there is almost no box compatible with it for now (2017-10-25).
>
> so i gave virtualbox a chance following the [debian wiki
> page](https://wiki.debian.org/VirtualBox). In short
>
> vbox_source=/etc/apt/sources.list.d/virtualbox.source.list
> cat > $vbox_source <<\.
> #key https://www.virtualbox.org/download/oracle_vbox_2016.asc
> deb http://download.virtualbox.org/virtualbox/debian stretch contrib
> .
>
> sed -n 's/^#key //;T;p;q' $vbox_source |apt-key add -
>
> but no usable default provider could be found for my system.
>
> indeed! when i use
>
> aptitude search '~n ^vagrant-'
>
> i see no virtualbox provider (which makes sense as virtualbox is an
> alien package).
>
> Before i start to investigate more, i would like to know what are the
> tools you used to get the things work.
>
> regards
> marc
>
>
>

Hello,

as discussed on IRC, it is pretty much straightforward on Debian testing.

Install vagrant, virtualbox and ansible. Reboot the machine and you are ready.

Your mileage may vary :-)


Regards
Racke

--
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration.



Archive powered by MHonArc 2.6.19+.

Top of Page