<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:35:35 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>[OVSDB-135] ovsdb: nsf related models migration proposal</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-135</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;Hi Sam,&lt;br/&gt;
I just pushed the migration proposal patch to ovsdb:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/14549/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/14549/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are 2 changes you need in order to have this working:&lt;br/&gt;
    controller &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/14464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/14464/&lt;/a&gt;&lt;br/&gt;
    ofplugin &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/14463/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/14463/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I would like to ask you to do:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;test ovsdb (from master) distribution/opendaylight-karaf before changing anything (just to be sure - I forgot to do that)&lt;/li&gt;
	&lt;li&gt;file an ovsdb bug containing migration info (see BUG-2611) so we can link them and track this (and put it into commit message title)&lt;/li&gt;
	&lt;li&gt;the controller and opfplugin changes - just checkout and mvn-clean-install-DskiptTests them locally&lt;/li&gt;
	&lt;li&gt;rebuild ovsdb (with -nsu switch) and check if it still works as intended&lt;/li&gt;
	&lt;li&gt;hint: karaf command bundle:list | grep &apos;model&apos; should yeld bundles like this:&lt;br/&gt;
207 | Active   |  80 | 1.2.0.SNAPSHOT          | org.opendaylight.controller.model.model-inventory                       &lt;br/&gt;
208 | Active   |  80 | 1.2.0.SNAPSHOT          | org.opendaylight.controller.model.model-topology                        &lt;br/&gt;
209 | Active   |  80 | 0.1.0.SNAPSHOT          | org.opendaylight.openflowplugin.model.model-flow-base                   &lt;br/&gt;
210 | Active   |  80 | 0.1.0.SNAPSHOT          | org.opendaylight.openflowplugin.model.model-flow-statistics             &lt;br/&gt;
211 | Active   |  80 | 0.1.0.SNAPSHOT          | org.opendaylight.openflowplugin.model.model-flow-service &lt;br/&gt;
...&lt;br/&gt;
there should not be org.opendaylight.controller.model.model-flow*&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;ask if you have questions&lt;/li&gt;
	&lt;li&gt;tell me the result as soon as possible&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Migration details (we are a bit off the schedule):&lt;br/&gt;
&lt;a href=&quot;https://lists.opendaylight.org/pipermail/openflowplugin-dev/2015-January/002386.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/openflowplugin-dev/2015-January/002386.html&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21827">OVSDB-135</key>
            <summary>ovsdb: nsf related models migration proposal</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="shague">Sam Hague</assignee>
                                    <reporter username="shague">Sam Hague</reporter>
                        <labels>
                    </labels>
                <created>Thu, 29 Jan 2015 18:51:27 +0000</created>
                <updated>Mon, 4 May 2015 20:16:48 +0000</updated>
                            <resolved>Mon, 4 May 2015 20:16:48 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Other</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="40762" author="mirehak@cisco.com" created="Tue, 24 Feb 2015 13:55:27 +0000"  >&lt;p&gt;15643 was abandoned in favor of &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/15657&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/15657&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;15657 was merged&lt;/p&gt;

&lt;p&gt;Please confirm if ovsdb works.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="27610">OPNFLWPLUG-342</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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>2654</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=2654]]></customfieldvalue>

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

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