Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / ceph-volume / ceph_volume / tests / functional / lvm / xenial / filestore / create / vagrant_variables.yml
1 ---
2 # DEFINE THE NUMBER OF VMS TO RUN
3 mon_vms: 1
4 osd_vms: 1
5 mds_vms: 0
6 rgw_vms: 0
7 nfs_vms: 0
8 rbd_mirror_vms: 0
9 client_vms: 0
10 iscsi_gw_vms: 0
11 mgr_vms: 0
12
13 # SUBNETS TO USE FOR THE VMS
14 public_subnet: 192.168.3
15 cluster_subnet: 192.168.4
16
17 # MEMORY
18 # set 1024 for CentOS
19 memory: 512
20
21 # Ethernet interface name
22 # use eth1 for libvirt and ubuntu precise, enp0s8 for CentOS and ubuntu xenial
23 eth: 'eth1'
24
25 # VAGRANT BOX
26 # Ceph boxes are *strongly* suggested. They are under better control and will
27 # not get updated frequently unless required for build systems. These are (for
28 # now):
29 #
30 # * ceph/ubuntu-xenial
31 #
32 # Ubuntu: ceph/ubuntu-xenial bento/ubuntu-16.04 or ubuntu/trusty64 or ubuntu/wily64
33 # CentOS: bento/centos-7.1 or puppetlabs/centos-7.0-64-puppet
34 # libvirt CentOS: centos/7
35 # parallels Ubuntu: parallels/ubuntu-14.04
36 # Debian: deb/jessie-amd64 - be careful the storage controller is named 'SATA Controller'
37 # For more boxes have a look at:
38 #   - https://atlas.hashicorp.com/boxes/search?utf8=✓&sort=&provider=virtualbox&q=
39 #   - https://download.gluster.org/pub/gluster/purpleidea/vagrant/
40 vagrant_box: ceph/ubuntu-xenial
41 #ssh_private_key_path: "~/.ssh/id_rsa"
42 # The sync directory changes based on vagrant box
43 # Set to /home/vagrant/sync for Centos/7, /home/{ user }/vagrant for openstack and defaults to /vagrant
44 #vagrant_sync_dir: /home/vagrant/sync
45 #vagrant_sync_dir: /
46 # Disables synced folder creation. Not needed for testing, will skip mounting
47 # the vagrant directory on the remote box regardless of the provider.
48 vagrant_disable_synced_folder: true
49 # VAGRANT URL
50 # This is a URL to download an image from an alternate location.  vagrant_box
51 # above should be set to the filename of the image.
52 # 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
53 # 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
54 # 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