added notification to group and meter 42/2242/1
authorPrasanna Huddar <prasanna.huddar@ericsson.com>
Tue, 29 Oct 2013 12:50:27 +0000 (18:20 +0530)
committerPrasanna Huddar <prasanna.huddar@ericsson.com>
Tue, 29 Oct 2013 12:53:23 +0000 (18:23 +0530)
Signed-off-by: Prasanna Huddar <prasanna.huddar@ericsson.com>
Change-Id: I491d9692d2d5337638c1c623af02ef26468872d3

opendaylight/md-sal/model/model-flow-service/src/main/yang/group-service.yang
opendaylight/md-sal/model/model-flow-service/src/main/yang/meter-service.yang

index 50969eee2d7d10c1ffc3557f6a4435ab72032a87..d8231e9126fe3dbbc67d63a14fbdcb7ab6ec8ef5 100644 (file)
@@ -53,5 +53,17 @@ module sal-group {
             }
             uses group-update;
         }
-    }     
+    } 
+
+    notification group-added {
+        uses node-group;
+    }
+
+    notification group-updated {
+        uses node-group;
+    }
+
+    notification group-removed {
+        uses node-group;
+    }    
 }
\ No newline at end of file
index 52b5b282e0adae739de995af257fc6105ca2b9fb..bea4a871736ca7d87373ffca48299943db363351 100644 (file)
@@ -50,5 +50,17 @@ module sal-meter {
             }
             uses meter-update;
         }
-    }     
+    }
+        
+    notification meter-added {
+        uses node-meter;
+    }
+
+    notification meter-updated {
+        uses node-meter;
+    }
+
+    notification meter-removed {
+        uses node-meter;
+    }
 }
\ No newline at end of file