<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:14:02 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>[BGPCEP-757] Unable to update pcep_topology settings</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-757</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;On the latest karaf bundle since february 6th probably due to one of the controller updates I am unable to change pcep_topology settings. Recreate the problem with:&lt;/p&gt;

&lt;p&gt;dw latest karaf bundle with:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
#!/bin/bash

curl https:&lt;span class=&quot;code-comment&quot;&gt;//nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/karaf/0.8.0-SNAPSHOT/maven-metadata.xml &amp;gt; maven-metadata.xml
&lt;/span&gt;
EXT=`awk -vRS=&lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;/value&amp;gt;&quot;&lt;/span&gt; &lt;span class=&quot;code-quote&quot;&gt;&apos;{gsub(/.*&amp;lt;value.*&amp;gt;/,&quot;&quot;);print}&apos;&lt;/span&gt; maven-metadata.xml | sed -n 1p`
EXT=${EXT%$&lt;span class=&quot;code-quote&quot;&gt;&apos;\n&apos;&lt;/span&gt;}
wget https:&lt;span class=&quot;code-comment&quot;&gt;//nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/karaf/0.8.0-SNAPSHOT/karaf-$EXT.zip
&lt;/span&gt;rm maven-metadata.xml
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;And newest pccmock from&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
https:&lt;span class=&quot;code-comment&quot;&gt;//nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/bgpcep/pcep-pcc-mock/0.9.0-SNAPSHOT/pcep-pcc-mock-0.9.0-20180211.202021-144-executable.jar&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Install&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
feature:install odl-restconf
feature:install odl-bgpcep-pcep
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Run GET&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
http:&lt;span class=&quot;code-comment&quot;&gt;//127.0.0.1:8181/restconf/operational/network-topology:network-topology/topology/pcep-topology&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;to make sure pcep-topology is running&lt;/p&gt;

&lt;p&gt;Run PUT&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:8181/restconf/config/network-topology:network-topology/topology/pcep-topology/node/127.0.0.2&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;with xml body&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&amp;lt;node xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:TBD:params:xml:ns:yang:network-topology&quot;&lt;/span&gt;&amp;gt;
	&amp;lt;node-id&amp;gt;127.0.0.2&amp;lt;/node-id&amp;gt;
	&amp;lt;session-config xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:params:xml:ns:yang:topology:pcep:config&quot;&lt;/span&gt;&amp;gt;
		&amp;lt;password&amp;gt;newtopsecret&amp;lt;/password&amp;gt;
	&amp;lt;/session-config&amp;gt;
&amp;lt;/node&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;At this point it should already be not working.&lt;br/&gt;
 We can check it with pccmock which we start from directory with pccmock with&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
/usr/lib/jvm/java-8-openjdk-amd64/bin/java -jar pcep-pcc-mock*-executable.jar --password newtopsecret --reconnect 5 --local-address 127.0.0.2 --remote-address 127.0.0.1 2&amp;gt;&amp;amp;1 | tee pccmock.log
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and than do the GET on pcep_topology, and it should not be empty.&lt;/p&gt;

&lt;p&gt;I add logs with TRACE controller and INFO on the rest from Oxygen and Nitrogen where it works. (As trace on protocol and bgpcep, didn&apos;t produce anything new)&lt;/p&gt;</description>
                <environment></environment>
        <key id="29182">BGPCEP-757</key>
            <summary>Unable to update pcep_topology settings</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="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="cdgasparini">Claudio David Gasparini</assignee>
                                    <reporter username="tomas.markovic">Tomas Markovic</reporter>
                        <labels>
                    </labels>
                <created>Tue, 13 Feb 2018 13:28:49 +0000</created>
                <updated>Mon, 19 Mar 2018 09:08:28 +0000</updated>
                            <resolved>Wed, 14 Feb 2018 11:34:02 +0000</resolved>
                                                    <fixVersion>Oxygen</fixVersion>
                                    <component>PCEP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="61056" author="cdgasparini" created="Wed, 14 Feb 2018 10:21:49 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/q/topic:BGPCEP-757+(status:open+OR+status:merged&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/q/topic:BGPCEP-757+(status:open+OR+status:merged&lt;/a&gt;)&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14402" name="nitrogen.log" size="131171" author="tomas.markovic" created="Tue, 13 Feb 2018 13:28:11 +0000"/>
                            <attachment id="14401" name="oxygen.log" size="106055" author="tomas.markovic" created="Tue, 13 Feb 2018 13:28:11 +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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03a6n:</customfieldvalue>

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