diff options
author | John O Loughlin <john.oloughlin@intel.com> | 2018-04-04 11:53:20 +0100 |
---|---|---|
committer | John O'Loughlin <john.oloughlin@intel.com> | 2018-04-11 10:34:04 +0000 |
commit | a78a2979e872c64800f77683f1bf3b0162b87715 (patch) | |
tree | b1d97d62b09278ff060aa6c41255d7bd85781b95 /ansible/roles/install_civetweb | |
parent | ee9995c42368ee04ba06cd101b086c57dbbb3bba (diff) |
Add support for dpdk 17.05
Add support for dpdk 17.05. Add option to dpdk scripts
to download dpdk 17.08 17.11 and 18.02. These are currently
unsupported due to prox build issues.
JIRA: YARDSTICK-1113
Change-Id: I585566364a4d1f04a696439af96c50c0e9d38033
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
Diffstat (limited to 'ansible/roles/install_civetweb')
-rw-r--r-- | ansible/roles/install_civetweb/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/install_civetweb/defaults/main.yml b/ansible/roles/install_civetweb/defaults/main.yml index 2235fe172..ed5ab27f2 100644 --- a/ansible/roles/install_civetweb/defaults/main.yml +++ b/ansible/roles/install_civetweb/defaults/main.yml @@ -15,6 +15,7 @@ civetweb_dest: "{{ clone_dest }}/civetweb" civetweb_build_dependencies: Debian: + - libjson-c-dev=0.11-4ubuntu2 - libjson0 - libjson0-dev - libssl-dev |