Clusterverse should be able to install/configure NTP on Linux instances (preferably using Chrony), as it is an important requirement in all distributed systems/databases.
I have created a branch with an additional task in the config section of Clusterverse responsible for installing and configuring Chrony on both Ubuntu and CentOS in AWS and GCP.
This has been tested on Ubuntu 18.04 and CentOS 7 in AWS.
Please let me know if you think there is any issues with this approach and feel free to suggest/change this branch. Otherwise please let me know if a PR can be created.
Clusterverse should be able to install/configure NTP on Linux instances (preferably using Chrony), as it is an important requirement in all distributed systems/databases.
According to the official documentation from:
I have created a branch with an additional task in the
config
section of Clusterverse responsible for installing and configuring Chrony on both Ubuntu and CentOS in AWS and GCP.The branch is
chrony_install
: https://github.com/sky-uk/clusterverse/tree/chrony_installThis has been tested on Ubuntu 18.04 and CentOS 7 in AWS.
Please let me know if you think there is any issues with this approach and feel free to suggest/change this branch. Otherwise please let me know if a PR can be created.
Thanks in advance. Fernando