其它节点服务器

其它节点服务器

其他节点会连接控制节点同步时间。在所有其他节点执行这些步骤。

安全并配置组件

  1. 安装软件包:

    在 openSUSE 系统中:

    # zypper addrepo -f obs://network:time/openSUSE_13.2 network_time
    # zypper refresh
    # zypper install chrony
    

    在 SLES 系统中:

    # zypper addrepo -f obs://network:time/SLE_12 network_time
    # zypper refresh
    # zypper install chrony
    

    注解

    这些软件包都使用GPG密钥 ``17280DDF``进行了签名。你应该在使用它之前对导入的GPG密钥签名进行验证。

    Key Name:         network OBS Project <network@build.opensuse.org>
    Key Fingerprint:  0080689B E757A876 CB7DC269 62EB1A09 17280DDF
    Key Created:      Tue 24 Sep 2013 04:04:12 PM UTC
    Key Expires:      Thu 03 Dec 2015 04:04:12 PM UTC
    
  1. 编辑``/etc/chrony.conf`` 文件并注释除``server`` 值外的所有内容。修改它引用控制节点:

    server controller iburst
    
  2. 启动 NTP 服务并将其配置为随系统启动:

    # systemctl enable chronyd.service
    # systemctl start chronyd.service
    
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.