Hide Forgot
Created attachment 1220857 [details] Log file from metrics deployer Metrics fail to deploy when running this command (current origin master): oc cluster up --public-hostname=openshiftdev.local --routing-suffix=localhost.dev --metrics --version latest Error: scripts/hawkular.sh: line 200: STARTUP_TIMEOUT: unbound variable
The issue is because 'oc cluster up' is not using the latest template and is therefore missing the STARTUP_TIMEOUT parameter. We do need to update the deployer so that if the STARTUP_TIMEOUT parameter is not set we give it a default value (see https://github.com/openshift/origin-metrics/pull/264)
https://github.com/openshift/origin-metrics/pull/264 is now merged and new images have been pushed out.
Fix works for me, thanks Matt