An open API service indexing awesome lists of open source software.

https://github.com/goern/openshift-el

This is OpenShift on a Enterprise Linux
https://github.com/goern/openshift-el

Last synced: over 1 year ago
JSON representation

This is OpenShift on a Enterprise Linux

Awesome Lists containing this project

README

          

# openshift-el This is OpenShift on a Enterprise Linux

and it will run OpenShift Origin 3 on CentOS 7
and we follow A successful Git branching model [1]

## dependencies

By now Vagrant required the registration plugin [2] to register and subscribe RHEL. Obviously a Red Hat subscription is required for this to work.

## Installation and Usage

```
git clone https://github.com/goern/openshift-el.git
cd openshift-el
export SUB_USERNAME=user@example.com
export SUB_PASSWORD=password
vagrant up
vagrant ssh master
```

## TODO

* migrate everything to CentOS
* connect docker to flannel bridge
* get interface name from ansible for /etc/sysconfig/flanneld

[1] - http://nvie.com/posts/a-successful-git-branching-model/

[2] - https://github.com/whitel/vagrant-registration