diff options
author | Jaroslav Henner <jhenner@redhat.com> | 2015-10-13 16:15:39 +0200 |
---|---|---|
committer | Jaroslav Henner <jhenner@redhat.com> | 2015-10-13 16:15:39 +0200 |
commit | 9ac39d275252d07655f982b2c12722e02a077a94 (patch) | |
tree | 941f68a58a6e6372f198c21fdd3d5228d945ff6e /README_libvirt.md | |
parent | a3531efc4cbe6d514666c5c52a6971749f5f3379 (diff) | |
download | openshift-9ac39d275252d07655f982b2c12722e02a077a94.tar.gz openshift-9ac39d275252d07655f982b2c12722e02a077a94.tar.bz2 openshift-9ac39d275252d07655f982b2c12722e02a077a94.tar.xz openshift-9ac39d275252d07655f982b2c12722e02a077a94.zip |
Add dependencies missing on RHEL 7.1
Add deps missing when using RHEL 7.1 to run openshift-ansible with libvirt
Diffstat (limited to 'README_libvirt.md')
-rw-r--r-- | README_libvirt.md | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/README_libvirt.md b/README_libvirt.md index 3f8bbb5f0..3a29eefcb 100644 --- a/README_libvirt.md +++ b/README_libvirt.md @@ -8,16 +8,18 @@ This makes `libvirt` useful to develop, test and debug OpenShift and openshift-a Install dependencies -------------------- -1. Install [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) -2. Install [ebtables](http://ebtables.netfilter.org/) -3. Install [qemu](http://wiki.qemu.org/Main_Page) -4. Install [libvirt](http://libvirt.org/) -5. Enable and start the libvirt daemon, e.g: +1. Install [ansible](http://www.ansible.com/) +2. Install [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) +3. Install [ebtables](http://ebtables.netfilter.org/) +4. Install [qemu and qemu-system-x86](http://wiki.qemu.org/Main_Page) +5. Install [libvirt-python and libvirt](http://libvirt.org/) +6. Install [genisoimage](http://cdrkit.org/) +7. Enable and start the libvirt daemon, e.g: - `systemctl enable libvirtd` - `systemctl start libvirtd` -6. [Grant libvirt access to your user¹](https://libvirt.org/aclpolkit.html) -7. Check that your `$HOME` is accessible to the qemu user² -8. Configure dns resolution on the host³ +8. [Grant libvirt access to your user¹](https://libvirt.org/aclpolkit.html) +9. Check that your `$HOME` is accessible to the qemu user² +10. Configure dns resolution on the host³ #### ¹ Depending on your distribution, libvirt access may be denied by default or may require a password at each access. |