summaryrefslogtreecommitdiffstats
path: root/vbd/api
AgeCommit message (Collapse)AuthorFilesLines
2016-03-08Fix pom files to use Beryllium Release VersionsEd Warnicke1-1/+1
Change-Id: I819355c989195a319e1b5ee6c3f2c0f2298628c2 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-02-09Adding vxlan tunnel id allocator.Jozef Gloncak1-3/+5
Change-Id: Id638bc0262481921cd42d830e9fc788e76bc3907 Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
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-06Tunnel implementation - writting termination points and link to DS.Miroslav Toth1-1/+1
Change-Id: I6a4f3e397fba9fbcde53dc250a04d2c8580f2829 Signed-off-by: Miroslav Toth <mirtoth@cisco.com> Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-04Adding termination point to VBD on VPP.Jozef Gloncak1-0/+1
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-02Add VPP to bridge domain.Jozef Gloncak1-0/+2
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 Gloncak1-0/+3
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-30Initial Virtual Bridge Domain modelsRobert Varga3-0/+276
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>