Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyper v multiple switches #125

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

galthaus
Copy link

This adds ability to specify additional network adapter configurations. The existing templates should work in a backwards compatible way.

switch_config {
  switch_name = "Default Switch"
}

switch_config {
  switch_name = "sw1"
  switch_type = "Internal"
}

adapter_config {
  switch_name = "Default Switch"
}

adapter_config {
  name = "nic1"
  swich_name = "sw1"
}

Closes #86
Closes #114

remi-espie and others added 4 commits March 15, 2024 11:22
This is the aggregation of all of remi-espie's work aggregated into one
commit.  The direction is different but was the starting point.
@galthaus galthaus requested a review from a team as a code owner March 20, 2024 22:28
@hashicorp-cla
Copy link

hashicorp-cla commented Mar 20, 2024

CLA assistant check
All committers have signed the CLA.

@galthaus galthaus force-pushed the hyper-v-multiple-switches branch from 1280b76 to 57a2790 Compare March 20, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow multiple nics
3 participants