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 <[email protected]>
Don't initialize data structures in V3po provider
Change-Id: Ie4e6c8846ac9e019ab954aa237406f142dcbebbe
Signed-off-by: Maros Marsalek <[email protected]>
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 <[email protected]>
Remove test code from V3poProvider initialization.
Signed-off-by: Dave Wallace <[email protected]>
Change-Id: Id0f5b13093fc3ea0aa2a67cc18f3af341b2448e2
Signed-off-by: Dave Wallace <[email protected]>
Encourage karaf to load odl-v3po-ui.
Change-Id: I72b878f73418a02d662b7c4c2540644f9a4c02c7
Signed-off-by: Dave Wallace <[email protected]>
Fixup after vpp-japi change
vppApi has now proper lifecycle, we must adhere to it.
Change-Id: Ibf7eb5726f2751d017a3c28f823329ce4150cb01
Signed-off-by: Robert Varga <[email protected]>
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 <[email protected]>
Fix a maven warning
Correct relativePath for parent from external project.
Change-Id: I63eb96d96d5c66e756127d3caec25a4d1a522449
Signed-off-by: Robert Varga <[email protected]>
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 <[email protected]>
Signed-off-by: Robert Varga <[email protected]>