Skip to content
New issue

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

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

Already on GitHub? # to your account

Add support for vSAN data-in-transit encryption and HCI mesh #1783

Closed
4 tasks done
SlimYang opened this issue Nov 11, 2022 · 3 comments
Closed
4 tasks done

Add support for vSAN data-in-transit encryption and HCI mesh #1783

SlimYang opened this issue Nov 11, 2022 · 3 comments
Assignees
Labels
area/clustering Area: Clustering enhancement Type: Enhancement
Milestone

Comments

@SlimYang
Copy link
Collaborator

SlimYang commented Nov 11, 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

vSAN has a rich set of features that are not yet supported by the terraform provider. The following two are well-known and widely used feature but are not yet supported.

Use Case(s)

See the above.

Potential Terraform Provider Configuration

resource "vsphere_compute_cluster" "compute_cluster" {
  name            = "terraform-compute-cluster-test"
  datacenter_id   = data.vsphere_datacenter.datacenter.id
  host_system_ids = [data.vsphere_host.host.*.id]

  drs_enabled          = true
  drs_automation_level = "fullyAutomated"

  ha_enabled = false

  vsan_enabled = true
  vsan_remote_datastore_ids   = [data.vsphere_datastore.datastore.id]
  vsan_dit_encryption_enabled = true
  vsan_dit_rekey_interval = 1800
  vsan_disk_group {
    cache = data.vsphere_vmfs_disks.cache_disks[0]
    storage = data.vsphere_vmfs_disks.storage_disks
  }
}

References

No response

@SlimYang SlimYang added the enhancement Type: Enhancement label Nov 11, 2022
@tenthirtyam tenthirtyam changed the title Add support for vSAN data-in-transit encryption and HCI mesh feature Add support for vSAN data-in-transit encryption and HCI mesh features Nov 11, 2022
@tenthirtyam tenthirtyam added this to the v2.3.0 milestone Nov 11, 2022
@tenthirtyam tenthirtyam changed the title Add support for vSAN data-in-transit encryption and HCI mesh features Add support for vSAN data-in-transit encryption and HCI mesh Nov 11, 2022
@tenthirtyam tenthirtyam added the area/clustering Area: Clustering label Nov 13, 2022
@tenthirtyam
Copy link
Collaborator

Enhancement added in GH-1820.

cc @appilon

@github-actions
Copy link

github-actions bot commented Feb 9, 2023

This functionality has been released in v2.3.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

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 Mar 11, 2023
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
area/clustering Area: Clustering enhancement Type: Enhancement
Projects
None yet
2 participants