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 variable to handle NTP server #90

Merged
merged 2 commits into from
Aug 18, 2024
Merged

Conversation

vvaldez
Copy link
Contributor

@vvaldez vvaldez commented Aug 16, 2024

Add provision_vcenter_vm_ntp_server var and set default to time.nist.gov

@@ -81,6 +81,9 @@ pyvomi
- **provision_vcenter_vm_network_dns**:
- list(str), A list of DNS servers the vcenter vm should use. Required if network mode is set to 'static'.

- **provision_vcenter_vm_ntp_server**:
- str or int, Server to use for NTP source.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is int for IPs, or is there another way to specify the NTP servers besides hostname/IP?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes just for pure IPs if used. I was just copying what was done for the other IP vars. It probably should only be str.

@bardielle
Copy link
Contributor

@vvaldez thank you for your contribution

@bardielle bardielle merged commit 9d11998 into redhat-cop:main Aug 18, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants