honeycomb.git
8 years agoFix pom files to use Beryllium Release Versions 08/508/6
Ed Warnicke [Tue, 8 Mar 2016 19:08:04 +0000 (12:08 -0700)]
Fix pom files to use Beryllium Release Versions

Change-Id: I819355c989195a319e1b5ee6c3f2c0f2298628c2
Signed-off-by: Ed Warnicke <eaw@cisco.com>
8 years agoFix NPE in VppIetfInterfaceListener if Ietf interface is not augumented 76/476/1
Marek Gradzki [Fri, 4 Mar 2016 08:21:24 +0000 (09:21 +0100)]
Fix NPE in VppIetfInterfaceListener if Ietf interface is not augumented

Change-Id: I9cdfbe67f089c74bf9205e447553b4ae07c2f2c6
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
8 years agoPre provision interface configuration 69/469/2
Maros Marsalek [Thu, 3 Mar 2016 15:11:27 +0000 (16:11 +0100)]
Pre provision interface configuration

In v3po, after connecting to vpp, read initial vpp
existing (initial)configuration and put it into v3po's datastore.

This is very minimalistic(only mandatory nodes are stored), only
to allow configuration of bridge domains right off the bat.

Change-Id: Ia29d537600660a8e50f648477a5a40d06f0eed6d
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
8 years agoFix eclipse warnings 10/310/3
Robert Varga [Fri, 12 Feb 2016 17:46:46 +0000 (18:46 +0100)]
Fix eclipse warnings

Reduce visibility of implementation class, add SafeVargars, make methods
sstatic.

Change-Id: I56c81371fad39b527d1423508537de59bd171e5b
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoUse Guava Splitter to split IP address 09/309/3
Robert Varga [Fri, 12 Feb 2016 17:21:22 +0000 (18:21 +0100)]
Use Guava Splitter to split IP address

Using String.split() forces compilation of the regex, which is slow. Use
a thread-safe Splitter to perform the same job.

Change-Id: Icbc326a376bc9aaea692f80d01439e81a302bc5f
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoRemove V3poRequest 07/307/2
Robert Varga [Fri, 12 Feb 2016 17:09:44 +0000 (18:09 +0100)]
Remove V3poRequest

The callback interface from vpp-japi needs to be remodeled to reflect
the fact there is only a single connection. Remove the unneeded
abstraction before we move on to proper callbacks.

Change-Id: Ic96d6f17110ab31988e1621ac42d76d0c5d4069f
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoUse Guava's int-toipv4 primitive 08/308/2
Robert Varga [Fri, 12 Feb 2016 17:14:08 +0000 (18:14 +0100)]
Use Guava's int-toipv4 primitive

Guava has a neat utility to perform the conversion, use that instead of
open-coding it.

Change-Id: Ifa8d79845950faccc3433b84e42dc2ba08828248
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoFixup logging and static methods 05/305/2
Robert Varga [Fri, 12 Feb 2016 17:04:37 +0000 (18:04 +0100)]
Fixup logging and static methods

Methods which can be static are made static. Also fixes string concat in
logging. Next we share a single instance of the VppState identifier.
Finally fixup the LoggingFuturesCallback.

Change-Id: I4f5076bfcbf782ecf4452e00726d49b46e15628c
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoDon't initialize data structures in V3po provider 60/360/1
Maros Marsalek [Fri, 19 Feb 2016 11:26:12 +0000 (12:26 +0100)]
Don't initialize data structures in V3po provider

Change-Id: Ie4e6c8846ac9e019ab954aa237406f142dcbebbe
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
8 years agoInitialize v3po data structures 52/352/4
Maros Marsalek [Thu, 18 Feb 2016 16:02:26 +0000 (17:02 +0100)]
Initialize v3po data structures

This is a workaround to avoid posible DataTree exception
when submitting new interface configuration without pre-existing
day0 configuration.

Applies for all list nodes and a proper fix will follow in ODL.

Change-Id: I6ee6e7ae189542d5ae2ad742f431b88745c42c4d
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
8 years agoFix - creating parent node at VPP 39/339/5
Maros Marsalek [Thu, 18 Feb 2016 16:20:44 +0000 (17:20 +0100)]
Fix - creating parent node at VPP

Change-Id: Ib32d8b344fd3a8d2a14f31e9e6fad6099b0e731e
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
8 years agoUnderlay added 78/278/6
Daniel Malachovsky [Thu, 11 Feb 2016 13:13:09 +0000 (14:13 +0100)]
Underlay added

- bd manager rewritten
- underlay topo functional
- lot of cleaning

Change-Id: I48e259aaf341eb0a1c09e6b25dd411d525d854c1
Signed-off-by: Varun Seereeram <vseereer@cisco.com>
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
8 years agoAdd another VM for wireshark to monitor the vpp1<-->vpp2 internal network. 89/289/2
Dave Wallace [Wed, 10 Feb 2016 15:20:07 +0000 (10:20 -0500)]
Add another VM for wireshark to monitor the vpp1<-->vpp2 internal network.

Change-Id: Iad350ac6c90ce372d6bde5e3fab126c524e816c1
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
8 years agoRemove test code from V3poProvider initialization. 77/277/2
Dave Wallace [Wed, 10 Feb 2016 08:50:12 +0000 (03:50 -0500)]
Remove test code from V3poProvider initialization.
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: Id0f5b13093fc3ea0aa2a67cc18f3af341b2448e2
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
8 years agoAdd scripts to reset / configure VDB application and VPP Honeycomb Agents 81/281/2
Dave Wallace [Wed, 10 Feb 2016 12:53:21 +0000 (07:53 -0500)]
Add scripts to reset / configure VDB application and VPP Honeycomb Agents

Change-Id: I01abc34d43795d183a3b9e6441883f530b456e6b
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
8 years agoCache apache-maven tarball in karaf packages mount if available. 76/276/1
Dave Wallace [Wed, 10 Feb 2016 08:38:02 +0000 (03:38 -0500)]
Cache apache-maven tarball in karaf packages mount if available.
More code cleanup and console output tweaking.

Change-Id: I0257bd8eb91addefd76d99f9c577225005aaf194
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
8 years agoDownload karaf tarballs from nexus.fd.io snapshot repo. 73/273/2
Dave Wallace [Wed, 10 Feb 2016 01:54:20 +0000 (20:54 -0500)]
Download karaf tarballs from nexus.fd.io snapshot repo.
Clean up syntax and console output.

Change-Id: I06de74d694f309602f612afb71872d2059aa87e9
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
8 years agoDesign changes p. 1 72/272/3
Daniel Malachovsky [Tue, 9 Feb 2016 19:16:14 +0000 (20:16 +0100)]
Design changes p. 1

- fixed some design flaws
- added tunnel table into inventory detail
- added filter to remove vxlan_tunnel from interfaces list in bd mnager

Change-Id: Ia9f0ca737d062ed2ed57734561dbece34d20b7c3
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
8 years agoAdding vxlan tunnel id allocator. 66/266/5
Jozef Gloncak [Tue, 9 Feb 2016 14:03:53 +0000 (15:03 +0100)]
Adding vxlan tunnel id allocator.

Change-Id: Id638bc0262481921cd42d830e9fc788e76bc3907
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
8 years agoRefactor vagrant files for reliability and maintenance. 24/224/8
Dave Wallace [Fri, 5 Feb 2016 06:00:27 +0000 (01:00 -0500)]
Refactor vagrant files for reliability and maintenance.
Add git-review to VM.

Change-Id: I7ed6c9d00037bb9665019f9f96e30ba9c2546525
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
8 years agoEncourage karaf to load odl-v3po-ui. 60/260/2
Dave Wallace [Tue, 9 Feb 2016 04:09:25 +0000 (23:09 -0500)]
Encourage karaf to load odl-v3po-ui.

Change-Id: I72b878f73418a02d662b7c4c2540644f9a4c02c7
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
8 years agoVagrant configuration to create VMs and connections for demo. 50/250/8
Dave Wallace [Mon, 8 Feb 2016 10:53:01 +0000 (05:53 -0500)]
Vagrant configuration to create VMs and connections for demo.

Change-Id: I4648f5cd738183193b3b342a96ececccdea0bad6
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
8 years agoCode refactor - more code in Vpp manipulation. 63/263/2
Jozef Gloncak [Tue, 9 Feb 2016 12:01:29 +0000 (13:01 +0100)]
Code refactor - more code in Vpp manipulation.

Change-Id: I2b39df0e78a6947989b745cf7c93bbb501807738
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
8 years agoAdding odl-netconf-topololgy feature 61/261/1
Miroslav Toth [Tue, 9 Feb 2016 08:57:21 +0000 (09:57 +0100)]
Adding odl-netconf-topololgy feature

Change-Id: If56ed34e50ff1003e78c5f1a5ac1d68abf5823b2
Signed-off-by: Miroslav Toth <mirtoth@cisco.com>
8 years agoCode refactor - standalone class for Vpp manipulation. 51/251/3
Jozef Gloncak [Mon, 8 Feb 2016 14:12:14 +0000 (15:12 +0100)]
Code refactor - standalone class for Vpp manipulation.

Change-Id: I3869462364f2a73177eca6848bac897ccadfd67f
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
8 years agoInitial commit of vBd Manager functions. 41/241/7
Daniel Malachovsky [Mon, 8 Feb 2016 18:05:54 +0000 (19:05 +0100)]
Initial commit of vBd Manager functions.

- 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>
8 years agoAdding vxlan tunnel id alocator interface. 28/228/5
Jozef Gloncak [Fri, 5 Feb 2016 15:49:21 +0000 (16:49 +0100)]
Adding vxlan tunnel id alocator interface.

Change-Id: I8a9835c064fb6ebaa29a47eaee8e7b87eb0cedac
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
8 years agoInventory rework 2 43/243/2
Daniel Malachovsky [Sun, 7 Feb 2016 21:07:30 +0000 (22:07 +0100)]
Inventory rework 2

- added detail page
- lot of design changes
- lot of css overrides

Change-Id: Ia1735272297c0913f971728acc6775cce93d4646
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
8 years agoInventory rework 39/239/3
Varun Seereeram [Sun, 7 Feb 2016 10:59:07 +0000 (02:59 -0800)]
Inventory rework

- 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>
8 years agovBDManager services initial commit 34/234/2
Daniel Malachovsky [Fri, 5 Feb 2016 23:55:22 +0000 (00:55 +0100)]
vBDManager services initial commit

- added add/get/object definitions for vBD, VPP and Interfaces

Change-Id: Ic639f06fad5700a1722fdb0b1034b8134bdb1c41
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
8 years agoTunnel implementation - writting termination points and link to DS. 21/221/8
Miroslav Toth [Wed, 3 Feb 2016 15:47:00 +0000 (16:47 +0100)]
Tunnel implementation - writting termination points and link to DS.

Change-Id: I6a4f3e397fba9fbcde53dc250a04d2c8580f2829
Signed-off-by: Miroslav Toth <mirtoth@cisco.com>
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
8 years agoSplitting sources 27/227/5
Daniel Malachovsky [Fri, 5 Feb 2016 12:26:48 +0000 (13:26 +0100)]
Splitting sources

- 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>
8 years agoUI-Grid initial commit 23/223/11
Daniel Malachovsky [Fri, 5 Feb 2016 15:24:59 +0000 (16:24 +0100)]
UI-Grid initial commit

- 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>
8 years agoTunnel implementation - writting vxlan data to interface. 18/218/5
Jozef Gloncak [Thu, 4 Feb 2016 14:50:28 +0000 (15:50 +0100)]
Tunnel implementation - writting vxlan data to interface.

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>
8 years agoCopyright header fix 17/217/5
Daniel Malachovsky [Thu, 4 Feb 2016 14:12:56 +0000 (15:12 +0100)]
Copyright header fix

- 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>
8 years agoFix UI bundle not being installed 22/222/1
Robert Varga [Thu, 4 Feb 2016 17:36:00 +0000 (18:36 +0100)]
Fix UI bundle not being installed

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>
8 years agoGUI initial commit 09/209/6
Varun Seereeram [Thu, 4 Feb 2016 13:15:51 +0000 (05:15 -0800)]
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>
8 years agoTunnel implementation - getting IP addresses from VPPs. 16/216/3
Jozef Gloncak [Thu, 4 Feb 2016 12:13:29 +0000 (13:13 +0100)]
Tunnel implementation - getting IP addresses from VPPs.

Change-Id: I9d624a24865b8a9895308ab504993ac3410d5830
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
8 years agoAdding automatic creation of tunnel. 15/215/3
Jozef Gloncak [Thu, 4 Feb 2016 09:34:38 +0000 (10:34 +0100)]
Adding automatic creation of tunnel.

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>
8 years agoAdding termination point to VBD on VPP. 06/206/7
Jozef Gloncak [Wed, 3 Feb 2016 10:18:51 +0000 (11:18 +0100)]
Adding termination point to VBD on VPP.

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>
8 years agoMerge "Fix wrong repository specification"
Dave Wallace [Wed, 3 Feb 2016 16:06:57 +0000 (16:06 +0000)]
Merge "Fix wrong repository specification"

8 years agoMerge "Adding supporting bridge domain to DS in VBD app."
Dave Wallace [Wed, 3 Feb 2016 15:32:02 +0000 (15:32 +0000)]
Merge "Adding supporting bridge domain to DS in VBD app."

8 years agoMerge "Add VPP to bridge domain."
Dave Wallace [Wed, 3 Feb 2016 15:26:23 +0000 (15:26 +0000)]
Merge "Add VPP to bridge domain."

