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

Add support for all services in vsphere_vnic #2029

Open
4 tasks done
xabileiro opened this issue Oct 2, 2023 · 3 comments
Open
4 tasks done

Add support for all services in vsphere_vnic #2029

xabileiro opened this issue Oct 2, 2023 · 3 comments
Labels
area/networking Area: Networking enhancement Type: Enhancement
Milestone

Comments

@xabileiro
Copy link

Community Guidelines

  • I have read and agree to the HashiCorp Community Guidelines .
  • Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
  • Do not leave "+1" or other comments that do not add relevant information or questions.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

I am configuring the vmk of a host with "vsphere_vnic" and when I want to configure the services it tells me that it only accepts ["vsan" "vmotion" "management"].

│ Error: expected services.1 to be one of ["vsan" "vmotion" "management"], got vSphereBackupNFC
│
│   with vsphere_vnic.vmk_mgmt,
│   on networks.tf line 176, in resource "vsphere_vnic" "vmk_mgmt":
│  176:   services                = [
│  177:     "management",
│  178:     "vSphereBackupNFC",
│  179:     "vSphereReplication",
│  180:     "vSphereReplicationNFC"
│  181:   ]

Use Case(s)

Create a cluster

Potential Terraform Provider Configuration

resource "vsphere_vnic" "vmk_mgmt" {
  host                    = data.vsphere_host.h1.id
  distributed_switch_port = vsphere_distributed_virtual_switch.dvs.id
  distributed_port_group  = vsphere_distributed_port_group.pg.id
  ipv4 {
    dhcp   = true
  }
  netstack = "defaultTcpipStack"
  mtu      = 9000
  services = [
    "management",
    "vSphereBackupNFC",
    "vSphereReplication",
    "vSphereReplicationNFC"
  ]
}

References

#1594

@xabileiro xabileiro added the enhancement Type: Enhancement label Oct 2, 2023
@github-actions
Copy link

github-actions bot commented Oct 2, 2023

Hello, xabileiro! 🖐

Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle.

If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests.

@rismoney
Copy link

side mention - #2017 (comment)

Copy link

github-actions bot commented Apr 9, 2024

Marking this issue as stale due to inactivity in the past 180 days. This helps us focus on the active issues. If this issue is reproducible with the latest version of the provider, please comment. If this issue receives no comments in the next 30 days it will automatically be closed.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

@github-actions github-actions bot added the stale Status: Stale label Apr 9, 2024
@tenthirtyam tenthirtyam removed the stale Status: Stale label Apr 9, 2024
@tenthirtyam tenthirtyam added the area/networking Area: Networking label Jun 11, 2024
@tenthirtyam tenthirtyam added this to the Backlog milestone Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/networking Area: Networking enhancement Type: Enhancement
Projects
None yet
Development

No branches or pull requests

3 participants