1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-06 09:47:02 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Robert Krawitz
ae80a11d01 Update instructions for Fedora 31 for libvirt 2019-11-21 10:47:27 -05:00
Chris Suszyński
64b61348b5 Adding docs on running via libvirt on Dobian/Ubuntu
Issue: https://github.com/code-ready/snc/issues/112 have been raised. It
is for permission denied errors that was caused by selinux. Selinux
isn't available on Debian/Ubuntu, and should be disabled in `qemu.conf`.
2019-10-21 15:46:19 +02:00
Robert Fairley
b150e435ec docs/dev/libvirt: update links in customizing install note
Fix relative links for the new directory layout.
2019-09-04 14:43:06 -04:00
Eduardo Minguez Perez
540e768e93 Started customization libvirt doc wit tt0
Fixes #708
2019-07-23 16:17:30 +02:00
Zeeshan Ali
cfcd2f4eab docs,libvirt: Drop storage pool related info
Installer now manages and uses its own storage pool so this info is now
redundant.
2019-07-10 16:23:36 +02:00
Zeeshan Ali
b785c6ece8 libvirt,docs: Make console workaround a bit easier
Instead of telling what the content of a manifest should be like, provide
a command to modify it as needed.
2019-06-11 16:55:04 +02:00
OpenShift Merge Robot
85323d6d23 Merge pull request #1776 from cfergeau/docs
Doc changes for libvirt backend
2019-05-23 15:27:13 +02:00
Christophe Fergeau
be4e24a122 docs/libvirt: Rework firewalld section
There are some significant firewalld zone differences between Fedora
Workstation and RHEL8. This commit takes this into account, and adjusts
the Fedora instructions so that the libvirt port does not get exposed
externally.
2019-05-22 09:27:21 +02:00
Christophe Fergeau
869f9e9248 docs/libvirt: Remove policykit configuration
Since by default the installer uses qemu+tcp://192.168.122.1 and we
document to disable auth on tcp connections, the policykit step is not
required for the installer.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
2019-05-22 09:27:13 +02:00
Christophe Fergeau
5dc17caee4 docs/libvirt: Use 192.168.122.0 as default subnet
Commit 30b1ae8e4 changed the subnet the cluster will use from
192.168.124.0 to 192.168.126.0. However, it also changed mentions of the default
libvirt from 192.168.122.0 to 192.168.124.0.
This commit revert the last part of the change as 192.168.122.0 is more
likely to be used as it's the upstream libvirt default.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
2019-05-22 09:27:04 +02:00
Praveen Kumar
90b0d4558e docs/dev/libvirt/README.md: Add troubleshooting docs for libvirt console issue.
Currently cluster created by libvirt not able to resolve the auth route
and because of that console doesn't comeup. This troubleshooting doc entry
direct users to make some modification before running the cluster so that
auth route can be resolved by the cluster. Fix #1007
2019-05-06 15:37:20 +05:30
Patrick Dillon
12ec7e0c6f Fix broken link in libvirt doc. 2019-05-02 16:42:38 -04:00
OpenShift Merge Robot
f55b4f259b Merge pull request #1675 from vbatts/broken_links
libvirt/README: fix broken links due to doc move
2019-04-26 23:46:39 -07:00
Vincent Batts
dfcd3ac5ad libvirt/README: fix broken links due to doc move
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-04-25 08:43:35 -04:00
Zeeshan Ali
360b5781b6 OWNERS: Setup ownership of libvirt code
This is to give ownership of libvirt backend of Installer to CRC team. For
now I've only added two members from CRC team (myself and Praveen). I also
added two members of Installer team who seem to have been the most active
devs developing the relevant code.

We don't add `libvirt-approvers` for `pkg/types/libvirt`. For reasons:

https://github.com/openshift/installer/pull/1662#issuecomment-485895942
2019-04-24 12:19:18 +02:00
W. Trevor King
5ec2433025 docs: Stronger per-platform isolation
Punt per-platform docs down into platform-specific subdirectories so
we can apply platform-specific OWNERS files.
2019-04-10 12:41:01 -07:00