X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ansible%2Fubuntu_server_cloudimg_modify_samplevnfs.yml;h=aab5a741c4ed55af889fb130da0aed3bbb99506d;hb=42e3f88b07624d0ff9f4c43f9200fc928eed2a1e;hp=79249dd3797874935379719f16c227237f9f633d;hpb=85dd66c276c3c35932b74f3478c1a9bf9b74a454;p=yardstick.git diff --git a/ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml b/ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml index 79249dd37..aab5a741c 100644 --- a/ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml +++ b/ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml @@ -31,6 +31,8 @@ when: proxy_env is defined and proxy_env # can't update grub in chroot/docker - enable_hugepages_on_boot + # needed for collectd plugins + - increase_open_file_limits - modify_cloud_config - install_image_dependencies - role: download_dpdk @@ -38,6 +40,8 @@ - install_dpdk - download_trex - install_trex + - download_pktgen + - install_pktgen - download_civetweb - install_civetweb - download_samplevnfs @@ -50,7 +54,9 @@ - role: install_samplevnf vnf_name: FW - role: install_samplevnf - vnf_name: CGNATP + vnf_name: CGNAPT + - role: install_samplevnf + vnf_name: PE # build shared DPDK for collectd only, required DPDK downloaded already - install_dpdk_shared - install_rabbitmq @@ -60,3 +66,5 @@ - install_pmu_tools - download_collectd - install_collectd + - download_drivers + - install_drivers