-
Notifications
You must be signed in to change notification settings - Fork 454
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
feat: add support for ntpd service on r/vsphere_host
#2232
feat: add support for ntpd service on r/vsphere_host
#2232
Conversation
fa9ce05
to
e1b8352
Compare
r/host
@spacegospod - this is from Jared Burns on my team. |
401b3a3
to
9e7e8f6
Compare
4484436
to
37db380
Compare
I final got the testing complete, I will work on all the comments now.
|
37db380
to
9382986
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good
ded1be8
to
de0e878
Compare
de0e878
to
204ef75
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
We'll need to resolve the Unit Test failure before merging. --- FAIL: TestAccResourceVSphereHostNTPServers (0.00s)
[80](https://github.com/hashicorp/terraform-provider-vsphere/actions/runs/10388780504/job/28766449889?pr=2232#step:5:81) resource_vsphere_host_test.go:439: NTP_SERVERS environment variable is not set |
204ef75
to
ba61dd8
Compare
5702553
to
0f8ff64
Compare
Added support for ntpd for services on resource_vsphere_host, this will allow for ntpd service to be added during import of host. Signed-off-by: Jared Burns <[email protected]>
0f8ff64
to
3915223
Compare
All tests are passing. Clear to merge. |
Updates `CHANGELOG.md` for v2.8.4 release. Signed-off-by: Ryan Johnson <[email protected]>
faaf52e
to
15e555b
Compare
r/host
r/vsphere_host
This functionality has been released in v2.9.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! |
I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Added support for ntpd for services on
r/vsphere_host
. This allows for ntpd service settings and policy to be added to a host resource.Acceptance tests
Release Note
resource/host
- Added support for ntpd for services onr/vsphere_host
. This allows for ntpd service settings and policy to be added to a host resource and future expansion of additional services.References
Closes #1131