Skip to content
Snippets Groups Projects
Commit 7ef0b896 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Simplify instructions to install vagrant-libvirt"

parents 06be8ce7 f49bfe2b
No related branches found
No related tags found
No related merge requests found
...@@ -46,14 +46,9 @@ Next install the hostmanager plugin so all hosts are recorded in /etc/hosts ...@@ -46,14 +46,9 @@ Next install the hostmanager plugin so all hosts are recorded in /etc/hosts
vagrant plugin install vagrant-hostmanager vagrant plugin install vagrant-hostmanager
Vagrant supports a wide range of virtualization technologies. This Vagrant supports a wide range of virtualization technologies. This
documentation describes libvirt. The Kolla Vagrantfile uses features not yet documentation describes libvirt. To install vagrant-libvirt plugin::
available in a packaged version. To install vagrant-libvirt plugin from git::
vagrant plugin install vagrant-libvirt
git clone https://github.com/pradels/vagrant-libvirt.git
cd vagrant-libvirt
sudo dnf install rubygem-rake rubygem-bundler
rake build
vagrant plugin install pkg/vagrant-libvirt-0.0.30.gem
Setup NFS to permit file sharing between host and VMs. Contrary to rsync Setup NFS to permit file sharing between host and VMs. Contrary to rsync
method, NFS allows both way synchronization and offers much better performances method, NFS allows both way synchronization and offers much better performances
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment