vmware-archive / wardroom

A tool for creating Kubernetes-ready base operating system images.
Apache License 2.0
161 stars 44 forks source link

NTP knobs.. #4

Open timothysc opened 6 years ago

timothysc commented 6 years ago

Need to setup sane defaults for NTP and have a knob'd override for large scale vendors.

craigtracey commented 6 years ago

We should ads ntp packages to the images, if not already present. Configuration should be handled by runtime config management.

timothysc commented 6 years ago

@detiber - history repeats itself ;-)

detiber commented 6 years ago

Currently ntp is installed on both Ubuntu and CentOS hosts. Since services are enabled by default when installing packages on Ubuntu the ntp service is already running with the default configuration. This isn't the case for CentOS, but since we only use Ubuntu for the Quickstart I am downgrading the priority.