From 53a106a884e03aae8b5e880d5affb91e1d372821 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 1 Dec 2016 10:24:30 -0600 Subject: [PATCH] tests: remove unsued options from docker_cluster vagrant variables Signed-off-by: Andrew Schoen --- .../centos/7/docker-cluster/vagrant_variables.yml | 8 -------- 1 file changed, 8 deletions(-) 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 }