From: Andrew Schoen Date: Thu, 1 Dec 2016 16:24:30 +0000 (-0600) Subject: tests: remove unsued options from docker_cluster vagrant variables X-Git-Tag: v2.1.0~32^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=53a106a884e03aae8b5e880d5affb91e1d372821;p=ceph-ansible.git tests: remove unsued options from docker_cluster vagrant variables Signed-off-by: Andrew Schoen --- diff --git a/tests/functional/centos/7/docker-cluster/vagrant_variables.yml b/tests/functional/centos/7/docker-cluster/vagrant_variables.yml index bc1186d70..7b3f99cd6 100644 --- a/tests/functional/centos/7/docker-cluster/vagrant_variables.yml +++ b/tests/functional/centos/7/docker-cluster/vagrant_variables.yml @@ -16,10 +16,6 @@ iscsi_gw_vms: 0 # Deploy RESTAPI on each of the Monitors restapi: true -# INSTALL SOURCE OF CEPH -# valid values are 'stable' and 'dev' -ceph_install_source: stable - # SUBNETS TO USE FOR THE VMS public_subnet: 192.168.15 cluster_subnet: 192.168.16 @@ -63,7 +59,3 @@ vagrant_disable_synced_folder: true # Fedora virtualbox: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-22-20150521.x86_64.vagrant-virtualbox.box # Fedora libvirt: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-22-20150521.x86_64.vagrant-libvirt.box # vagrant_box_url: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-22-20150521.x86_64.vagrant-virtualbox.box - -os_tuning_params: - - { name: kernel.pid_max, value: 4194303 } - - { name: fs.file-max, value: 26234859 }