Re: [openstack-dev] [openstack-ansible] To NTP, or not to NTP, that is the question

2015-09-22 Thread Jesse Pretorius
On 22 September 2015 at 01:45, Major Hayden wrote: > On 09/21/2015 07:14 PM, Sergii Golovatiuk wrote: > > Are any chance to configure chrony instead of ntpd? It acts more > predictable on virtual environments. > > That's my plan, if I can find an upstream Ansible galaxy role to use. ;) > Now tha

Re: [openstack-dev] [openstack-ansible] To NTP, or not to NTP, that is the question

2015-09-21 Thread Major Hayden
On 09/21/2015 07:14 PM, Sergii Golovatiuk wrote: > Are any chance to configure chrony instead of ntpd? It acts more predictable > on virtual environments. That's my plan, if I can find an upstream Ansible galaxy role to use. ;) -- Major Hayden ___

Re: [openstack-dev] [openstack-ansible] To NTP, or not to NTP, that is the question

2015-09-21 Thread Sergii Golovatiuk
Hi, Are any chance to configure chrony instead of ntpd? It acts more predictable on virtual environments. -- Best regards, Sergii Golovatiuk, Skype #golserge IRC #holser On Mon, Sep 21, 2015 at 4:11 PM, Jesse Pretorius wrote: > On 18 September 2015 at 14:03, Major Hayden wrote: > >> Hey there

Re: [openstack-dev] [openstack-ansible] To NTP, or not to NTP, that is the question

2015-09-21 Thread Jesse Pretorius
On 18 September 2015 at 14:03, Major Hayden wrote: > Hey there, > > I start working on a bug[1] last night about adding a managed NTP > configuration to openstack-ansible hosts. My patch[2] gets chrony up and > running with configurable NTP servers, but I'm still struggling to meet the > "Propos

Re: [openstack-dev] [openstack-ansible] To NTP, or not to NTP, that is the question

2015-09-19 Thread Jim Meyer
> On Sep 18, 2015, at 9:38 AM, Jay Pipes wrote: > >> On 09/18/2015 11:04 AM, Ian Cordasco wrote: >>> On 9/18/15, 08:03, "Major Hayden" wrote: >>> >>> Hey there, >>> >>> I start working on a bug[1] last night about adding a managed NTP >>> configuration to openstack-ansible hosts. My patch[2]

Re: [openstack-dev] [openstack-ansible] To NTP, or not to NTP, that is the question

2015-09-18 Thread Jay Pipes
On 09/18/2015 11:04 AM, Ian Cordasco wrote: On 9/18/15, 08:03, "Major Hayden" wrote: Hey there, I start working on a bug[1] last night about adding a managed NTP configuration to openstack-ansible hosts. My patch[2] gets chrony up and running with configurable NTP servers, but I'm still stru

Re: [openstack-dev] [openstack-ansible] To NTP, or not to NTP, that is the question

2015-09-18 Thread Fox, Kevin M
-dev] [openstack-ansible] To NTP, or not to NTP, that is the question Hey there, I start working on a bug[1] last night about adding a managed NTP configuration to openstack-ansible hosts. My patch[2] gets chrony up and running with configurable NTP servers, but I'm still struggling to

Re: [openstack-dev] [openstack-ansible] To NTP, or not to NTP, that is the question

2015-09-18 Thread Ian Cordasco
On 9/18/15, 08:03, "Major Hayden" wrote: >Hey there, > >I start working on a bug[1] last night about adding a managed NTP >configuration to openstack-ansible hosts. My patch[2] gets chrony up and >running with configurable NTP servers, but I'm still struggling to meet >the "Proposal" section o

Re: [openstack-dev] [openstack-ansible] To NTP, or not to NTP, that is the question

2015-09-18 Thread Matthew Mosesohn
Major, in Fuel, we've dealt with this problem for a long time in its varying degrees of unpleasantness. Some virtualization platforms, such as VirtualBox, are very prone to time drift. Hardware nodes, thankfully, don't suffer so badly. Time sync is very important for RabbitMQ, Corosync, and Ceph,

[openstack-dev] [openstack-ansible] To NTP, or not to NTP, that is the question

2015-09-18 Thread Major Hayden
Hey there, I start working on a bug[1] last night about adding a managed NTP configuration to openstack-ansible hosts. My patch[2] gets chrony up and running with configurable NTP servers, but I'm still struggling to meet the "Proposal" section of the bug where the author has asked for non-inf