Commit f4adb35b authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/vmware: more logs for Workstation

parent 6aacf201
...@@ -73,6 +73,8 @@ func (s *stepTypeBootCommand) Run(state map[string]interface{}) multistep.StepAc ...@@ -73,6 +73,8 @@ func (s *stepTypeBootCommand) Run(state map[string]interface{}) multistep.StepAc
return multistep.ActionHalt return multistep.ActionHalt
} }
log.Printf("Host IP for the VMware machine: %s", hostIp)
tplData := &bootCommandTemplateData{ tplData := &bootCommandTemplateData{
hostIp, hostIp,
httpPort, httpPort,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment