Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node image creation timeout #5

Open
AlyIbrahim opened this issue Jan 24, 2019 · 1 comment
Open

node image creation timeout #5

AlyIbrahim opened this issue Jan 24, 2019 · 1 comment

Comments

@AlyIbrahim
Copy link

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

@jkupferer
Copy link
Contributor

After initially encountering this error frequently, we have been unable to replicate recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants