<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:01:00 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>[GBP-51] Ensure SFC Yang models are complete such that SF can leverage them to modify metadata</title>
                <link>https://jira.opendaylight.org/browse/GBP-51</link>
                <project id="10127" key="GBP">groupbasedpolicy</project>
                    <description>&lt;p&gt;This is a check of the yang. not an implementation of this functionality.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="28357">GBP-51</key>
            <summary>Ensure SFC Yang models are complete such that SF can leverage them to modify metadata</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="10001">Won&apos;t Do</resolution>
                                        <assignee username="tbachman@yahoo.com">Thomas Bachman</assignee>
                                    <reporter username="alagalah">Keith Burns</reporter>
                        <labels>
                    </labels>
                <created>Wed, 20 May 2015 15:53:44 +0000</created>
                <updated>Mon, 15 Jun 2015 04:35:05 +0000</updated>
                            <resolved>Mon, 15 Jun 2015 04:35:05 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due>Wed, 27 May 2015 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="59438" author="tbachman@yahoo.com" created="Wed, 27 May 2015 10:43:03 +0000"  >&lt;p&gt;Thanks to Andrej Kincel who pointed me to the right place in the code. The service-function.yang model has a separate container/list for Service Function state:&lt;/p&gt;

&lt;p&gt;  container service-functions-state {&lt;br/&gt;
    description&lt;br/&gt;
      &quot;This container hold operational state for all service&lt;br/&gt;
       functions&quot;;&lt;br/&gt;
    config false;&lt;br/&gt;
    list service-function-state {&lt;br/&gt;
      description&lt;br/&gt;
        &quot;This list holds operational data for all service functions&lt;br/&gt;
         in the domain&quot;;&lt;br/&gt;
      key &quot;name&quot;;&lt;br/&gt;
      leaf name &lt;/p&gt;
{
        type string;
        description
          &quot;the name of the service function&quot;;
      }
&lt;p&gt;      uses sfc-ss:service-statistics-group &lt;/p&gt;
{
        description &quot;Global Service Function statistics&quot;;
      }
&lt;p&gt;      list sf-service-path {&lt;br/&gt;
        key &quot;name&quot;;&lt;br/&gt;
        leaf name &lt;/p&gt;
{
          type string;
          description
            &quot;The name of the Service Path&quot;;
        }
&lt;p&gt;etc.&lt;/p&gt;

&lt;p&gt;The code updates the sf-service-path in the operational data store using the RSP name. The RSP contains:&lt;/p&gt;

&lt;p&gt;    list rendered-service-path {&lt;br/&gt;
      description&lt;br/&gt;
        &quot;A list that holds operational data for all RSPs in the&lt;br/&gt;
         domain&quot;;&lt;br/&gt;
      key &quot;name&quot;;&lt;br/&gt;
      leaf name &lt;/p&gt;
{
        type string;
        description
          &quot;The name of this rendered function path. This is the same
           name as the associated SFP&quot;;
      }
&lt;p&gt;....&lt;br/&gt;
      leaf context-metadata &lt;/p&gt;
{
        type sfc-md:context-metadata-ref;
        description
          &quot;The name of the associated context metadata&quot;;
      }
&lt;p&gt;      leaf variable-metadata &lt;/p&gt;
{
        type sfc-md:variable-metadata-ref;
        description
          &quot;The name of the associated variable metadata&quot;;
      }

&lt;p&gt;It&apos;s not ideal, as the state is kept in a separate list, rather than contained within the SF itself. In short, it means that the SF has to look it&apos;s own name up in the service-function-state list, get the service-path name, and then look up the rendered-service-path by name to get the metadata fields.&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>3307</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=3307]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10301"><![CDATA[Normal]]></customfieldvalue>

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

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