Infra for running ovs dockers 31/38931/6
authorJosh <jhershbe@redhat.com>
Mon, 16 May 2016 13:43:15 +0000 (15:43 +0200)
committerJosh <jhershbe@redhat.com>
Thu, 19 May 2016 10:10:53 +0000 (12:10 +0200)
commit01e9dccdc1ff4b0dce2b0883e42000f2fc2bb23a
treea41476d207e4a6537f58950ca78788066d1f2c86
parent3df06bff3ad47827a3d1855bcdd1c178d8ff48a5
Infra for running ovs dockers

Added a class called DockerOvs.
See documentation in the class

Added component:
<groupId>com.esotericsoftware.yamlbeans</groupId>
<artifactId>yamlbeans</artifactId>
this is used to parse the docker-compose files to
extract the port mappings

Change-Id: I978a9a6bc6296f7d8e1246c37c3895b2f36c5a6d
Signed-off-by: Josh <jhershbe@redhat.com>
utils/mdsal-utils/src/main/java/org/opendaylight/ovsdb/utils/mdsal/utils/NotifyingDataChangeListener.java
utils/ovsdb-it-utils/pom.xml
utils/ovsdb-it-utils/src/main/java/org/opendaylight/ovsdb/utils/ovsdb/it/utils/DockerOvs.java [new file with mode: 0644]
utils/ovsdb-it-utils/src/main/java/org/opendaylight/ovsdb/utils/ovsdb/it/utils/NodeInfo.java
utils/ovsdb-it-utils/src/main/java/org/opendaylight/ovsdb/utils/ovsdb/it/utils/OvsdbItUtils.java
utils/ovsdb-it-utils/src/main/resources/docker-compose-files/docker-ovs-2.5.1.yml [new file with mode: 0644]