Update Honeycomb to Rel1810 for vFW 24/85724/1
authorMarco Platania <platania@research.att.com>
Thu, 18 Apr 2019 22:02:47 +0000 (18:02 -0400)
committerMarco Platania <platania@research.att.com>
Thu, 18 Apr 2019 22:02:47 +0000 (18:02 -0400)
commit149a1664fcb40e1ad83f48878a13d2aff0f65b75
treee4d788a6da45d66f7d5afa0f39feafa4e7fa5ae2
parent0443998090eb195b1e2de897201843b8a90ae037
Update Honeycomb to Rel1810 for vFW

- Update Honeycomb version to 1810 to support ODL Fluorine
- Migrate existing stream-count plugin to 1810
- Update POM structure
- Update vPacketGen install file (including ARM64)

Change-Id: I2866c80876550cb149cdb5fee3193d453643639c
Issue-ID: INT-1035
Signed-off-by: Marco Platania <platania@research.att.com>
20 files changed:
vnfs/honeycomb_plugin/parent-pom/pom.xml
vnfs/honeycomb_plugin/stream-count/asciidoc/Readme.adoc [new file with mode: 0644]
vnfs/honeycomb_plugin/stream-count/pom.xml
vnfs/honeycomb_plugin/stream-count/stream-count-api/asciidoc/Readme.adoc [new file with mode: 0644]
vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml
vnfs/honeycomb_plugin/stream-count/stream-count-distribution/asciidoc/Readme.adoc [new file with mode: 0644]
vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml [new file with mode: 0644]
vnfs/honeycomb_plugin/stream-count/stream-count-impl/Readme.adoc [deleted file]
vnfs/honeycomb_plugin/stream-count/stream-count-impl/asciidoc/Readme.adoc [new file with mode: 0644]
vnfs/honeycomb_plugin/stream-count/stream-count-impl/pom.xml
vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/init/ConfigDataInitializer.java [deleted file]
vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/CrudService.java [moved from vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/CrudService.java with 98% similarity]
vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/ElementCrudService.java [moved from vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/ElementCrudService.java with 99% similarity]
vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/Module.java [moved from vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/Module.java with 81% similarity]
vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/ModuleConfiguration.java [moved from vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/ModuleConfiguration.java with 98% similarity]
vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/write/ElementCustomizer.java [moved from vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/write/ElementCustomizer.java with 96% similarity]
vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/org/onap/vnf/vfw/write/ModuleWriterFactory.java [moved from vnfs/honeycomb_plugin/stream-count/stream-count-impl/src/main/java/io/fd/honeycomb/lcmapi/write/ModuleWriterFactory.java with 92% similarity]
vnfs/vFW/scripts/enable_disable_streams.sh [new file with mode: 0644]
vnfs/vFW/scripts/v_packetgen_install.sh
vnfs/vFW/scripts/v_packetgen_install_arm64.sh