foobarster / shutit-openshift-cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shutit-openshift-cluster

Run

To run (virtualbox flavour):

# as root
[install pip]
[sudo] pip install shutit
git clone --recursive https://github.com/ianmiell/shutit-openshift-cluster
cd shutit-openshift-cluster
./run.sh

To run (libvirt flavour, eg Centos7):

# as root
yum install -y epel-release
yum install -y python-pip git
pip install shutit
git clone --recursive https://github.com/ianmiell/shutit-openshift-cluster
cd shutit-openshift-cluster
./run.sh --echo -s shutit-library.virtualization.virtualization.virtualization virt_method libvirt

More

For more info, see here

About


Languages

Language:Python 61.4%Language:Shell 31.6%Language:Dockerfile 6.4%Language:Ruby 0.4%Language:JavaScript 0.1%