<div dir="ltr">Hi Duck,<div><br></div><div>Glad you got it sorted.  The reason why scripts/run-playbooks.sh worked for you is because it has $DEPLOY_LB set to "yes" by default, which resulted in haproxy-install.yml being run.  A number of production deploys done w/ os-ansible-deployment (now openstack-ansible) use hardware load balancers for HA, and this is presumably why haproxy-install.yml is not called in setup-everything.yml.  I will agree that the name of setup-everything.yml is misleading and we probably should consider adding haproxy-install.yml to it.  I will discuss this with the team and create a bug/review if we feel that is necessary.</div><div><br></div><div>Regards,</div><div>Matt</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 12, 2015 at 2:42 AM, Duck Euler <span dir="ltr"><<a href="mailto:duck2718@gmail.com" target="_blank">duck2718@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><pre>update for all<br></pre><pre><br>within os-ansible-deployment repo, I've stumbled across scripts/run-playbooks.sh<br></pre><pre>run-playbook.sh runs to completion with no errors.  </pre><pre><br></pre><pre>please update document to reflect that <br></pre><pre><br>openstack-ansible setup-everything.yml<br><br></pre><pre>should be depreciated or out right replace with<br><br>scripts/run-playbooks.sh<br><br></pre><pre>thanks!<br></pre><div><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 11, 2015 at 4:56 PM, Duck Euler <span dir="ltr"><<a href="mailto:duck2718@gmail.com" target="_blank">duck2718@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div>James,<br><br></div>thanks for the reply. you are correct, 172.29.236.100 is the haproxy. it's already on br-mgmt interface. good call.<br><br></div>upon further inspection, there are two running repo containers :<br><br>aio1_repo_container-xxxxxxx1 <br>aio1_repo_container-xxxxxxx2<br><br></div>the correct information regarding them is in openstack_inventory.json file. wget to the IP address to one of the repo container shows working http. so, the repo containers are there and appear to be working. i'm guessing the focus is to look at haproxy plumbing to finish an install.<br><br></div>further inspection shows aio1_swift_proxy_container-xxxxxxxx <br></div>assuming the same convention for repo, I would expect to see aio1_repo_proxy_container-xxxxxxxx  !??<br><div><br></div><div>any hints on were haproxy for repo (an all other redundant service containers other than swift) are living ? hints or other suggestions on what yaml file to look at editing?<br></div><div><br></div><div>thanks!<br></div><div><div><div><div><div><br><br></div></div></div></div></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 11, 2015 at 3:05 PM, James Denton <span dir="ltr"><<a href="mailto:james.denton@rackspace.com" target="_blank">james.denton@rackspace.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word">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.<div><div><br><div>
<div><div>James</div></div><div><br></div></div><div><blockquote type="cite"><div><div><div>On Sep 11, 2015, at 4:06 PM, Duck Euler <<a href="mailto:duck2718@gmail.com" target="_blank">duck2718@gmail.com</a>> wrote:</div><br></div></div><div><div><div><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" target="_blank">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/" target="_blank">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/" target="_blank">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/" target="_blank">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/" target="_blank">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></div></div>
_______________________________________________<br>Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br></div></blockquote></div><br></div></div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div></div>
<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>