Skeleton for the ovsdb-ui feature 88/20288/5
authorMaxime Millette-Coulombe <mmcoulombe@inocybe.com>
Wed, 10 Jun 2015 20:27:26 +0000 (16:27 -0400)
committerMaxime Millette-Coulombe <mmcoulombe@inocybe.com>
Tue, 16 Jun 2015 17:53:23 +0000 (13:53 -0400)
commit61e0d96d0f0cc96cc614e80b85dcefa59f7544ad
tree80fa25b7d53d486b64459db8973c1f2c89386d00
parent12cd489735cf1b15b40054f9f7dff930dcd39d5c
Skeleton for the ovsdb-ui feature

Folders structure and basic files to create and add a external
module on DLUX. It also include a CRUD implementation of
the southbounds REST API.

Change-Id: If48eb4d055db3b91529e76e75503aa4c68b0c6a3
Signed-off-by: Maxime Millette-Coulombe <mmcoulombe@inocybe.com>
18 files changed:
commons/parent/pom.xml
features/ovsdb/pom.xml
features/ovsdb/src/main/features/features.xml
ovsdb-ui/bundle/pom.xml [new file with mode: 0644]
ovsdb-ui/bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
ovsdb-ui/module/pom.xml [new file with mode: 0644]
ovsdb-ui/module/src/main/resources/ovsdb/index.tpl.html [new file with mode: 0644]
ovsdb-ui/module/src/main/resources/ovsdb/mocks/ovsdb.controller.js [new file with mode: 0644]
ovsdb-ui/module/src/main/resources/ovsdb/mocks/ovsdb.module.js [new file with mode: 0644]
ovsdb-ui/module/src/main/resources/ovsdb/mocks/ovsdb.services.js [new file with mode: 0644]
ovsdb-ui/module/src/main/resources/ovsdb/ovsdb.controller.js [new file with mode: 0644]
ovsdb-ui/module/src/main/resources/ovsdb/ovsdb.css [new file with mode: 0644]
ovsdb-ui/module/src/main/resources/ovsdb/ovsdb.module.js [new file with mode: 0644]
ovsdb-ui/module/src/main/resources/ovsdb/ovsdb.services.js [new file with mode: 0644]
ovsdb-ui/module/src/main/resources/ovsdb/root.tpl.html [new file with mode: 0644]
ovsdb-ui/module/src/main/resources/ovsdb/spec/ovsdb.spec.js [new file with mode: 0644]
ovsdb-ui/pom.xml [new file with mode: 0644]
pom.xml