9.8. 更新后配置模板
如果您使用 OS::TripleO::NodeExtraConfigPost 资源注册并运行 post-configuration 模板,您必须将 EndpointMap 参数添加到模板中。
流程
- 编辑后配置模板。
在
parameters部分下,添加EndpointMap参数及其子参数:parameters: servers: type: json nameserver_ip: type: string DeployIdentifier: type: string EndpointMap: default: {} type: json- 保存模板。