BUG 7310: Add configurable option to skip columns 68/49068/2
authorVishal Thapar <vishal.thapar@ericsson.com>
Wed, 7 Dec 2016 06:41:45 +0000 (12:11 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Thu, 22 Dec 2016 14:45:07 +0000 (20:15 +0530)
commit5f8ca82c15d75d6c703cef2ded1072c4a588c93b
tree91bf3fd5ffde76bcc3d613af7972a9fc619fec65
parent4390b61dbebddad7e4c1dd7a8b54723fd531da66
BUG 7310: Add configurable option to skip columns

Adds a new cfg file to configure table columns to be skipped when monitoring updates from OVS
switch. Currently following tables and columns are configurable:

1. Manager: status

Change-Id: I6d869ca559cb69374dcdf75b60282c105af85806
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
southbound/southbound-features/pom.xml
southbound/southbound-features/src/main/features/features.xml
southbound/southbound-impl/pom.xml
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionInstance.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundConstants.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundProvider.java
southbound/southbound-impl/src/main/resources/initial/southbound.cfg [new file with mode: 0644]
southbound/southbound-impl/src/main/resources/org/opendaylight/blueprint/southbound.xml