Re: [vagrant-up] Re: How to gain access to devstack guest VM from host machine?

2014-09-23 Thread Chris Johnson
Torben, I've seen this repo, which gave me hope that I could get this working... This afternoon, I was discussing this with a colleague, who has more of a sysadmin background, and he suggested a different (simpler) approach. He suggested that I install tinyproxy (https://banu.com/tinyproxy/) on

Re: [vagrant-up] Re: How to gain access to devstack guest VM from host machine?

2014-09-23 Thread Chris Johnson
Hi Alvaro, That is a great post - thanks! - Chris On Tuesday, September 23, 2014 4:22:52 PM UTC-4, Alvaro Miranda Aguilera wrote: > > not sure if this helps, but seems this setup is close to what do you want. > > > https://communities.netapp.com/community/netapp-blogs/the-raised-floor/blog/2014

Re: [vagrant-up] Re: How to gain access to devstack guest VM from host machine?

2014-09-23 Thread Chris Johnson
That is a great post - thanks! - Chris -- 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 vagrant-up+unsubscr...@googlegroups.com. For more options, visit https://group

Re: [vagrant-up] getting real/original ip from the client

2014-09-23 Thread Alvaro Miranda Aguilera
What's the Guest OS ? On Wed, Sep 24, 2014 at 2:38 PM, wrote: > Thanks Alvaro. That works. > > I ended up running the following in the guest: > $ sudo *route* add default gw 10.1.10.1 > $ sudo *route* del default gw 10.0.2.2 > $ route -n > > Kernel IP routing table > > Destination Gateway

Re: [vagrant-up] getting real/original ip from the client

2014-09-23 Thread skinless8
Thanks Alvaro. That works. I ended up running the following in the guest: $ sudo *route* add default gw 10.1.10.1 $ sudo *route* del default gw 10.0.2.2 $ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 0.0.0.0 10.1.10.1

Re: [vagrant-up] Re: How to gain access to devstack guest VM from host machine?

2014-09-23 Thread Torben Knerr
Hi Chris, maybe this helps: https://github.com/cloudbau/devstack-chef/blob/master/Vagrantfile#L25-28 also take a look at the readme: https://github.com/cloudbau/devstack-chef I was recently struggling with a similar setup, but I'm not there yet... HTH, Torben On Tue, Sep 23, 2014 at 10:22 PM,

Re: [vagrant-up] Re: How to gain access to devstack guest VM from host machine?

2014-09-23 Thread Alvaro Miranda Aguilera
not sure if this helps, but seems this setup is close to what do you want. https://communities.netapp.com/community/netapp-blogs/the-raised-floor/blog/2014/08/22/get-openstack-manila-running-with-vagrant-and-devstack On Wed, Sep 24, 2014 at 5:15 AM, Chris Johnson wrote: > What I'm getting at is

Re: [vagrant-up] Future of vagrant commiters.

2014-09-23 Thread Mitchell Hashimoto
Jay, Vagrant has a quite a few committers currently, though they mostly specialize in certain areas (Ansible, Windows, etc.). We're certainly always looking to add more interested/willing individuals to the project. Best, Mitchell On Tue, Sep 23, 2014 at 11:59 AM, jay vyas wrote: > Hi vagrant.

[vagrant-up] Future of vagrant commiters.

2014-09-23 Thread jay vyas
Hi vagrant.I was wondering if vagrant will ever be governed by an organization ? It seems like its gotten quite large and community is growing faster and faster every day. im wondering how the vagrant community will be able to keep up with all the new pull requests and features. either way

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

2014-09-23 Thread Glen Zangirolami
Ok I figured it out. In my case I had set the VCPUs to 2 and vmware is unstable on macbook airs (latest model) with more than 1 CPU. The VM basically "crashed" and `vagrant ssh-config` was unable to request an IP from it. On Tuesday, September 9, 2014 11:30:13 AM UTC-5, Ostin Drais wrote: > > R

[vagrant-up] Re: How to gain access to devstack guest VM from host machine?

2014-09-23 Thread Chris Johnson
What I'm getting at is the idea of using a "private_network" with NAT vs using a "public_network" in vagrant. I'd prefer using another private network and allowing the mac to hit that, and configuring the IP on that network to NAT against the floating IP address of the guest in devstack (172.24

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

2014-09-23 Thread Glen Zangirolami
Im getting the same issue -- have not yet resolved it. I'll let you know if I find anything. On Tuesday, September 9, 2014 11:30:13 AM UTC-5, 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 "vagra

[vagrant-up] Re: How to gain access to devstack guest VM from host machine?

2014-09-23 Thread Chris Johnson
Simon, I saw that behavior with eth0 - good to get some additional clarity on Vagrant owning that. I'm preparing this setup for a demo, and I don't want to be concerned with network issues related to that. As a result, I would prefer not to expose the devstack guest vm on the physical network

Re: [vagrant-up] How to gain access to devstack guest VM from host machine?

2014-09-23 Thread Simon McCartney
If you make one of your Vagrant managed virtual box network interfaces a public network, you'll be able to access it from the host (or the rest of the network, assuming the IP assignments work).  This will be eth1 or eth2 interfaces, Vagrant owns eth0 and it has to be host-only/NAT.   This will

[vagrant-up] How to gain access to devstack guest VM from host machine?

2014-09-23 Thread Chris Johnson
I'm note sure if this is a vagrant question, or perhaps a devstack related question... I have VMware Fusion running on a mac, and Ubuntu 14 running in a VM. Inside THAT vm, I have devstack installed and functional. I can create VMs, assign floating IP addresses, etc. I need to be able to browse