<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:35:48 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>[OVSDB-213] Inter-network East-west traffic does not work after a compute node is unstacked and re-stacked</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-213</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;The Inter-network East West traffic is not workingm after a compute node is unstacked and restacked.  The static Arp and L3 forwarding rules for inter-network east west traffic were not programmed after a unstack/restack for the  compute node. This was the reason for failure. &lt;/p&gt;

&lt;p&gt;Sample static Arp and L3 forwarding flows:&lt;/p&gt;

&lt;p&gt;cookie=0x0, duration=14333.017s, table=20, n_packets=1, n_bytes=42, priority=1024,arp,tun_id=0x413,arp_tpa=1.0.0.3 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:2f:11:a8&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163e2f11a8-&amp;gt;NXM_NX_ARP_SHA[],load:0x1000003-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;/p&gt;

&lt;p&gt;cookie=0x0, duration=14333.049s, table=70, n_packets=15, n_bytes=1910, priority=1024,ip,tun_id=0x413,nw_dst=1.0.0.3 actions=set_field:fa:16:3e:2f:11:a8-&amp;gt;eth_dst,goto_table:80&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21905">OVSDB-213</key>
            <summary>Inter-network East-west traffic does not work after a compute node is unstacked and re-stacked</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="jhershbe">Josh Hershberg</assignee>
                                    <reporter username="ravi_sabapathy@dell.com">Ravi Shankar S</reporter>
                        <labels>
                    </labels>
                <created>Sun, 4 Oct 2015 16:10:22 +0000</created>
                <updated>Tue, 29 May 2018 14:57:24 +0000</updated>
                            <resolved>Tue, 15 Mar 2016 13:41:43 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>openstack.net-virt</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="40991" author="flavio@flaviof.com" created="Tue, 13 Oct 2015 14:09:38 +0000"  >&lt;p&gt;can you give a little more info? My assumption is that when the node re-stacks&lt;br/&gt;
it will have all the mdsal flows re-programmed, so the cache in the ovsdb L3 netvirt is unaffected.&lt;/p&gt;

&lt;p&gt;Clearing the cache doe not do anything about the programmed flows, thus I think I may be missing something here and gerrit &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; is not addressing the bug.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;:  &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/27946/3/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/27946/3/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="40992" author="vasanthan_balasubram@dell.com" created="Wed, 3 Feb 2016 10:08:41 +0000"  >&lt;p&gt;Tested on: Bery-RC1,openstack(kilo)&lt;/p&gt;

