Fix DG calls to use correct rpc name 27/47127/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 10 May 2018 21:10:22 +0000 (17:10 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 10 May 2018 21:10:22 +0000 (17:10 -0400)
DG calls should expect the name of the DG to be the same as the name of
the rpc as defined in the Yang model.  LCM was incorrectly expecting
names in upper camelcase (e.g. UpgradeSoftware) when the Yang
model defines them in lowercase hyphenated (e.g. upgrade-software).  Either
LCM or DGs need to change, so changed LCM since to be consistent with
other MD-SAL applications.

Change-Id: I034bc2d93c2f918c807fec7f342d6197f78be7ad
Issue-ID: CCSDK-272
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
59 files changed:
lcm/provider/src/main/java/org/onap/ccsdk/sli/northbound/LcmProvider.java
lcm/provider/src/test/resources/graphs/lcm/LCM_Audit.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigBackupDelete.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigExport.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigModify.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigRestore.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigScaleOut.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_Configure.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_DetachVolume.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_Evacuate.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_HealthCheck.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_LiveUpgrade.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_Lock.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_Migrate.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_Query.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_QuiesceTraffic.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_Reboot.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_Rebuild.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_Restart.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_ResumeTraffic.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_Rollback.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_Snapshot.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_SoftwareUpload.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_Start.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_StartApplication.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_Stop.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_StopApplication.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_Sync.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_Terminate.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_Test.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_Unlock.xml
lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeBackout.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeBackup.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradePostCheck.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradePreCheck.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeSoftware.xml [deleted file]
lcm/provider/src/test/resources/graphs/lcm/LCM_action-status.xml [moved from lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigBackup.xml with 96% similarity]
lcm/provider/src/test/resources/graphs/lcm/LCM_attach-volume.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_check-lock.xml [moved from lcm/provider/src/test/resources/graphs/lcm/LCM_CheckLock.xml with 97% similarity]
lcm/provider/src/test/resources/graphs/lcm/LCM_config-backup-delete.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_config-backup.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_config-export.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_config-modify.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_config-restore.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_config-scale-out.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_detach-volume.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_health-check.xml [moved from lcm/provider/src/test/resources/graphs/lcm/LCM_ActionStatus.xml with 97% similarity]
lcm/provider/src/test/resources/graphs/lcm/LCM_live-upgrade.xml [moved from lcm/provider/src/test/resources/graphs/lcm/LCM_AttachVolume.xml with 97% similarity]
lcm/provider/src/test/resources/graphs/lcm/LCM_quiesce-traffic.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_resume-traffic.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_software-upload.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_start-application.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_stop-application.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_update-software.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-backout.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-backup.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-post-check.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-pre-check.xml [new file with mode: 0644]
lcm/provider/src/test/resources/graphs/lcm/graph.versions

index 14d3d9e..787a94e 100644 (file)
@@ -144,7 +144,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                CheckLockOutputBuilder oBuilder = new CheckLockOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("CheckLock", iBuilder.build());
+                       CommonLcmFields retval = callDG("check-lock", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -166,7 +166,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                RebootOutputBuilder oBuilder = new RebootOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Reboot", iBuilder.build());
+                       CommonLcmFields retval = callDG("reboot", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -187,7 +187,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                UpgradeBackupOutputBuilder oBuilder = new UpgradeBackupOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("UpgradeBackup", iBuilder.build());
+                       CommonLcmFields retval = callDG("upgrade-backup", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
 
@@ -209,7 +209,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                RollbackOutputBuilder oBuilder = new RollbackOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Rollback", iBuilder.build());
+                       CommonLcmFields retval = callDG("rollback", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -230,7 +230,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                SyncOutputBuilder oBuilder = new SyncOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Sync", iBuilder.build());
+                       CommonLcmFields retval = callDG("sync", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -251,7 +251,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                QueryOutputBuilder oBuilder = new QueryOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Query", iBuilder.build());
+                       CommonLcmFields retval = callDG("query", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -272,7 +272,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                ConfigExportOutputBuilder oBuilder = new ConfigExportOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("ConfigExport", iBuilder.build());
+                       CommonLcmFields retval = callDG("config-export", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -293,7 +293,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                StopApplicationOutputBuilder oBuilder = new StopApplicationOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("StopApplication", iBuilder.build());
+                       CommonLcmFields retval = callDG("stop-application", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -314,7 +314,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                SoftwareUploadOutputBuilder oBuilder = new SoftwareUploadOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("SoftwareUpload", iBuilder.build());
+                       CommonLcmFields retval = callDG("software-upload", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -335,7 +335,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                ResumeTrafficOutputBuilder oBuilder = new ResumeTrafficOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("ResumeTraffic", iBuilder.build());
+                       CommonLcmFields retval = callDG("resume-traffic", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -356,7 +356,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                ConfigureOutputBuilder oBuilder = new ConfigureOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Configure", iBuilder.build());
+                       CommonLcmFields retval = callDG("configure", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -377,7 +377,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                ActionStatusOutputBuilder oBuilder = new ActionStatusOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("ActionStatus", iBuilder.build());
+                       CommonLcmFields retval = callDG("action-status", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -398,7 +398,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                UpgradePreCheckOutputBuilder oBuilder = new UpgradePreCheckOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("UpgradePreCheck", iBuilder.build());
+                       CommonLcmFields retval = callDG("upgrade-pre-check", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -419,7 +419,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                LiveUpgradeOutputBuilder oBuilder = new LiveUpgradeOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("LiveUpgrade", iBuilder.build());
+                       CommonLcmFields retval = callDG("live-upgrade", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -440,7 +440,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                ConfigModifyOutputBuilder oBuilder = new ConfigModifyOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("ConfigModify", iBuilder.build());
+                       CommonLcmFields retval = callDG("config-modify", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -461,7 +461,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                RestartOutputBuilder oBuilder = new RestartOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Restart", iBuilder.build());
+                       CommonLcmFields retval = callDG("restart", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -482,7 +482,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                HealthCheckOutputBuilder oBuilder = new HealthCheckOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("HealthCheck", iBuilder.build());
+                       CommonLcmFields retval = callDG("health-check", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -503,7 +503,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                LockOutputBuilder oBuilder = new LockOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Lock", iBuilder.build());
+                       CommonLcmFields retval = callDG("lock", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -524,7 +524,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                TerminateOutputBuilder oBuilder = new TerminateOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Terminate", iBuilder.build());
+                       CommonLcmFields retval = callDG("terminate", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -545,7 +545,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                AttachVolumeOutputBuilder oBuilder = new AttachVolumeOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("AttachVolume", iBuilder.build());
+                       CommonLcmFields retval = callDG("attach-volume", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -566,7 +566,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                MigrateOutputBuilder oBuilder = new MigrateOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Migrate", iBuilder.build());
+                       CommonLcmFields retval = callDG("migrate", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -587,7 +587,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                QuiesceTrafficOutputBuilder oBuilder = new QuiesceTrafficOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("QuiesceTraffic", iBuilder.build());
+                       CommonLcmFields retval = callDG("quiesce-traffic", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -608,7 +608,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                ConfigRestoreOutputBuilder oBuilder = new ConfigRestoreOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("ConfigRestore", iBuilder.build());
+                       CommonLcmFields retval = callDG("config-restore", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -629,7 +629,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                UpgradeBackoutOutputBuilder oBuilder = new UpgradeBackoutOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("UpgradeBackout", iBuilder.build());
+                       CommonLcmFields retval = callDG("upgrade-backout", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -650,7 +650,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                EvacuateOutputBuilder oBuilder = new EvacuateOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Evacuate", iBuilder.build());
+                       CommonLcmFields retval = callDG("evacuate", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -671,7 +671,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                UnlockOutputBuilder oBuilder = new UnlockOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Unlock", iBuilder.build());
+                       CommonLcmFields retval = callDG("unlock", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -692,7 +692,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                ConfigBackupDeleteOutputBuilder oBuilder = new ConfigBackupDeleteOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("ConfigBackupDelete", iBuilder.build());
+                       CommonLcmFields retval = callDG("config-backup-delete", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -713,7 +713,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                UpgradeSoftwareOutputBuilder oBuilder = new UpgradeSoftwareOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("UpgradeSoftware", iBuilder.build());
+                       CommonLcmFields retval = callDG("upgrade-software", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -734,7 +734,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                StopOutputBuilder oBuilder = new StopOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Stop", iBuilder.build());
+                       CommonLcmFields retval = callDG("stop", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -755,7 +755,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                DetachVolumeOutputBuilder oBuilder = new DetachVolumeOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("DetachVolume", iBuilder.build());
+                       CommonLcmFields retval = callDG("detach-volume", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -776,7 +776,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                ConfigScaleOutOutputBuilder oBuilder = new ConfigScaleOutOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("ConfigScaleOut", iBuilder.build());
+                       CommonLcmFields retval = callDG("config-scale-out", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -797,7 +797,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                UpgradePostCheckOutputBuilder oBuilder = new UpgradePostCheckOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("UpgradePostCheck", iBuilder.build());
+                       CommonLcmFields retval = callDG("upgrade-post-check", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -818,7 +818,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                TestOutputBuilder oBuilder = new TestOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Test", iBuilder.build());
+                       CommonLcmFields retval = callDG("test", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -839,7 +839,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                StartApplicationOutputBuilder oBuilder = new StartApplicationOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("StartApplication", iBuilder.build());
+                       CommonLcmFields retval = callDG("start-application", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -860,7 +860,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                ConfigBackupOutputBuilder oBuilder = new ConfigBackupOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("ConfigBackup", iBuilder.build());
+                       CommonLcmFields retval = callDG("config-backup", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -881,7 +881,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                RebuildOutputBuilder oBuilder = new RebuildOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Rebuild", iBuilder.build());
+                       CommonLcmFields retval = callDG("rebuild", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -902,7 +902,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                AuditOutputBuilder oBuilder = new AuditOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Audit", iBuilder.build());
+                       CommonLcmFields retval = callDG("audit", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -923,7 +923,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                StartOutputBuilder oBuilder = new StartOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Start", iBuilder.build());
+                       CommonLcmFields retval = callDG("start", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
@@ -944,7 +944,7 @@ public class LcmProvider implements AutoCloseable, LCMService {
                SnapshotOutputBuilder oBuilder = new SnapshotOutputBuilder();
 
                try {
-                       CommonLcmFields retval = callDG("Snapshot", iBuilder.build());
+                       CommonLcmFields retval = callDG("snapshot", iBuilder.build());
                        oBuilder.setStatus(retval.getStatusBuilder().build());
                        oBuilder.setCommonHeader(retval.getCommonHeaderBuilder().build());
                } catch (LcmRpcInvocationException e) {
index b122fe6..34c84ed 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Audit' mode='sync'>
+       <method rpc='audit' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigBackupDelete.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigBackupDelete.xml
deleted file mode 100644 (file)
index d7758e8..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='ConfigBackupDelete' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigExport.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigExport.xml
deleted file mode 100644 (file)
index f3b69b3..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='ConfigExport' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigModify.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigModify.xml
deleted file mode 100644 (file)
index 09e313e..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='ConfigModify' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigRestore.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigRestore.xml
deleted file mode 100644 (file)
index 6ed6d99..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='ConfigRestore' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigScaleOut.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_ConfigScaleOut.xml
deleted file mode 100644 (file)
index 3fd1294..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='ConfigScaleOut' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
index 13805e6..a37f067 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Configure' mode='sync'>
+       <method rpc='configure' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_DetachVolume.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_DetachVolume.xml
deleted file mode 100644 (file)
index 78644b7..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='DetachVolume' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
index ba1bdf1..216bd41 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Evacuate' mode='sync'>
+       <method rpc='evacuate' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_HealthCheck.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_HealthCheck.xml
deleted file mode 100644 (file)
index 6b362ce..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='HealthCheck' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_LiveUpgrade.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_LiveUpgrade.xml
deleted file mode 100644 (file)
index 88e850d..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='LiveUpgrade' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
index f9eee0b..6479d3e 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Lock' mode='sync'>
+       <method rpc='lock' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
index c4620d8..9c89596 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Migrate' mode='sync'>
+       <method rpc='migrate' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
index 8732b97..5d03122 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Query' mode='sync'>
+       <method rpc='query' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_QuiesceTraffic.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_QuiesceTraffic.xml
deleted file mode 100644 (file)
index e54eeff..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='QuiesceTraffic' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
index 89b654d..f117f96 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Reboot' mode='sync'>
+       <method rpc='reboot' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
index 90b7e23..e721bc5 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Rebuild' mode='sync'>
+       <method rpc='rebuild' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
index c0d545f..b47091a 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Restart' mode='sync'>
+       <method rpc='restart' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_ResumeTraffic.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_ResumeTraffic.xml
deleted file mode 100644 (file)
index fd7b979..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='ResumeTraffic' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
index 980f263..6844d04 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Rollback' mode='sync'>
+       <method rpc='rollback' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
index 1ef50c5..6d0f8b0 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Snapshot' mode='sync'>
+       <method rpc='snapshot' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_SoftwareUpload.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_SoftwareUpload.xml
deleted file mode 100644 (file)
index d372a37..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='SoftwareUpload' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
index 0e3ae88..5998614 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Start' mode='sync'>
+       <method rpc='start' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_StartApplication.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_StartApplication.xml
deleted file mode 100644 (file)
index ff68805..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='StartApplication' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
index 7e2da11..f752725 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Stop' mode='sync'>
+       <method rpc='stop' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_StopApplication.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_StopApplication.xml
deleted file mode 100644 (file)
index affecdd..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='StopApplication' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
index e330965..5741175 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Sync' mode='sync'>
+       <method rpc='sync' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
index 32a800b..0f2758a 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Terminate' mode='sync'>
+       <method rpc='terminate' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
index 4f0e1f3..5ce002d 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Test' mode='sync'>
+       <method rpc='test' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
index 735d891..d506c2f 100644 (file)
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='Unlock' mode='sync'>
+       <method rpc='unlock' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeBackout.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeBackout.xml
deleted file mode 100644 (file)
index b12054e..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='UpgradeBackout' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeBackup.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeBackup.xml
deleted file mode 100644 (file)
index c1f7afc..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='UpgradeBackup' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradePostCheck.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradePostCheck.xml
deleted file mode 100644 (file)
index 89f3a3c..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='UpgradePostCheck' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradePreCheck.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradePreCheck.xml
deleted file mode 100644 (file)
index e2ff799..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='UpgradePreCheck' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeSoftware.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_UpgradeSoftware.xml
deleted file mode 100644 (file)
index 98642de..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-  ============LICENSE_START=======================================================
-  openECOMP : SDN-C
-  ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                                       reserved.
-  ================================================================================
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-       http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  ============LICENSE_END=========================================================
-  -->
-
-<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
-       module='LCM' version='1.0.0'>
-       <method rpc='UpgradeSoftware' mode='sync'>
-               <set>
-                       <parameter name='status.code' value='400' />
-                       <parameter name='status.message' value='SUCCESS' />
-               </set>
-       </method>
-</service-logic>
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='ConfigBackup' mode='sync'>
+       <method rpc='action-status' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_attach-volume.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_attach-volume.xml
new file mode 100644 (file)
index 0000000..b073f9b
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='attach-volume' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='CheckLock' mode='sync'>
+       <method rpc='check-lock' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_config-backup-delete.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_config-backup-delete.xml
new file mode 100644 (file)
index 0000000..5366c30
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='config-backup-delete' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_config-backup.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_config-backup.xml
new file mode 100644 (file)
index 0000000..e32e5fe
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='config-backup' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_config-export.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_config-export.xml
new file mode 100644 (file)
index 0000000..fd6596b
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='config-export' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_config-modify.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_config-modify.xml
new file mode 100644 (file)
index 0000000..76782f4
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='config-modify' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_config-restore.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_config-restore.xml
new file mode 100644 (file)
index 0000000..e0ed71b
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='config-restore' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_config-scale-out.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_config-scale-out.xml
new file mode 100644 (file)
index 0000000..5200feb
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='config-scale-out' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_detach-volume.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_detach-volume.xml
new file mode 100644 (file)
index 0000000..117a3e3
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='detach-volume' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='ActionStatus' mode='sync'>
+       <method rpc='health-check' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
@@ -21,7 +21,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
        module='LCM' version='1.0.0'>
-       <method rpc='AttachVolume' mode='sync'>
+       <method rpc='live-upgrade' mode='sync'>
                <set>
                        <parameter name='status.code' value='400' />
                        <parameter name='status.message' value='SUCCESS' />
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_quiesce-traffic.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_quiesce-traffic.xml
new file mode 100644 (file)
index 0000000..0770b3d
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='quiesce-traffic' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_resume-traffic.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_resume-traffic.xml
new file mode 100644 (file)
index 0000000..7e0f1d6
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='resume-traffic' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_software-upload.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_software-upload.xml
new file mode 100644 (file)
index 0000000..a9eb58a
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='software-upload' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_start-application.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_start-application.xml
new file mode 100644 (file)
index 0000000..9b422a8
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='start-application' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_stop-application.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_stop-application.xml
new file mode 100644 (file)
index 0000000..91dc4fc
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='stop-application' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_update-software.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_update-software.xml
new file mode 100644 (file)
index 0000000..75440c2
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='upgrade-software' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-backout.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-backout.xml
new file mode 100644 (file)
index 0000000..d48d681
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='upgrade-backout' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-backup.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-backup.xml
new file mode 100644 (file)
index 0000000..d81651a
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='upgrade-backup' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-post-check.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-post-check.xml
new file mode 100644 (file)
index 0000000..ba2798a
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='upgrade-post-check' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
diff --git a/lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-pre-check.xml b/lcm/provider/src/test/resources/graphs/lcm/LCM_upgrade-pre-check.xml
new file mode 100644 (file)
index 0000000..1aaf18f
--- /dev/null
@@ -0,0 +1,30 @@
+<!--
+  ============LICENSE_START=======================================================
+  openECOMP : SDN-C
+  ================================================================================
+  Copyright (C) 2017 AT&T Intellectual Property. All rights
+                                                       reserved.
+  ================================================================================
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  ============LICENSE_END=========================================================
+  -->
+
+<service-logic xmlns="http://www.onap.org/sdnc/svclogic"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.onap.org/sdnc/svclogic ./svclogic.xsd"
+       module='LCM' version='1.0.0'>
+       <method rpc='upgrade-pre-check' mode='sync'>
+               <set>
+                       <parameter name='status.code' value='400' />
+                       <parameter name='status.message' value='SUCCESS' />
+               </set>
+       </method>
+</service-logic>
index e949f49..4ca21da 100644 (file)
@@ -1,39 +1,39 @@
-LCM Restart 1.0.0 sync
-LCM Rebuild 1.0.0 sync
-LCM Migrate 1.0.0 sync
-LCM Evacuate 1.0.0 sync
-LCM Snapshot 1.0.0 sync
-LCM Rollback 1.0.0 sync
-LCM Sync 1.0.0 sync
-LCM Audit 1.0.0 sync
-LCM Stop 1.0.0 sync
-LCM Start 1.0.0 sync
-LCM Terminate 1.0.0 sync
-LCM SoftwareUpload 1.0.0 sync
-LCM HealthCheck 1.0.0 sync
-LCM LiveUpgrade 1.0.0 sync
-LCM Lock 1.0.0 sync
-LCM Unlock 1.0.0 sync
-LCM Test 1.0.0 sync
-LCM CheckLock 1.0.0 sync
-LCM Configure 1.0.0 sync
-LCM ConfigModify 1.0.0 sync
-LCM ConfigScaleOut 1.0.0 sync
-LCM ConfigRestore 1.0.0 sync
-LCM ConfigBackup 1.0.0 sync
-LCM ConfigBackupDelete 1.0.0 sync
-LCM ConfigExport 1.0.0 sync
-LCM StopApplication 1.0.0 sync
-LCM StartApplication 1.0.0 sync
-LCM QuiesceTraffic 1.0.0 sync
-LCM ResumeTraffic 1.0.0 sync
-LCM UpgradePreCheck 1.0.0 sync
-LCM UpgradeSoftware 1.0.0 sync
-LCM UpgradePostCheck 1.0.0 sync
-LCM UpgradeBackup 1.0.0 sync
-LCM UpgradeBackout 1.0.0 sync
-LCM ActionStatus 1.0.0 sync
-LCM Query 1.0.0 sync
-LCM Reboot 1.0.0 sync
-LCM AttachVolume 1.0.0 sync
-LCM DetachVolume 1.0.0 sync
+LCM restart 1.0.0 sync
+LCM rebuild 1.0.0 sync
+LCM migrate 1.0.0 sync
+LCM evacuate 1.0.0 sync
+LCM snapshot 1.0.0 sync
+LCM rollback 1.0.0 sync
+LCM sync 1.0.0 sync
+LCM audit 1.0.0 sync
+LCM stop 1.0.0 sync
+LCM start 1.0.0 sync
+LCM terminate 1.0.0 sync
+LCM software-upload 1.0.0 sync
+LCM health-check 1.0.0 sync
+LCM live-upgrade 1.0.0 sync
+LCM lock 1.0.0 sync
+LCM unlock 1.0.0 sync
+LCM test 1.0.0 sync
+LCM check-lock 1.0.0 sync
+LCM configure 1.0.0 sync
+LCM config-modify 1.0.0 sync
+LCM config-scale-out 1.0.0 sync
+LCM config-restore 1.0.0 sync
+LCM config-backup 1.0.0 sync
+LCM config-backup-delete 1.0.0 sync
+LCM config-export 1.0.0 sync
+LCM stop-application 1.0.0 sync
+LCM start-application 1.0.0 sync
+LCM quiesce-traffic 1.0.0 sync
+LCM resume-traffic 1.0.0 sync
+LCM upgrade-pre-check 1.0.0 sync
+LCM upgrade-software 1.0.0 sync
+LCM upgrade-post-check 1.0.0 sync
+LCM upgrade-backup 1.0.0 sync
+LCM upgrade-backout 1.0.0 sync
+LCM action-status 1.0.0 sync
+LCM query 1.0.0 sync
+LCM reboot 1.0.0 sync
+LCM attach-volume 1.0.0 sync
+LCM detach-volume 1.0.0 sync