You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
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 ]