Include NTP configuration in the Orchestrator VM to sychronize time between various components in VCPS.

Procedure

  • Run the following commands to install and configure NTP.
    sudo yum update
    sudo yum install ntp
    sudo systemctl start ntpd
    sudo systemctl enable ntpd
    sudo vi /etc/ntp.conf