<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>When I run with old syntax ( no matter it is already useless )  under $HOME/.quickstart I can find
<br>
</p>
<p><br>
</p>
<p></p>
<div>[boris@fedora24wks ~]$ find . -name ansible-playbook -print<br>
./.quickstart/bin/ansible-playbook</div>
<p></p>
<p><br>
</p>
<p>Than I clean everything up and run :-<br>
</p>
<p><br>
</p>
<p></p>
<div>[boris@fedora24wks ~]$ rm -fr .ansible .quickstart tripleo-quickstart<br>
[boris@fedora24wks ~]$ git clone <a previewremoved="true" href="https://github.com/openstack/tripleo-quickstart" target="_blank" rel="noopener" id="LPlnk371593">
https://github.com/openstack/tripleo-quickstart</a><br>
Cloning into 'tripleo-quickstart'...<br>
remote: Counting objects: 5741, done.<br>
remote: Compressing objects: 100% (62/62), done.<br>
remote: Total 5741 (delta 20), reused 0 (delta 0), pack-reused 5673<br>
Receiving objects: 100% (5741/5741), 923.94 KiB | 726.00 KiB/s, done.<br>
Resolving deltas: 100% (2962/2962), done.<br>
Checking connectivity... done.<br>
<br>
[boris@fedora25wks ~]$ cd tripleo*<br>
<br>
[boris@fedora25wks tripleo-quickstart]$ ssh root@$VIRTHOST uname -aLinux Server73CentOS.localdomain 3.10.0-514.2.2.el7.x86_64 #1 SMP Tue Dec 6 23:06:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux<br>
<br>
[boris@fedora25wks tripleo-quickstart]$ bash quickstart.sh -p quickstart-extras.yml -r quickstart-extras-requirements.txt --tags all $VIRTHOST<br>
<br>
Command :-<br>
<span>[boris@fedora24wks ~]$ find . -name ansible-playbook -print</span><br>
been run under /home/boris cannot find "ansible-playbook"<br>
</div>
<br>
<p></p>
<p>Looks as a bug for myself at least in meantime.</p>
<p><br>
</p>
<p>Thanks.</p>
<p>Boris.<br>
</p>
<br>
<div style="color: rgb(49, 55, 57);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> rdo-list-bounces@redhat.com <rdo-list-bounces@redhat.com> on behalf of Boris Derzhavets <bderzhavets@hotmail.com><br>
<b>Sent:</b> Friday, December 30, 2016 12:58 PM<br>
<b>To:</b> rdo-list@redhat.com<br>
<b>Subject:</b> [rdo-list] How to work with TripleO QS after commit 6c3cd87a6639b15ad84b798f76e8a1f65877855a ?</font>
<div> </div>
</div>
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>What commit does ?</p>
<p><br>
</p>
<p></p>
<div>Author: Wes Hayutin <weshayutin@gmail.com><br>
Date:   Tue Dec 13 17:07:54 2016 -0500<br>
<br>
    move the undercloud deploy role to quickstart-extras for composability<br>
    <br>
    In an effort to make more of the tripleo deployment ci more composable<br>
    it has been discussed to break out the undercloud deployment into it's<br>
    own role.  There are examples where additional configuration is needed<br>
    prior to the undercloud installation such as dpdk, and installing in<br>
    other ci environments.<br>
    This patch moves the undercloud deployment from the quickstart.yml<br>
    playbook to the quickstart-extras.yml playbook<br>
