Copy LCM interface from APP-C 19/42619/4
authorTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 12 Apr 2018 23:13:59 +0000 (19:13 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 12 Apr 2018 23:19:16 +0000 (19:19 -0400)
commitb039682a6805507445139e2b2430144f92724b09
treecb2f59555e25bc1beccd76e53b7054e5b5d7d107
parent3d57947b10a193fbdfd3137fdd8fd712eb243980
Copy LCM interface from APP-C

Change-Id: Idc18aa00bcbcee3f51473339b6b4ad90f6b4bffc
Issue-ID: CCSDK-219
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
61 files changed:
.gitignore
lcm/features/ccsdk-lcm/pom.xml [new file with mode: 0644]
lcm/features/features-lcm/pom.xml [new file with mode: 0644]
lcm/features/pom.xml [new file with mode: 0755]
lcm/installer/pom.xml [new file with mode: 0755]
lcm/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
lcm/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
lcm/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
lcm/model/pom.xml [new file with mode: 0755]
lcm/model/src/main/yang/lcm.yang [new file with mode: 0644]
lcm/pom.xml [new file with mode: 0755]
lcm/provider/pom.xml [new file with mode: 0755]
lcm/provider/src/main/java/org/onap/ccsdk/sli/northbound/LcmProvider.java [new file with mode: 0644]
lcm/provider/src/main/java/org/onap/ccsdk/sli/northbound/LcmResponseCode.java [new file with mode: 0644]
lcm/provider/src/main/java/org/onap/ccsdk/sli/northbound/LcmRpcInvocationException.java [new file with mode: 0644]
lcm/provider/src/main/java/org/onap/ccsdk/sli/northbound/LcmSliClient.java [new file with mode: 0644]
lcm/provider/src/main/resources/org/onap/appc/default.properties [new file with mode: 0644]
lcm/provider/src/main/resources/org/onap/appc/logback.xml [new file with mode: 0644]
lcm/provider/src/test/java/org/onap/ccsdk/sli/northbound/TestLcmProvider.java [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_ActionStatus.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_AttachVolume.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Audit.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_CheckLock.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigBackup.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigBackupDelete.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigExport.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigModify.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigRestore.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigScaleOut.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Configure.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_DetachVolume.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Evacuate.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_HealthCheck.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_LiveUpgrade.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Lock.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Migrate.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Query.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_QuiesceTraffic.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Reboot.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Rebuild.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Restart.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_ResumeTraffic.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Rollback.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Snapshot.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_SoftwareUpload.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Start.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_StartApplication.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Stop.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_StopApplication.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Sync.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Terminate.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Test.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_Unlock.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeBackout.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeBackup.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradePostCheck.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradePreCheck.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeSoftware.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/graph.versions [new file with mode: 0644]
lcm/provider/src/test/resources/svclogic.properties [new file with mode: 0644]
pom.xml