[root@vmhost01 vagrant]# wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3_x86_64.rpm [root@vmhost01 vagrant]# yum install vagrant_1.6.3_x86_64.rpm [root@vmhost01 vagrant]# vagrant plugin install vagrant-mutate [root@vmhost01 vagrant]# mkdir /vm1/vm10 [root@vmhost01 vagrant]# cd /vm1/vm10 [root@vmhost01 vm10]# vagrant box add centos65 http://puppet-vagrant-boxes.puppetlabs.com/centos-65-x64-virtualbox-puppet.box ==> box: Adding box 'centos65' (v0) for provider: box: Downloading: http://puppet-vagrant-boxes.puppetlabs.com/centos-65-x64-virtualbox-puppet.box ==> box: Successfully added box 'centos65' (v0) for 'virtualbox'! [root@vmhost01 vm10]# vagrant mutate centos65 libvirt You have qemu 0.12.1 installed. This version cannot read some virtualbox boxes. If conversion fails, see below for recommendations. https://github.com/sciurus/vagrant-mutate/wiki/QEMU-Version-Compatibility Converting centos65 from virtualbox to libvirt. (98.57/100%) The box centos65 (libvirt) is now ready to use. [root@vmhost01 vm10]# pwd /opt/vm1/vm10 [root@vmhost01 vm10]# vagrant init centos65 A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant. [root@vmhost01 vm10]# vagrant plugin install vagrant-libvirt --plugin-version 0.0.19 [root@vmhost01 vm10]# vagrant up --no-parallel
Monday, October 6, 2014
install vagrant on CentOS
Labels:
bash,
centOS,
linux,
vagrant,
virtualization
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment