Controller node

Controller node

Lakukan langkah ini pada controller node.

Instal dan konfigurasi komponen

  1. Instal paket:

    # apt-get install chrony
    
  1. Edit file /etc/chrony/chrony.conf dan tambahlah, ubahlah, atau hapuslah kunci berikut sesuai keperluan lingkungan Anda:

    server NTP_SERVER iburst
    

    Ganti NTP_SERVER dengan hostname atau alamat IP yang sesuai lebih akurat (lapisan bawah) server NTP Server. Konfigurasi mendukung multiple kunci server.

    Catatan

    Secara default, ‘controller node’ mensinkronisasi waktu melalui pool server publik. Namun, anda dapat mengkonfigurasi server alternatif seperti yang disediakan oleh organisasi Anda.

  2. Restart layanan NTP:

    # service chrony restart
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.