<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:46 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>[NETCONF-738] RFC8040 compliance: The server MUST implement the &quot;ietf-yang-library&quot; module</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-738</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://tools.ietf.org/html/rfc8040#section-1.3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/rfc8040#section-1.3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The server MUST implement the &quot;ietf-yang-library&quot; module, which MUST identify all of the YANG modules used by the server, in the &quot;modules-state/module&quot; list&lt;/p&gt;

&lt;p&gt;The following query contains&#160;modules-state/module list:&lt;/p&gt;

&lt;p&gt;curl -u admin:admin &lt;a href=&quot;http://localhost:8181/rests/data&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/rests/data&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;However the following queries fail:&lt;/p&gt;

&lt;p&gt;curl -u admin:admin &lt;a href=&quot;http://localhost:8181/rests/data/ietf-yang-library:modules-state&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/rests/data/ietf-yang-library:modules-state&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;curl -u admin:admin &lt;a href=&quot;http://localhost:8181/rests/data/ietf-yang-library:modules-state/module=ietf-yang-library,2019-01-04&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/rests/data/ietf-yang-library:modules-state/module=ietf-yang-library,2019-01-04&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;ul&gt;
	&lt;li&gt;ODL aluminum&lt;/li&gt;
	&lt;li&gt;feature:install&#160;odl-restconf-nb-rfc8040&lt;/li&gt;
	&lt;li&gt;feature:install&#160;odl-toaster&lt;/li&gt;
&lt;/ul&gt;
</environment>
        <key id="33500">NETCONF-738</key>
            <summary>RFC8040 compliance: The server MUST implement the &quot;ietf-yang-library&quot; module</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="10002">Duplicate</resolution>
                                        <assignee username="rovarga">Robert Varga</assignee>
                                    <reporter username="hjslgfsd7">Valentin Mayamsin</reporter>
                        <labels>
                    </labels>
                <created>Mon, 2 Nov 2020 21:58:23 +0000</created>
                <updated>Fri, 14 May 2021 07:27:49 +0000</updated>
                            <resolved>Fri, 14 May 2021 07:27:25 +0000</resolved>
                                    <version>Aluminium</version>
                                    <fixVersion>Aluminium SR4</fixVersion>
                    <fixVersion>1.13.3</fixVersion>
                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="68956" author="tcere" created="Mon, 8 Feb 2021 13:08:07 +0000"  >&lt;p&gt;This is caused by the modules-state data being stored under the older revision(2016-06-21) in the datastore and restconf routing requests for /rests/data/ietf-yang-library:modules-state to the newer revision(2019-01-04), should be easily solved by writing the modules-state for the newer version to the datastore.&lt;/p&gt;</comment>
                            <comment id="68958" author="rovarga" created="Mon, 8 Feb 2021 13:54:07 +0000"  >&lt;p&gt;Especially since we have &lt;a href=&quot;https://jira.opendaylight.org/browse/MDSAL-596&quot; title=&quot;Support for exporting EffectiveModelContext as a YANG library normalized state&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MDSAL-596&quot;&gt;&lt;del&gt;MDSAL-596&lt;/del&gt;&lt;/a&gt; available &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="69220" author="rovarga" created="Fri, 14 May 2021 07:27:25 +0000"  >&lt;p&gt;This is a duplicate of &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-725&quot; title=&quot;ietf-yang-library version conflict&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-725&quot;&gt;&lt;del&gt;NETCONF-725&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="33231">NETCONF-725</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03vuf:</customfieldvalue>

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