<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:20:34 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[NETVIRT-52] vxlan port not created in NetVirt.</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-52</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Procedure to reproduce the bug:&lt;br/&gt;
1. Download the NetVirt boron distribution.&lt;br/&gt;
2. Install VPN Service feature. &lt;br/&gt;
    feature:install odl-netvirt-openstack&lt;br/&gt;
3. Stack the control and compute nodes.&lt;/p&gt;

&lt;p&gt;NOTE: 10.106.138.153 is control node and 10.106.138.244 is compute node.&lt;/p&gt;

&lt;p&gt;4. Add tunnel configuration.&lt;/p&gt;

&lt;p&gt;tep:add 273137343515872 ens34 0 10.106.138.153 10.106.138.0/24 10.106.138.1 TZA&lt;br/&gt;
tep:add 260070179598380 ens34 0 10.106.138.244 10.106.138.0/24 10.106.138.1 TZA&lt;/p&gt;

&lt;p&gt;5.Create a network.&lt;br/&gt;
6. Create a VM in control node and compute node.&lt;br/&gt;
Ping will fail between the VMs.&lt;/p&gt;

&lt;p&gt;I tried adding the vxlan manually. &lt;br/&gt;
sudo ovs-vsctl add-port br-int vxlan5 &amp;#8211; set interface vxlan5 type=vxlan options:remote_ip=10.106.138.244&lt;br/&gt;
Still the ping fails.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19973">NETVIRT-52</key>
            <summary>vxlan port not created in NetVirt.</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="arthi.b@hcl.com">Arthi Bhattacharjee</reporter>
                        <labels>
                    </labels>
                <created>Tue, 9 Aug 2016 12:39:09 +0000</created>
                <updated>Thu, 19 Oct 2017 21:27:57 +0000</updated>
                            <resolved>Mon, 29 Aug 2016 13:10:47 +0000</resolved>
                                    <version>Boron</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="36227" author="shague@redhat.com" created="Tue, 9 Aug 2016 21:15:47 +0000"  >&lt;p&gt;(In reply to Arthi Bhattacharjee from comment #0)&lt;br/&gt;
&amp;gt; Procedure to reproduce the bug:&lt;br/&gt;
&amp;gt; 1. Download the NetVirt boron distribution.&lt;br/&gt;
&amp;gt; 2. Install VPN Service feature. &lt;br/&gt;
&amp;gt;     feature:install odl-netvirt-openstack&lt;br/&gt;
&amp;gt; 3. Stack the control and compute nodes.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; NOTE: 10.106.138.153 is control node and 10.106.138.244 is compute node.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; 4. Add tunnel configuration.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; tep:add 273137343515872 ens34 0 10.106.138.153 10.106.138.0/24 10.106.138.1&lt;br/&gt;
&amp;gt; TZA&lt;br/&gt;
&amp;gt; tep:add 260070179598380 ens34 0 10.106.138.244 10.106.138.0/24 10.106.138.1&lt;br/&gt;
&amp;gt; TZA&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; 5.Create a network.&lt;br/&gt;
&amp;gt; 6. Create a VM in control node and compute node.&lt;br/&gt;
&amp;gt; Ping will fail between the VMs.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; I tried adding the vxlan manually. &lt;br/&gt;
&amp;gt; sudo ovs-vsctl add-port br-int vxlan5 &amp;#8211; set interface vxlan5 type=vxlan&lt;br/&gt;
&amp;gt; options:remote_ip=10.106.138.244&lt;br/&gt;
&amp;gt; Still the ping fails.&lt;/p&gt;

&lt;p&gt;Arthi, can you try this again? The autotunnel creation was broken past couple days because of the blueprint changes. Patches below fix the issue.&lt;/p&gt;

&lt;p&gt;b: &lt;a href=&quot;https://git.opendaylight.org/gerrit/43483&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/43483&lt;/a&gt;&lt;br/&gt;
c: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/43551/1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/43551/1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="36228" author="arthi.b@hcl.com" created="Fri, 12 Aug 2016 12:58:31 +0000"  >&lt;p&gt;(In reply to Sam Hague from comment #1)&lt;br/&gt;
&amp;gt; (In reply to Arthi Bhattacharjee from comment #0)&lt;br/&gt;
&amp;gt; &amp;gt; Procedure to reproduce the bug:&lt;br/&gt;
&amp;gt; &amp;gt; 1. Download the NetVirt boron distribution.&lt;br/&gt;
&amp;gt; &amp;gt; 2. Install VPN Service feature. &lt;br/&gt;
&amp;gt; &amp;gt;     feature:install odl-netvirt-openstack&lt;br/&gt;
&amp;gt; &amp;gt; 3. Stack the control and compute nodes.&lt;br/&gt;
&amp;gt; &amp;gt; &lt;br/&gt;
&amp;gt; &amp;gt; NOTE: 10.106.138.153 is control node and 10.106.138.244 is compute node.&lt;br/&gt;
&amp;gt; &amp;gt; &lt;br/&gt;
&amp;gt; &amp;gt; 4. Add tunnel configuration.&lt;br/&gt;
&amp;gt; &amp;gt; &lt;br/&gt;
&amp;gt; &amp;gt; tep:add 273137343515872 ens34 0 10.106.138.153 10.106.138.0/24 10.106.138.1&lt;br/&gt;
&amp;gt; &amp;gt; TZA&lt;br/&gt;
&amp;gt; &amp;gt; tep:add 260070179598380 ens34 0 10.106.138.244 10.106.138.0/24 10.106.138.1&lt;br/&gt;
&amp;gt; &amp;gt; TZA&lt;br/&gt;
&amp;gt; &amp;gt; &lt;br/&gt;
&amp;gt; &amp;gt; 5.Create a network.&lt;br/&gt;
&amp;gt; &amp;gt; 6. Create a VM in control node and compute node.&lt;br/&gt;
&amp;gt; &amp;gt; Ping will fail between the VMs.&lt;br/&gt;
&amp;gt; &amp;gt; &lt;br/&gt;
&amp;gt; &amp;gt; I tried adding the vxlan manually. &lt;br/&gt;
&amp;gt; &amp;gt; sudo ovs-vsctl add-port br-int vxlan5 &amp;#8211; set interface vxlan5 type=vxlan&lt;br/&gt;
&amp;gt; &amp;gt; options:remote_ip=10.106.138.244&lt;br/&gt;
&amp;gt; &amp;gt; Still the ping fails.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Arthi, can you try this again? The autotunnel creation was broken past&lt;br/&gt;
&amp;gt; couple days because of the blueprint changes. Patches below fix the issue.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; b: &lt;a href=&quot;https://git.opendaylight.org/gerrit/43483&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/43483&lt;/a&gt;&lt;br/&gt;
&amp;gt; c: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/43551/1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/43551/1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi Sam,&lt;/p&gt;

&lt;p&gt;While testing with new distro, &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/netvirt/job/netvirt-distribution-boron/165/org.opendaylight.integration$distribution-karaf/artifact/org.opendaylight.integration/distribution-karaf/0.5.0-SNAPSHOT/distribution-karaf-0.5.0-SNAPSHOT.tar.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/netvirt/job/netvirt-distribution-boron/165/org.opendaylight.integration$distribution-karaf/artifact/org.opendaylight.integration/distribution-karaf/0.5.0-SNAPSHOT/distribution-karaf-0.5.0-SNAPSHOT.tar.gz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;m getting the below blueprint error.&lt;/p&gt;

&lt;p&gt;2016-08-12 14:19:51,532 | ERROR | rint Extender: 2 | BlueprintContainerImpl           | 15 - org.apache.aries.blueprint.core - 1.4.4 | Unable to start blueprint container for bundle org.opendaylight.netvirt.statemanager-impl/0.3.0.SNAPSHOT due to unresolved dependencies &lt;span class=&quot;error&quot;&gt;&amp;#91;(objectClass=org.opendaylight.netvirt.elanmanager.api.IElanService), (objectClass=org.opendaylight.netvirt.vpnmanager.api.IVpnManager), (objectClass=org.opendaylight.netvirt.neutronvpn.interfaces.INeutronVpnManager)&amp;#93;&lt;/span&gt;&lt;br/&gt;
java.util.concurrent.TimeoutException&lt;br/&gt;
        at org.apache.aries.blueprint.container.BlueprintContainerImpl$1.run(BlueprintContainerImpl.java:336)&lt;span class=&quot;error&quot;&gt;&amp;#91;15:org.apache.aries.blueprint.core:1.4.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)&lt;span class=&quot;error&quot;&gt;&amp;#91;15:org.apache.aries.blueprint.core:1.4.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_92&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_92&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_92&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_92&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_92&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_92&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_92&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Addition to that, while stacking, it is not taking br-int automatically and stack fails.&lt;/p&gt;</comment>
                            <comment id="36229" author="shague@redhat.com" created="Sat, 13 Aug 2016 13:25:43 +0000"  >&lt;p&gt;Arthi,&lt;/p&gt;

&lt;p&gt;patches were pushed to fix the elanservice missing dependencies and to fix the auto-bridge creation. Let me know if that work better now.&lt;/p&gt;

&lt;p&gt;Thanks, Sam&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6369</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=6369]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01pf3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>