https://git.opendaylight.org/gerrit/#/c/42117/ should fix it. The 42-openflowplugin.xml incorrectly referenced the distributed-entity-ownership-service config module as a required capability. Users of a service should only reference the service interface module and not an underlying impl module.
On Wed, Jul 20, 2016 at 1:14 AM, Luis Gomez <[email protected]> wrote: > After this patch of today: > > https://git.opendaylight.org/gerrit/#/c/35475/ > > I can see this is in karaf.log: > > > https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-flow-services-helium-redesign-only-boron/59/console > > 2016-07-20 02:44:33,054 | ERROR | config-pusher | ConfigPusherImpl > | 128 - org.opendaylight.controller.config-persister-impl - > 0.5.0.SNAPSHOT | Unable to push configuration due to missing yang models. > Yang models that are missing, but required by the configuration: > [urn:opendaylight:params:xml:ns:yang:controller:config:distributed-entity-ownership-service?module=distributed-entity-ownership-service&revision=2015-08-10]. > For each mentioned model check: 1. that the mentioned yang model > namespace/name/revision is identical to those in the yang model itself 2. the > yang file is present in the system 3. the bundle with that yang file is > present in the system and active 4. the yang parser did not fail while > attempting to parse that model > > 2016-07-20 02:44:33,054 | ERROR | config-pusher | ConfigPusherImpl > | 128 - org.opendaylight.controller.config-persister-impl - > 0.5.0.SNAPSHOT | Failed to apply configuration snapshot: > 42-openflowplugin-He.xml(odl-openflowplugin-app-lldp-speaker-he,odl-openflowplugin-app-lldp-speaker-he) > java.lang.IllegalStateException: Unable to push configuration due to missing > yang models. Required yang models that are missing: > [urn:opendaylight:params:xml:ns:yang:controller:config:distributed-entity-ownership-service?module=distributed-entity-ownership-service&revision=2015-08-10] > > >
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
