Bug 4544 - SFC-VNFM Interface Implementation 62/28862/5
authorReinaldo Penno <[email protected]>
Wed, 28 Oct 2015 06:56:23 +0000 (23:56 -0700)
committerReinaldo Penno <[email protected]>
Wed, 28 Oct 2015 08:24:48 +0000 (01:24 -0700)
commitb31d270a05ea744ff8d539745e04738d836cf119
tree031b8071a6f380f1a5a3e43bab8c032edf946b87
parent2be2b09e986ebd3dd55b7e7579f05ae5bfbe6ff1
Bug 4544 - SFC-VNFM Interface Implementation

Change-Id: I5b2c150df649e1a1ec1b484225754209d83dea29
Signed-off-by: Reinaldo Penno <[email protected]>
12 files changed:
features-sfc-vnfm/pom.xml [new file with mode: 0644]
features-sfc-vnfm/src/main/resources/features.xml [new file with mode: 0644]
features/pom.xml
pom.xml
sfc-vnfm/pom.xml [new file with mode: 0755]
sfc-vnfm/src/main/java/org/opendaylight/controller/config/yang/config/sfc_vnfm/impl/SfcVnfmModule.java [new file with mode: 0644]
sfc-vnfm/src/main/java/org/opendaylight/controller/config/yang/config/sfc_vnfm/impl/SfcVnfmModuleFactory.java [new file with mode: 0644]
sfc-vnfm/src/main/java/org/opendaylight/org/opendaylight/sfc/sfc_vnfm/api/ServiceFunctionVnfm.java [new file with mode: 0644]
sfc-vnfm/src/main/java/org/opendaylight/sfc/sfc_vnfm/provider/SfcVnfmDataProvider.java [new file with mode: 0755]
sfc-vnfm/src/main/resources/configuration/initial/sfc-vnfm-initial.xml [new file with mode: 0644]
sfc-vnfm/src/main/yang/sfc-vnfm-impl.yang [new file with mode: 0755]
sfc-vnfm/src/test/java/org/opendaylight/sfc/sfc_vnfm/provider/api/SfcVnfmAPITest.java [new file with mode: 0755]