Skip to content

Instantly share code, notes, and snippets.

@matzew
Last active December 7, 2017 12:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save matzew/a10de22c617a3d8239c99cca6837c928 to your computer and use it in GitHub Desktop.

fatal: [localhost]: FAILED! => {"changed": false, "cmd": "oc cluster up --service-catalog=true --host-config-dir=/home/Matthias/go/src/github.com/feedhenry/mcp-standalone/ui --host-data-dir=/home/Matthias/go/src/github.com/feedhenry/mcp-standalone/ui/openshift-data --host-pv-dir=/home/Matthias/go/src/github.com/feedhenry/mcp-standalone/ui/openshift-pvs --host-volumes-dir=/home/Matthias/go/src/github.com/feedhenry/mcp-standalone/ui/openshift-volumes --routing-suffix=192.168.37.1.nip.io --public-hostname=192.168.37.1 --version=v3.7.0-rc.0 --image=openshift/origin", "delta": "0:10:35.621711", "end": "2017-12-07 13:01:30.741592", "failed": true, "rc": 1, "start": "2017-12-07 12:50:55.119881", "stderr": "", "stderr_lines": [], "stdout": "Starting OpenShift using openshift/origin:v3.7.0-rc.0 ...\n-- Checking OpenShift client ... OK\n-- Checking Docker client ... OK\n-- Checking Docker version ... OK\n-- Checking for existing OpenShift container ... OK\n-- Checking for openshift/origin:v3.7.0-rc.0 image ... OK\n-- Checking Docker daemon configuration ... OK\n-- Checking for available ports ... \n WARNING: Binding DNS on port 8053 instead of 53, which may not be resolvable from all clients.\n-- Checking type of volume mount ... \n Using nsenter mounter for OpenShift volumes\n-- Creating host directories ... OK\n-- Finding server IP ... \n Using public hostname IP 192.168.37.1 as the host IP\n Using 192.168.37.1 as the server IP\n-- Checking service catalog version requirements ... OK\n-- Starting OpenShift container ... \n Creating initial OpenShift configuration\n Starting OpenShift using container 'origin'\n Waiting for API server to start listening\n OpenShift server started\n-- Adding default OAuthClient redirect URIs ... OK\n-- Installing registry ... \n scc "privileged" added to: ["system:serviceaccount:default:registry"]\n-- Installing router ... OK\n-- Importing image streams ... OK\n-- Importing templates ... OK\n-- Importing service catalog templates ... OK\n-- Installing service catalog ... FAIL\n Error: failed to start the service catalog apiserver: timed out waiting for the condition", "stdout_lines": ["Starting OpenShift using openshift/origin:v3.7.0-rc.0 ...", "-- Checking OpenShift client ... OK", "-- Checking Docker client ... OK", "-- Checking Docker version ... OK", "-- Checking for existing OpenShift container ... OK", "-- Checking for openshift/origin:v3.7.0-rc.0 image ... OK", "-- Checking Docker daemon configuration ... OK", "-- Checking for available ports ... ", " WARNING: Binding DNS on port 8053 instead of 53, which may not be resolvable from all clients.", "-- Checking type of volume mount ... ", " Using nsenter mounter for OpenShift volumes", "-- Creating host directories ... OK", "-- Finding server IP ... ", " Using public hostname IP 192.168.37.1 as the host IP", " Using 192.168.37.1 as the server IP", "-- Checking service catalog version requirements ... OK", "-- Starting OpenShift container ... ", " Creating initial OpenShift configuration", " Starting OpenShift using container 'origin'", " Waiting for API server to start listening", " OpenShift server started", "-- Adding default OAuthClient redirect URIs ... OK", "-- Installing registry ... ", " scc "privileged" added to: ["system:serviceaccount:default:registry"]", "-- Installing router ... OK", "-- Importing image streams ... OK", "-- Importing templates ... OK", "-- Importing service catalog templates ... OK", "-- Installing service catalog ... FAIL", " Error: failed to start the service catalog apiserver: timed out waiting for the condition"]}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment