Allow VMs to access internet
[yardstick.git] / ansible / roles / install_dpdk / tasks / main.yml
index 01ad4ba..e82ad83 100644 (file)
     remote_src: yes
     force: yes
     mode: 0755
-
-- name: make dpdk_nic_bind.py for backwards compatibility
-  copy:
-    src: "{{ dpdk_devbind[dpdk_version] }}"
-    dest: "{{ INSTALL_BIN_PATH }}/dpdk_nic_bind.py"
-    remote_src: yes
-    force: yes
-    mode: 0755