]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: remove unsued options from docker_cluster vagrant variables
authorAndrew Schoen <aschoen@redhat.com>
Thu, 1 Dec 2016 16:24:30 +0000 (10:24 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 1 Dec 2016 16:28:55 +0000 (10:28 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tests/functional/centos/7/docker-cluster/vagrant_variables.yml

index bc1186d70f4071025c67a7f34d0d35aca8d78cf9..7b3f99cd6189fa796de14cb42b532b20a1ce4b9d 100644 (file)
@@ -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 }