increase number of open files for collectd 35/44835/3
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 11 Oct 2017 08:40:56 +0000 (01:40 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 11 Oct 2017 20:34:59 +0000 (13:34 -0700)
commitea9a75f0b667c6762f083593801a74b22f466dd0
tree50cf5cdde383550a155886ad6872d6037d9bf9d1
parent19e0c4d2e004e18e6f5687e420dc51a4032b06c2
increase number of open files for collectd

for collectd KPIs we need may need to open 10,000+ files

one file for each core * number of CPU counters we read.

Use the ansible pam_limits moules to increase the nofile
setting.  This should allow the VNF to boot with increased
number of files open

Change-Id: I46b75d5ca59e8e359c985a1e37daaee89897884c
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
ansible/install_collectd.yml
ansible/roles/increase_open_file_limits/defaults/main.yml [new file with mode: 0644]
ansible/roles/increase_open_file_limits/tasks/main.yml [new file with mode: 0644]
ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml
ansible/ubuntu_server_cloudimg_modify_samplevnfs.yml