Skip to content

Commit

Permalink
METRON-1316 Fastcapa Fails to Compile in Test Environment (nickwallen)
Browse files Browse the repository at this point in the history
…closes apache#841
  • Loading branch information
nickwallen committed Nov 23, 2017
1 parent 59fe1b4 commit a1408d7
Show file tree
Hide file tree
Showing 19 changed files with 172 additions and 438 deletions.
4 changes: 2 additions & 2 deletions metron-deployment/roles/fastcapa/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
---
# dpdk
dpdk_home: "/usr/local/dpdk"
dpdk_version: "16.11.1"
dpdk_sdk: "/root/dpdk-stable-{{ dpdk_version }}"
dpdk_version: "17.08"
dpdk_sdk: "/root/dpdk-{{ dpdk_version }}"
dpdk_src_url: "http://fast.dpdk.org/rel/dpdk-{{ dpdk_version }}.tar.xz"
dpdk_target: "x86_64-native-linuxapp-gcc"
num_huge_pages: 512
Expand Down
1 change: 1 addition & 0 deletions metron-deployment/roles/fastcapa/tasks/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- glib2
- glib2-devel
- git
- numactl-devel

#
# install prerequisite packages and the latest kernel headers. need to
Expand Down
26 changes: 0 additions & 26 deletions metron-deployment/roles/packet-capture/tasks/debug.yml

This file was deleted.

38 changes: 0 additions & 38 deletions metron-deployment/roles/packet-capture/tasks/dependencies.yml

This file was deleted.

59 changes: 0 additions & 59 deletions metron-deployment/roles/packet-capture/tasks/dpdk.yml

This file was deleted.

51 changes: 0 additions & 51 deletions metron-deployment/roles/packet-capture/tasks/kernel.yml

This file was deleted.

22 changes: 0 additions & 22 deletions metron-deployment/roles/packet-capture/tasks/main.yml

This file was deleted.

49 changes: 0 additions & 49 deletions metron-deployment/roles/packet-capture/tasks/pcapture.yml

This file was deleted.

93 changes: 0 additions & 93 deletions metron-deployment/roles/packet-capture/templates/pcapture

This file was deleted.

Loading

0 comments on commit a1408d7

Please sign in to comment.