pbolduc / packer-hyperv

Hyperv plugin for Packer.io
Other
13 stars 6 forks source link

internet connection #9

Closed vvchik closed 9 years ago

vvchik commented 9 years ago

this plugin creates internal switch is that possible to create external? or choose by config? it is needed for activation for example and for install some packets via scrips.

pbolduc commented 9 years ago

This is on the to do list. For now, you can tell the plugin which switch to use by using:

"switch_name": "LAN",

in your config json. It will detect the switch exists already and will not delete it at the end of packing.

vvchik commented 9 years ago

Thank you, this is good workaround, and works fine. Maybe you document it in some way for example in example files :)