Initiate the OpenDaylight env 89/49289/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 12 Dec 2016 23:35:25 +0000 (00:35 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 13 Dec 2016 10:32:49 +0000 (11:32 +0100)
commitfa70a417a7d45d199b9597942dddebadf83a3d0e
treeb5ffe151dc98925cb76ced3e5cc1b485d9b09f1b
parentd9a4185f606c738b9dcea63b1aa0091c374e0edd
Initiate the OpenDaylight env

It simply adds .gitreview and the files generated by Maven and the
archetype called opendaylight-startup-archetype [1]. Then it also
fixes revision in transportpce.yang.

[1] https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Startup_Project_Archetype

Change-Id: Ic818db083c4036d895fb29cb772b7661cb1a434b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
22 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
api/pom.xml [new file with mode: 0644]
api/src/main/yang/transportpce.yang [new file with mode: 0644]
artifacts/pom.xml [new file with mode: 0644]
cli/pom.xml [new file with mode: 0644]
cli/src/main/java/org/opendaylight/transportpce/cli/api/TransportpceCliCommands.java [new file with mode: 0644]
cli/src/main/java/org/opendaylight/transportpce/cli/commands/TransportpceCliTestCommand.java [new file with mode: 0644]
cli/src/main/java/org/opendaylight/transportpce/cli/impl/TransportpceCliCommandsImpl.java [new file with mode: 0644]
cli/src/main/resources/org/opendaylight/blueprint/cli-blueprint.xml [new file with mode: 0644]
deploy-site.xml [new file with mode: 0644]
features/pom.xml [new file with mode: 0644]
features/src/main/features/features.xml [new file with mode: 0644]
impl/pom.xml [new file with mode: 0644]
impl/src/main/java/org/opendaylight/transportpce/impl/TransportpceProvider.java [new file with mode: 0644]
impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
it/pom.xml [new file with mode: 0644]
it/src/test/java/org/opendaylight/transportpce/it/TransportpceIT.java [new file with mode: 0644]
karaf/pom.xml [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/resources/stylesheet.css [new file with mode: 0644]
src/site/site.xml [new file with mode: 0644]