Added YANG models for base concepts in the controller 97/497/5
authorTony Tkacik <ttkacik@cisco.com>
Tue, 11 Jun 2013 16:28:05 +0000 (18:28 +0200)
committerlsedlak <lsedlak@cisco.com>
Wed, 26 Jun 2013 08:54:11 +0000 (10:54 +0200)
commit8f428da51c69892ce95de9273987db241fa2f529
tree6f88bd3329cdb337105ad343ccdcd5fc687df94c
parent76773da7799c3d4a18abdf5b24763346b3df6bd9
Added YANG models for base concepts in the controller

  - Added model parent project and model-ietf parent project
  - Added ietf-inet-types and ietf-yang-types YANG modules
    to generate base types defined in YANG
  - Added prototype of topology model in YANG
  - Updated maven sal api gen plugin tu support loading YANG files
    from dependencies.

Change-Id: Id70ef8afd02fbe9d4da5fa844cebe8cb80c3725c
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
15 files changed:
opendaylight/sal/yang-prototype/code-generator/maven-sal-api-gen-plugin/src/main/java/org/opendaylight/controller/maven/sal/api/gen/plugin/CodeGeneratorImpl.java
opendaylight/sal/yang-prototype/model/ietf/ietf-inet-types/pom.xml [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/ietf/ietf-inet-types/src/main/yang/ietf-inet-types.yang [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/ietf/ietf-yang-types/pom.xml [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/ietf/ietf-yang-types/src/main/yang/ietf-yang-types.yang [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/ietf/pom.xml [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/ietf/src/main/yang/.gitignore [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/model-openflow/pom.xml [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/model-openflow/src/main/yang/.gitignore [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/model-topology-bgp/pom.xml [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/model-topology/pom.xml [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/model-topology/src/main/yang/topology.yang [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/pom.xml [new file with mode: 0644]
opendaylight/sal/yang-prototype/model/src/main/yang/.gitignore [new file with mode: 0644]
opendaylight/sal/yang-prototype/pom.xml