]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Include os_tuning_params in the settings used for vagrant testing
authorAndrew Schoen <aschoen@redhat.com>
Fri, 22 Jan 2016 17:00:36 +0000 (11:00 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 22 Jan 2016 17:00:36 +0000 (11:00 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Vagrantfile

index 05366aa9dd50f3ba90ecba667359955ce1ffec11..9f7475447eedeca0645dfc40cd6cad4600fe3779 100644 (file)
@@ -43,6 +43,7 @@ ansible_provision = proc do |ansible|
     cluster_network: "#{SUBNET}.0/24",
     public_network: "#{SUBNET}.0/24",
     devices: settings['disks'],
+    os_tuning_params: settings['os_tuning_params']
   }
   ansible.limit = 'all'
 end