Bug 1695659 - Missing parameters for installation dhcp/dns infoblox module
Summary: Missing parameters for installation dhcp/dns infoblox module
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Documentation
Version: 6.5.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: Unspecified
Assignee: Melanie Corr
QA Contact: Sergei Petrosian
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-04-03 14:51 UTC by Kenny Tordeurs
Modified: 2019-09-26 17:21 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-04-12 13:38:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.