infobloxopen / infoblox-ansible

Ansible modules for interfacing to Infoblox systems
GNU General Public License v3.0
54 stars 60 forks source link

Ansible NIOS plugin fails to create A-Record with Dynamic IP #162

Closed hemanthKa677 closed 1 year ago

hemanthKa677 commented 1 year ago

While user tries to create the A Record by dynamic IP allocation using nios_next_ip, it fails to create the record. Working with infoblox-client == 0.5.0, above 0.5.0 it was failing. And Working with infoblox-ansible versions till latest 1.4.0.

Error: "module_stderr": "Failed on object search with url https://172.29.2.47/wapi/v2.9/record%3Aa?name=test1.a_record_test&view=default&ipv4addr=&_return_fields=name%2Cview%2Cipv4addr%2Cttl%2Cextattrs%2Ccomment&_max_results=1000 \"Error\": \"AdmConProtoError: Invalid value for ipv4addr: \\\"\\\": Invalid IPv4 address\", \n \"code\": \"Client.Ibap.Proto\", \n \"text\": \"Invalid value for ipv4addr: \\\"\\\": Invalid IPv4 address\

This is known issue , this issue will be fixed asap by us, as it is to unknown whether error is part of infoblox-client or Ansible plugins

hemanthKa677 commented 1 year ago

This issue is fixed in the new release in PR #182 , hence closing this issue