Refactoring OpenROADM app to distribute the model as a separate app
and to locate the YANG models under /models tree.

Change-Id: Iff36569d7880e7930b4a1c24a6b36a7ea3760f20
diff --git a/models/openroadm/BUCK b/models/openroadm/BUCK
new file mode 100644
index 0000000..275f574
--- /dev/null
+++ b/models/openroadm/BUCK
@@ -0,0 +1,5 @@
+
+yang_model(
+  app_name = 'org.onosproject.models.openroadm',
+  title = 'OpenROADM YANG Model',
+)
\ No newline at end of file