Bug 5306: Enable the SSL connection for ovs manager 82/48482/11
authormelserngawy <melserngawy@inocybe.com>
Fri, 18 Nov 2016 14:47:25 +0000 (09:47 -0500)
committerAnil Vishnoi <vishnoianil@gmail.com>
Thu, 2 Feb 2017 17:04:36 +0000 (17:04 +0000)
commit818ee6e6bb4e220ba4dd3f1306d7149a7f04e1de
tree9f7ee415a18e206aca20a38c5f23a6b4aa0258e3
parent9cefea53a4193fe39113f81033803cc39915dff0
Bug 5306: Enable the SSL connection for ovs manager

Use the aaa-cert feature to manage the TLS connection
certificates and add configuration to the southbound-impl
to allow SSL communication.

Change-Id: I1354644b7a4cb30493ce2bc5b33a2d1d504aaae0
Signed-off-by: melserngawy <melserngawy@inocybe.com>
16 files changed:
library/features/pom.xml
library/features/src/main/features/features.xml
library/impl/pom.xml
library/impl/src/main/java/org/opendaylight/ovsdb/lib/OvsdbConnection.java
library/impl/src/main/java/org/opendaylight/ovsdb/lib/impl/OvsdbConnectionService.java
library/impl/src/main/resources/initial/library.cfg
library/impl/src/main/resources/org/opendaylight/blueprint/library.xml
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/OvsdbConnectionManager.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundProvider.java
southbound/southbound-impl/src/main/resources/initial/southbound.cfg
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionManagerTest.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/OvsdbDataTreeChangeListenerTest.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/SouthboundProviderTest.java