/openshift-vagrant

Easy deployment solution for all-in-one Openshift cluster

BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

openshift-vagrant

This project aims to provision a CentOS 7 with OKD all-in-one, using openshift-ansible with container storage, router, registry, metrics, logging and etc.

You can change in environment varibles Vagrantfile file or use os environment varibles. It defaults to origin, v3.11 and 10.0.0.111 respectively.

After vagrant up you'll be able to access your OpenShift instance at: https://okd.master1.10.0.0.111.nip.io:8443 with admin:admin.

Dependency

  • Vagrant

  • vagrant-hostmanager plugin

  • VirtualBox

Limitations

  • Tested only on MacOS, Suse

  • Only tested with VirtualBox

Updates:

  • Cri-O support many thanks to Asgoret

  • Testing on Linux Suse many thanks to gecube