]> git.proxmox.com Git - ceph.git/blame - ceph/src/ceph-volume/ceph_volume/tests/functional/xenial/create/vagrant_variables.yml
bump version to 12.2.1-pve3
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / functional / xenial / create / vagrant_variables.yml
CommitLineData
d2e6a577
FG
1---
2# DEFINE THE NUMBER OF VMS TO RUN
3mon_vms: 1
4osd_vms: 1
5mds_vms: 0
6rgw_vms: 0
7nfs_vms: 0
8rbd_mirror_vms: 0
9client_vms: 0
10iscsi_gw_vms: 0
11mgr_vms: 0
12
13# SUBNETS TO USE FOR THE VMS
14public_subnet: 192.168.3
15cluster_subnet: 192.168.4
16
17# MEMORY
18# set 1024 for CentOS
19memory: 512
20
21# Ethernet interface name
22# use eth1 for libvirt and ubuntu precise, enp0s8 for CentOS and ubuntu xenial
23eth: '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/
40vagrant_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.
48vagrant_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