summaryrefslogtreecommitdiffstats
path: root/vbd/impl/src/main/java/io/fd
AgeCommit message (Collapse)AuthorFilesLines
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 Gloncak1-4/+57
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 Gloncak3-15/+22
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 Varga3-0/+393
Change-Id: I427b709ac0af1ade365bc60148ddf778f7be458a Signed-off-by: Robert Varga <nite@hq.sk>