increase number of open files for collectd 59/45059/1
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>
Fri, 13 Oct 2017 20:59:37 +0000 (13:59 -0700)
commiteaf310d820eb23baffc4a723d7269e9f1a640129
tree9add031d4665ac5348984786651b547f3afee409
parentf8fc6a898ea65e8f98a3e9e2ff9483b437a0e33f
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