<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div><br></div><div><br></div><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><style><!--

@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}

p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><div class="WordSection1"><p class="MsoNormal"><br> Main goal: installing any RDO over Fedora 24, starting with all in one. <br><br> according to:<br><a href="https://www.rdoproject.org/install/quickstart/" target="_blank" data-mce-href="https://www.rdoproject.org/install/quickstart/">https://www.rdoproject.org/install/quickstart/</a> and <a href="https://www.rdoproject.org/documentation/packstack-all-in-one-diy-configuration/" target="_blank" data-mce-href="https://www.rdoproject.org/documentation/packstack-all-in-one-diy-configuration/"> https://www.rdoproject.org/documentation/packstack-all-in-one-diy-configuration/</a><br><br> sudo yum install  <a href="https://www.rdoproject.org/repos/rdo-release.rpm" target="_blank" data-mce-href="https://www.rdoproject.org/repos/rdo-release.rpm">https://www.rdoproject.org/repos/rdo-release.rpm</a><br> sudo yum update -y</p><p class="MsoNormal">sudo yum install -y openstack-packstack<br> packstack --allinone --gen-answer_file=answer.txt<br> and afterwords.<br> setting my interfaces:<br> CONFIG_NOVA_NETWORK_PUBIF            --novanetwork-pubif    </p><p class="MsoNormal">CONFIG_NOVA_COMPUTE_PRIVIF           --novacompute-privif</p><p class="MsoNormal">CONFIG_NOVA_NETWORK_PRIVIF           --novanetwork-privif<br><br> setting additional settings:<br> CONFIG_PROVISION_DEMO       --provision-demo             n (y for allinone)</p><p class="MsoNormal">CONFIG_SWIFT_INSTALL              --os-swift-install     (y for allinone) n           Set to y if you would like PackStack to install Object Storage.</p><p class="MsoNormal">CONFIG_NAGIOS_INSTALL           --nagios-install  n             (y for allinone) Set to y if you would like to install Nagios. Nagios provides additional tools for monitoring the OpenStack environment.</p><p class="MsoNormal">CONFIG_PROVISION_ALL_IN_ONE_OVS_BRIDGE --provision-all-in-one-ovs-bridge               n (y for allinone)<br><br> packstack --answer-file=answer.txt<br><br> 1) first issue I’ve encountered is :<br><span style="color:black" data-mce-style="color: black;">Error: Parameter mode failed on File[rabbitmq.config]: The file mode specification must be a string, not 'Fixnum' at … <br> occurs,<br> </span><br> I have to verify:<br><br><span style="color:black" data-mce-style="color: black;">/usr/lib/python2.7/site-packages/packstack/puppet/templates/amqp.pp</span></p><p class="MsoNormal"><span style="color:black" data-mce-style="color: black;">/usr/share/openstack-puppet/modules/module-collectd/manifests/plugin/amqp.pp<br> </span><br> and modify the following:<br><span style="color:black" data-mce-style="color: black;"><a href="https://review.openstack.org/349908" target="_blank" data-mce-href="https://review.openstack.org/349908">https://review.openstack.org/349908</a><br> </span><br> 2) second issue I’ve encountered is :<br><span style="color:black" data-mce-style="color: black;"><a href="https://bugs.launchpad.net/packstack/+bug/1597951" target="_blank" data-mce-href="https://bugs.launchpad.net/packstack/+bug/1597951">https://bugs.launchpad.net/packstack/+bug/1597951</a><br> <br> after modifying SELinux <br> /usr/sbin/getenforce</span></p><p class="MsoNormal" style="margin-bottom:12.0pt;text-indent:.5in" data-mce-style="margin-bottom: 12.0pt; text-indent: .5in;"><span style="color:#A6A6A6" data-mce-style="color: #a6a6a6;">Enforcing<br> </span><span style="color:black" data-mce-style="color: black;">setenforce </span><span style="color:#A6A6A6" data-mce-style="color: #a6a6a6;">permissive</span><span style="color:black" data-mce-style="color: black;"><br> /usr/sbin/getenforce<br> </span><span style="color:#A6A6A6" data-mce-style="color: #a6a6a6;">Permissive</span></p><p class="MsoNormal"><span style="color:black" data-mce-style="color: black;">seems to resolve it:<br> 3) third issue is the current issue.</span></p><p class="MsoNormal"><span style="color:black" data-mce-style="color: black;">192.168.13.85_amqp.pp:                               <b><span style="text-decoration: underline;" data-mce-style="text-decoration: underline;">[ DONE ] <-> previously failed.</span></b></span></p><p class="MsoNormal"><span style="color:black" data-mce-style="color: black;">192.168.13.85_mariadb.pp:                         [ ERROR ]</span></p><p class="MsoNormal"><span style="color:black" data-mce-style="color: black;">Applying Puppet manifests                         [ ERROR ]</span></p><p class="MsoNormal">192.168.13.85_mariadb.pp:                         [ ERROR ]</p><p class="MsoNormal">Applying Puppet manifests                         [ ERROR ]</p><p class="MsoNormal">ERROR : Error appeared during Puppet run: 192.168.13.85_mariadb.pp</p><p class="MsoNormal">Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install mariadb-galera-server' returned 1: Yum command has been deprecated, redirecting to '/usr/bin/dnf -d 0 -e 0 -y install mariadb-galera-server'.</p><p class="MsoNormal">You will find full trace in log /var/tmp/packstack/20160802-193240-sGLWV3/manifests/192.168.13.85_mariadb.pp.log</p><p class="MsoNormal">Please check log file /var/tmp/packstack/20160802-193240-sGLWV3/openstack-setup.log for more information</p></div></blockquote><div>Hi Nir,<br></div><div><br></div><div>I've been running some tests, and we have a couple different issues here:<br></div><div><br></div><div>- The RabbitMQ and MariaDB issues are due to the repository used. It is prepared for CentOS 7, so it includes a different MariaDB version (which conflicts with the Fedora one), which causes the last issue you saw.<br></div><div>- I've run a quick test after switching to a repo built for Fedora 24 -> <a href="https://trunk.rdoproject.org/f24/current/">https://trunk.rdoproject.org/f24/current/</a> (this is the current Newton branch, although a bit outdated). I've found some other issues there, which seem to be related to Puppet 4 or Hiera differences, but couldn't get too far.<br></div><div><br></div><div>TL;DR: we need to fix Fedora, but currently our focus is on making CentOS 7 work as well as possible. You will probably get a much smoother experience if you try the setup with CentOS, but I'll be happy to review patches to fix Fedora installation as well :).<br></div><div><br></div><div>Regards,<br></div><div>Javier<br></div><div><br></div><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div class="WordSection1"><p class="MsoNormal" style="background:white" data-mce-style="background: white;"><b><span style="color:#5F5F5F" data-mce-style="color: #5f5f5f;">Nir Levy</span></b></p><p class="MsoNormal" style="background:white" data-mce-style="background: white;"><b><span style="color:#5F5F5F" data-mce-style="color: #5f5f5f;">SW Engineer</span></b></p><p class="MsoNormal" style="background:white" data-mce-style="background: white;"><span style="font-size:10.0pt;color:#595959" data-mce-style="font-size: 10.0pt; color: #595959;"> </span></p><p class="MsoNormal" style="background:white" data-mce-style="background: white;"><span style="font-size:10.0pt;color:#595959" data-mce-style="font-size: 10.0pt; color: #595959;">Web: </span><a href="http://www.asocstech.com/" target="_blank" data-mce-href="http://www.asocstech.com/"><span style="font-size:10.0pt;color:#595959" data-mce-style="font-size: 10.0pt; color: #595959;">www.asocstech.com</span></a><span style="font-size:10.0pt;color:#595959" data-mce-style="font-size: 10.0pt; color: #595959;"> | </span></p><p class="MsoNormal"><b><span style="font-size:10.0pt;color:#00B050" data-mce-style="font-size: 10.0pt; color: #00b050;"><img style="width:1.7187in;height:.6979in" id="Picture_x0020_1" src="cid:image001.jpg@01D1F24D.5332D960" alt="cid:image001.jpg@01D1B599.5A2C9530" data-mce-src="cid:image001.jpg@01D1F24D.5332D960" data-mce-style="width: 1.7187in; height: .6979in;" border="0" height="67" width="165"></span></b></p><p class="MsoNormal" style="background:white" data-mce-style="background: white;"><b><span style="color:#5F5F5F" data-mce-style="color: #5f5f5f;">Nir Levy</span></b></p><p class="MsoNormal" style="background:white" data-mce-style="background: white;"><b><span style="color:#5F5F5F" data-mce-style="color: #5f5f5f;">SW Engineer</span></b></p><p class="MsoNormal" style="background:white" data-mce-style="background: white;"><span style="font-size:10.0pt;color:#595959" data-mce-style="font-size: 10.0pt; color: #595959;"> </span></p><p class="MsoNormal" style="background:white" data-mce-style="background: white;"><span style="font-size:10.0pt;color:#595959" data-mce-style="font-size: 10.0pt; color: #595959;">Web: </span><a href="http://www.asocstech.com/" target="_blank" data-mce-href="http://www.asocstech.com/"><span style="font-size:10.0pt;color:#595959" data-mce-style="font-size: 10.0pt; color: #595959;">www.asocstech.com</span></a><span style="font-size:10.0pt;color:#595959" data-mce-style="font-size: 10.0pt; color: #595959;"> | </span></p><p class="MsoNormal"><b><span style="font-size:10.0pt;color:#00B050" data-mce-style="font-size: 10.0pt; color: #00b050;"><img style="width:1.7187in;height:.6979in" id="_x0000_i1032" src="cid:image001.jpg@01D1F24D.5332D960" alt="cid:image001.jpg@01D1B599.5A2C9530" data-mce-src="cid:image001.jpg@01D1F24D.5332D960" data-mce-style="width: 1.7187in; height: .6979in;" border="0" height="67" width="165"></span></b></p></div><br>_______________________________________________<br>rdo-list mailing list<br>rdo-list@redhat.com<br>https://www.redhat.com/mailman/listinfo/rdo-list<br><div><br></div>To unsubscribe: rdo-list-unsubscribe@redhat.com</blockquote><div><br></div></div></body></html>