Bug 1695659

Summary: Missing parameters for installation dhcp/dns infoblox module
Product: Red Hat Satellite Reporter: Kenny Tordeurs <ktordeur>
Component: DocumentationAssignee: Melanie Corr <mcorr>
Status: CLOSED CURRENTRELEASE QA Contact: Sergei Petrosian <spetrosi>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.5.0CC: mcorr
Target Milestone: UnspecifiedKeywords: Documentation
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-04-12 13:38:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kenny Tordeurs 2019-04-03 14:51:10 UTC
Document URL: 
https://access.redhat.com/documentation/en-us/red_hat_satellite/6.5-beta/html/provisioning_guide/chap-infoblox-integration

Section Number and Name: 
5.5. Installing the DNS Infoblox Module
5.4. Installing the DHCP Infoblox module


Describe the issue: 
Some parameters are missing for the installation of dhcp/dns infoblox module.

~~~
# satellite-installer --enable-foreman-proxy-plugin-dns-infoblox \
--foreman-proxy-dns-provider infoblox \
--foreman-proxy-plugin-dns-infoblox-dns-server Infoblox_hostname \
--foreman-proxy-plugin-dns-infoblox-username admin \
--foreman-proxy-plugin-dns-infoblox-password infoblox
~~~

~~~
# satellite-installer --enable-foreman-proxy-plugin-dhcp-infoblox \
--foreman-proxy-dhcp-provider infoblox \
--foreman-proxy-plugin-dhcp-infoblox-record-type host \
--foreman-proxy-dhcp-server Infoblox_hostname \
--foreman-proxy-plugin-dhcp-infoblox-username admin \
--foreman-proxy-plugin-dhcp-infoblox-password infoblox \
--foreman-proxy-plugin-dhcp-infoblox-network-view default \
--foreman-proxy-plugin-dhcp-infoblox-dns-view default
~~~

Suggestions for improvement: 

~~~
# satellite-installer --enable-foreman-proxy-plugin-dns-infoblox \
--foreman-proxy-dns true \
--foreman-proxy-dns-managed false \
--foreman-proxy-dns-provider infoblox \
--foreman-proxy-plugin-dns-infoblox-dns-server Infoblox_hostname \
--foreman-proxy-plugin-dns-infoblox-username admin \
--foreman-proxy-plugin-dns-infoblox-password infoblox
~~~


~~~
# satellite-installer --enable-foreman-proxy-plugin-dhcp-infoblox \
--foreman-proxy-dhcp true \
--foreman-proxy-dhcp-managed false \
--foreman-proxy-dhcp-provider infoblox \
--foreman-proxy-plugin-dhcp-infoblox-record-type host \
--foreman-proxy-dhcp-server Infoblox_hostname \
--foreman-proxy-plugin-dhcp-infoblox-username admin \
--foreman-proxy-plugin-dhcp-infoblox-password infoblox \
--foreman-proxy-plugin-dhcp-infoblox-network-view default \
--foreman-proxy-plugin-dhcp-infoblox-dns-view default
~~~


Additional information: 
Based on bug https://bugzilla.redhat.com/show_bug.cgi?id=1695609

Comment 1 Melanie Corr 2019-04-03 15:43:26 UTC
Thank you Kenny!

Comment 4 Melanie Corr 2019-04-12 13:38:52 UTC
These changes are now live on the Customer Portal 

https://access.redhat.com/documentation/en-us/red_hat_satellite/6.5-beta/html/provisioning_guide/chap-infoblox-integration