BUG-4118: Li:backward compatibility - rpcs - initial proposal
[openflowplugin.git] / openflowplugin-impl / src / main / yang / openflow-plugin-impl.yang
index fe2c97c06ac5a132aee931132c08067a682aa233..aee2d6ccd1d1c776f6a84cf3737094bc152f511e 100644 (file)
@@ -9,8 +9,8 @@ module openflow-plugin-provider-impl {
     import openflow-switch-connection-provider {prefix openflow-switch-connection-provider;revision-date 2014-03-28;}
     import opendaylight-md-sal-binding { prefix md-sal-binding; revision-date 2013-10-28;}
     import opendaylight-sal-binding-broker-impl { prefix sal-broker; revision-date 2013-10-28;}
-    import openflow-plugin-types { prefix ofp-types; revision-date 2015-03-27;}
     import openflowplugin-extension-registry {prefix ofp-ext-reg; revision-date 2015-04-25;}
+    import opendaylight-entity-ownership-service { prefix ownership-service; revision-date 2015-08-10;}
 
     description
         "openflow-plugin-impl";
@@ -63,16 +63,14 @@ module openflow-plugin-provider-impl {
                     }
                 }
             }
-            /*
-            container notification-service {
+            container entity-ownership-service {
                 uses config:service-ref {
                     refine type {
                         mandatory true;
-                        config:required-identity md-sal-binding:binding-notification-service;
+                        config:required-identity ownership-service:entity-ownership-service;
                     }
                 }
             }
-            */
             list openflow-switch-connection-provider {
                 uses config:service-ref {
                     refine type {
@@ -81,14 +79,28 @@ module openflow-plugin-provider-impl {
                     }
                 }
             }
-            leaf role {
-                type ofp-types:ofp-role;
-                default "NOCHANGE";
-            }
             leaf rpc-requests-quota {
                 type uint32;
                 default 500;
             }
+            leaf switch-features-mandatory {
+                type boolean;
+                default false;
+            }
+            leaf global-notification-quota {
+                type uint32;
+                default 131072;
+            }
+            leaf is-statistics-polling-off {
+                type boolean;
+                default "false";
+            }
+            leaf is-statistics-rpc-enabled {
+                status deprecated;
+                description "Exposing backward compatible statistics rpcs providing result in form of async notification";
+                type boolean;
+                default "false";
+            }
         }
 
     }