[Openstack] os-ansible-deployment pip failing in container

Duck Euler duck2718 at gmail.com
Fri Sep 11 21:06:52 UTC 2015


running os-ansible-deployment all in one. using reference configuration.

following error from ansible run:

TASK: [galera_client | Install pip packages]
**********************************
failed: [aio1_galera_container-fc2a8901] => (item=MySQL-python) =>
{"attempts": 5, "cmd": "/usr/local/bin/pip install MySQL-python", "failed":
true, "item": "MySQL-python"}
msg: Task failed as maximum retries was encountered


same pip install command from with in container, following error:

root at aio1_galera_container-fc2a8901:/tmp# /usr/local/bin/pip -v install
MySQL-python
Ignoring indexes: https://pypi.python.org/simple
Collecting MySQL-python
  1 location(s) to search for versions of MySQL-python:
  * http://172.29.236.100:8181/os-releases/11.2.2/
  Skipping link http://172.29.236.100:8181/os-releases/11.2.2/ (from -f);
unsupported archive format: .2
  Getting page http://172.29.236.100:8181/os-releases/11.2.2/
  Starting new HTTP connection (1): 172.29.236.100
  Incremented Retry for (url='/os-releases/11.2.2/'): Retry(total=4,
connect=None, read=None, redirect=None)
  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after
connection broken by 'ProtocolError('Connection aborted.', error(111,
'Connection refused'))': /os-releases/11.2.2/

looks like pip is looking for MySQL-python from ->
http://172.29.236.100:8181/os-releases/11.2.2/

this is the AllInOne host, ip is configured br-mgnt interface. there is no
http server on that host:port.

are there suggestions on where to look for getting a http repo server
installed on local server? or any other advice on getting past this point.

thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150911/1f6c5463/attachment.html>


More information about the Openstack mailing list