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 timeout configuration to virtual machine reconfiguration tasks #1646

Closed
4 tasks done
rashaev opened this issue Apr 8, 2022 · 3 comments · Fixed by #1645
Closed
4 tasks done

Add support for timeout configuration to virtual machine reconfiguration tasks #1646

rashaev opened this issue Apr 8, 2022 · 3 comments · Fixed by #1645
Assignees
Labels
acknowledged Status: Issue or Pull Request Acknowledged area/vm Area: Virtual Machines enhancement Type: Enhancement
Milestone

Comments

@rashaev
Copy link
Contributor

rashaev commented Apr 8, 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

Add ability to configure timeout for Reconfiguration tasks after virtual machine creation. Now the timeout value is a constant equal to 5 minutes

Use Case(s)

If VM Reconfiguration tasks take more than 5 minutes, then the task does not complete successfully. The ability to configure the timeout in the provider settings will avoid this problem. To do this, you can use the api_timeout parameter that was added earlier.

Potential Terraform Provider Configuration

provider "vsphere"  {
  vsphere_server = var.vsphere_vcenter
   user           = var.vsphere_user
   password       = var.vsphere_password
   api_timeout    = 20
}

References

#1645

@rashaev rashaev added the enhancement Type: Enhancement label Apr 8, 2022
@github-actions
Copy link

github-actions bot commented Apr 8, 2022

Hello,   rashaev ! 🖐

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.

@rashaev rashaev changed the title Add support for timeout configuration to Reconfuguration tasks Add support for timeout configuration to Reconfiguration tasks Apr 8, 2022
@tenthirtyam tenthirtyam added acknowledged Status: Issue or Pull Request Acknowledged area/vm Area: Virtual Machines labels Apr 8, 2022
@tenthirtyam tenthirtyam added this to the Backlog milestone May 8, 2022
@tenthirtyam tenthirtyam modified the milestones: Backlog, v2.3.0 Jun 2, 2022
@tenthirtyam
Copy link
Collaborator

Investigating pulling this forward into v2.2.0 milestone...

Ryan Johnson
Staff II Solutions Architect | VMware, Inc.

@tenthirtyam tenthirtyam modified the milestone: v2.3.0 Jun 14, 2022
@tenthirtyam tenthirtyam changed the title Add support for timeout configuration to Reconfiguration tasks Add support for timeout configuration to virtual machine reconfiguration tasks Jun 18, 2022
@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 Aug 25, 2022
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/vm Area: Virtual Machines enhancement Type: Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants