控制节点服务器

控制节点服务器

在控制节点上执行这些步骤。

安全并配置组件

  1. 安装软件包:

    # apt-get install chrony
    
  1. 编辑 /etc/chrony/chrony.conf 文件,按照你环境的要求,对下面的键进行添加,修改或者删除:

    server NTP_SERVER iburst
    

    使用NTP服务器的主机名或者IP地址替换 NTP_SERVER 。配置支持设置多个 server 值。

    注解

    控制节点默认跟公共服务器池同步时间。但是你也可以选择性配置其他服务器,比如你组织中提供的服务器。

  2. 重启 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.