<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:20:58 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-205] Incorrect handling of ITM transport zones</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-205</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Netvirt is mapping each neutron subnet to a genius ITM transport zone subnet.&lt;/p&gt;

&lt;p&gt;This subnet configuration:&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
  &quot;subnets&quot;: {&lt;br/&gt;
    &quot;subnet&quot;: [&lt;br/&gt;
      &lt;/p&gt;
{
        &quot;uuid&quot;: &quot;b4cfc309-f9dc-4b0b-9943-306252265d35&quot;,
        &quot;network-id&quot;: &quot;177bef73-514e-4922-990f-d7aba0f3b0f4&quot;,
        &quot;name&quot;: &quot;dovs-net-2&quot;,
        &quot;tenant-id&quot;: &quot;5d806f0e-e197-4a72-88e6-72b024fa5c97&quot;,
        &quot;ip-version&quot;: &quot;neutron-constants:ip-version-v4&quot;,
        &quot;cidr&quot;: &quot;10.0.0.0/24&quot;
      }
&lt;p&gt;,&lt;/p&gt;
      {
        &quot;uuid&quot;: &quot;7a843d7f-de78-4a01-b62e-c103ee90afb7&quot;,
        &quot;network-id&quot;: &quot;177bef73-514e-4922-990f-d7aba0f3b0f4&quot;,
        &quot;name&quot;: &quot;dovs-net-1&quot;,
        &quot;tenant-id&quot;: &quot;5d806f0e-e197-4a72-88e6-72b024fa5c97&quot;,
        &quot;ip-version&quot;: &quot;neutron-constants:ip-version-v4&quot;,
        &quot;cidr&quot;: &quot;10.0.1.0/24&quot;
      }
&lt;p&gt;    ]&lt;br/&gt;
  }&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Results in this transport zone configuration (when each of two computes holds neutron ports belonging to each of the two neutron subnets):&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;transport-zone&quot;: [&lt;br/&gt;
      {&lt;br/&gt;
        &quot;zone-name&quot;: &quot;177bef73-514e-4922-990f-d7aba0f3b0f4&quot;,&lt;br/&gt;
        &quot;tunnel-type&quot;: &quot;odl-interface:tunnel-type-vxlan&quot;,&lt;br/&gt;
        &quot;subnets&quot;: [&lt;br/&gt;
          {&lt;br/&gt;
            &quot;prefix&quot;: &quot;10.0.1.0/24&quot;,&lt;br/&gt;
            &quot;vteps&quot;: [&lt;br/&gt;
              &lt;/p&gt;
{
                &quot;dpn-id&quot;: 66551191337378,
                &quot;portname&quot;: &quot;tunnel_port&quot;,
                &quot;ip-address&quot;: &quot;172.17.0.3&quot;
              }
&lt;p&gt;,&lt;/p&gt;
              {
                &quot;dpn-id&quot;: 180904321929475,
                &quot;portname&quot;: &quot;tunnel_port&quot;,
                &quot;ip-address&quot;: &quot;172.17.0.2&quot;
              }
&lt;p&gt;            ],&lt;br/&gt;
            &quot;gateway-ip&quot;: &quot;0.0.0.0&quot;,&lt;br/&gt;
            &quot;vlan-id&quot;: 0&lt;br/&gt;
          },&lt;br/&gt;
          {&lt;br/&gt;
            &quot;prefix&quot;: &quot;10.0.0.0/24&quot;,&lt;br/&gt;
            &quot;vteps&quot;: [&lt;br/&gt;
              &lt;/p&gt;
{
                &quot;dpn-id&quot;: 66551191337378,
                &quot;portname&quot;: &quot;tunnel_port&quot;,
                &quot;ip-address&quot;: &quot;172.17.0.3&quot;
              }
&lt;p&gt;,&lt;/p&gt;
              {
                &quot;dpn-id&quot;: 180904321929475,
                &quot;portname&quot;: &quot;tunnel_port&quot;,
                &quot;ip-address&quot;: &quot;172.17.0.2&quot;
              }
&lt;p&gt;            ],&lt;br/&gt;
            &quot;gateway-ip&quot;: &quot;0.0.0.0&quot;,&lt;br/&gt;
            &quot;vlan-id&quot;: 0&lt;br/&gt;
          }&lt;br/&gt;
        ]&lt;br/&gt;
      }&lt;br/&gt;
    ]&lt;br/&gt;
  }&lt;/p&gt;

&lt;p&gt;This is incorrect configuration, as the transport zone subnet relate to the provider subnets the TEPs belong to, and not to the any overlay subnet. As observed, the problem is that the same TEP could be configured multiple&lt;br/&gt;
times on different transport zone subnets. This results on ITM&lt;br/&gt;
getting confused and thinking that some TEPs are not longer needed and&lt;br/&gt;
removing them, losing connectivity required between the computes.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20126">NETVIRT-205</key>
            <summary>Incorrect handling of ITM transport zones</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="jaicaa">Jaime Caama&#241;o Ruiz</reporter>
                        <labels>
                    </labels>
                <created>Fri, 14 Oct 2016 13:23:07 +0000</created>
                <updated>Thu, 19 Oct 2017 21:28:14 +0000</updated>
                            <resolved>Tue, 22 Nov 2016 13:47:29 +0000</resolved>
                                    <version>Boron</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="36534" author="alonko@hpe.com" created="Tue, 22 Nov 2016 13:47:29 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/46949/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/46949/&lt;/a&gt;&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>6940</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=6940]]></customfieldvalue>

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

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