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
- Host: GitHub
- URL: https://github.com/goern/openshift-el
- Owner: goern
- License: gpl-2.0
- Created: 2015-02-02T19:29:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T13:00:25.000Z (over 11 years ago)
- Last Synced: 2025-02-02T08:44:26.407Z (over 1 year ago)
- Language: Shell
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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