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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Allow adding additional NICs when Packer is provisioning the virtual machine used to create the image.
Use Case(s)
Some software I am trying to install in an image requires having multiple nics (attached to different subnets) on the machine, and without them, it causes problems. I was wondering if it is possible to have multiple NICs attached to the instance that packer creates so the software installs properly. It might be too niche of a use case, but the current software causes problems when installed with a single nic, so that when you try to boot the image that packer produces, it cannot be reached.
Please search the existing issues for relevant feature requests, and use the
reaction feature
(https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)
to add upvotes to pre-existing requests.
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Allow adding additional NICs when Packer is provisioning the virtual machine used to create the image.
Use Case(s)
Some software I am trying to install in an image requires having multiple nics (attached to different subnets) on the machine, and without them, it causes problems. I was wondering if it is possible to have multiple NICs attached to the instance that packer creates so the software installs properly. It might be too niche of a use case, but the current software causes problems when installed with a single nic, so that when you try to boot the image that packer produces, it cannot be reached.
Potential configuration
Perhaps something like
Potential References
This is supported in terraform when creating a google_compute_instance, but it is not clear to me if this would even be possible in packer.
The text was updated successfully, but these errors were encountered: