[DO NOT MERGE] 91/6991/1
authorFlavio Fernandes <ffernand@redhat.com>
Wed, 14 May 2014 12:53:51 +0000 (08:53 -0400)
committerFlavio Fernandes <ffernand@redhat.com>
Wed, 14 May 2014 12:53:51 +0000 (08:53 -0400)
commit6835e2211a435560be6f10d79aeeb237eb0d04e6
tree6dacd6cfca6542c1e221f96496735be72f4245ab
parentb2d51144854503513151435f164510ef0dd47b1f
[DO NOT MERGE]

This is the implementation of the md-sal ping tutorial, from
https://wiki.opendaylight.org/view/Ping

[DO NOT MERGE]

Change-Id: I08272c7f8afbd1a244082a1cb7f173f5b68455bd
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
17 files changed:
opendaylight/commons/opendaylight/pom.xml
opendaylight/distribution/opendaylight/pom.xml
opendaylight/md-sal/model/model-ping/pom.xml [new file with mode: 0644]
opendaylight/md-sal/model/model-ping/src/main/yang/ping.yang [new file with mode: 0644]
opendaylight/md-sal/model/pom.xml
opendaylight/ping/northbound/enunciate.xml [new file with mode: 0644]
opendaylight/ping/northbound/pom.xml [new file with mode: 0644]
opendaylight/ping/northbound/src/main/java/org/opendaylight/controller/ping/northbound/PingNorthbound.java [new file with mode: 0644]
opendaylight/ping/northbound/src/main/java/org/opendaylight/controller/ping/northbound/PingNorthboundRSApplication.java [new file with mode: 0644]
opendaylight/ping/northbound/src/main/resources/WEB-INF/web.xml [new file with mode: 0644]
opendaylight/ping/plugin/pom.xml [new file with mode: 0644]
opendaylight/ping/plugin/src/main/java/org/opendaylight/controller/ping/plugin/internal/PingImpl.java [new file with mode: 0644]
opendaylight/ping/plugin/src/main/java/org/opendaylight/controller/ping/plugin/internal/PingProvider.java [new file with mode: 0644]
opendaylight/ping/service/pom.xml [new file with mode: 0644]
opendaylight/ping/service/src/main/java/org/opendaylight/controller/ping/service/api/PingServiceAPI.java [new file with mode: 0644]
opendaylight/ping/service/src/main/java/org/opendaylight/controller/ping/service/impl/PingServiceImpl.java [new file with mode: 0644]
pom.xml