Skip to content

dsevost/ocp4-demo

Repository files navigation

OpenShift 4 (beta) Installation and exploring

Performing basic installation (libvirt)

  1. Configure LibvirtD, NetworkManager, FirewallD according doc (https://github.com/openshift/installer/blob/master/docs/dev/libvirt/README.md)
  2. Build OpenShift Installer with LibvirtD support
  3. Run OpenShift Installer with 'install-config' option
  4. Fix LibvirtD Hypervisor's Network as you want (addressing, bridge name), masters and workers count
  5. Runs OpenShift Installer with 'create' option
  6. On final step of installation add dns record at LibvirtD network definition for host 'openshift-authentication-openshift-authentication.apps.<domain.tld>'

Performing Cluster stretching (libvirt)

Performing installation procedure with Ansible's playbooks

  1. Prepare your ansible controller
vi inventories/work/hosts
ansible-playbook -i inventories/work/hosts 0-step

It fetches SSH finger prints of hypervisors and bastion, and creates admin user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages