summaryrefslogtreecommitdiffstats
path: root/vbd
AgeCommit message (Collapse)AuthorFilesLines
2016-02-09Code refactor - more code in Vpp manipulation.Jozef Gloncak4-121/+124
Change-Id: I2b39df0e78a6947989b745cf7c93bbb501807738 Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-09Adding odl-netconf-topololgy featureMiroslav Toth1-0/+2
Change-Id: If56ed34e50ff1003e78c5f1a5ac1d68abf5823b2 Signed-off-by: Miroslav Toth <mirtoth@cisco.com>
2016-02-08Code refactor - standalone class for Vpp manipulation.Jozef Gloncak2-141/+228
Change-Id: I3869462364f2a73177eca6848bac897ccadfd67f Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-08Initial commit of vBd Manager functions.Daniel Malachovsky10-356/+464
- Bug Fixes for graphical manipulation. Fix req'd for unassigning pre-assigned. - Fixed Graphical issues, interface, vpp and vBD manipulation - Added REST functionality, GUI enhancements and squashed a few bugs. - reworked assigning and unassigning IF to vBD Change-Id: Ice13835699455439f6ab49a18facb49f7a16b7ef Signed-off-by: Varun Seereeram <vseereer@cisco.com> Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
2016-02-08Adding vxlan tunnel id alocator interface.Jozef Gloncak1-0/+23
Change-Id: I8a9835c064fb6ebaa29a47eaee8e7b87eb0cedac Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-08Inventory rework 2Daniel Malachovsky12-122/+374
- added detail page - lot of design changes - lot of css overrides Change-Id: Ia1735272297c0913f971728acc6775cce93d4646 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
2016-02-07Inventory reworkVarun Seereeram8-56/+90
- ui-grid replaces by smart-table - dark theme setted - orange buttons added Change-Id: I2afe3231a1e889a1d23056242167cad65cbfae11 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk> Signed-off-by: Varun Seereeram <vseereer@cisco.com>
2016-02-07vBDManager services initial commitDaniel Malachovsky7-99/+356
- added add/get/object definitions for vBD, VPP and Interfaces Change-Id: Ic639f06fad5700a1722fdb0b1034b8134bdb1c41 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
2016-02-06Tunnel implementation - writting termination points and link to DS.Miroslav Toth2-22/+40
Change-Id: I6a4f3e397fba9fbcde53dc250a04d2c8580f2829 Signed-off-by: Miroslav Toth <mirtoth@cisco.com> Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-06Splitting sourcesDaniel Malachovsky13-296/+434
- splitted vpp.controller.js and vpp.services.js into smaller files to avoid blocking and problems during merging Change-Id: I379dc1e5154c6f685fb6a976db239b620e58fc6e Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
2016-02-05UI-Grid initial commitDaniel Malachovsky12-832/+424
- added angular-ui-grid library for handling expandable table - removed old service (http) and old inventory controller - fixed bridge domains page formatting - fixes bugs due to old code's css - applied Dave's comments Change-Id: Ie10d05bb0da3cb9bac666b66cf7168696c45254f Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk> Signed-off-by: Varun Seereeram <vseereer@cisco.com>
2016-02-05Tunnel implementation - writting vxlan data to interface.Jozef Gloncak1-16/+144
Vxlan data are stored to both ends of tunnel - to source and destination vpp under interface with prefix 'vxlan-tunnel'. Change-Id: I703ca80e8986139f6bbe8b208629f3aa0593edb4 Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-04Copyright header fixDaniel Malachovsky8-60/+51
- added copyright header to css and js files - small fixes in css files Change-Id: I62a32067d71ede7a7440662b1816f939659101e7 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
2016-02-04Fix UI bundle not being installedRobert Varga3-17/+7
Inheriting from aggregator causes the artifacts to be skipped during install. Use api-parent instead. Change-Id: I507a21b2999c193d41a924debfcd67b916160f94 Signed-off-by: Robert Varga <nite@hq.sk>
2016-02-04GUI initial commitVarun Seereeram50-3/+2876
- 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>
2016-02-04Tunnel implementation - getting IP addresses from VPPs.Jozef Gloncak1-18/+75
Change-Id: I9d624a24865b8a9895308ab504993ac3410d5830 Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-04Adding automatic creation of tunnel.Jozef Gloncak1-3/+57
Initial code for adding code for interconnecting of virtual bridge domain (via tunnel) which is spread on several VPPs. Change-Id: I0da88c977e820b0b8edc565d261d3d8fb0629a1a Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-04Adding termination point to VBD on VPP.Jozef Gloncak3-28/+94
Creation request from UI for creating new termination point cause that interface on VPP is added to virtual bridge domain. Change-Id: I73910e31250c81e9e8baac40072926bdfc71ff22 Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-03Adding supporting bridge domain to DS in VBD app.Jozef Gloncak1-5/+46
Information about virtual bridge domain to which VPP belongs to is also stored to datastore of controller under leaf supporting-bridge-domain. Change-Id: If7ab4f520a3d400fbd19794cf4381734eae63341 Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-02Add VPP to bridge domain.Jozef Gloncak3-4/+65
Request for adding VPP to bridge domain is received by VPP application which send this requirement to mounted VPP. It means that information about membership of VPP is resend to VPP and stored to its datastore. Change-Id: Idc44b4d0bd505597cfb89b537eb9d17eaac50391 Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-02Adding named augmentation + prepare naked application.Jozef Gloncak13-21/+213
Named augmentation of node topology-types was added for better readibility of generated code. Running application was created. It is possible to start via installing feature odl-vbd-rest. Change-Id: I2d919cd20d962ff9b28143794f6984137331c51a Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-01-31Add Virtual Bridge Domain implementationRobert Varga8-6/+566
Change-Id: I427b709ac0af1ade365bc60148ddf778f7be458a Signed-off-by: Robert Varga <nite@hq.sk>
2016-01-30Add Virtual Bridge Domain distributionRobert Varga3-2/+73
This creates the karaf artifact, which pre-packages the virtual bridge domain in a karaf package. Change-Id: Id84e7070fe9d8b412f59004f0f9de87b6e307274 Signed-off-by: Robert Varga <nite@hq.sk>
2016-01-30Initial Virtual Bridge Domain modelsRobert Varga7-0/+573
Initial drop of models. Includes a reusable type definition as temporary model and a network-topology-based model of a virtual bridge domain. Change-Id: I6e6fbb2063c8157f3f1a329066ccba2b7f66efb1 Signed-off-by: Robert Varga <nite@hq.sk>