vfirewall usecase for arm64 70/84870/1
authorYour Name <you@example.com>
Tue, 9 Apr 2019 11:47:51 +0000 (06:47 -0500)
committerPaul Vaduva <Paul.Vaduva@enea.com>
Wed, 10 Apr 2019 12:51:10 +0000 (14:51 +0200)
commit73f56f16a45e6ff77363956cb6c1130cbf4025c3
tree0270c06bde3d4cc457ddd191383cbb8668ee466d
parent845800d65fc2f25286c74551a1d5dd00e2798df5
vfirewall usecase for arm64

vfirewall support for running on arm64
openstack deployment. Due to lack of support
for arm64 un current vfirewall usecase deps
we had to update some components version like the
ubuntu (16.04) vpp, dpdk, and honeycomb

Change-Id: I3a434df1493fab9bdb43cb0ec1313b1a626b33c9
Issue-ID: INT-884
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
22 files changed:
heat/vFWCL_arm64/vFWSNK/MANIFEST.json [new file with mode: 0644]
heat/vFWCL_arm64/vFWSNK/base_vfw.env [new file with mode: 0644]
heat/vFWCL_arm64/vFWSNK/base_vfw.yaml [new file with mode: 0644]
heat/vFWCL_arm64/vPKG/MANIFEST.json [new file with mode: 0644]
heat/vFWCL_arm64/vPKG/base_vpkg.env [new file with mode: 0644]
heat/vFWCL_arm64/vPKG/base_vpkg.yaml [new file with mode: 0644]
vnfs/VES/bldjobs/Makefile
vnfs/VES5.0/evel/evel-library/bldjobs/Makefile
vnfs/VES5.0/evel/evel-library/code/VESreporting_HB/Makefile
vnfs/VES5.0/evel/evel-library/code/VESreporting_fault/Makefile
vnfs/VES5.0/evel/evel-library/code/VESreporting_syslog/Makefile
vnfs/VES5.0/evel/evel-library/code/VESreporting_vFW/Makefile
vnfs/VES5.0/evel/evel-library/libs/aarch64/libevel.a [new file with mode: 0755]
vnfs/VESreporting_vFW/Makefile
vnfs/VESreporting_vFW5.0/Makefile
vnfs/VESreporting_vLB/Makefile
vnfs/VESreporting_vLB5.0/Makefile
vnfs/vFW/scripts/v_firewall_init_arm64.sh [new file with mode: 0755]
vnfs/vFW/scripts/v_firewall_install_arm64.sh [new file with mode: 0755]
vnfs/vFW/scripts/v_packetgen_init_arm64.sh [new file with mode: 0755]
vnfs/vFW/scripts/v_packetgen_install_arm64.sh [new file with mode: 0755]
vnfs/vFW/scripts/v_sink_install_arm64.sh [new file with mode: 0755]