9.8. 更新后配置模板

如果您使用 OS::TripleO::NodeExtraConfigPost 资源注册并运行 post-configuration 模板,您必须将 EndpointMap 参数添加到模板中。

流程

  1. 编辑后配置模板。
  2. parameters 部分下,添加 EndpointMap 参数及其子参数:

    parameters:
      servers:
        type: json
      nameserver_ip:
        type: string
      DeployIdentifier:
        type: string
      EndpointMap:
        default: {}
        type: json
  3. 保存模板。