summaryrefslogtreecommitdiffstats
path: root/infra/notification/api/src/main/yang/notification-api.yang
diff options
context:
space:
mode:
Diffstat (limited to 'infra/notification/api/src/main/yang/notification-api.yang')
-rw-r--r--infra/notification/api/src/main/yang/notification-api.yang31
1 files changed, 0 insertions, 31 deletions
diff --git a/infra/notification/api/src/main/yang/notification-api.yang b/infra/notification/api/src/main/yang/notification-api.yang
deleted file mode 100644
index f0331bc07..000000000
--- a/infra/notification/api/src/main/yang/notification-api.yang
+++ /dev/null
@@ -1,31 +0,0 @@
-module notification-api {
- yang-version 1;
- namespace "urn:honeycomb:params:xml:ns:yang:notification:api";
- prefix "hc-notif-a";
-
- import config { prefix config; revision-date 2013-04-05; }
-
- description
- "Module definition for honeycomb notification service APIs";
-
- revision "2016-06-01" {
- description
- "Initial revision";
- }
-
- identity honeycomb-notification-collector {
- base "config:service-type";
- config:java-class io.fd.honeycomb.notification.NotificationCollector;
- }
-
- identity dom-notification-service {
- base "config:service-type";
- config:java-class org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter;
- }
-
- identity honeycomb-notification-producer {
- base "config:service-type";
- config:java-class io.fd.honeycomb.notification.ManagedNotificationProducer;
- }
-
-}