-
Notifications
You must be signed in to change notification settings - Fork 83
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
Host record incorrectly has configured for DHCP set to true #100
Comments
There are two things here,
We see it as a clean usage and we don't see a need of grid services restart. A bit more explanation of the issue faced would help us. |
Original intention of my use case here is, just to have a host record created for DNS usage, my DNS team do not want every record to be labelled as DHCP (they are good if it is a true DHCP record) as it creates performance issue on the appliances. To give more insight, I am able to successfully create a host record with this provider, but when I query it, it says it is labeled for both DNS and DHCP, as opposed to my usage only for DNS. I looked at the Infoblox API documentation and found out that enable_for_dhcp option to be passed as false, if I do not need DHCP usage type for my host record, but there is no way to date with Terraform Infoblox provider type to pass this attribute during host record creation (with infoblox_ip_allocation resource type) , which results a record to be dual usage type. Please let me know if this clarifies. |
This is the reply I got from my Infoblox admin when checking if the host record created by Terraform is good, "Configuring DHCP does trigger a restart of DHCP services which in turn causes performance issues." |
Requirement: Hope we have got the requirement rightly. |
Yes that exactly gets my requirement. Can I have any timelines for this implementation? |
Have conveyed the ask to our PM @saileshgiri . Probably he would be the right person to give details on timeline. |
Any update on when this would be available? |
We'll release a new plugin version by next week. This issue is addressed in that |
Is this implemented? |
Yes. It was implemented in our version |
Thanks for the confirmation, @somashekhar. |
When creating a host recording using infoblox_ip_allocation the created record usage is DNS/DHCP. There doesn't appear to be a way to stop DHCP usage from being set. An effect of this is that grid services need to be restarted. Here is my resource config:
The text was updated successfully, but these errors were encountered: