]> git.proxmox.com Git - ceph.git/blame - ceph/src/ceph-volume/ceph_volume/tests/functional/vagrant_variables.yml
import ceph 15.2.16
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / functional / vagrant_variables.yml
CommitLineData
11fdf7f2
TL
1---
2
3# DEFINE THE NUMBER OF VMS TO RUN
4mon_vms: 1
5osd_vms: 1
6mds_vms: 0
7rgw_vms: 0
8nfs_vms: 0
9rbd_mirror_vms: 0
10client_vms: 0
11iscsi_gw_vms: 0
12mgr_vms: 0
13
14# SUBNETS TO USE FOR THE VMS
15public_subnet: 192.168.3
16cluster_subnet: 192.168.4
17
18# MEMORY
19# set 1024 for CentOS
9f95a23c 20memory: 1024
11fdf7f2
TL
21
22# Ethernet interface name
23# use eth1 for libvirt and ubuntu precise, enp0s8 for CentOS and ubuntu xenial
24eth: '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/
d0fc7ad3 42vagrant_box: centos/stream8
9f95a23c 43# vagrant_box_url: https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-Vagrant-8.1.1911-20200113.3.x86_64.vagrant-libvirt.box
11fdf7f2
TL
44#ssh_private_key_path: "~/.ssh/id_rsa"
45# The sync directory changes based on vagrant box
46# Set to /home/vagrant/sync for Centos/7, /home/{ user }/vagrant for openstack and defaults to /vagrant
47#vagrant_sync_dir: /home/vagrant/sync
48#vagrant_sync_dir: /
49# Disables synced folder creation. Not needed for testing, will skip mounting
50# the vagrant directory on the remote box regardless of the provider.
51vagrant_disable_synced_folder: true
52# VAGRANT URL
53# This is a URL to download an image from an alternate location. vagrant_box
54# above should be set to the filename of the image.
55# 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
56# 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
57# 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