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
While running the bootstrap.sh script to create the cluster the playbook failed with "500 internal error"
The image itself has been created but seems the connection timed out before receiving a valid response.
Here is the ansible logs for the error from the playbook:
TASK [node-image : Enable origin-node-bootstrap-conf service] *********************************************************************************************************** changed: [demo-sbx-okd3-ai-image.c.instant-pivot-229415.internal] TASK [node-image : Create cluster disk image] *************************************************************************************************************************** fatal: [demo-sbx-okd3-ai-image.c.instant-pivot-229415.internal -> localhost]: FAILED! => {"changed": true, "cmd": ["../hosts.py", "--create-node-image"], "delta": "0:03:14.040552", "end": "2019-01-24 19:39:56.808440", "msg": "non-zero return code", "rc": 1, "start": "2019-01-24 19:36:42.767888", "stderr": "Traceback (most recent call last):\n File \"../hosts.py\", line 61, in <module>\n main()\n File \"../hosts.py\", line 48, in main\n ocpinv.create_node_image()\n File \"/home/ansible/openshift-provision-demo/openshift_inventory.py\", line 147, in create_node_image\n self.cloud_provider.create_node_image()\n File \"/home/ansible/openshift-provision-demo/openshift_gcp.py\", line 419, in create_node_image\n project = self.ocpinv().cluster_var('openshift_gcp_project'),\n File \"/usr/lib/python2.7/site-packages/oauth2client/_helpers.py\", line 133, in positional_wrapper\n return wrapped(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/googleapiclient/http.py\", line 842, in execute\n raise HttpError(resp, content, uri=self.uri)\ngoogleapiclient.errors.HttpError: <HttpError 500 when requesting https://www.googleapis.com/compute/v1/projects/instant-pivot-229415/global/images/demo-sbx-okd3-ai-node-20190124193643?alt=json returned \"Backend Error\">", "stderr_lines": ["Traceback (most recent call last):", " File \"../hosts.py\", line 61, in <module>", " main()", " File \"../hosts.py\", line 48, in main", " ocpinv.create_node_image()", " File \"/home/ansible/openshift-provision-demo/openshift_inventory.py\", line 147, in create_node_image", " self.cloud_provider.create_node_image()", " File \"/home/ansible/openshift-provision-demo/openshift_gcp.py\", line 419, in create_node_image", " project = self.ocpinv().cluster_var('openshift_gcp_project'),", " File \"/usr/lib/python2.7/site-packages/oauth2client/_helpers.py\", line 133, in positional_wrapper", " return wrapped(*args, **kwargs)", " File \"/usr/lib/python2.7/site-packages/googleapiclient/http.py\", line 842, in execute", " raise HttpError(resp, content, uri=self.uri)", "googleapiclient.errors.HttpError: <HttpError 500 when requesting https://www.googleapis.com/compute/v1/projects/instant-pivot-229415/global/images/demo-sbx-okd3-ai-node-20190124193643?alt=json returned \"Backend Error\">"], "stdout": "", "stdout_lines": []} to retry, use: --limit @/home/ansible/openshift-provision-demo/provision-cluster/bootstrap.retry
The text was updated successfully, but these errors were encountered:
While running the bootstrap.sh script to create the cluster the playbook failed with "500 internal error"
The image itself has been created but seems the connection timed out before receiving a valid response.
Here is the ansible logs for the error from the playbook:
TASK [node-image : Enable origin-node-bootstrap-conf service] *********************************************************************************************************** changed: [demo-sbx-okd3-ai-image.c.instant-pivot-229415.internal] TASK [node-image : Create cluster disk image] *************************************************************************************************************************** fatal: [demo-sbx-okd3-ai-image.c.instant-pivot-229415.internal -> localhost]: FAILED! => {"changed": true, "cmd": ["../hosts.py", "--create-node-image"], "delta": "0:03:14.040552", "end": "2019-01-24 19:39:56.808440", "msg": "non-zero return code", "rc": 1, "start": "2019-01-24 19:36:42.767888", "stderr": "Traceback (most recent call last):\n File \"../hosts.py\", line 61, in <module>\n main()\n File \"../hosts.py\", line 48, in main\n ocpinv.create_node_image()\n File \"/home/ansible/openshift-provision-demo/openshift_inventory.py\", line 147, in create_node_image\n self.cloud_provider.create_node_image()\n File \"/home/ansible/openshift-provision-demo/openshift_gcp.py\", line 419, in create_node_image\n project = self.ocpinv().cluster_var('openshift_gcp_project'),\n File \"/usr/lib/python2.7/site-packages/oauth2client/_helpers.py\", line 133, in positional_wrapper\n return wrapped(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/googleapiclient/http.py\", line 842, in execute\n raise HttpError(resp, content, uri=self.uri)\ngoogleapiclient.errors.HttpError: <HttpError 500 when requesting https://www.googleapis.com/compute/v1/projects/instant-pivot-229415/global/images/demo-sbx-okd3-ai-node-20190124193643?alt=json returned \"Backend Error\">", "stderr_lines": ["Traceback (most recent call last):", " File \"../hosts.py\", line 61, in <module>", " main()", " File \"../hosts.py\", line 48, in main", " ocpinv.create_node_image()", " File \"/home/ansible/openshift-provision-demo/openshift_inventory.py\", line 147, in create_node_image", " self.cloud_provider.create_node_image()", " File \"/home/ansible/openshift-provision-demo/openshift_gcp.py\", line 419, in create_node_image", " project = self.ocpinv().cluster_var('openshift_gcp_project'),", " File \"/usr/lib/python2.7/site-packages/oauth2client/_helpers.py\", line 133, in positional_wrapper", " return wrapped(*args, **kwargs)", " File \"/usr/lib/python2.7/site-packages/googleapiclient/http.py\", line 842, in execute", " raise HttpError(resp, content, uri=self.uri)", "googleapiclient.errors.HttpError: <HttpError 500 when requesting https://www.googleapis.com/compute/v1/projects/instant-pivot-229415/global/images/demo-sbx-okd3-ai-node-20190124193643?alt=json returned \"Backend Error\">"], "stdout": "", "stdout_lines": []} to retry, use: --limit @/home/ansible/openshift-provision-demo/provision-cluster/bootstrap.retry
The text was updated successfully, but these errors were encountered: