HONEYCOMB-257 - Honeycomb support for in-band OAM (iOAM) path tracing
authorSrihari Raghavan <[email protected]>
Thu, 27 Oct 2016 09:53:36 +0000 (15:23 +0530)
committerSrihari Raghavan <[email protected]>
Thu, 3 Nov 2016 12:56:00 +0000 (18:26 +0530)
commitde95d2924fc422a8105b87fb07982698c3f4cb1a
tree07283af2ff19011fec09540bcf2b3135e96a3d0a
parent4540c478f501f2a994100ca90fc7a667c3ae8e79
HONEYCOMB-257 - Honeycomb support for in-band OAM (iOAM) path tracing

- Add iOAM module to handle configuration for the iOAM trace VPP plugin
- Add iOAM module test to verify add/delete configurations
- Reader/Initializers for future, dependent on https://gerrit.fd.io/r/3387

Change-Id: I557604a955771c139165aed7cd9e5716abbac3d1
Signed-off-by: Srihari Raghavan <[email protected]>
19 files changed:
ioam/api/asciidoc/Readme.adoc [new file with mode: 0644]
ioam/api/pom.xml [new file with mode: 0644]
ioam/api/src/main/yang/ioam-sb-trace.yang [new file with mode: 0644]
ioam/asciidoc/Readme.adoc [new file with mode: 0644]
ioam/impl/asciidoc/Readme.adoc [new file with mode: 0644]
ioam/impl/pom.xml [new file with mode: 0644]
ioam/impl/src/main/java/io/fd/honeycomb/vppioam/impl/VppIoamModule.java [new file with mode: 0755]
ioam/impl/src/main/java/io/fd/honeycomb/vppioam/impl/config/IoamTraceWriterCustomizer.java [new file with mode: 0755]
ioam/impl/src/main/java/io/fd/honeycomb/vppioam/impl/config/VppIoamWriterFactory.java [new file with mode: 0755]
ioam/impl/src/main/java/io/fd/honeycomb/vppioam/impl/util/FutureJVppIoamCustomizer.java [new file with mode: 0755]
ioam/impl/src/main/java/io/fd/honeycomb/vppioam/impl/util/JVppIoamProvider.java [new file with mode: 0755]
ioam/impl/src/test/java/io/fd/honeycomb/vppioam/impl/VppIoamModuleTest.java [new file with mode: 0644]
ioam/impl/src/test/java/io/fd/honeycomb/vppioam/impl/config/IoamTraceWriterCustomizerTest.java [new file with mode: 0644]
ioam/ioam_trace_postman_collection.json [new file with mode: 0644]
ioam/pom.xml [new file with mode: 0644]
packaging/deb/trusty/debian/control
packaging/deb/xenial/debian/control
release-notes/src/main/asciidoc/user_guide/user_guide.adoc
vpp-integration/minimal-distribution/pom.xml