Merge "Add common openstack opertation scenarios: network"
[yardstick.git] / ansible / roles / install_L4Replay / tasks / main.yml
1 ---
2 # there is no clean for L4Replay
3 #- my_make: chdir="{{ vnf_build_dir }}/L4Replay" target=clean extra_args="-j {{ ansible_processor_vcpus }}"
4
5 - name: Building L4Replay VNF
6   my_make: chdir="{{ NSB_INSTALL_DIR }}/L4Replay" params="RTE_SDK={{ dpdk_path }}"  extra_args="-j {{ ansible_processor_vcpus }}"
7
8 - command: cp "{{ NSB_INSTALL_DIR }}/L4Replay/build/L4replay" "{{ INSTALL_BIN_PATH }}/"
9