solar/vagrant-settings.yaml_defaults
Evgeniy L 5da5f18760 Add option to boot slave using pxe into bootstrap image
This functionality is required in order to perform
partitioning/provisioning.
2015-10-09 21:02:38 +03:00

28 lines
718 B
Plaintext

# rename it to vagrant-settings.yaml then Vagrantfile
# will use values from this file
slaves_count: 2
slaves_ram: 1024
master_image: solar-project/solar-master
slaves_image: solar-project/solar-master
master_ram: 1024
master_cpus: 1
slaves_cpus: 1
# if you have virtualbox 5.x then enable it
# if will speedup things a lot
# paravirtprovider: kvm
# By default Virtualbox shared folder is used which is very slow
# Uncomment following option to change it.
# Possible options are: rsync, nfs
# sync_type: nfs
# Use vagrant image in order to perform provisioning
preprovisioned: true
# Use pxe bootstrap in order to bootstrap nodes
# it should be used in order to provision nodes
# by solar
# preprovisioned: false