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 the devstack VM and just forward an arbitrary port on the primary IP address to the guest vm on port 80. Duh. I felt pretty stupid. I think my earlier attempts to get NAT working against the guest vm were a bit of over-engineering... will update this thread once I get it working. This will likely end up in a public github repo too... Anyway, thanks for the direction. - Chris On Tuesday, September 23, 2014 5:19:39 PM UTC-4, Torben Knerr wrote: > > 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, Alvaro Miranda Aguilera > <[email protected] <javascript:>> 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/08/22/get-openstack-manila-running-with-vagrant-and-devstack > > > > > On Wed, Sep 24, 2014 at 5:15 AM, Chris Johnson <[email protected] > <javascript:>> > > wrote: > >> > >> 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.4.3). Does this make sense? Is that a viable solution? > >> > >> - 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 [email protected] <javascript:>. > >> 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] <javascript:>. > > 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.
