Infoblox configuration

Hi Team,

Please help me to configure infoblox in new AWX environment.

I am using:

  • AWX Operator 0.20.2
  • AWX 21.0.0
    Thanks

Hello, we’d love to help but we need a little more information about the problem you’re having. What have you tried? Whats working? Whats not working? Screenshots, log outputs, or any reproducers would be very helpful.

  • The AWX team

Hi John,

I am trying to automate the IP allocation in Infoblox using AWX (Version 22.3.0)

We have installed infoblox-client on remote server
$ pip list |grep infoblox
infoblox-client 0.6.0

Python 3.10.6

The job got failed with below error

Hi All,

Could you please help me on this .

Thanks

From the error it looks like you are connecting to your infoblox server but the search its trying to perform is not right for some reason. We see the error “AdmConDataNotFoundError: View default not found”. You might want to reach out to the maintainer of the infoblox collection. Maybe its a versioning issue between your infoblox and what the module supports? Or maybe a parameter is missing? It looks like the error message has actually been reported against the ansible modules at one point, maybe that will shed a clue? https://github.com/ansible/ansible/issues/37949

Either way, this does not appear to be an issue with AWX itself.

-The AWX Team