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