jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Windows guests with Parallels #932

Open carcus88 opened 10 years ago

carcus88 commented 10 years ago

The parallels provider does not seem to be able to create windows guests. Parallels brings up the machine but veewee exists right away

$ veewee parallels build windows-2008R2-amd64-parallels

Building Box windows-2008R2-amd64-parallels with Definition windows-2008R2-amd64-parallels:
- debug : false
- cwd : /Users/mark/Projects/veewee
- force : false
- auto : false
- checksum : false
- postinstall_include : []
- postinstall_exclude : []
- skip_to_postinstall : false

The isofile 7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso already exists.
Mounting cdrom: ~/iso/7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso
Waiting 10 seconds for the machine to boot

Done typing.Skipping webserver as no kickstartfile was specified

Waiting for ssh login on  with user vagrant to sshd on port => 22 to work, timeout=10000 sec
.Authentication failure
Authentication failed for user vagrant@

I was able to build this using the vbox provider so I figure its something specific to parallels.

mpapis commented 9 years ago

can you get veewee version from git master and try again?