Convert ntfbenchmark to blueprint
[controller.git] / benchmark / ntfbenchmark / src / main / yang / ntfbenchmark-impl.yang
diff --git a/benchmark/ntfbenchmark/src/main/yang/ntfbenchmark-impl.yang b/benchmark/ntfbenchmark/src/main/yang/ntfbenchmark-impl.yang
deleted file mode 100644 (file)
index b12e10f..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-module ntfbenchmark-impl {
-    yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:ntfbenchmark:impl";
-    prefix "ntfbenchmark-impl";
-
-    import config { prefix config; revision-date 2013-04-05; }
-    import opendaylight-md-sal-binding { prefix md-sal-binding; revision-date 2013-10-28;}
-    import opendaylight-sal-binding-broker-impl {prefix binding-impl; revision-date 2013-10-28;}
-
-    description
-        "Service definition for ntfbenchmark project";
-
-    revision "2014-12-10" {
-        description
-            "Initial revision";
-    }
-
-    identity ntfbenchmark {
-        base config:module-type;
-        config:java-name-prefix Ntfbenchmark;
-    }
-
-    augment "/config:modules/config:module/config:configuration" {
-        case ntfbenchmark {
-            when "/config:modules/config:module/config:type = 'ntfbenchmark'";
-            container broker {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity md-sal-binding:binding-broker-osgi-registry;
-                    }
-                }
-            }
-            container publish-service {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity binding-impl:binding-new-notification-publish-service;
-                    }
-                }
-            }
-            container listen-service {
-                uses config:service-ref {
-                    refine type {
-                        mandatory true;
-                        config:required-identity binding-impl:binding-new-notification-service;
-                    }
-                }
-            }
-
-        }
-    }
-}