-
Hi, I don't know if its related to the api version of my infoblox but the cmdlets of the module don't work for me and are giving errors:
For example, If I run Get-IBNetwork or Get-IBNextAvailableIP I…
-
I've made a series of commits to my fork that make the code PEP8 compliant, and which add a new method get_all_networks(). Wasn't sure how best to send you a pull request, cherrypicking would be diffi…
-
I am just using the infoblox_ip resource to pull the next available ip in a given block but am not using a reserve_a/host/aaaa resource to reserve it. (I am running a go script to reserve the ip using…
-
In my organization, we try to reserve the first 10 IPs in any given network. I modified the "get_next_available_ip" function to include the ability to exclude a range starting at the first address in …
-
The infoblox go client has a function called [AllocateNetwork](https://github.com/infobloxopen/infoblox-go-client/blob/6e85b72befc9d1ae6bb5de12aa201791339209f1/object_manager.go#L302). It would be gr…
-
In case of Infoblox we are heavily relying on TXT records which hold heartbeat timestamps of each k8gb controller instance.
k8gb then mutual cross-check each other TXT records and if record is stale…
-
### Environment
* Python version: 3.9.19
* Nautobot version: 2.2.0
* nautobot-ssot version: 2.5.0
### Expected Behavior
I expected Prefixes synchronization from Infoblox to Nautobot, includ…
-
There a missing field on the default form we see in the home.php page.
It's missing the version field, creating an impossibility to start the documentation generation on a container that has no acc…
-
Any chance we can add support to create simple DNS records without being required to put in CIDR ranges and VM names?
Similar to what this provider does here?
https://github.com/prudhvitella/ter…
-
Seen at https://github.com/infobloxopen/terraform-provider-infoblox/blob/master/docs/index.md?plain=1#L77
What does "get a reference for the resource you want to import (ex. by using curl tool)" me…