Packstack Stein - Networking Configuration
Hello,
I want to install a POC Openstack installation by using packstack, after running the packstack installation (allinone) and tweaking the answer file a bit to my setup and what services I want to deploy I managed to have an Openstack cloud running, upload images and start some instances (although I am having trouble getting to run Windows Instaces)
My Main problem though is the Networking aspect of Packstack and Openstack, my VM on which i wanted to install the system has 1 physical Interface(eth0) with a static IP that has Internet Access.
Now Packstack creates the br-ex by default and gives it the IP-range 172.18.24.0/24, I figured that this Network is used to deploy Instances, but when I start an Instance it doesn't get an IP from the DHCP and even if I configure a static one from the pool of 172.18.24.0/24 addresses I can't connect to the internet nor can my Host VM connect to the Instance
I looked over some guides online and the packstack answer file configuration options in the Network section, but haven't figured out what to do, to make it work.
My thought was that openstack uses its own Network (some private IP range) and the connection to the internet is managed by routing traffic through my HostVM, but haven't found anything online yet that lets me accomplish that If by chance anyone can give me a quick guideline what settings to use for the packstack deployment to make it work, that would be great.