diff options
author | Maciej Skrocki <maciej.skrocki@intel.com> | 2017-09-28 14:13:39 -0700 |
---|---|---|
committer | Maciej Skrocki <maciej.skrocki@intel.com> | 2017-10-05 16:49:55 -0700 |
commit | 819311d189b28389472d5ac9c399c581a92c7dd3 (patch) | |
tree | 3844a01f340f20ce808b17752e421f9a7979bcb6 /ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml | |
parent | a86ae455e2d8b3d3b09251b014d5c5d5f3dc8c9e (diff) |
Fixed compilation of latest samplevnf
added download_civetweb and install_civetweb roles.
Change-Id: Id4f60cc07b3befc7edb3cfc38773fe1a73a44c1f
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
Diffstat (limited to 'ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml')
-rw-r--r-- | ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml b/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml index 17a9d4ca9..cfebcc151 100644 --- a/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml +++ b/ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml @@ -29,6 +29,8 @@ - install_dpdk - download_trex - install_trex + - download_civetweb + - install_civetweb - download_samplevnfs - role: install_samplevnf vnf_name: PROX |