</div>
<p></p>
<p>-----</p>
<p><br>
</p>
<p>So  command :-</p>
<p>$ bash quickstart.sh -R newton --config config/general_config/ha.yml  $VIRTHOST</p>
<p>still works , but no longer deploys undercloud and create stackrc file</p>
<p><br>
</p>
<p>Follow <a previewremoved="true" href="https://github.com/openstack/tripleo-quickstart" class="OWAAutoLink" id="LPlnk983911">
https://github.com/openstack/tripleo-quickstart</a></p>
<p>and run as test :-</p>
<p><br>
</p>
<p></p>
<div>[boris@fedora25wks ~]$ rm -fr .ansible .quickstart tripleo-quickstart<br>
[boris@fedora25wks ~]$ git clone <a previewremoved="true" href="https://github.com/openstack/tripleo-quickstart" target="_blank" rel="noopener" id="LPlnk371593">
https://github.com/openstack/tripleo-quickstart</a><br>
Cloning into 'tripleo-quickstart'...<br>
remote: Counting objects: 5741, done.<br>
remote: Compressing objects: 100% (62/62), done.<br>
remote: Total 5741 (delta 20), reused 0 (delta 0), pack-reused 5673<br>
Receiving objects: 100% (5741/5741), 923.94 KiB | 726.00 KiB/s, done.<br>
Resolving deltas: 100% (2962/2962), done.<br>
Checking connectivity... done.<br>
[boris@fedora25wks ~]$ cd tripleo*<br>
[boris@fedora25wks tripleo-quickstart]$ ssh root@$VIRTHOST uname -aLinux Server73CentOS.localdomain 3.10.0-514.2.2.el7.x86_64 #1 SMP Tue Dec 6 23:06:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux<br>
[boris@fedora25wks tripleo-quickstart]$ bash quickstart.sh -p quickstart-extras.yml -r quickstart-extras-requirements.txt --tags all $VIRTHOST<br>
<br>
. . . . . . . .<br>
<br>
Installing OpenStack mitaka on host 192.168.0.74<br>
Using directory /home/boris/.quickstart for a local working directory<br>
+ export ANSIBLE_CONFIG=/home/boris/.quickstart/tripleo-quickstart/ansible.cfg<br>
+ ANSIBLE_CONFIG=/home/boris/.quickstart/tripleo-quickstart/ansible.cfg<br>
+ export ANSIBLE_INVENTORY=/home/boris/.quickstart/hosts<br>
+ ANSIBLE_INVENTORY=/home/boris/.quickstart/hosts<br>
+ source /home/boris/.quickstart/tripleo-quickstart/ansible_ssh_env.sh<br>
++ export OPT_WORKDIR=/home/boris/.quickstart<br>
++ OPT_WORKDIR=/home/boris/.quickstart<br>
++ export SSH_CONFIG=/home/boris/.quickstart/ssh.config.ansible<br>
++ SSH_CONFIG=/home/boris/.quickstart/ssh.config.ansible<br>
++ touch /home/boris/.quickstart/ssh.config.ansible<br>
++ export 'ANSIBLE_SSH_ARGS=-F /home/boris/.quickstart/ssh.config.ansible'<br>
++ ANSIBLE_SSH_ARGS='-F /home/boris/.quickstart/ssh.config.ansible'<br>
+ '[' 0 = 0 ']'<br>
+ rm -f /home/boris/.quickstart/hosts<br>
+ '[' 192.168.0.74 = localhost ']'<br>
+ '[' '' = 1 ']'<br>
+ VERBOSITY=vv<br>
+ ansible-playbook -vv /home/boris/.quickstart/playbooks/quickstart-extras.yml -e @/home/boris/.quickstart/tripleo-quickstart/config/general_config/minimal.yml -e ansible_python_interpreter=/usr/bin/python -e @/home/boris/.quickstart/config/release/mitaka.yml
 -e local_working_dir=/home/boris/.quickstart -e virthost=192.168.0.74 -t all,teardown-nodes<br>
quickstart.sh: line 433: ansible-playbook: command not found <=== Error<br>
<br>
Please advise. All what I need is deploying undercloud via<br>
<span>$ bash quickstart.sh -R newton --config config/general_config/ha.yml  $VIRTHOST</span><br>
as it happened  before 12/13/16 or how manually do it after log into undercloud<br>
<br>
<br>
Thanks<br>
Boris<br>
<br>
<br>
</div>
<br>
<p></p>
<p><br>
</p>
<p><br>
</p>
<p></p>
<div id="LPBorder_GT_14830915620120.41659208444826" style="margin-bottom:20px; overflow:auto; width:100%; text-indent:0px">
<table id="LPContainer_14830915620020.48295641352657936" style="width:90%; background-color:rgb(255,255,255); overflow:auto; padding-top:20px; padding-bottom:20px; margin-top:20px; border-top:1px dotted rgb(200,200,200); border-bottom:1px dotted rgb(200,200,200)" cellspacing="0">
<tbody>
<tr style="border-spacing:0px" valign="top">
<td id="ImageCell_14830915620040.6494339968877754" colspan="1" style="width:250px; display:table-cell; padding-right:20px">
<div id="LPImageContainer_14830915620040.1973517587175332" style="background-color:rgb(255,255,255); height:250px; margin:auto; display:table; width:250px">
<a id="LPImageAnchor_14830915620060.7125286001518933" href="https://github.com/openstack/tripleo-quickstart" target="_blank" style="display:table-cell; text-align:center"><img id="LPThumbnailImageID_14830915620060.06755386256173301" style="display:inline-block; max-width:250px; max-height:250px; height:250px; width:250px; border-width:0px; vertical-align:bottom" height="250" width="250" src="https://avatars0.githubusercontent.com/u/324574?v=3&s=400"></a></div>
</td>
<td id="TextCell_14830915620070.25068251668725006" colspan="2" style="vertical-align: top; padding: 0px; display: table-cell; position: relative;">
<div id="LPRemovePreviewContainer_14830915620070.8239815984445111"></div>
<div id="LPTitle_14830915620070.43042664482057647" style="top:0px; color:rgb(0,120,215); font-weight:400; font-size:21px; font-family:"wf_segoe-ui_light","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; line-height:21px">
<a id="LPUrlAnchor_14830915620090.9819418338001026" href="https://github.com/openstack/tripleo-quickstart" target="_blank" style="text-decoration:none">GitHub - openstack/tripleo-quickstart: Ansible based ...</a></div>
<div id="LPMetadata_14830915620100.18891527659998508" style="margin:10px 0px 16px; color:rgb(102,102,102); font-weight:400; font-family:"wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:14px">
github.com</div>
<div id="LPDescription_14830915620100.3333164323187724" style="display:block; color:rgb(102,102,102); font-weight:400; font-family:"wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:20px; max-height:100px; overflow:hidden">
Now that tripleo-quickstart and tripleo-quickstart-extras are both upstream it makes sense for quickstart-extras to be a default requirement for the setup via pip.</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<p></p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<br>
<br>
</div>
</div>
</div>
</div>
</body>
</html>