mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
osdc-freeipa-workshop: support vagrant-libvirt on Fedora
This commit is contained in:
parent
69b2fd6f1c
commit
9c2072c643
@ -32,6 +32,12 @@ network device, e.g.::
|
||||
sudo ifconfig virbr2 down
|
||||
|
||||
|
||||
*vagrant-libvirt* might have problems if the ``default`` network is
|
||||
up::
|
||||
|
||||
sudo virsh net-destroy default
|
||||
|
||||
|
||||
Vagrant
|
||||
=======
|
||||
|
||||
|
17
workshop.rst
17
workshop.rst
@ -69,7 +69,8 @@ Requirements
|
||||
For the FreeIPA workshop you will need to:
|
||||
|
||||
- Install **Vagrant** and **VirtualBox 4.3** (VirtualBox 5 is not
|
||||
supported by Vagrant).
|
||||
supported by Vagrant). (On Fedora, you can use **libvirt**
|
||||
instead of VirtualBox).
|
||||
|
||||
- Use Git to clone the repository containing the ``Vagrantfile``
|
||||
|
||||
@ -88,11 +89,17 @@ Install Vagrant and VirtualBox
|
||||
Fedora
|
||||
^^^^^^
|
||||
|
||||
The workshop box uses the Vagrant VirtualBox provider. VirtualBox
|
||||
needs to build kernel modules so first install kernel headers and
|
||||
the Dynamic Kernel Module Support (and while we're at it, Vagrant)::
|
||||
If you intend to use the ``libvirt`` provider (recommended) install
|
||||
``vagrant-libvirt``::
|
||||
|
||||
$ sudo dnf install -y kernel-devel dkms vagrant
|
||||
$ sudo dnf install -y vagrant-libvirt
|
||||
|
||||
|
||||
Otherwise, you will use VirtualBox and the ``virtualbox`` provider.
|
||||
VirtualBox needs to build kernel modules so first install kernel
|
||||
headers and the Dynamic Kernel Module Support::
|
||||
|
||||
$ sudo dnf install -y vagrant kernel-devel dkms
|
||||
|
||||
Next install VirtualBox from their official package repository.
|
||||
Before using the repo, check that its contents match what appears
|
||||
|
Loading…
Reference in New Issue
Block a user