summaryrefslogtreecommitdiffstats
path: root/vbd/features
diff options
context:
space:
mode:
authorVarun Seereeram <vseereer@cisco.com>2016-02-04 05:15:51 -0800
committerRobert Varga <nite@hq.sk>2016-02-04 17:32:32 +0100
commit882ddc69b05a4001718d90aa9c57f1e13d80aa0d (patch)
tree1345178f9dba4b72906836b47477c67ba2809431 /vbd/features
parent517c7d143f399e7343082e2e7978ace2260271a8 (diff)
GUI initial commit
- open ui on http://controllerIp:8181/index.html - added interfaces to vpp topo. - fixed VPP mounting - fixed VPP Editing and deleting Change-Id: I6ae2c6e5781d3e0cdb78b112d706b9f5076301d5 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk> Signed-off-by: Varun Seereeram <vseereer@cisco.com> Signed-off-by: Robert Varga <nite@hq.sk>
Diffstat (limited to 'vbd/features')
-rw-r--r--vbd/features/pom.xml5
-rw-r--r--vbd/features/src/main/features/features.xml9
2 files changed, 11 insertions, 3 deletions
diff --git a/vbd/features/pom.xml b/vbd/features/pom.xml
index ec852ba82..e481750e4 100644
--- a/vbd/features/pom.xml
+++ b/vbd/features/pom.xml
@@ -131,5 +131,10 @@
<groupId>${project.groupId}</groupId>
<artifactId>vbd-api</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>vbd-ui-bundle</artifactId>
+ </dependency>
</dependencies>
</project>
diff --git a/vbd/features/src/main/features/features.xml b/vbd/features/src/main/features/features.xml
index b47ee1b16..0f3d7c155 100644
--- a/vbd/features/src/main/features/features.xml
+++ b/vbd/features/src/main/features/features.xml
@@ -42,11 +42,14 @@
<feature version="${restconf.version}">odl-restconf</feature>
</feature>
- <!--feature name='odl-vbd-ui' version='${project.version}' description='OpenDaylight :: vbd :: UI'>
+ <!-- FIXME: disabled until we find out why it fails to verify
+ <feature name='odl-vbd-ui' version='${project.version}' description='OpenDaylight :: vbd :: UI'>
<feature version="${project.version}">odl-vbd-rest</feature>
<feature version="${restconf.version}">odl-mdsal-apidocs</feature>
- <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
+ <feature version="${restconf.version}">odl-mdsal-xsql</feature>
<feature version="${dlux.version}">odl-dlux-yangui</feature>
- </feature-->
+ <bundle>mvn:io.fd.honeycomb.vbd/vbd-ui-bundle/{{VERSION}}</bundle>
+ </feature>
+ -->
</features>