On Fri, Sep 01, 2017 at 11:26:55PM -0400, Sam Hague <[email protected]> wrote:
> On Fri, Sep 1, 2017 at 9:28 PM, Isaku Yamahata <[email protected] > > wrote: > > > By loading odl-netvirt-openstack later, the issue can be worked around. > > How does ODL CSIT load odl-netvirt-openstack? > > > Isaku, > > it is just included in the featuresBoot in the features.cfg file and karaf > started. Is the issue maybe that ODL hasn't fully started when the test is > ran or maybe devstack or something is still loading and hasn;t upgraded ovs? Thanks for reply. With a patch to wait for the feature to be installed by "feature:list -i | grep odl-netvirt-openstack", I got same issue. [1] As shown in [2], feature:list -i shows two installed odl-openflowplugin-nxm-extensions features. Is it okay or does it indicate something wrong? BTW, the log level should be ERROR instead of WARN, shouldn't it? It's quite hard to find out that real flows in OF bridge is different from ones in yang model of openflow plugin. [1] https://review.openstack.org/#/c/501030/ http://logs.openstack.org/30/501030/2/check/gate-dsvm-networking-odl-fullstack-carbon-snapshot/a2564f8/logs/screen-karaf.txt 2017-09-05 23:24:22,484 | WARN | entLoopGroup-7-1 | ActionUtil | 323 - org.opendaylight.openflowplugin.impl - 0.4.2.SNAPSHOT | Serializer for action interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nodes.node.table.flow.instructions.instruction.instruction.apply.actions._case.apply.actions.action.action.NxActionResubmitNodesNodeTableFlowApplyActionsCase for version 4 not found. [2] 2017-09-05 23:24:26.895045 | 2017-09-05 23:24:26.894 | odl-openflowplugin-nxm-extensions | 0.4.2-SNAPSHOT | x | openflowplugin-extension-0.4.2-SNAPSHOT | OpenDaylight :: Openflow Plugin :: Nicira Extensio 2017-09-05 23:24:26.896275 | 2017-09-05 23:24:26.896 | odl-openflowplugin-nxm-extensions | 0.4.2-SNAPSHOT | x | openflowplugin-extension-0.4.2-SNAPSHOT | OpenDaylight :: Openflow Plugin :: Nicira Extensio -- Isaku Yamahata <[email protected]> _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
