Closed tapanswain-zz closed 9 years ago
We are seeing one issue while adding host record to infoblox. 1) if the dns entry already exit in infoblox and you are adding same entry to by infoblox by calling create_host_record . The call hangs and never come out. def create_host_record(self, address, fqdn):
Perhaps something to do with IB code, could be a bug in IB code. It works as expected in my LAB IB version 6.11.5-254787
Traceback (most recent call last):
File "./infoblox_test.py", line 17, in
From: Tapan Jyoti Swain <notifications@github.com>
To: Infoblox-Development/Infoblox-API-Python Infoblox-API-Python@noreply.github.com Sent: Tuesday, March 24, 2015 9:52 PM Subject: Re: [Infoblox-API-Python] Update infoblox.py (#4)
We are seeing one issue while adding host record to infoblox. 1) if the dns entry already exit in infoblox and you are adding same entry to by infoblox by calling create_host_record . The call hangs and never come out. def create_host_record(self, address, fqdn): — Reply to this email directly or view it on GitHub.
added ping functionality , get_next_available_ip only give unpinging ip.