Have you tried configuring 172.29.236.100 on br-mgmt in addition to the address 
that is there? That is the default IP set for internal_lb_vip_address if I’m 
not mistaken, and is what haproxy will bind to.

James

> On Sep 11, 2015, at 4:06 PM, Duck Euler <duck2...@gmail.com> wrote:
> 
> 
> 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@aio1_galera_container-fc2a8901:/tmp# /usr/local/bin/pip -v install 
> MySQL-python
> Ignoring indexes: https://pypi.python.org/simple 
> <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/ 
> <http://172.29.236.100:8181/os-releases/11.2.2/>
>   Skipping link http://172.29.236.100:8181/os-releases/11.2.2/ 
> <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/ 
> <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/ 
> <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
> 
> 
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to