Created
March 7, 2017 19:55
-
-
Save smarterclayton/8c427736ab6b9faa7055c96820b15682 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14:20:28 PLAY [localhost] *************************************************************** | |
14:20:28 | |
14:20:28 TASK [setup] ******************************************************************* | |
14:20:28 Tuesday 07 March 2017 19:20:28 +0000 (0:00:00.277) 0:03:16.368 ********* | |
14:20:33 ok: [localhost] | |
14:20:39 ERROR! Attempted to execute "/usr/share/ansible/openshift-ansible-gce/inventory.sh" as inventory script: Inventory script (/usr/share/ansible/openshift-ansible-gce/inventory.sh) had an execution error: Traceback (most recent call last): | |
14:20:39 File "/usr/share/ansible/openshift-ansible-gce/inventory/gce/hosts/gce.py", line 400, in <module> | |
14:20:39 GceInventory() | |
14:20:39 File "/usr/share/ansible/openshift-ansible-gce/inventory/gce/hosts/gce.py", line 132, in __init__ | |
14:20:39 print(self.json_format_dict(self.group_instances(zones), | |
14:20:39 File "/usr/share/ansible/openshift-ansible-gce/inventory/gce/hosts/gce.py", line 320, in group_instances | |
14:20:39 nodes = self.driver.list_nodes() | |
14:20:39 File "/usr/lib/python2.7/site-packages/libcloud/compute/drivers/gce.py", line 1599, in list_nodes | |
14:20:39 response = self.connection.request(request, method='GET').object | |
14:20:39 File "/usr/lib/python2.7/site-packages/libcloud/compute/drivers/gce.py", line 120, in request | |
14:20:39 response = super(GCEConnection, self).request(*args, **kwargs) | |
14:20:39 File "/usr/lib/python2.7/site-packages/libcloud/common/google.py", line 718, in request | |
14:20:39 *args, **kwargs) | |
14:20:39 File "/usr/lib/python2.7/site-packages/libcloud/common/base.py", line 797, in request | |
14:20:39 response = responseCls(**kwargs) | |
14:20:39 File "/usr/lib/python2.7/site-packages/libcloud/common/base.py", line 145, in __init__ | |
14:20:39 self.object = self.parse_body() | |
14:20:39 File "/usr/lib/python2.7/site-packages/libcloud/common/google.py", line 287, in parse_body | |
14:20:39 raise GoogleBaseError(message, self.status, code) | |
14:20:39 libcloud.common.google.GoogleBaseError: {u'domain': u'global', u'message': u'Internal Error', u'reason': u'internalError'} | |
14:20:39 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment