Skip to content
Snippets Groups Projects
Commit ce2a5084 authored by Trinh Nguyen's avatar Trinh Nguyen
Browse files

Update Ubuntu dependencies of VagrantUp in docs

In Ubuntu 16.04, Vagrant up process requires qemu-utils and qemu-kvm

Change-Id: Idb89f3ace6ada1df2db32579b3f1da289547efa8
parent c7248656
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,8 @@ For Ubuntu 16.04 or later:
.. code-block:: console
sudo apt-get install vagrant ruby-dev ruby-libvirt python-libvirt \
libvirt-dev nfs-kernel-server zlib1g-dev libpng12-dev gcc git
qemu-utils qemu-kvm libvirt-dev nfs-kernel-server zlib1g-dev libpng12-dev \
gcc git
.. end
......@@ -115,6 +116,10 @@ a password, add the user to the libvirt group:
.. end
.. note::
In Ubuntu 16.04 and later, libvirtd group is used.
Setup NFS to permit file sharing between host and VMs. Contrary to the rsync
method, NFS allows both way synchronization and offers much better performance
than VirtualBox shared folders. For CentOS:
......@@ -143,6 +148,11 @@ than VirtualBox shared folders. For CentOS:
.. end
.. note::
You may not have to do this because Ubuntu uses Uncomplicated Firewall (ufw)
and ufw is disabled by default.
#. Start required services for NFS:
.. code-block:: console
......
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