diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-28 22:08:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-28 22:08:25 +0000 |
commit | 12722dca61e657942182b236ca0281aabee47b96 (patch) | |
tree | 4127450f349c010e15da8a03925a1c80a1a81ce0 /ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml | |
parent | 24becc79e0abecaaa24aa018ecac4476738e0a66 (diff) | |
parent | 619acb7a3e0e2d33699a25cc0e5ffda78c4c4f8c (diff) |
Merge "add collectd ansible"
Diffstat (limited to 'ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml')
-rw-r--r-- | ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml b/ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml index 2700b810f..fea5f3f27 100644 --- a/ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml +++ b/ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml @@ -49,4 +49,12 @@ vnf_name: FW - role: install_samplevnf vnf_name: CGNATP - + # build shared DPDK for collectd only, required DPDK downloaded already + - install_dpdk_shared + - install_rabbitmq + - download_intel_cmt_cat + - install_intel_cmt_cat + - download_yajl + - install_yajl + - download_collectd + - install_collectd |