&lt;p&gt;Steps to Reproduce:&lt;br/&gt;
===================&lt;br/&gt;
1.Stacked the Openstack Controller &amp;amp; compute node1,node2&lt;br/&gt;
2.Created 2 networks and spawn vm&apos;s on each compute node(s)/networks.&lt;br/&gt;
3.Associated the one Floating IP address on atleast one VM/networks (across compute node1,node2&lt;br/&gt;
4.East-West traffic(across compute node),North-South traffic(across compute node) working fine.&lt;br/&gt;
5.Unstack the compute node-2 and restack&lt;br/&gt;
6.Spawn VM-x on compute node-2 and associated floating IP address.&lt;br/&gt;
7.VM-x unable to reach  VM on compute node-1(i.e created on step 3) using local ip address (i.e east-west traffic not reachable).However its reachable via Floating IP of VM-x to VM on compute node-1.&lt;/p&gt;

&lt;p&gt;Workaround:&lt;br/&gt;
=============&lt;br/&gt;
If we reboot VM&apos;s (on compute node-1),then VM-x (on restacked compute node-2) manage to reach both local IP address (east-west) as well as floating ip address (north-south).&lt;/p&gt;

&lt;p&gt;Openflow table entries captures on both compute node before &amp;amp; after reboot of VM.&lt;/p&gt;

&lt;p&gt;Here: 3.3.3.5 (compute node-1 VM&apos;s local IP),201.1.1.5 is floating IP address.&lt;/p&gt;

&lt;p&gt;Before reboot:&lt;br/&gt;
============&lt;br/&gt;
openflow@os-compute1:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;3.3.3.5&quot;&lt;br/&gt;
 cookie=0x0, duration=546.107s, table=20, n_packets=0, n_bytes=0, priority=1024,arp,tun_id=0x446,arp_tpa=3.3.3.5,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:c9:60:51&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163ec96051-&amp;gt;NXM_NX_ARP_SHA[],load:0x3030305-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=529.757s, table=30, n_packets=105, n_bytes=11706, priority=1024,ip,in_port=2,nw_dst=201.1.1.5 actions=set_field:3.3.3.5-&amp;gt;ip_dst,load:0x446-&amp;gt;NXM_NX_REG3[],goto_table:40&lt;br/&gt;
 cookie=0x0, duration=546.107s, table=40, n_packets=132, n_bytes=14900, priority=36001,ip,in_port=1,dl_src=fa:16:3e:c9:60:51,nw_src=3.3.3.5 actions=goto_table:50&lt;br/&gt;
 cookie=0x0, duration=551.677s, table=70, n_packets=110, n_bytes=12728, priority=1024,ip,tun_id=0x446,nw_dst=3.3.3.5 actions=set_field:fa:16:3e:c9:60:51-&amp;gt;eth_dst,goto_table:80&lt;br/&gt;
 cookie=0x0, duration=529.718s, table=100, n_packets=109, n_bytes=12698, priority=512,ip,tun_id=0x446,dl_dst=fa:16:3e:05:a1:e8,nw_src=3.3.3.5 actions=set_field:fa:16:3e:79:94:9d-&amp;gt;eth_src,dec_ttl,set_field:00:01:e8:00:ee:ee-&amp;gt;eth_dst,set_field:201.1.1.5-&amp;gt;ip_src,output:2&lt;/p&gt;


&lt;p&gt;openflow@os-compute1:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;201.1.1.5&quot;&lt;br/&gt;
 cookie=0x0, duration=613.934s, table=20, n_packets=1, n_bytes=60, priority=1024,arp,in_port=2,arp_tpa=201.1.1.5,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:79:94:9d&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163e79949d-&amp;gt;NXM_NX_ARP_SHA[],load:0xc9010105-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=613.903s, table=30, n_packets=105, n_bytes=11706, priority=1024,ip,in_port=2,nw_dst=201.1.1.5 actions=set_field:3.3.3.5-&amp;gt;ip_dst,load:0x446-&amp;gt;NXM_NX_REG3[],goto_table:40&lt;br/&gt;
 cookie=0x0, duration=613.864s, table=100, n_packets=109, n_bytes=12698, priority=512,ip,tun_id=0x446,dl_dst=fa:16:3e:05:a1:e8,nw_src=3.3.3.5 actions=set_field:fa:16:3e:79:94:9d-&amp;gt;eth_src,dec_ttl,set_field:00:01:e8:00:ee:ee-&amp;gt;eth_dst,set_field:201.1.1.5-&amp;gt;ip_src,output:2&lt;/p&gt;

&lt;p&gt;==========================&lt;/p&gt;

&lt;p&gt;openflow@os-controller:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;3.3.3.5&quot;&lt;br/&gt;
 cookie=0x0, duration=564.976s, table=20, n_packets=2, n_bytes=84, priority=1024,arp,tun_id=0x446,arp_tpa=3.3.3.5,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:c9:60:51&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163ec96051-&amp;gt;NXM_NX_ARP_SHA[],load:0x3030305-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=565.007s, table=70, n_packets=5, n_bytes=1022, priority=1024,ip,tun_id=0x446,nw_dst=3.3.3.5 actions=set_field:fa:16:3e:c9:60:51-&amp;gt;eth_dst,goto_table:80&lt;/p&gt;

&lt;p&gt;openflow@os-controller:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;201.1.1.3&quot; &lt;br/&gt;
 cookie=0x0, duration=3999.766s, table=20, n_packets=1, n_bytes=60, priority=1024,arp,in_port=2,arp_tpa=201.1.1.3,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:55:14:9a&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163e55149a-&amp;gt;NXM_NX_ARP_SHA[],load:0xc9010103-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=3999.684s, table=30, n_packets=113, n_bytes=13062, priority=1024,ip,in_port=2,nw_dst=201.1.1.3 actions=set_field:3.3.3.4-&amp;gt;ip_dst,load:0x446-&amp;gt;NXM_NX_REG3[],goto_table:40&lt;br/&gt;
 cookie=0x0, duration=3999.679s, table=100, n_packets=108, n_bytes=12000, priority=512,ip,tun_id=0x446,dl_dst=fa:16:3e:05:a1:e8,nw_src=3.3.3.4 actions=set_field:fa:16:3e:55:14:9a-&amp;gt;eth_src,dec_ttl,set_field:00:01:e8:00:ee:ee-&amp;gt;eth_dst,set_field:201.1.1.3-&amp;gt;ip_src,output:2&lt;br/&gt;
openflow@os-controller:~/kilo/devstack$ &lt;/p&gt;

&lt;p&gt;================================================================================&lt;/p&gt;

&lt;p&gt;After reboot&lt;br/&gt;
=============&lt;/p&gt;

&lt;p&gt;openflow@os-compute1:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;201.1.1.5&quot;&lt;br/&gt;
 cookie=0x0, duration=694.066s, table=20, n_packets=1, n_bytes=60, priority=1024,arp,in_port=2,arp_tpa=201.1.1.5,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:79:94:9d&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163e79949d-&amp;gt;NXM_NX_ARP_SHA[],load:0xc9010105-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=694.035s, table=30, n_packets=105, n_bytes=11706, priority=1024,ip,in_port=2,nw_dst=201.1.1.5 actions=set_field:3.3.3.5-&amp;gt;ip_dst,load:0x446-&amp;gt;NXM_NX_REG3[],goto_table:40&lt;br/&gt;
 cookie=0x0, duration=693.996s, table=100, n_packets=109, n_bytes=12698, priority=512,ip,tun_id=0x446,dl_dst=fa:16:3e:05:a1:e8,nw_src=3.3.3.5 actions=set_field:fa:16:3e:79:94:9d-&amp;gt;eth_src,dec_ttl,set_field:00:01:e8:00:ee:ee-&amp;gt;eth_dst,set_field:201.1.1.5-&amp;gt;ip_src,output:2&lt;/p&gt;

&lt;p&gt;openflow@os-compute1:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;3.3.3.5&quot;&lt;br/&gt;
 cookie=0x0, duration=711.907s, table=20, n_packets=0, n_bytes=0, priority=1024,arp,tun_id=0x446,arp_tpa=3.3.3.5,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:c9:60:51&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163ec96051-&amp;gt;NXM_NX_ARP_SHA[],load:0x3030305-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=695.557s, table=30, n_packets=105, n_bytes=11706, priority=1024,ip,in_port=2,nw_dst=201.1.1.5 actions=set_field:3.3.3.5-&amp;gt;ip_dst,load:0x446-&amp;gt;NXM_NX_REG3[],goto_table:40&lt;br/&gt;
 cookie=0x0, duration=711.907s, table=40, n_packets=132, n_bytes=14900, priority=36001,ip,in_port=1,dl_src=fa:16:3e:c9:60:51,nw_src=3.3.3.5 actions=goto_table:50&lt;br/&gt;
 cookie=0x0, duration=717.477s, table=70, n_packets=110, n_bytes=12728, priority=1024,ip,tun_id=0x446,nw_dst=3.3.3.5 actions=set_field:fa:16:3e:c9:60:51-&amp;gt;eth_dst,goto_table:80&lt;br/&gt;
 cookie=0x0, duration=695.518s, table=100, n_packets=109, n_bytes=12698, priority=512,ip,tun_id=0x446,dl_dst=fa:16:3e:05:a1:e8,nw_src=3.3.3.5 actions=set_field:fa:16:3e:79:94:9d-&amp;gt;eth_src,dec_ttl,set_field:00:01:e8:00:ee:ee-&amp;gt;eth_dst,set_field:201.1.1.5-&amp;gt;ip_src,output:2&lt;/p&gt;

&lt;p&gt;==================&lt;br/&gt;
openflow@os-controller:~/kilo/devstack$ sudo ovs-ofctl &lt;del&gt;O openflow13 dump-flows br-int | grep &quot;201.1.1.3&quot; cookie=0x0, duration=4078.356s, table=20, n_packets=1, n_bytes=60, priority=1024,arp,in_port=2,arp_tpa=201.1.1.3,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;/del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:55:14:9a-&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163e55149a-&amp;gt;NXM_NX_ARP_SHA[],load:0xc9010103-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=4078.274s, table=30, n_packets=113, n_bytes=13062, priority=1024,ip,in_port=2,nw_dst=201.1.1.3 actions=set_field:3.3.3.4-&amp;gt;ip_dst,load:0x446-&amp;gt;NXM_NX_REG3[],goto_table:40&lt;br/&gt;
 cookie=0x0, duration=4078.269s, table=100, n_packets=108, n_bytes=12000, priority=512,ip,tun_id=0x446,dl_dst=fa:16:3e:05:a1:e8,nw_src=3.3.3.4 actions=set_field:fa:16:3e:55:14:9a-&amp;gt;eth_src,dec_ttl,set_field:00:01:e8:00:ee:ee-&amp;gt;eth_dst,set_field:201.1.1.3-&amp;gt;ip_src,output:2&lt;br/&gt;
openflow@os-controller:~/kilo/devstack$ sudo ovs-ofctl -O openflow13 dump-flows br-int | grep &quot;3.3.3.5&quot;&lt;br/&gt;
 cookie=0x0, duration=688.149s, table=20, n_packets=2, n_bytes=84, priority=1024,arp,tun_id=0x446,arp_tpa=3.3.3.5,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:c9:60:51&lt;/del&gt;&amp;gt;eth_src,load:0x2-&amp;gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]&lt;del&gt;&amp;gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]&lt;/del&gt;&amp;gt;NXM_OF_ARP_TPA[],load:0xfa163ec96051-&amp;gt;NXM_NX_ARP_SHA[],load:0x3030305-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=688.180s, table=70, n_packets=5, n_bytes=1022, priority=1024,ip,tun_id=0x446,nw_dst=3.3.3.5 actions=set_field:fa:16:3e:c9:60:51-&amp;gt;eth_dst,goto_table:80&lt;/p&gt;</comment>
                            <comment id="40993" author="shague@redhat.com" created="Tue, 15 Mar 2016 13:41:43 +0000"  >&lt;p&gt;master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/36067/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/36067/&lt;/a&gt;&lt;br/&gt;
be: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/36164/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/36164/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="21907">OVSDB-215</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4408</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=4408]]></customfieldvalue>

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

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

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

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