https://github.com/debianmaster/openshift-playground
https://github.com/debianmaster/openshift-playground
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/debianmaster/openshift-playground
- Owner: debianmaster
- Created: 2016-06-01T17:55:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T19:19:38.000Z (about 10 years ago)
- Last Synced: 2025-01-29T14:53:36.328Z (over 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Clone repo
```sh
https://github.com/debianmaster/openshift-playground.git
cd openshift-playground
```
## Download virutalbox (Manual task)
> Download rhel7 virualbox from https://access.redhat.com/downloads/content/293/ver=1/rhel---7/1.0.1/x86_64/product-software
> RHEL 7.1 Vagrant box for VirtualBox ---- Download this
## Name download image as rhel7
```sh
downloadVBox.sh
```
## Spin up VMS
```sh
./up.sh
```
## Clone openshift ansible & run playbook
```sh
git clone https://github.com/debianmaster/openshift-ansible.git
cd openshift-ansible
ansible-playbook playbooks/byo/config.yml -i ../hosts
```