diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-02-11 22:08:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-11 22:08:55 +0000 |
commit | 62699b55160b4308e80c0e98ace98ecf4c2eacb9 (patch) | |
tree | e62eb129af0843ec5c67c43543fcc40582fc809b /ansible/roles/install_dpdk | |
parent | 6c5052211e1e3f82d55946d2df090ad787382494 (diff) | |
parent | a3364a6b9e86308007895b69571028386969a17c (diff) |
Merge "Remove references to "dpdk_nic_bind" utility"
Diffstat (limited to 'ansible/roles/install_dpdk')
-rw-r--r-- | ansible/roles/install_dpdk/tasks/main.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ansible/roles/install_dpdk/tasks/main.yml b/ansible/roles/install_dpdk/tasks/main.yml index 01ad4baf1..e82ad8363 100644 --- a/ansible/roles/install_dpdk/tasks/main.yml +++ b/ansible/roles/install_dpdk/tasks/main.yml @@ -121,11 +121,3 @@ 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 |