[DRE-commits] [vagrant-libvirt] 53/104: Updated Vagrantfile in example box.
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Apr 24 13:55:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to annotated tag 0.0.11
in repository vagrant-libvirt.
commit 2edd384f8ed3371e15fc9378e471ef1e16e609aa
Author: pradels <les.pradels at gmail.com>
Date: Wed Jul 10 16:53:41 2013 +0200
Updated Vagrantfile in example box.
---
example_box/Vagrantfile | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/example_box/Vagrantfile b/example_box/Vagrantfile
index b7ac7ce..4cbb796 100644
--- a/example_box/Vagrantfile
+++ b/example_box/Vagrantfile
@@ -7,13 +7,25 @@ Vagrant.configure("2") do |config|
#
#config.vm.define :test_vm do |test_vm|
# Box name
+ #
#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
#
- # Hostonly network is not supported in this version of provider. Bridged
- # interface with network id specified can be created.
- #test_vm.vm.network :bridged, :bridge => "default", :adapter => 1
+ # Networking features in the form of `config.vm.network` support private
+ # networks concept. No public network or port forwarding are supported in
+ # current version of provider. See README for more info.
+ #
+ #test_vm.vm.network :private_network, :ip => '10.20.30.40'
#end
# Options for libvirt vagrant provider.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git
More information about the Pkg-ruby-extras-commits
mailing list