microsoft / packer-hyperv

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

Issue in mapping virtual switch #7

Closed umavinoth closed 10 years ago

umavinoth commented 10 years ago
  1. Create an external Switch “Virtual_Switch” in Hyper-V Manager
  2. Create an internal Switch “Virtual_Switch” in Hyper-V Manager.
  3. Mention “switch_name”:”Virtual_Switch” in json
  4. Build the template.

Expected:

  1. Should display a message differnent type of "Virtual_Switch" exist and give an option to user in selecting the switch. Based on selection execution should proceed and create the artifacts .

Actual:

  1. Execution begins.
  2. Displays "Creating Internal Switch"
  3. Throws exception and deleted both the switches named "Virtual_Switch" image
vladimir-shcherbakov commented 10 years ago

I'll remove this option from config because it's useless.

umavinoth commented 10 years ago

Closing this issue as its working as per design.