Skip to content

Hyper v multiple switches#125

Open
galthaus wants to merge 5 commits intohashicorp:mainfrom
galthaus:hyper-v-multiple-switches
Open

Hyper v multiple switches#125
galthaus wants to merge 5 commits intohashicorp:mainfrom
galthaus:hyper-v-multiple-switches

Conversation

@galthaus
Copy link
Copy Markdown

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.
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
@galthaus galthaus requested a review from a team as a code owner March 20, 2024 22:28
@hashicorp-cla
Copy link
Copy Markdown

hashicorp-cla commented Mar 20, 2024

CLA assistant check
All committers have signed the CLA.

Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
@galthaus galthaus force-pushed the hyper-v-multiple-switches branch from 1280b76 to 57a2790 Compare March 20, 2024 22:30
@jdotsmith
Copy link
Copy Markdown

Any update on getting this PR merged?

Would like the ability to pass switch_type to my virtual switch instead of building my switches beforehand with powershell.

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

4 participants