openshift / puppet-openshift_origin

Puppet module to create OpenShift Brokers and Nodes. Can be used to create a full OpenShift Origin deployment.
http://forge.puppetlabs.com/openshift/openshift_origin
Other
45 stars 128 forks source link

Ensure node configuration is set before starting the openshift-watchman service #402

Closed tiwillia closed 9 years ago

tiwillia commented 9 years ago

The watchman script loads openshift-origin-node, which requires that all frontends specified in OPENSHIFT_FRONTEND_HTTP_PLUGINS of /etc/openshift/node.conf be present. The default value may include a frontend that is not present, causing openshift-watchman to fail to load openshift-origin-node.

Fixes https://github.com/openshift/origin-server/issues/5693

sdodson commented 9 years ago

LGTM