commit | c1732fd0201cc64db6d987f0d460f9b3d52743bb | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Wed May 10 15:24:47 2017 -0700 |
committer | Ray Milkey <ray@onlab.us> | Wed May 10 23:08:14 2017 +0000 |
tree | 06642e2d82e09f96a4e1a1b15bad4739e3954373 | |
parent | c927a06fe9b47e3095bb5a183e411bbeccd4cbbb [diff] [blame] |
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