From: Andrew Schoen Date: Fri, 22 Jan 2016 17:00:36 +0000 (-0600) Subject: Include os_tuning_params in the settings used for vagrant testing X-Git-Tag: v1.0.0~60^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f5bf9d8c57967961363a0b801ade85481b15a778;p=ceph-ansible.git Include os_tuning_params in the settings used for vagrant testing Signed-off-by: Andrew Schoen --- diff --git a/Vagrantfile b/Vagrantfile index 05366aa9d..9f7475447 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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