mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Updated Vagrantfile in example box.
This commit is contained in:
parent
4776846e9e
commit
2edd384f8e
18
example_box/Vagrantfile
vendored
18
example_box/Vagrantfile
vendored
@ -7,13 +7,25 @@ Vagrant.configure("2") do |config|
|
|||||||
#
|
#
|
||||||
#config.vm.define :test_vm do |test_vm|
|
#config.vm.define :test_vm do |test_vm|
|
||||||
# Box name
|
# Box name
|
||||||
|
#
|
||||||
#test_vm.vm.box = "centos64"
|
#test_vm.vm.box = "centos64"
|
||||||
|
|
||||||
|
# Domain Specific Options
|
||||||
|
#
|
||||||
|
# See README for more info.
|
||||||
|
#
|
||||||
|
#test_vm.vm.provider :libvirt do |domain|
|
||||||
|
# domain.memory = 2048
|
||||||
|
# domain.cpus = 2
|
||||||
|
#end
|
||||||
|
|
||||||
# Interfaces for VM
|
# Interfaces for VM
|
||||||
#
|
#
|
||||||
# Hostonly network is not supported in this version of provider. Bridged
|
# Networking features in the form of `config.vm.network` support private
|
||||||
# interface with network id specified can be created.
|
# networks concept. No public network or port forwarding are supported in
|
||||||
#test_vm.vm.network :bridged, :bridge => "default", :adapter => 1
|
# current version of provider. See README for more info.
|
||||||
|
#
|
||||||
|
#test_vm.vm.network :private_network, :ip => '10.20.30.40'
|
||||||
#end
|
#end
|
||||||
|
|
||||||
# Options for libvirt vagrant provider.
|
# Options for libvirt vagrant provider.
|
||||||
|
Loading…
Reference in New Issue
Block a user