aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/install.yaml
diff options
context:
space:
mode:
authorVolodymyr Mytnyk <volodymyrx.mytnyk@intel.com>2019-01-02 17:06:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-02 17:06:37 +0000
commitd0e970fd5522b49a2e80b157b27546894f2338d0 (patch)
tree572190c167cef7c93b2868c3afcf0d3fc1cf23f8 /ansible/install.yaml
parent3d96c4a4ca8ed8ea2d769a150f99632343179e31 (diff)
parent92d295fc145f02f8c28f8cd71c2822dfb3e7f872 (diff)
Merge "Add support of DPDK version 18.11 for PROX, igb_uio"
Diffstat (limited to 'ansible/install.yaml')
-rw-r--r--ansible/install.yaml13
1 files changed, 9 insertions, 4 deletions
diff --git a/ansible/install.yaml b/ansible/install.yaml
index 0c7ad7e92..f4f57bdc0 100644
--- a/ansible/install.yaml
+++ b/ansible/install.yaml
@@ -56,6 +56,8 @@
- name: Prepare baremetal and standalone servers
hosts: yardstick-baremetal,yardstick-standalone
become: yes
+ vars_files:
+ - roles/download_dpdk/defaults/main.yml
environment: "{{ proxy_env }}"
roles:
@@ -69,15 +71,18 @@
- increase_open_file_limits
- install_image_dependencies
- role: download_dpdk
- # dpdk_version: "17.02"
+ dpdk_version: "{{ dpdk_version_for_PROX }}"
+ - role: install_dpdk
+ dpdk_version: "{{ dpdk_version_for_PROX }}"
+ - download_samplevnfs
+ - role: install_samplevnf
+ vnf_name: PROX
+ - download_dpdk
- install_dpdk
- download_trex
- install_trex
- download_civetweb
- install_civetweb
- - download_samplevnfs
- - role: install_samplevnf
- vnf_name: PROX
- role: install_samplevnf
vnf_name: UDP_Replay
- role: install_samplevnf