This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Description
Centos 6.5 install of OSO M4
This has been tested with an OOB CentOS 6.5 VM running oo-install using OSO Release 4 (M4) repos.
excerpt of oo-diagnostics -vv:
FAIL: test_services_enabled
The following service(s) are not currently started:
openshift-node-web-proxy
These services are required for OpenShift functionality.
Service checking as reported by oo-diagnostics -vv:
[root@broker ~]# service openshift-node-web-proxy restart
Stopping node-web-proxy: [ OK ]
Starting node-web-proxy: /opt/rh/nodejs010//enable: line 5: scl_source: No such file or directory
This fixes the issue:
yum -y install scl-utils-20120927-9.el6oso.x86_64
Finally:
[root@broker ~]# service openshift-node-web-proxy restart
Stopping node-web-proxy: [ OK ]
Starting node-web-proxy: [ OK ]