<div dir="ltr"><div><div><div><div><div><div><div>Hi!<br><br></div>I have a Grizzly installation with Quantum (neutron) gre tunneling based on this: <a href="https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst">https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst</a><br>
<br></div>It's working without problem when I use Horizon.<br><br></div>I want to use brooklyn - <a href="http://brooklyncentral.github.io/index.html">http://brooklyncentral.github.io/index.html</a> - which uses jClouds - <a href="http://jclouds.incubator.apache.org/-">http://jclouds.incubator.apache.org/-</a> to create instances.<br>
</div>In brooklyn I couldn't find a way to define the network for my instance, but as I can see in Horizon, in this case OpenStack adds both of my networks, the tenant's net and the external net. I can see the IPs in horizon, but eventually my instance doesn't get any IP address. If I define both networks in horizon and try to create my instance then its working, so there is something wrong.<br>
<br></div>I checked the RestApi calls:<br></div>Working, from horizon:<br>{"server": {"name": "Ubuntu", "imageRef": "a8c46c40-e0f8-4904-a21f-46901be91f4f", "key_name": "key", "flavorRef": "2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ff74b46a-1ab4-4a97-91c7-21c95485aa34"}, {"uuid": "49aa37da-29c8-4314-b575-d705771b5361"}], "security_groups": [{"name": "default"}]}}<br>
<br></div>Not working, from brooklyn/jcloud:<br>{"server":{"name":"br-ujpm-dipl-kryi-ou9w-336","imageRef":"a8c46c40-e0f8-4904-a21f-46901be91f4f","flavorRef":"2","key_name":"key","security_groups":[{"name":"default"}]}}<br clear="all">
<div><div><div><div><div><div><div><div><div><br></div><div>So as you can see the main difference is that there is no networks in the restapi call from brooklyn and somehow this cause a mysterious problem in the networking.<br>
</div><div>I tried these calls from RESTClient - <a href="https://addons.mozilla.org/En-us/firefox/addon/restclient/">https://addons.mozilla.org/En-us/firefox/addon/restclient/</a> - and I got the same results, so its working if I send networks in the restapi post, and it fails if i dont.<br>
<br></div><div>I have only problem with the networking part, the instances are created successfully.<br><br></div><div>Any idea what could go wrong or where should I check? How can I define which network should the instance join if there is no network defined? Its not ideal to join it to the ext net if there is no network defined...<br>
<br><br></div><div>Thanks! <br></div><div><br>Rusty</div>
</div></div></div></div></div></div></div></div></div>