<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:35:57 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-269] Beryllium RC0: Data did not pass validation</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-269</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I tried deploy OpenStack Liberty together with OpenDaylight Beryllium RC0 &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; and networking_odl from stable/liberty branch.&lt;br/&gt;
I use one controller and compute.&lt;br/&gt;
I tried create two networks&lt;br/&gt;
 internal: 192.168.111.0/24 vxlan segmentation&lt;br/&gt;
 public: 172.16.0.0/24 flat&lt;/p&gt;

&lt;p&gt;Required flows are not created:&lt;/p&gt;


&lt;p&gt;compute:&lt;br/&gt;
root@node-10:~# ovs-vsctl show&lt;br/&gt;
c8a6eb41-4778-4598-91b2-55cc3decd00e&lt;br/&gt;
    Manager &quot;tcp:192.168.0.4:6640&quot;&lt;br/&gt;
        is_connected: true&lt;br/&gt;
    Bridge br-int&lt;br/&gt;
        Controller &quot;tcp:192.168.0.4:6653&quot;&lt;br/&gt;
            is_connected: true&lt;br/&gt;
        fail_mode: secure&lt;br/&gt;
        Port &quot;tap28438535-61&quot;&lt;br/&gt;
            Interface &quot;tap28438535-61&quot;&lt;br/&gt;
        Port &quot;vxlan-192.168.2.2&quot;&lt;br/&gt;
            Interface &quot;vxlan-192.168.2.2&quot;&lt;br/&gt;
                type: vxlan&lt;br/&gt;
                options: &lt;/p&gt;
{key=flow, local_ip=&quot;192.168.2.1&quot;, remote_ip=&quot;192.168.2.2&quot;}
&lt;p&gt;        Port patch-ext&lt;br/&gt;
            Interface patch-ext&lt;br/&gt;
                type: patch&lt;br/&gt;
                options: &lt;/p&gt;
{peer=patch-int}&lt;br/&gt;
        Port br-int&lt;br/&gt;
            Interface br-int&lt;br/&gt;
                type: internal&lt;br/&gt;
    Bridge br-ex&lt;br/&gt;
        Controller &quot;tcp:192.168.0.4:6653&quot;&lt;br/&gt;
            is_connected: true&lt;br/&gt;
        fail_mode: secure&lt;br/&gt;
        Port patch-int&lt;br/&gt;
            Interface patch-int&lt;br/&gt;
                type: patch&lt;br/&gt;
                options: {peer=patch-ext}&lt;br/&gt;
        Port &quot;p_aec4d661-0&quot;&lt;br/&gt;
            Interface &quot;p_aec4d661-0&quot;&lt;br/&gt;
                type: internal&lt;br/&gt;
        Port br-ex&lt;br/&gt;
            Interface br-ex&lt;br/&gt;
                type: internal&lt;br/&gt;
    ovs_version: &quot;2.3.1&quot;&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
p_aec4d661-0 - it is port created by me which connect ovs bridge with linux bridge where network interface from public network is assigned&lt;br/&gt;
&lt;br/&gt;
root@node-10:~# ovs-ofctl -O OpenFlow13 dump-flows br-int&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
 cookie=0x0, duration=1318.816s, table=20, n_packets=0, n_bytes=0, priority=1024,arp,tun_id=0x2,arp_tpa=192.168.111.3,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:bd:8d:23&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:0xfa163ebd8d23-&amp;gt;NXM_NX_ARP_SHA[],load:0xc0a86f03-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;br/&gt;
 cookie=0x0, duration=1319.415s, table=40, n_packets=0, n_bytes=0, priority=61010,arp,arp_sha=fa:16:3e:bd:8d:23 actions=goto_table:50&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
controller:&lt;br/&gt;
root@node-8:~# ovs-vsctl show&lt;br/&gt;
9401fbd9-6941-4047-bbbe-d148d1c84cda&lt;br/&gt;
    Manager &quot;tcp:192.168.0.4:6640&quot;&lt;br/&gt;
        is_connected: true&lt;br/&gt;
    Bridge br-int&lt;br/&gt;
        Controller &quot;tcp:192.168.0.4:6653&quot;&lt;br/&gt;
            is_connected: true&lt;br/&gt;
        fail_mode: secure&lt;br/&gt;
        Port br-int&lt;br/&gt;
            Interface br-int&lt;br/&gt;
                type: internal&lt;br/&gt;
        Port &quot;tap272e5977-51&quot;&lt;br/&gt;
            Interface &quot;tap272e5977-51&quot;&lt;br/&gt;
                type: internal&lt;br/&gt;
        Port patch-ext&lt;br/&gt;
            Interface patch-ext&lt;br/&gt;
                type: patch&lt;br/&gt;
                options: {peer=patch-int}
