summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-02-03Initial Honeycomb vagrant support.Dave Wallace4-0/+346
The following environment variables are used to customize the behavior of the vagrant VM: HONEYCOMB_VAGRANT_DISTRO - Set to "centos7" to run CentOS (currently inop). Unset or any other value runs ubuntu 14.04. HONEYCOMB_M2_REPOSITORY - Set to the pathname of a directory to contain the M2 repository outside of the VM. The specified directory will be mounted at /m2-repository and /home/vagrant/.m2/settings.xml will be modified to use /m2-repository instead of the default directory (/home/vagrant/.m2/repository). VPP_VAGRANT_NICS - Set to the number of addtional NICS desired for VPP to use. VPP_REPO - Set to the pathname of a VPP repository. The specified pathname will be mounted on /vpp and a working repo will be cloned into /home/vagrant/git/vpp. VPP will then be built, installed and started after the VM is created. Change-Id: I6b673c3c378c6b6b7c342d91dc33118ecc97bd05 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2016-02-02Merge "Add more useful links to NOTES.txt"Ed Warnicke1-0/+18
2016-02-02Another stab at the merge job failingRobert Varga1-20/+17
Change-Id: I930a6bb258578837ca220ce0dd1048500c8f284d Signed-off-by: Robert Varga <nite@hq.sk>
2016-02-02Add distributionManagementRobert Varga5-0/+76
We have deploy failures, this should fix them. Change-Id: I2505ab3d9bfadc6fbc9ce4305c164aaf7bbbc0f4 Signed-off-by: Robert Varga <nite@hq.sk>
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-02-01Add more useful links to NOTES.txtDave Wallace1-0/+18
Change-Id: I6e5e899fcf03c9c02da667374c79b772308493ed Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2016-02-01Fixup after vpp-japi changeRobert Varga4-180/+190
vppApi has now proper lifecycle, we must adhere to it. Change-Id: Ibf7eb5726f2751d017a3c28f823329ce4150cb01 Signed-off-by: Robert Varga <nite@hq.sk>
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 Varga8-0/+574
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>
2016-01-30Split out interesting bits of v3po.yangRobert Varga2-49/+55
We need to lift some elements in the v3po bridge domain configuration configuration for reuse in the virtual bridge topology. Also drops couple of FIXMEs for future modeling work to sanitize the model further. Change-Id: Id2369ff5fa967a20c39fd6959a152221ea4924f5 Signed-off-by: Robert Varga <nite@hq.sk>
2016-01-30Fix a maven warningRobert Varga1-0/+1
Correct relativePath for parent from external project. Change-Id: I63eb96d96d5c66e756127d3caec25a4d1a522449 Signed-off-by: Robert Varga <nite@hq.sk>
2016-01-30Initial honeycomb code commit.Ed Warnicke42-0/+4760
This commit drops the basic structure with disabled integration tests. The tests will be enabled in a follow-up patch, which sorts out the current .so loading problems. Change-Id: If70f2f13b2cf49af82996f884218ac05d335c2ed Signed-off-by: Ed Warnicke <eaw@cisco.com> Signed-off-by: Robert Varga <nite@hq.sk>
2015-12-18Initial empty repositoryAndrew Grimberg0-0/+0