diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-12 23:40:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-12 23:40:04 +0000 |
commit | fd4a6ba9f80e2f96af189097ccd478389467ada3 (patch) | |
tree | 23bdca995c0f15eee88e0d84e583de63b6c44732 /ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml | |
parent | 6a904a3a1b84e52861dcf4bf60332a666ae08b84 (diff) | |
parent | ea9a75f0b667c6762f083593801a74b22f466dd0 (diff) |
Merge "increase number of open files for collectd"
Diffstat (limited to 'ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml')
-rw-r--r-- | ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml b/ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml index 79249dd37..dff7f976a 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 |