<div dir="ltr"><div><div><div><br></div>running os-ansible-deployment all in one. using reference configuration.<br><br></div>following error from ansible run:<br><br>TASK: [galera_client | Install pip packages] ********************************** <br>failed: [aio1_galera_container-fc2a8901] => (item=MySQL-python) => {"attempts": 5, "cmd": "/usr/local/bin/pip install MySQL-python", "failed": true, "item": "MySQL-python"}<br>msg: Task failed as maximum retries was encountered<br><br><br></div>same pip install command from with in container, following error: <br><div><br>root@aio1_galera_container-fc2a8901:/tmp# /usr/local/bin/pip -v install MySQL-python<br>Ignoring indexes: <a href="https://pypi.python.org/simple">https://pypi.python.org/simple</a><br>Collecting MySQL-python<br>  1 location(s) to search for versions of MySQL-python:<br>  * <a href="http://172.29.236.100:8181/os-releases/11.2.2/">http://172.29.236.100:8181/os-releases/11.2.2/</a><br>  Skipping link <a href="http://172.29.236.100:8181/os-releases/11.2.2/">http://172.29.236.100:8181/os-releases/11.2.2/</a> (from -f); unsupported archive format: .2<br>  Getting page <a href="http://172.29.236.100:8181/os-releases/11.2.2/">http://172.29.236.100:8181/os-releases/11.2.2/</a><br>  Starting new HTTP connection (1): 172.29.236.100<br>  Incremented Retry for (url='/os-releases/11.2.2/'): Retry(total=4, connect=None, read=None, redirect=None)<br>  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/<br><br></div><div>looks like pip is looking for MySQL-python from -> <a href="http://172.29.236.100:8181/os-releases/11.2.2/">http://172.29.236.100:8181/os-releases/11.2.2/</a><br><br></div><div>this is the AllInOne host, ip is configured br-mgnt interface. there is no http server on that host:port.<br></div><div><br></div><div>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.<br><br></div><div>thanks<br></div><div> <br><br></div></div>