&lt;p&gt;        Port &quot;vxlan-192.168.2.1&quot;&lt;br/&gt;
            Interface &quot;vxlan-192.168.2.1&quot;&lt;br/&gt;
                type: vxlan&lt;br/&gt;
                options: &lt;/p&gt;
{key=flow, local_ip=&quot;192.168.2.2&quot;, remote_ip=&quot;192.168.2.1&quot;}
&lt;p&gt;    Bridge br-ex&lt;br/&gt;
        Controller &quot;tcp:192.168.0.4:6653&quot;&lt;br/&gt;
            is_connected: true&lt;br/&gt;
        fail_mode: secure&lt;br/&gt;
        Port &quot;p_aec4d661-0&quot;&lt;br/&gt;
            Interface &quot;p_aec4d661-0&quot;&lt;br/&gt;
                type: internal&lt;br/&gt;
        Port patch-int&lt;br/&gt;
            Interface patch-int&lt;br/&gt;
                type: patch&lt;br/&gt;
                options: &lt;/p&gt;
{peer=patch-ext}
&lt;p&gt;        Port br-ex&lt;br/&gt;
            Interface br-ex&lt;br/&gt;
                type: internal&lt;br/&gt;
    ovs_version: &quot;2.3.1&quot;&lt;/p&gt;

&lt;p&gt;root@node-8:~# ovs-ofctl -O OpenFlow13 dump-flows br-int&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):&lt;br/&gt;
 cookie=0x0, duration=2349.394s, table=0, n_packets=3425, n_bytes=209442, priority=0 actions=goto_table:20&lt;br/&gt;
 cookie=0x0, duration=2349.396s, table=0, n_packets=700, n_bytes=79100, dl_type=0x88cc actions=CONTROLLER:65535&lt;br/&gt;
 cookie=0x0, duration=1213.834s, table=20, n_packets=0, n_bytes=0, priority=1024,arp,tun_id=0x2,arp_tpa=192.168.111.3,arp_op=1 actions=move:NXM_OF_ETH_SRC[]&lt;del&gt;&amp;gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:bd:8d:23&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:0xfa163ebd8d23-&amp;gt;NXM_NX_ARP_SHA[],load:0xc0a86f03-&amp;gt;NXM_OF_ARP_SPA[],IN_PORT&lt;/p&gt;


&lt;p&gt;After vm is created it doesn&apos;t get address from dhcp, because of missing flows.&lt;/p&gt;

&lt;p&gt;Recently I deployed environments with this snapshot version &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; and doesn&apos;t observe any errors. &lt;br/&gt;
I&apos;m using this set of features: config,standard,region,package,kar,ssh,management,odl-ovsdb-openstack,odl-restconf-all,odl-aaa-authn,odl-dlux-all&lt;br/&gt;
Also ovsdb.l3.fwd.enabled is set to yes.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Michal&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://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium-RC0/distribution-karaf-0.4.0-Beryllium-RC0.tar.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium-RC0/distribution-karaf-0.4.0-Beryllium-RC0.tar.gz&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.4.0-SNAPSHOT/distribution-karaf-0.4.0-20160118.091622-3555.tar.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.4.0-SNAPSHOT/distribution-karaf-0.4.0-20160118.091622-3555.tar.gz&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21961">OVSDB-269</key>
            <summary>Beryllium RC0: Data did not pass validation</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="10002">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="michal@skalski.org">Michal Skalski</reporter>
                        <labels>
                    </labels>
                <created>Fri, 22 Jan 2016 16:04:50 +0000</created>
                <updated>Thu, 19 Oct 2017 21:26:37 +0000</updated>
                            <resolved>Mon, 25 Jan 2016 15:09:36 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>openstack.net-virt-providers</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="41191" author="michal@skalski.org" created="Fri, 22 Jan 2016 16:17:19 +0000"  >&lt;p&gt;Attachment file_5056.txt has been added with description: OpenDaylight log files&lt;/p&gt;</comment>
                            <comment id="41190" author="michal@skalski.org" created="Fri, 22 Jan 2016 16:18:28 +0000"  >&lt;p&gt;Logs can be found here:&lt;br/&gt;
&lt;a href=&quot;https://gist.githubusercontent.com/michalskalski/38b673f9a2cc45be76d9/raw/80fd8f6c142751b50a0a5cc1b45fcb8548059b29/part1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.githubusercontent.com/michalskalski/38b673f9a2cc45be76d9/raw/80fd8f6c142751b50a0a5cc1b45fcb8548059b29/part1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gist.githubusercontent.com/michalskalski/38b673f9a2cc45be76d9/raw/80fd8f6c142751b50a0a5cc1b45fcb8548059b29/part2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.githubusercontent.com/michalskalski/38b673f9a2cc45be76d9/raw/80fd8f6c142751b50a0a5cc1b45fcb8548059b29/part2&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="21963">OVSDB-271</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="12840" name="file_5056.txt" size="242" author="michal@skalski.org" created="Fri, 22 Jan 2016 16:17:19 +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>5056</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=5056]]></customfieldvalue>

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

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