terraform-provider-vsphere icon indicating copy to clipboard operation
terraform-provider-vsphere copied to clipboard

Add a license label for vSphere UI view

Open Crono1981 opened this issue 3 years ago • 2 comments

Description

A vsphere_license resource should allow a label for vSphere Web client.

Potential Terraform Configuration

resource "vsphere_license" "vsphere_enterprise_plus" {

  license_key = var.license_keys.vsphere_enterprise_plus

  labels = {
    # Found documentation only about these two labels
    VpxClientLicenseLabel = "vSphere Enterprise Plus (2021)"
    Workflow              = "vSphere Enterprise Plus (2021)"

    # An additional label should be used for displaying inside web client
    WebClientLabel        = "vSphere Enterprise Plus (2021)"
  }
}

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Crono1981 avatar Oct 08 '21 17:10 Crono1981

Last I checked, vmware/govomi did not support methods to set name attached to a license which is presented in the vSphere Client.

tenthirtyam avatar Jan 14 '22 04:01 tenthirtyam

May be able to use the API to address this item using AssignmentManager to update the EntityDisplayName.

cc: @appilon

Ryan Johnson Staff II Solutions Architect | VMware, Inc.

tenthirtyam avatar Mar 31 '22 21:03 tenthirtyam