[DO NOT MERGE] 91/6991/2
authorFlavio Fernandes <ffernand@redhat.com>
Wed, 14 May 2014 12:53:51 +0000 (08:53 -0400)
committerFlavio Fernandes <ffernand@redhat.com>
Mon, 19 May 2014 16:54:37 +0000 (12:54 -0400)
commit906afae1349b08faf47512e21fee97b7d25d4c70
tree9af0215fa44d40f03e5699bff2170ab22f293d38
parent2d586172a138afacb388ca2b35b74160ba26b0ba
[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