我目前正在使用测试厨房尝试将 Windows 7 机器与 VMware Fusion 融合为配置程序,以最终部署厨师食谱。每次我运行一个kitchen converge
进程都会挂起“等待机器启动。这可能需要几分钟”,然后由于超时而失败。当我打开 Fusion 时,我看到以下内容:
有谁知道发生了什么?我一直在努力让这个 VM 融合,并且无法让 VM 成功启动并运行到我可以部署我的食谱的地步,但我没有想法。
我的 .kitchen.yml:
---
driver:
name: vagrant
ssh:
insert_key: false
customize:
cpus: 2
memory: 4096
transport:
name: winrm
provisioner:
name: chef_solo
platforms:
- name: windows-7
driver_config:
box: opentable/win-7-professional-i386-nocm
suites:
- name: default
run_list:
- recipe[my_recipe]
attributes: