aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/install_L4Replay/tasks/main.yml
blob: 1401d1b13cb273f3ccd0b7669018012ad626f641 (plain)
1
2
3
4
5
6
7
8
9
---
# there is no clean for L4Replay
#- my_make: chdir="{{ vnf_build_dir }}/L4Replay" target=clean extra_args="-j {{ ansible_processor_vcpus }}"

- name: Building L4Replay VNF
  my_make: chdir="{{ NSB_INSTALL_DIR }}/L4Replay" params="RTE_SDK={{ dpdk_path }}"  extra_args="-j {{ ansible_processor_vcpus }}"

- command: cp "{{ NSB_INSTALL_DIR }}/L4Replay/build/L4replay" "{{ INSTALL_BIN_PATH }}/"