This deploys latest openshift installer (following https://github.com/openshift/installer/blob/master/docs/dev/libvirt-howto.md)
-
grab rhcos-qemu.qcow2 and put it in home directory
-
prepare libvirt for tcp connections
- add
LIBVIRTD_ARGS="--listen"
to /etc/sysconfig/libvirtd - open port 16509
- add the following to /etc/libvirt/libvirtd.conf and restart service
- add
listen_tls = 0
listen_tcp = 1
auth_tcp="none"
tcp_port = "16509"
- compile
sh okd.sh
- launch an install
bin/openshift-install cluster --log-level=debug
- clean failures with the cleanup.sh script (upstream cleanup script deletes all vms....)