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 to enable services on a vmk #1594

Closed
4 tasks done
zkzqzk opened this issue Feb 18, 2022 · 8 comments · Fixed by #1855
Closed
4 tasks done

Add support to enable services on a vmk #1594

zkzqzk opened this issue Feb 18, 2022 · 8 comments · Fixed by #1855
Labels
acknowledged Status: Issue or Pull Request Acknowledged area/networking Area: Networking enhancement Type: Enhancement
Milestone

Comments

@zkzqzk
Copy link

zkzqzk commented Feb 18, 2022

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

Currently, it is not able to specify services in resource vsphere_vnic.

Use Case(s)

enable vsan, iscsi, etc services on vmk port which are common operation tasks.

Potential Terraform Provider Configuration

resource "vsphere_vnic" "v1" {
  host                    = data.vsphere_host.h1.id
  distributed_switch_port = vsphere_distributed_virtual_switch.d1.id
  distributed_port_group  = vsphere_distributed_port_group.p1.id
  ipv4 {
    dhcp = true
  }
  enabled_services = ["vsan"]
}

References

No response

@zkzqzk zkzqzk added the enhancement Type: Enhancement label Feb 18, 2022
@github-actions
Copy link

Hello,   zkzqzk ! 🖐

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.

@tenthirtyam tenthirtyam changed the title Add support for [Able to enable services on a vmk] Add support to enable services on a vmk Feb 18, 2022
@tenthirtyam
Copy link
Collaborator

tenthirtyam commented Feb 18, 2022

Hi, @zkzqzk!

Please format your configuration(s) in the Potential Terraform Provider Configuration section of the issue form. Learn more about Code Formatting.

@tenthirtyam tenthirtyam added this to the Research milestone Feb 18, 2022
@tenthirtyam tenthirtyam added the acknowledged Status: Issue or Pull Request Acknowledged label Feb 18, 2022
@zkzqzk
Copy link
Author

zkzqzk commented Feb 18, 2022

is it formatted better now?

@tenthirtyam
Copy link
Collaborator

You can add hcl after the three ticks at the beginning of a code block for HCL formatting.

@zkzqzk
Copy link
Author

zkzqzk commented Feb 19, 2022

added, thanks.

@xeor
Copy link

xeor commented Feb 17, 2023

Is there a known workaround for this? I want to add vsan to a vnic

@github-actions
Copy link

github-actions bot commented May 5, 2023

This functionality has been released in v2.4.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented Jun 5, 2023

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
acknowledged Status: Issue or Pull Request Acknowledged area/networking Area: Networking enhancement Type: Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants