hedinasr / openshift-sandbox

Local environment to mess up with OKD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openshift-sandbox

This project was tested on Fedora 31 and macOS.

Requirements

  • VirtualBox
  • Vagrant
  • Python 3.7

Quick start

  1. Clone openshift-ansible and checkout the release-3.11 tag:

    git clone https://github.com/openshift/openshift-ansible.git
    cd openshift-ansible && git checkout release-3.11
  2. Apply the patch:

    cd openshift-ansible/
    git apply ../node-config.yaml.j2.patch
  3. Install the required Python packages:

    # I suggest to use a virtualenv
    pip install -r openshift-ansible/requirements.txt
  4. Boot up the virtual machine and run Ansible:

    vagrant up
    make deploy
    

About

Local environment to mess up with OKD


Languages

Language:Makefile 100.0%