Include os_tuning_params in the settings used for vagrant testing

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/489/head
Andrew Schoen 2016-01-22 11:00:36 -06:00
parent cb308d60a5
commit f5bf9d8c57
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -43,6 +43,7 @@ ansible_provision = proc do |ansible|
cluster_network: "#{SUBNET}.0/24", cluster_network: "#{SUBNET}.0/24",
public_network: "#{SUBNET}.0/24", public_network: "#{SUBNET}.0/24",
devices: settings['disks'], devices: settings['disks'],
os_tuning_params: settings['os_tuning_params']
} }
ansible.limit = 'all' ansible.limit = 'all'
end end