mirror of https://github.com/ceph/ceph-ansible.git
Include os_tuning_params in the settings used for vagrant testing
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/489/head
parent
cb308d60a5
commit
f5bf9d8c57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue