<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 29, 2014 at 7:58 PM, Patrick Laimbock <span dir="ltr"><<a href="mailto:patrick@laimbock.com" target="_blank">patrick@laimbock.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"><span class="">On 29-12-14 14:06, Deepak Shetty wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
Hi,<br>
   I was able to install 3-node RDO juno-1 (rdo-release-juno-1.noarch)<br>
over CentOS7, but at the end of install it gave me this ...<br>
Questions prefixed with Q: inline below:<br>
<br>
Additional information:<br>
* Time synchronization installation was skipped. Please note that<br>
unsynchronized time on server instances might be problem for some<br>
OpenStack components.<br>
<br></span>
*Q: Do i need to sue ntpd to ensure all my systems are in sync, whats<span class=""><br>
the recommended way here ?*<br>
</span></blockquote>
<br>
All your nodes need to have the correct time. You can specify an NTP server in the Packstack answer file or as a CLI option and then Packstack will configure your nodes to use that NTP server. If you don't specify an NTP server then Packstack doesn't handle NTP so you will have to do it yourself. Either way, make sure that all nodes always have the correct time.<br></blockquote><div><br><br></div><div>FWIW, i did the below and re-ran my packstack:<br><br>CONFIG_NTP_SERVERS= <my intranet's time server> in my answers file<br>






<p># packstack --answer-file <a title="./packstack-answers.txt" class="">./packstack-answers.txt</a>
</p>



It showed ...<br>...<br>...<br>






<p>
Installing time synchronization via NTP              [ DONE ]
</p>



...<br>..<br><br></div><div>Now checking on my nodes, I don't still see NTP service running...<br><br>[root@rhsdev4 ~]# ps aux| grep ntp<br>root     20433  0.0  0.0 112640   960 pts/0    S+   13:58   0:00 grep --color=auto ntp<br><br>[root@rhsdev4 ~]# systemctl status ntpd.service <br>ntpd.service<br>   Loaded: not-found (Reason: No such file or directory)<br>   Active: inactive (dead)<br><br>[root@rhsdev4 ~]# systemctl status ntpdate.service<br>ntpdate.service - Set time via NTP<br>   Loaded: loaded (/usr/lib/systemd/system/ntpdate.service; disabled)<br>   Active: inactive (dead)<br><br></div><div><b>Now what did i do wrong ? :)<br><br></b></div><div>thanx,<br>deepak<br></div><div><br></div></div><br></div></div>