Re: [vagrant-up] vagrant for user/desktop environment

2015-01-05 Thread Torben Knerr
Hi Sushi, I'm currently doing something similar here: https://github.com/tknerr/dev-box/ It's an Ubuntu Desktop VM intended for infrastructure development with Chef, Vagrant, etc.. You might find something re-usable for other VMs too. Concerning the distribution I will probably use packer.io to

[vagrant-up] Re: Cannot SSH into Vagrant box via vagrant ssh

2015-01-05 Thread Gajus Kuizinas
I get the same with OSX 10.10.1, Vagrant 1.7.1 and VMWare Fusion 7.1.0, while using private_network option. On Tuesday, 9 September 2014 17:30:13 UTC+1, Ostin Drais wrote: Running Vagrant 1.6.5 with vagrant-vmware-fusion 3.0.1 plugin on OS X 10.9.4. I cannot login to a vagrant vm using the

Re: [vagrant-up] vagrant for user/desktop environment

2015-01-05 Thread sushi takashi
Thanks for your answer. So it's not useless to create a box for a user utilisation. Thanks for your answer, i want to create a ubuntu desktop with unity and use puppet or other open source configuration management for install automatically my softwares. What is the best open source

Re: [vagrant-up] vagrant push oddities

2015-01-05 Thread Alex Dean
In case anybody is interested - I've managed to write a vagrant push script which leverages the build environment in the guest via a combination of: - A function to check that the Vagrant guest is running - Use of vagrant ssh -c foo to run commands on the guest You can see an example

Re: [vagrant-up] Atlas and vagrant push - can't seem to figure it out!

2015-01-05 Thread Torben Knerr
Looks like you would need a newer Git client version on your workstation. * 1.7.0 does NOT have the `--short` option: http://git-scm.com/docs/git-symbolic-ref/1.7.0 * 1.8.0 does have it: http://git-scm.com/docs/git-symbolic-ref/1.8.0 HTH, Torben On Tue, Jan 6, 2015 at 1:33 AM, Toby Ferguson

Re: [vagrant-up] Atlas and vagrant push - can't seem to figure it out!

2015-01-05 Thread Toby Ferguson
Thanks - I'll try that out and let you know! Appreciate the quick response. toby On Mon, Jan 5, 2015 at 5:10 PM, Torben Knerr torben.kn...@gmail.com wrote: Looks like you would need a newer Git client version on your workstation. * 1.7.0 does NOT have the `--short` option:

[vagrant-up] Atlas and vagrant push - can't seem to figure it out!

2015-01-05 Thread Toby Ferguson
I'm using Packer to build a vagrant box. That works successfully. I want to push the subsequent box up to Atlas. I *thought* it'd be as easy as putting the following in my Vagrantfile: config.push.define atlas do |push| push.app = tobyhferguson/ol6u5-minimal-btrfs-uek end But when I

Re: [vagrant-up] vagrant for user/desktop environment

2015-01-05 Thread Grant Rettke
Puppet and Chef seem to be the major players. Shell scripts still work fine, too. On Mon, Jan 5, 2015 at 5:23 PM, sushi takashi sushis...@gmail.com wrote: Thanks for your answer. So it's not useless to create a box for a user utilisation. Thanks for your answer, i want to create a ubuntu