Hi Folks, We are trying to setup openstack liberty with OSA playbooks, But it seems while running os-keystone-install.yml we are getting some error with "http.GatewayTimeout: Gateway Timeout mux_client_read_packet: read header failed: Broken pipe". Logs are as attached below:
_______________________________________________________________________ <x.x.x.132> ESTABLISH CONNECTION FOR USER: root <x.x.x.132> REMOTE_MODULE keystone command=ensure_tenant token=96cafe503b67221766ecf7ca642f1dd387dfe0b579ab01d2a138a73ce344b35b50928a insecure=False tenant_name=service description='Keystone Identity Service' endpoint=http://172.29.236.100:35357/v3 <x.x.x.132> EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=120 x.x.x.132 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python' <x.x.x.132> REMOTE_MODULE keystone command=ensure_tenant token=96cafe503b67221766ecf7ca642f1dd387dfe0b579ab01d2a138a73ce344b35b50928a insecure=False tenant_name=service description='Keystone Identity Service' endpoint=http://172.29.236.100:35357/v3 <x.x.x.132> EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=120 x.x.x.132 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python' Result from run 1 is: {'msg': 'OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 26561\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\nTraceback (most recent call last):\n File "<stdin>", line 2921, in <module>\n File "<stdin>", line 1303, in main\n File "<stdin>", line 460, in command_router\n File "<stdin>", line 632, in ensure_tenant\n File "<stdin>", line 650, in ensure_project\n File "<stdin>", line 580, in _get_domain_from_vars\n File "<stdin>", line 587, in _get_domain\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/v3/domains.py", line 62, in list\n return super(DomainManager, self).list(**kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 74, in func\n return f(*args, **new_kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 386, in list\n self.collection_key)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 124, in _list\n resp, body = self.client.get(url, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 178, in get\n return self.request(url, \'GET\', **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 335, in request\n resp = super(LegacyJsonAdapter, self).request(*args, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 103, in request\n return self.session.request(url, method, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/positional/__init__.py", line 101, in inner\n return wrapped(*args, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 419, in request\n raise exceptions.from_response(resp, method, url)\nkeystoneauth1.exceptions.http.GatewayTimeout: Gateway Timeout (HTTP 504)\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\n', 'failed': True, 'attempts': 1, 'parsed': False} <x.x.x.132> REMOTE_MODULE keystone command=ensure_tenant token=96cafe503b67221766ecf7ca642f1dd387dfe0b579ab01d2a138a73ce344b35b50928a insecure=False tenant_name=service description='Keystone Identity Service' endpoint=http://172.29.236.100:35357/v3 <x.x.x.132> EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=120 x.x.x.132 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python' Result from run 2 is: {'msg': 'OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 26561\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\nTraceback (most recent call last):\n File "<stdin>", line 2921, in <module>\n File "<stdin>", line 1303, in main\n File "<stdin>", line 460, in command_router\n File "<stdin>", line 632, in ensure_tenant\n File "<stdin>", line 650, in ensure_project\n File "<stdin>", line 580, in _get_domain_from_vars\n File "<stdin>", line 587, in _get_domain\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/v3/domains.py", line 62, in list\n return super(DomainManager, self).list(**kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 74, in func\n return f(*args, **new_kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 386, in list\n self.collection_key)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 124, in _list\n resp, body = self.client.get(url, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 178, in get\n return self.request(url, \'GET\', **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 335, in request\n resp = super(LegacyJsonAdapter, self).request(*args, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 103, in request\n return self.session.request(url, method, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/positional/__init__.py", line 101, in inner\n return wrapped(*args, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 419, in request\n raise exceptions.from_response(resp, method, url)\nkeystoneauth1.exceptions.http.GatewayTimeout: Gateway Timeout (HTTP 504)\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\n', 'failed': True, 'attempts': 2, 'parsed': False} <x.x.x.132> REMOTE_MODULE keystone command=ensure_tenant token=96cafe503b67221766ecf7ca642f1dd387dfe0b579ab01d2a138a73ce344b35b50928a insecure=False tenant_name=service description='Keystone Identity Service' endpoint=http://172.29.236.100:35357/v3 <x.x.x.132> EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=120 x.x.x.132 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python' Result from run 3 is: {'msg': 'OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 26561\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\nTraceback (most recent call last):\n File "<stdin>", line 2921, in <module>\n File "<stdin>", line 1303, in main\n File "<stdin>", line 460, in command_router\n File "<stdin>", line 632, in ensure_tenant\n File "<stdin>", line 650, in ensure_project\n File "<stdin>", line 580, in _get_domain_from_vars\n File "<stdin>", line 587, in _get_domain\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/v3/domains.py", line 62, in list\n return super(DomainManager, self).list(**kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 74, in func\n return f(*args, **new_kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 386, in list\n self.collection_key)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 124, in _list\n resp, body = self.client.get(url, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 178, in get\n return self.request(url, \'GET\', **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 335, in request\n resp = super(LegacyJsonAdapter, self).request(*args, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 103, in request\n return self.session.request(url, method, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/positional/__init__.py", line 101, in inner\n return wrapped(*args, **kwargs)\n File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 419, _______________________________________________________________________ Would appreciate if get any pointer to look into this issue. Thanks, Abhijeet -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/d5574fd9-d686-4e29-879f-47ce78c9991c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
