Skeleton for the ovsdb-ui feature
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)
commitcf59c7531332758dae929291b08bea98d17b1cf5
tree06b99fba7d1630418d8e1a75870683eef9f78533
parent1e1e276653ec1e0ffbd47bcaca31b4f72353923c
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