Feature #8046
closedAdd an infoblox provider for dns/dhcp
Description
As a user, I would like to manage dhcp/dns/ipam using my infoblox applience.
I've seen that a rubygem already exists at https://github.com/govdelivery/infoblox
Updated by Ohad Levy about 10 years ago
- Category deleted (
DHCP)
note, its not only dhcp, but also dns and potentially ipam.
Updated by Dominic Cleal about 10 years ago
Sure, was just setting it so I could find it easily later. IPAM is part of DHCP anyway.
Updated by Klaas D over 9 years ago
- Related to Feature #10156: Infoblox IPAM Smart Proxy added
Updated by Klaas D over 9 years ago
has anyone started working on this? I'll need this for a new foreman instance and I'd like to start on it and maybe collaborate with someone who knows more about smart proxies and I do :D
Updated by Ohad Levy over 9 years ago
Klaas Demter wrote:
has anyone started working on this? I'll need this for a new foreman instance and I'd like to start on it and maybe collaborate with someone who knows more about smart proxies and I do :D
AFAIK - no. you are most welcome to join #theforeman-dev or using the mailing list for questions.
I would also suggest to share code early, so we can review and provide feedback.
If you do decide to work on it, please assign the issue to you, thanks!
Updated by Klaas D over 9 years ago
I started with a first proposal, it does work in my environment but its slow (30secs for a /21 network) - I also changed the infoblox gem a little, those pull requests are already open - so if you want to try it check those
https://github.com/Klaas-/smart-proxy/tree/infoblox_support
I would be happy to hear feedback and any clever ideas to speed it up :)
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/290 added
- Pull request deleted (
)
Updated by Klaas D over 9 years ago
Okay, the changes to infoblox gem are upstream - the author was very helpful and he even said he may make his gem ruby 1.8.7 compatible :)
for now it needs ruby 1.9.3 & infoblex gem 0.3.3 if anyone wants to test it or give feedback:
https://github.com/Klaas-/smart-proxy/tree/infoblox_support
with the changes to allow lookup of single records its actually acceptable fast for my purposes :)
Updated by Klaas D over 9 years ago
the author of the infoblox gem made it 1.8.7 compatible so the latest commit should be working fine on 1.8.7 with infoblox gem >= 0.4.1, I'll make a pull request :)
Updated by Anonymous over 9 years ago
Also see https://github.com/theforeman/smart-proxy/pull/295 where infoblox support for dhcp is implemented.
Updated by Ewoud Kohl van Wijngaarden almost 9 years ago
- Status changed from Ready For Testing to New
Since the PRs were closed because they should be rewritten to providers so setting back to New.
Updated by Matt Nicholson almost 9 years ago
So I just created this this morning (and just mailed the foreman-users list about it)
[[https://github.com/sjoeboo/smart_proxy_dns_infoblox]]
its an installable gem as well @ the moment.
I'd appreciate feedback/issues/PR's for it!
Hoping to take a stab at a dhcp provider soon, as I need both of these.
Updated by Klaas D over 8 years ago
I took another stab at the dhcp part and this is my first version: https://github.com/Klaas-/smart_proxy_dhcp_infoblox
Updated by Anonymous over 8 years ago
- Status changed from New to Resolved
- Pull request deleted (
https://github.com/theforeman/smart-proxy/pull/290)
This is available via plugins now:
https://github.com/sjoeboo/smart_proxy_dhcp_infoblox
https://github.com/sjoeboo/smart_proxy_dns_infoblox
Updated by Ohad Levy over 8 years ago
Michael Moll wrote:
This is available via plugins now:
https://github.com/sjoeboo/smart_proxy_dhcp_infoblox
https://github.com/sjoeboo/smart_proxy_dns_infoblox
Awesome! I didn't know DHCP one exists already:)