These steps define deploying a single node openshift 4.2 cluster using idm as the dns server on kvm. For the network it will use nat and bridge. OpenShift nodes are deployed within the nat work and the idm server is deployed on the bridge so external machines can resolve the addresses of the openshift cluster.
Download Repo Extract it and run qubinode installer
wget https://github.com/tosin2013/qubinode-installer/archive/master.zip
unzip master.zip
mv qubinode-installer-master qubinode-installer
rm -f master.zip