<div dir="ltr">Hey Sascha,<div><br></div><div>I usually refer to that same link from my first post, it's a sample configuration with all of the config options for nova.conf.</div><div><br></div><div>Dave</div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Fri, Jan 24, 2014 at 8:53 AM, Sascha Vogt <span dir="ltr"><<a href="mailto:sascha.vogt@gmail.com" target="_blank">sascha.vogt@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi David,<br>
<br>
thanks alot, that was it :)<br>
<br>
I find it very hard, to get a list of all supported options in nova.conf<br>
(and the other confs as well) and what they mean. Is there an easy<br>
overview of all of them???<br>
<br>
Greetings<br>
-Sascha-<br>
<br>
Am 24.01.2014 15:47, schrieb David Wittman:<br>
<div class="im HOEnZb">> It sounds like you may have `share_dhcp_address` set to True in your<br>
> nova.conf:<br>
><br>
> <a href="https://github.com/openstack/nova/blob/master/etc/nova/nova.conf.sample#L1231-L1235" target="_blank">https://github.com/openstack/nova/blob/master/etc/nova/nova.conf.sample#L1231-L1235</a><br>
><br>
> Dave<br>
><br>
><br>
> On Fri, Jan 24, 2014 at 7:22 AM, Sascha Vogt <<a href="mailto:sascha.vogt@gmail.com">sascha.vogt@gmail.com</a><br>
</div><div class="HOEnZb"><div class="h5">> <mailto:<a href="mailto:sascha.vogt@gmail.com">sascha.vogt@gmail.com</a>>> wrote:<br>
><br>
>     Hi all,<br>
><br>
>     I have a Multi-Node, Single-NIC setup. All machines only have a single<br>
>     NIC. I created a virtual network (using gretap tunnels - aka<br>
>     layer2-over-layer3 tunnel) to connect all machines and have one br-int<br>
>     bridge which all VMs are attached to.<br>
><br>
>     nova-network runs on all machines and correctly binds dnsmasq to the<br>
>     hosts bridge itself, though I noticed that each host-bridge gets the .1<br>
>     IP. This seems to work, because dnsmasq is configured by nova-network to<br>
>     only answer to DHCP requests the specific instance has a MAC address<br>
>     for, though I find it a bit irritating.<br>
><br>
>     I try to give a picture of it:<br>
><br>
>     controller<br>
>         - br-int (dnsmasq with .1 address)<br>
>             - gretap tunnel to compute-1 (using the static IPs of eth0)<br>
>             - gretap tunnel to compute-2 (using the static IPs of eth0)<br>
>             - vnet1-n (instances running on this host)<br>
>         - eth0 (routes between external network and br-int, NAT / ip<br>
>                 forwarding active, static IP used also for OpenStack<br>
>                 managing)<br>
><br>
>     compute-1<br>
>         - br-int (dnsmasq with .1 address)<br>
>             - gretap tunnel to controller (using the static IPs of eth0)<br>
>             - vnet1-n (instances running on this host)<br>
>         - eth0 (OpenStack managing)<br>
><br>
>     compute-2<br>
>         - br-int (dnsmasq with .1 address)<br>
>             - gretap tunnel to controller (using the static IPs of eth0)<br>
>             - vnet1-n (instances running on this host)<br>
>         - eth0 (OpenStack managing)<br>
><br>
>     I'm using the FlatDHCPManager, and if you substitue eth0/the-switch in<br>
>     this picture<br>
>     <a href="http://www.mirantis.com/wp-content/uploads/2012/07/flat-dhcp-networking-diagrams-4.png" target="_blank">http://www.mirantis.com/wp-content/uploads/2012/07/flat-dhcp-networking-diagrams-4.png</a><br>
>     with the gretap tunnels I basically have that topology. In that picture<br>
>     the dnsmasqs/br100 have different IPs. How did they get that? ;)<br>
><br>
>     Greetings<br>
>     -Sascha-<br>
<br>
</div></div></blockquote></div><br></div>