microsoft / packer-hyperv

Hyperv plugin for Packer.io
Other
82 stars 33 forks source link

Post-processors "only" parameter throws exception #5

Closed umavinoth closed 10 years ago

umavinoth commented 10 years ago
  1. Include only: ["hyperv"] in post-proccessors section.
  2. build the packer template

Expected:

  1. Should build the template and create artifacts for hyperv as "only" parameter runs only on specified provider and in this case its hyperv.
  2. Else should display a message prior to execution telling "parameter only is not supported"

Actual: Execution is successful till post-processors and then throws the exception. image

vladimir-shcherbakov commented 10 years ago
"builders": 
[
    {
        "type": "hyperv-iso",
                     ...
    }
],

You may use 'hyperv-iso' instead.

babumuralidharan commented 10 years ago

Since this is as designed closing this issue.