<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14:19 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-157] can not connect to a device not supporting netconf monitoring</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-157</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;When I configure or update a netconf-connector via topology node config datastore,I can not connect to the device that not support netconf monitoring even though I add the yang-module-capabilities&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21170">NETCONF-157</key>
            <summary>can not connect to a device not supporting netconf monitoring</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="li.baosheng@h3c.com">SaintLee</reporter>
                        <labels>
                    </labels>
                <created>Tue, 8 Mar 2016 07:47:09 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:21 +0000</updated>
                            <resolved>Mon, 17 Oct 2016 10:56:10 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="39257" author="jmorvay@cisco.com" created="Tue, 8 Mar 2016 08:50:23 +0000"  >&lt;p&gt;Hi SaintLee. Do you also put your yang schemas to cache schema folder?&lt;/p&gt;</comment>
                            <comment id="39258" author="li.baosheng@h3c.com" created="Thu, 10 Mar 2016 03:32:37 +0000"  >&lt;p&gt;(In reply to Jakub Morvay from comment #1)&lt;br/&gt;
&amp;gt; Hi SaintLee. Do you also put your yang schemas to cache schema folder?&lt;/p&gt;

&lt;p&gt;yes,I think I do everythin right. Everything is fun when I use the Lithium version. I will push my change later,then let&apos;s see if it is appropriate.&lt;/p&gt;</comment>
                            <comment id="39259" author="jmorvay@cisco.com" created="Thu, 10 Mar 2016 12:39:06 +0000"  >&lt;p&gt;(In reply to SaintLee from comment #2)&lt;br/&gt;
&amp;gt; (In reply to Jakub Morvay from comment #1)&lt;br/&gt;
&amp;gt; &amp;gt; Hi SaintLee. Do you also put your yang schemas to cache schema folder?&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; yes,I think I do everythin right. Everything is fun when I use the Lithium&lt;br/&gt;
&amp;gt; version. I will push my change later,then let&apos;s see if it is appropriate.&lt;/p&gt;

&lt;p&gt;I tried it now on a master branch and everything looks working fine. I used netconf test tool with default parameters as a device.&lt;/p&gt;

&lt;p&gt;Here is my configuration data:&lt;br/&gt;
&amp;lt;ntopo:node xmlns:ntopo=&quot;urn:TBD:params:xml:ns:yang:network-topology&quot;&lt;br/&gt;
      xmlns:nctopo=&quot;urn:opendaylight:netconf-node-topology&quot;&amp;gt;&lt;br/&gt;
  &amp;lt;ntopo:node-id&amp;gt;testtool&amp;lt;/ntopo:node-id&amp;gt;&lt;br/&gt;
  &amp;lt;nctopo:host&amp;gt;127.0.0.1&amp;lt;/nctopo:host&amp;gt;&lt;br/&gt;
  &amp;lt;nctopo:port&amp;gt;17830&amp;lt;/nctopo:port&amp;gt;&lt;br/&gt;
  &amp;lt;nctopo:username&amp;gt;admin&amp;lt;/nctopo:username&amp;gt;&lt;br/&gt;
  &amp;lt;nctopo:password&amp;gt;admin&amp;lt;/nctopo:password&amp;gt;&lt;br/&gt;
  &amp;lt;nctopo:tcp-only&amp;gt;false&amp;lt;/nctopo:tcp-only&amp;gt;&lt;br/&gt;
  &amp;lt;nctopo:yang-module-capabilities&amp;gt;&lt;br/&gt;
  &amp;lt;nctopo:capability&amp;gt;&lt;br/&gt;
    urn:opendaylight:mdsal:mapping:test?module=test&amp;amp;revision=2015-02-26&lt;br/&gt;
  &amp;lt;/nctopo:capability&amp;gt;&lt;br/&gt;
&amp;lt;/nctopo:yang-module-capabilities&amp;gt;&lt;br/&gt;
&amp;lt;/ntopo:node&amp;gt;&lt;/p&gt;

&lt;p&gt;I also put relevant yang schema to karaf&apos;s cache/schema folder. Device connected successfully.&lt;/p&gt;

&lt;p&gt;What exactly is your scenario? &lt;/p&gt;

&lt;p&gt;Anyway, patches are always welcome. So, if you are working on this bug, you can also take it here in bugzilla (assign it to you).&lt;/p&gt;</comment>
                            <comment id="39260" author="adetalhouet" created="Tue, 26 Apr 2016 15:02:08 +0000"  >&lt;p&gt;SaintLee,&lt;/p&gt;

&lt;p&gt;Are you specifying the schema-cache-directory in your scenario?&lt;/p&gt;

&lt;p&gt;If so, there was a bug that is now fixed.&lt;br/&gt;
Else, please provide more information on how you do process to sideaload the schema as I tested it and it appears to work fine.&lt;/p&gt;

&lt;p&gt;Thanks&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>5470</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=5470]]></customfieldvalue>

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

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