Removing the scale-in/scale-out changes from netvirt 96/83496/3
authormanojna v <manojna.vijayakrishna@ericsson.com>
Wed, 7 Aug 2019 07:30:49 +0000 (13:00 +0530)
committerChetan Arakere Gowdru <chetan.arakere@altencalsoftlabs.com>
Wed, 14 Aug 2019 05:47:24 +0000 (05:47 +0000)
Since scale-in/scale-out changes have been moved to genius,
we are removing it from netvirt.

Change-Id: Ib487fb9d567ac43e3666dd8f2b4e5254a8f70473
Signed-off-by: manojna v <manojna.vijayakrishna@ericsson.com>
elanmanager/api/src/main/yang/scalein-rpc.yang [deleted file]

diff --git a/elanmanager/api/src/main/yang/scalein-rpc.yang b/elanmanager/api/src/main/yang/scalein-rpc.yang
deleted file mode 100644 (file)
index 359f009..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-module scalein-rpc {
-    namespace "urn:opendaylight:netvirt:scalein:rpcs";
-    prefix "scaleinrpcs";
-
-    revision "2017-12-20" {
-        description "ODL Specific Scalein Rpcs Module";
-    }
-
-    rpc scalein-computes-start {
-        description "To trigger start of scale in the given dpns";
-        input {
-            leaf-list scalein-node-ids {
-                type string;
-            }
-        }
-    }
-
-    rpc scalein-computes-end {
-        description "To end the scale in of the given dpns";
-        input {
-            leaf-list scalein-node-ids {
-                type string;
-            }
-        }
-    }
-
-    rpc scalein-computes-recover {
-        description "To recover the dpns which are marked for scale in";
-        input {
-            leaf-list recover-node-ids {
-                type string;
-            }
-        }
-    }
-}