Uzel kontroléru

Uzel kontroléru

Proveďte tyto kroky na uzlu kontroléru.

Instalace a nastavení součástí

  1. Nainstalujte balíčky:

    # apt install chrony
    
  1. Edit the /etc/chrony/chrony.conf file and add, change, or remove these keys as necessary for your environment:

    server NTP_SERVER iburst
    

    Nahraďte NTP_SERVER názvem hoatitele nebo IP adresou vhodného, přesnějšího NTP serveru (s nižší vrstvou). Nastavení podporuje zadání více klíčů server.

    Poznámka

    Standardně je čas synchronizován uzlem kontroléru pomocí zásoby veřejných serverů. Nicméně můžete nastavit jiné servery, např. ty, které Vám poskytne vaše organizace.

  2. To enable other nodes to connect to the chrony daemon on the controller node, add this key to the /etc/chrony/chrony.conf file:

    allow 10.0.0.0/24
    
  3. Restartujte službu 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.