Project Structure for Genius 32/37032/8
authorFaseela K <faseela.k@ericsson.com>
Sun, 3 Apr 2016 12:49:57 +0000 (18:19 +0530)
committerFaseela K <faseela.k@ericsson.com>
Fri, 8 Apr 2016 03:50:09 +0000 (09:20 +0530)
commita9b35dd00da977dda02aa9f24b31fde157968b5e
treec674da6cb4024ccc3bf74ecea73387a34346c482
parentb8bfe62991e90789489bdd6794d306b4c371b0d2
Project Structure for Genius

Description : Basic module structure for Genius.
              Modules are interfacemanager, itm, alivenessmonitor,
      arputil, idmanager, lockmanager, and mdsalutil

Change-Id: I29f43a25087c9c57337ff80f247fc9484afa4f80
Signed-off-by: Faseela K <faseela.k@ericsson.com>
57 files changed:
alivenessmonitor/alivenessmonitor-api/pom.xml [new file with mode: 0644]
alivenessmonitor/alivenessmonitor-impl/pom.xml [new file with mode: 0644]
alivenessmonitor/alivenessmonitor-impl/src/main/config/default-config.xml [new file with mode: 0644]
alivenessmonitor/alivenessmonitor-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/alivenessmonitor/impl/rev160406/AlivenessMonitorModule.java [new file with mode: 0644]
alivenessmonitor/alivenessmonitor-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/alivenessmonitor/impl/rev160406/AlivenessMonitorModuleFactory.java [new file with mode: 0644]
alivenessmonitor/alivenessmonitor-impl/src/main/yang/alivenessmonitor-impl.yang [new file with mode: 0644]
alivenessmonitor/pom.xml [new file with mode: 0644]
arputil/arputil-api/pom.xml [new file with mode: 0644]
arputil/arputil-impl/pom.xml [new file with mode: 0644]
arputil/arputil-impl/src/main/config/default-config.xml [new file with mode: 0644]
arputil/arputil-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/arputil/impl/rev160406/ArputilModule.java [new file with mode: 0644]
arputil/arputil-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/arputil/impl/rev160406/ArputilModuleFactory.java [new file with mode: 0644]
arputil/arputil-impl/src/main/yang/arputil-impl.yang [new file with mode: 0644]
arputil/pom.xml [new file with mode: 0644]
artifacts/pom.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]
idmanager/idmanager-api/pom.xml [new file with mode: 0644]
idmanager/idmanager-impl/pom.xml [new file with mode: 0644]
idmanager/idmanager-impl/src/main/config/default-config.xml [new file with mode: 0644]
idmanager/idmanager-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/idmanager/impl/rev160406/IdManagerModule.java [new file with mode: 0644]
idmanager/idmanager-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/idmanager/impl/rev160406/IdManagerModuleFactory.java [new file with mode: 0644]
idmanager/idmanager-impl/src/main/yang/idmanager-impl.yang [new file with mode: 0644]
idmanager/pom.xml [new file with mode: 0644]
interfacemanager/interfacemanager-api/pom.xml [new file with mode: 0644]
interfacemanager/interfacemanager-impl/pom.xml [new file with mode: 0644]
interfacemanager/interfacemanager-impl/src/main/config/default-config.xml [new file with mode: 0644]
interfacemanager/interfacemanager-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/interfacemanager/impl/rev160604/InterfaceManagerModule.java [new file with mode: 0644]
interfacemanager/interfacemanager-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/interfacemanager/impl/rev160604/InterfaceManagerModuleFactory.java [new file with mode: 0644]
interfacemanager/interfacemanager-impl/src/main/yang/interfacemanager-impl.yang [new file with mode: 0644]
interfacemanager/pom.xml [new file with mode: 0644]
it/pom.xml [new file with mode: 0644]
it/src/test/java/org/opendaylight/genius/it/InterfaceManagerIT.java [new file with mode: 0644]
itm/itm-api/pom.xml [new file with mode: 0644]
itm/itm-impl/pom.xml [new file with mode: 0644]
itm/itm-impl/src/main/config/default-config.xml [new file with mode: 0644]
itm/itm-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/itm/impl/rev160406/ItmModule.java [new file with mode: 0644]
itm/itm-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/itm/impl/rev160406/ItmModuleFactory.java [new file with mode: 0644]
itm/itm-impl/src/main/yang/itm-impl.yang [new file with mode: 0644]
itm/pom.xml [new file with mode: 0644]
karaf/pom.xml [new file with mode: 0644]
lockmanager/lockmanager-api/pom.xml [new file with mode: 0644]
lockmanager/lockmanager-impl/pom.xml [new file with mode: 0644]
lockmanager/lockmanager-impl/src/main/config/default-config.xml [new file with mode: 0644]
lockmanager/lockmanager-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/lockmanager/impl/rev160406/LockManagerModule.java [new file with mode: 0644]
lockmanager/lockmanager-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/lockmanager/impl/rev160406/LockManagerModuleFactory.java [new file with mode: 0644]
lockmanager/lockmanager-impl/src/main/yang/lockmanager-impl.yang [new file with mode: 0644]
lockmanager/pom.xml [new file with mode: 0644]
mdsalutil/mdsalutil-api/pom.xml [new file with mode: 0644]
mdsalutil/mdsalutil-impl/pom.xml [new file with mode: 0644]
mdsalutil/mdsalutil-impl/src/main/config/default-config.xml [new file with mode: 0644]
mdsalutil/mdsalutil-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/mdsalutil/impl/rev160406/MdsalutilModule.java [new file with mode: 0644]
mdsalutil/mdsalutil-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/genius/mdsalutil/impl/rev160406/MdsalutilModuleFactory.java [new file with mode: 0644]
mdsalutil/mdsalutil-impl/src/main/yang/mdsalutil-impl.yang [new file with mode: 0644]
mdsalutil/pom.xml [new file with mode: 0644]
pom.xml [new file with mode: 0644]