You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to create a Parallels machine using Packer when communicator is set to "none". The system fails when attempting to upload Parallels version info:
==> parallels-iso.fcos-bare-metal-qa: Uploading Parallels version info (17.1.0)
Build 'parallels-iso.fcos-bare-metal-qa' errored after 2 minutes 30 seconds: Error uploading Parallels version: Upload is not implemented when communicator = 'none'
I have tried to set prlctl_version_file = "" in my build file (which works for other equivalent builders such as virtualbox, but this has no effect. Investigating the code, I believe it's because:
Overview of the Issue
I am unable to create a Parallels machine using Packer when communicator is set to "none". The system fails when attempting to upload Parallels version info:
I have tried to set
prlctl_version_file = ""
in my build file (which works for other equivalent builders such asvirtualbox
, but this has no effect. Investigating the code, I believe it's because:https://github.com/hashicorp/packer-plugin-parallels/blob/ab45c8d66c021dbcc363ae2a59f9754ae3509d01/builder/parallels/common/step_upload_version.go#L30-L33
https://github.com/hashicorp/packer-plugin-parallels/blob/ab45c8d66c021dbcc363ae2a59f9754ae3509d01/builder/parallels/common/prlctl_version_config.go#L20-L23
Reproduction Steps
communicator = "none"
andprlctl_version_file = ""
and attempt to build.Plugin and Packer version
Packer v1.7.5
Simplified Packer Buildfile
Operating system and Environment details
macOS Big Sur 11.6
Parallels Desktop 17.1.0
The text was updated successfully, but these errors were encountered: