> the distribution job fails because it > is trying to start both versions of the OpenFlow plugin
Yes. In that patch, SFC pulls in the *-li named features, but other projects are still pulling the non-li features, which leads to the port conflict in the deploy job. That is why the weather page [0] recommends using patch [1], which swaps the bundles within Openflowplugin project, while other projects still depend on non-li feature names. The downside is that you cannot easily prove that your project is ready just by running a verify job. You could use integration-multipatch-test-boron job, (possibly on Sandbox so that not all CSIT jobs are triggered) but that is not required at this point. Vratko. [0] https://wiki.opendaylight.org/view/Weather#Unmerged_Patch_for_projects_to_test_OpenFlow_Plugin_default_design_to_Lithium [1] https://git.opendaylight.org/gerrit/#/c/35892 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Brady Allen Johnson Sent: Tuesday, April 19, 2016 12:19 PM To: Matej Perina; Martin Sunal -X (msunal - PANTHEON TECHNOLOGIES at Cisco) Cc: [email protected]; [email protected]; Abhijit Kumbhare; [email protected] Subject: [release] Switching over to the Lithium OpenFlow Plugin We're ready to switch over to the Lithium OpenFlow plugin in the SFC project, but we're getting failures in the distribution job. Here is the patch in SFC, where you can see the link to the failing distribution job: https://git.opendaylight.org/gerrit/#/c/33106/ It appears that the distribution job fails because its trying to start both versions of the OpenFlow plugin. That's just a hypothesis that I wanted to confirm. Is ODL ready for projects to "officially" switch over to the Lithium OpenFlow plugin? If so, has anyone else seen this problem, and hopefully know how to solve the problem? Thanks, Brady _______________________________________________ release mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/release _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
