Terraform and ansible code to spin up OKD/Openshift 3.11 under KVM/Azure This code was developed so that I could spin up OKD/Openshift resources quickly. Useful for customer demonstrations and training courses.
- Clone this Repo.
- Move into the directoy where you want to provision. i.e. KVM for local libvirtd machines, Azure for Azure cloud
- Edit the static.tfvars file and edit your values to suit.
- Run the following
make init
make
bash ./configure.bash
- Login to your master node and run the generated script:
./install_ocp.bash
For each cloud instance, see the README.md in the relevant directory for specific instructions.
Gary. 26/01/2021