<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14:04 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-60] available capabilities are not updated after sideload</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-60</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;tested on &lt;a href=&quot;https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.3.0-Lithium/distribution-karaf-0.3.0-Lithium.zip&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.3.0-Lithium/distribution-karaf-0.3.0-Lithium.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;when some schema is sideloaded (successfully) then available-capabilities on device is not updated with this schema. &lt;/p&gt;

&lt;p&gt;i used this schema saved to cache/schema folder as test@2014-10-17.yang:&lt;br/&gt;
module test {&lt;br/&gt;
    yang-version 1;&lt;br/&gt;
    namespace &quot;urn:opendaylight:test&quot;;&lt;br/&gt;
    prefix &quot;tt&quot;;&lt;/p&gt;

&lt;p&gt;    revision &quot;2014-10-17&quot;;&lt;/p&gt;


&lt;p&gt;   container cont {&lt;/p&gt;

&lt;p&gt;        leaf l &lt;/p&gt;
{
            type string;
        }
&lt;p&gt;   }&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;testtool is used for simulating device with command:&lt;br/&gt;
java -Dorg.apache.sshd.registerBouncyCastle=false -Xmx1G -XX:MaxPermSize=256M -jar /tmp/netconf-testtool/netconf-testtool-0.3.0-SNAPSHOT-executable.jar --ssh true --generate-configs-batch-size 1000 --exi false --generate-config-connection-timeout 10000000 --generate-config-address 127.0.0.1 --device-count 2 --starting-port 17830 --debug false &lt;/p&gt;


&lt;p&gt;send put request to &lt;a href=&quot;http://127.0.0.1:8181/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount/config:modules/module/odl-sal-netconf-connector-cfg:sal-netconf-connector/controller-config_test&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8181/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount/config:modules/module/odl-sal-netconf-connector-cfg:sal-netconf-connector/controller-config_test&lt;/a&gt; with payload:&lt;br/&gt;
&amp;lt;module xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:config&quot;&amp;gt;&lt;br/&gt;
          &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;prefix:sal-netconf-connector&amp;lt;/type&amp;gt;&lt;br/&gt;
          &amp;lt;name&amp;gt;controller-config_test&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;address xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;127.0.0.1&amp;lt;/address&amp;gt;&lt;br/&gt;
          &amp;lt;port xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;17830&amp;lt;/port&amp;gt;&lt;br/&gt;
          &amp;lt;username xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;cisco&amp;lt;/username&amp;gt;&lt;br/&gt;
          &amp;lt;password xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;cisco&amp;lt;/password&amp;gt;&lt;br/&gt;
          &amp;lt;tcp-only xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;false&amp;lt;/tcp-only&amp;gt;&lt;br/&gt;
          &amp;lt;event-executor xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:netty&quot;&amp;gt;prefix:netty-event-executor&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;global-event-executor&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/event-executor&amp;gt;&lt;br/&gt;
          &amp;lt;binding-registry xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding&quot;&amp;gt;prefix:binding-broker-osgi-registry&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;binding-osgi-broker&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/binding-registry&amp;gt;&lt;br/&gt;
          &amp;lt;dom-registry xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom&quot;&amp;gt;prefix:dom-broker-osgi-registry&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;dom-broker&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/dom-registry&amp;gt;&lt;br/&gt;
          &amp;lt;client-dispatcher xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:config:netconf&quot;&amp;gt;prefix:netconf-client-dispatcher&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;global-netconf-dispatcher&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/client-dispatcher&amp;gt;&lt;br/&gt;
          &amp;lt;processing-executor xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:threadpool&quot;&amp;gt;prefix:threadpool&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;global-netconf-processing-executor&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/processing-executor&amp;gt;&lt;br/&gt;
          &amp;lt;yang-module-capabilities xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
  	    &amp;lt;capability xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
	      urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&amp;amp;revision=2010-10-04&lt;br/&gt;
            &amp;lt;/capability&amp;gt;&lt;br/&gt;
  	    &amp;lt;capability xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
              urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&amp;amp;revision=2010-09-24&lt;br/&gt;
            &amp;lt;/capability&amp;gt;&lt;br/&gt;
            &amp;lt;capability xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
	      urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&amp;amp;revision=2010-09-24&lt;br/&gt;
            &amp;lt;/capability&amp;gt;&lt;br/&gt;
            &amp;lt;capability xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
	      urn:opendaylight:test?module=test&amp;amp;revision=2014-10-17&lt;br/&gt;
            &amp;lt;/capability&amp;gt;            &lt;br/&gt;
          &amp;lt;/yang-module-capabilities&amp;gt;&lt;br/&gt;
        &amp;lt;/module&amp;gt;&lt;/p&gt;

&lt;p&gt;check capabilities on device: get to &lt;a href=&quot;http://127.0.0.1:8181/restconf/operational/network-topology:network-topology/topology/topology-netconf/node/controller-config_test&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8181/restconf/operational/network-topology:network-topology/topology/topology-netconf/node/controller-config_test&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;sideloaded schema is not listed in response, but shcema was loaded, because i was able to post and read some data using this scheme&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21073">NETCONF-60</key>
            <summary>available capabilities are not updated after sideload</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="jmorvay@cisco.com">Jakub Morvay</assignee>
                                    <reporter username="amarcine@cisco.com">Andrej Marcinek</reporter>
                        <labels>
                    </labels>
                <created>Wed, 12 Aug 2015 14:16:30 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:13 +0000</updated>
                            <resolved>Tue, 6 Jun 2017 07:49:44 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="38923" author="amarcine@cisco.com" created="Wed, 12 Aug 2015 14:16:30 +0000"  >&lt;p&gt;Attachment karaf.log has been added with description: karaf log&lt;/p&gt;</comment>
                            <comment id="38922" author="jmorvay@cisco.com" created="Mon, 11 Jan 2016 15:55:56 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/32068/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/32068/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12642" name="karaf.log" size="99862" author="amarcine@cisco.com" created="Wed, 12 Aug 2015 14:16:30 +0000"/>
                    </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>4129</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=4129]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10352"><![CDATA[Beryllium-RC0]]></customfieldvalue>

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

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