8 years agoMerge "Adding named augmentation + prepare naked application."
Dave Wallace [Wed, 3 Feb 2016 15:17:05 +0000 (15:17 +0000)]
Merge "Adding named augmentation + prepare naked application."

8 years agoFix wrong repository specification 07/207/1
Robert Varga [Wed, 3 Feb 2016 15:13:59 +0000 (16:13 +0100)]
Fix wrong repository specification

Change-Id: I8efd61d8b4e885678b4de390e977fd4302cc3461
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoAdding supporting bridge domain to DS in VBD app. 89/189/4
Jozef Gloncak [Tue, 2 Feb 2016 15:30:49 +0000 (16:30 +0100)]
Adding supporting bridge domain to DS in VBD app.

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>
8 years agoInitial Honeycomb vagrant support. 05/205/1
Dave Wallace [Wed, 3 Feb 2016 07:09:58 +0000 (02:09 -0500)]
Initial Honeycomb vagrant support.

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>
8 years agoMerge "Add more useful links to NOTES.txt"
Ed Warnicke [Tue, 2 Feb 2016 21:36:26 +0000 (21:36 +0000)]
Merge "Add more useful links to NOTES.txt"

8 years agoAnother stab at the merge job failing 93/193/1
Robert Varga [Tue, 2 Feb 2016 17:41:29 +0000 (18:41 +0100)]
Another stab at the merge job failing

Change-Id: I930a6bb258578837ca220ce0dd1048500c8f284d
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoAdd distributionManagement 91/191/2
Robert Varga [Tue, 2 Feb 2016 16:36:27 +0000 (17:36 +0100)]
Add distributionManagement

We have deploy failures, this should fix them.

Change-Id: I2505ab3d9bfadc6fbc9ce4305c164aaf7bbbc0f4
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoAdd VPP to bridge domain. 87/187/2
Jozef Gloncak [Tue, 2 Feb 2016 14:16:06 +0000 (15:16 +0100)]
Add VPP to bridge domain.

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>
8 years agoAdding named augmentation + prepare naked application. 86/186/2
Jozef Gloncak [Tue, 2 Feb 2016 07:35:12 +0000 (08:35 +0100)]
Adding named augmentation + prepare naked application.

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>
8 years agoAdd more useful links to NOTES.txt 85/185/1
Dave Wallace [Tue, 2 Feb 2016 01:45:23 +0000 (20:45 -0500)]
Add more useful links to NOTES.txt

Change-Id: I6e5e899fcf03c9c02da667374c79b772308493ed
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
8 years agoFixup after vpp-japi change 72/172/3
Robert Varga [Sun, 31 Jan 2016 17:48:08 +0000 (18:48 +0100)]
Fixup after vpp-japi change

vppApi has now proper lifecycle, we must adhere to it.

Change-Id: Ibf7eb5726f2751d017a3c28f823329ce4150cb01
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoAdd Virtual Bridge Domain implementation 66/166/3
Robert Varga [Sat, 30 Jan 2016 14:25:19 +0000 (15:25 +0100)]
Add Virtual Bridge Domain implementation

Change-Id: I427b709ac0af1ade365bc60148ddf778f7be458a
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoAdd Virtual Bridge Domain distribution 65/165/2
Robert Varga [Sat, 30 Jan 2016 12:37:23 +0000 (13:37 +0100)]
Add Virtual Bridge Domain distribution

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>
8 years agoInitial Virtual Bridge Domain models 62/162/10
Robert Varga [Fri, 29 Jan 2016 22:49:36 +0000 (23:49 +0100)]
Initial Virtual Bridge Domain models

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>
8 years agoSplit out interesting bits of v3po.yang 63/163/2
Robert Varga [Sat, 30 Jan 2016 00:40:23 +0000 (01:40 +0100)]
Split out interesting bits of v3po.yang

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>
8 years agoFix a maven warning 64/164/1
Robert Varga [Sat, 30 Jan 2016 01:58:21 +0000 (02:58 +0100)]
Fix a maven warning

Correct relativePath for parent from external project.

Change-Id: I63eb96d96d5c66e756127d3caec25a4d1a522449
Signed-off-by: Robert Varga <nite@hq.sk>
8 years agoInitial honeycomb code commit. 12/112/13
Ed Warnicke [Sun, 10 Jan 2016 14:15:18 +0000 (06:15 -0800)]
Initial honeycomb code commit.

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>
8 years agoInitial empty repository
Andrew Grimberg [Fri, 18 Dec 2015 16:14:48 +0000 (16:14 +0000)]
Initial empty repository