-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IPAM method for Infoblox #2693
Conversation
The PR preview for 17ad695 is available at theforeman-foreman-documentation-preview-pr-2693.surge.sh The following output files are affected by this PR: |
This is because the IPAM implementation is relatively new and we haven't ported over all code. I agree with you, but to make it worse: I don't think anyone is working on this |
aa57455
to
64fb729
Compare
guides/common/modules/proc_installing-the-dhcp-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dhcp-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dhcp-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dhcp-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dhcp-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
0bd973e
to
1199f47
Compare
guides/common/modules/proc_installing-the-dns-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
I attempted a larger cleanup. |
guides/common/modules/proc_installing-the-dns-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/con_using-infoblox-as-dhcp-and-dns-providers.adoc
Outdated
Show resolved
Hide resolved
f047379
to
a428680
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good stylewise, I only have one small suggestion.
guides/common/modules/proc_installing-the-dhcp-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dhcp-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dns-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dns-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dns-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dns-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dhcp-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
@ekohl Ack? |
de73cf4
to
3780f36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems counter-intuitive that the IPAM method to use with the Infoblox DHCP provider is "DHCP" and not "External IPAM", when, technically, Infoblox is an "external" DHCP service.
From Foreman there is no "external" DHCP service. It just knows how to talk to a Smart Proxy. How that Smart Proxy decides to make DHCP happen is an implementation detail.
IPAM set to DHCP means to use the DHCP implementation as an IPAM. External IPAM requires https://github.com/grizzthedj/smart_proxy_ipam (or theforeman/smart-proxy#810). Currently that's not packaged so not really supported.
Other than some very minor things I think this is ready.
guides/common/modules/proc_installing-the-dhcp-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_installing-the-dns-infoblox-module.adoc
Outdated
Show resolved
Hide resolved
3780f36
to
17ad695
Compare
@maximiliankolb Would you mind signing this off? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have any experience with Infoblox, but your diff LGTM!
It seems counter-intuitive that the IPAM method to use with the Infoblox DHCP provider is "DHCP" and not "External IPAM", when, technically, Infoblox is an "external" DHCP service.
https://bugzilla.redhat.com/show_bug.cgi?id=2134225
Please cherry-pick my commits into: