<div dir="ltr">Hi Hideyuki,<div>I was trying to follow the guide you gave me.</div><div>I decided to put in two separate machines ODL and Openstack controller.</div><div>I have few questions:</div><div>1- ODL side: Everytime that I will run karaf, should I install the features?</div><div> I have installed: odl-mdsal-clustering odl-restconf odl-l2switch-switch odl-mdsal-apidocs odl-dlux-core odl-vtn-manager-all odl-openflowplugin-all odl-adsal-compatibility-all</div><div> Do I need something else?</div><div>2- In the Network Settings section of the guide there is a note that sais:</div><div> "<span style="color:black;font-family:monospace,Courier;font-size:14px;line-height:1.3em;background-color:rgb(249,249,249)">The entries for eth1 are not mandatory, If not set, we may have to manually do "ifup eth1" after the stacking is complete to activate the interface."</span></div><div> but if I don't modify /etc/network/interfaces, after stacking I have an error when I try to turn on eth1.</div><div> So I think that the best way is to modify the interface file. Should I give a particular IP address? There are any rules? </div><div>3- Section Start ODL Controller:</div><div> it says: "After running ODL Controller, please ensure ODL Controller listens to the ports:6633,6653, 6640 and 8080"</div><div> How?</div><div>4- Finally I can stack my nodes but...</div><div> when I do ifconfig there is no br-int interface and after doing ovs-vsctl show this is my result on the controller:</div><div> silvia@devstack2:~/devstack$ sudo ovs-vsctl show</div><div> </div><div>857c23a5-ce17-46d7-b6f1-944fdb160395</div><div> Manager "tcp:<a href="http://10.30.3.231:6640">10.30.3.231:6640</a>"</div><div> is_connected: true</div><div> Bridge "br0"</div><div> Port "br0"</div><div> Interface "br0"</div><div> type: internal</div><div> Bridge br-int</div><div> fail_mode: secure</div><div> Port "eth1"</div><div> Interface "eth1"</div><div> ovs_version: "2.0.2"</div><div><br></div><div>This happen (more or less) also in one of my two compute nodes, so just one is connected to ODL, in fact every instance that I create is allocated in that host.</div><div><br></div><div>Are you, or anyone else, able to give me any suggestion?</div><div>Thank you,</div><div><br></div><div>Silvia</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-18 17:36 GMT+02:00 Silvia Fichera <span dir="ltr"><<a href="mailto:fichera.sil@gmail.com" target="_blank">fichera.sil@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hideyuki, I have another question for you.<div>In the guide that you linked there's written that is possible to use mininet (it's writte on the section requirements).</div><div>Do you know how or do you have any link where it is explained?</div><div><br></div><div>Thanks</div><div><br></div><div>Silvia</div></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">2015-05-18 9:27 GMT+02:00 Silvia Fichera <span dir="ltr"><<a href="mailto:fichera.sil@gmail.com" target="_blank">fichera.sil@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Hideyuki, hi Mitchell.<div>I've checked the ODL versione that I've installed. I have the SR3, so I will follow your suggestions and I'm going to dowload the SR2. I'll let you know if it works fine.</div><div>Thank you for your support.</div><div><br></div><div>Silvia</div></div><div class="gmail_extra"><div><div><br><div class="gmail_quote">2015-05-17 6:39 GMT+02:00 Tai, Hideyuki <span dir="ltr"><<a href="mailto:hideyuki.tai@necam.com" target="_blank">hideyuki.tai@necam.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mitchell,<br>
<br>
OpenDaylight provides several ways to integrate with OpenStack.<br>
One way to integrate with OpenStack is to use VTN features of OpenDaylight.<br>
<br>
It seems that Silvia was using VTN features for the OpenStack integration.<br>
VTN stands for Virtual Tenant Network, and it provide network virtualization for OpenFlow networks.<br>
<br>
The following wiki page describes how to integrate VTN features with OpenStack.<br>
<a href="https://wiki.opendaylight.org/view/Release/Helium/VTN/User_Guide/OpenStack_Support" target="_blank">https://wiki.opendaylight.org/view/Release/Helium/VTN/User_Guide/OpenStack_Support</a><br>
<br>
The implementation of the OpenStack integration support of VTN features has a bug only in Helium SR3.<br>
But, VTN features of Helium SR2 works fine, so please use Helium SR2 for the OpenStack Integration.<br>
<br>
Regards,<br>
Hideyuki Tai<br>
<span><br>
> -----Original Message-----<br>
> From: Mitchell Chen [mailto:<a href="mailto:mitchell.chen@mediatek.com" target="_blank">mitchell.chen@mediatek.com</a>]<br>
> Sent: Saturday, May 16, 2015 15:56<br>
> To: Tai, Hideyuki; <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a>; <a href="mailto:fichera.sil@gmail.com" target="_blank">fichera.sil@gmail.com</a><br>
> Cc: <a href="mailto:vtn-dev@lists.opendaylight.org" target="_blank">vtn-dev@lists.opendaylight.org</a><br>
</span><div><div>> Subject: RE: Re: [Openstack] Openstack in a "real" setup with ODL controller<br>
><br>
> Hi Hideyuki<br>
><br>
> What does " The OpenStack integration does not work only in Helium SR3" in red<br>
> in the following link:<br>
> <a href="https://wiki.opendaylight.org/view/Release/Helium/VTN/User_Guide/OpenStack_" target="_blank">https://wiki.opendaylight.org/view/Release/Helium/VTN/User_Guide/OpenStack_</a><br>
> Support<br>
><br>
> Does that mean OpenStack integration with OpenDaylight Controller not working<br>
> in ODL Helium SR3? Do you know which version combination of OpenStack and<br>
> ODL is verified working? Any document described the setup procedure?<br>
><br>
> Thanks,<br>
> Mitchell<br>
><br>
><br>
> -----Original Message-----<br>
> From: Tai, Hideyuki [mailto:<a href="mailto:hideyuki.tai@necam.com" target="_blank">hideyuki.tai@necam.com</a>]<br>
> Sent: Thursday, May 14, 2015 10:00 AM<br>
> To: <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a>; <a href="mailto:fichera.sil@gmail.com" target="_blank">fichera.sil@gmail.com</a><br>
> Cc: <a href="mailto:vtn-dev@lists.opendaylight.org" target="_blank">vtn-dev@lists.opendaylight.org</a><br>
> Subject: Re: [Openstack] Openstack in a "real" setup with ODL controller<br>
><br>
> Hi Silvia,<br>
><br>
> I've read your mail.<br>
> <a href="http://lists.openstack.org/pipermail/openstack/2015-May/012683.html" target="_blank">http://lists.openstack.org/pipermail/openstack/2015-May/012683.html</a><br>
><br>
> Could you tell me which version of OpenDaylight are you using? Helium-SR3,<br>
> Helium-SR2?<br>
> Which features do you install in OpenDaylight Karaf console?<br>
><br>
> The local.conf on the following page is,<br>
> <<a href="https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_%28" target="_blank">https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_%28</a><br>
> VTN%29:Scripts:devstack><br>
> for the following guide.<br>
> <a href="https://wiki.opendaylight.org/view/Release/Helium/VTN/User_Guide/OpenStack_" target="_blank">https://wiki.opendaylight.org/view/Release/Helium/VTN/User_Guide/OpenStack_</a><br>
> Support<br>
> So if you don't follow the above guide, I don't think that local.conf works.<br>
><br>
> Best Regards,<br>
> Hideyuki Tai<br>
><br>
> _______________________________________________<br>
> Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
> Post to : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
> Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
> ************* Email Confidentiality Notice ******************** The<br>
> information contained in this e-mail message (including any<br>
> attachments) may be confidential, proprietary, privileged, or otherwise exempt<br>
> from disclosure under applicable laws. It is intended to be conveyed only to the<br>
> designated recipient(s). Any use, dissemination, distribution, printing, retaining or<br>
> copying of this e-mail (including its<br>
> attachments) by unintended recipient(s) is strictly prohibited and may be<br>
> unlawful. If you are not an intended recipient of this e-mail, or believe that you<br>
> have received this e-mail in error, please notify the sender immediately (by<br>
> replying to this e-mail), delete any and all copies of this e-mail (including any<br>
> attachments) from your system, and do not disclose the content of this e-mail to<br>
> any other person. Thank you!<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div>Silvia Fichera</div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div>Silvia Fichera</div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Silvia Fichera</div>
</div>