From f5bf9d8c57967961363a0b801ade85481b15a778 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 22 Jan 2016 11:00:36 -0600 Subject: [PATCH] Include os_tuning_params in the settings used for vagrant testing Signed-off-by: Andrew Schoen --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5