【发布时间】:2019-02-21 22:17:50
【问题描述】:
我正在尝试使用terraform 在vsphere 中部署虚拟机,但遇到了sysprep/unattend 文件的问题。我正在使用
unattend.xml 文件
customize {
windows_sysprep_text = "${file("${path.module}/unattend2012.xml")}"
}
但是 terraform 应用会在 10 分钟后超时...
==>timeout waiting for customization to complete
虚拟机位于“选择键盘布局”屏幕上。
【问题讨论】:
-
虚拟机创建后,自定义时是否重启?