Adding Yang Model for Openstack Host Configuration 67/36767/3
authorRitu Sood <ritu.sood@intel.com>
Thu, 24 Mar 2016 21:49:02 +0000 (14:49 -0700)
committerRitu Sood <ritu.sood@intel.com>
Tue, 19 Apr 2016 02:22:05 +0000 (19:22 -0700)
commitd44e4e35931184c4af9896724813467497ee29f3
treea64fdcf1aed19cae874e63ef112c8a2369784d55
parent80f93926e90428256319f8f265176a2a458767ed
Adding Yang Model for Openstack Host Configuration

Adding YANG module to define host configurations that is used
in specifying the physical host type and configuration
for host system. Examples of host type are network node,
compute node, etc. Example for configuration is a Json string
like {'supported_vnic_types': 'VNIC_NORMAL', 'vif_type':
'VIF_TYPE_VHOST_USER', ….} etc. This information is read
and populated by networking-odl in agent_db in Neutron and
is used by Openstack Neutron scheduler. Supports features
like Port binding and Router scheduling.

Change-Id: I630e6d88f1b1beb6d5e442ccddf6a5d7137a5a51
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
model/src/main/yang/neutron-hostconfig.yang [new file with mode: 0644]
model/src/main/yang/neutron.yang