Bug 2000237
| Summary: | Dependency issues when attempting to install Infoblox DNS and DHCP plugins | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Danny Synk <dsynk> | ||||
| Component: | Packaging | Assignee: | satellite6-bugs <satellite6-bugs> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Danny Synk <dsynk> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.10.0 | CC: | aruzicka, lvrtelov, pcreech, zhunting | ||||
| Target Milestone: | 6.10.0 | Keywords: | Regression, Triaged | ||||
| 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: | 2021-11-16 14:13:42 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: | |||||||
| Attachments: |
|
||||||
|
Description
Danny Synk
2021-09-01 16:11:31 UTC
Is this a regression from 6.9? Yes, this works as documented in 6.9. Verified on Satellite 6.10, snap 22 (tfm-rubygem-infoblox-3.0.0-3.1.el7sat.noarch, tfm-rubygem-smart_proxy_dhcp_infoblox-0.0.16-4.1.el7sat.noarch, tfm-rubygem-smart_proxy_dns_infoblox-1.1.0-4.1.el7sat.noarch). Steps to Test: Attempt to enable the Infoblox DHCP and DNS plugins using the procedures documented in the Satellite Provisioning Guide: ~~~ # 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 fixedaddress \ --foreman-proxy-dhcp-server infoblox.example.com \ --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 # 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.example.com \ --foreman-proxy-plugin-dns-infoblox-username admin \ --foreman-proxy-plugin-dns-infoblox-password infoblox \ --foreman-proxy-plugin-dns-infoblox-dns-view default ~~~ Expected Results: The plugins are enabled and the associated packages are successfully installed. Actual Results: The plugins are enabled and the associated packages are successfully installed. ~~~ # rpm -qa *infoblox* tfm-rubygem-smart_proxy_dhcp_infoblox-0.0.16-4.1.el7sat.noarch tfm-rubygem-infoblox-3.0.0-3.1.el7sat.noarch tfm-rubygem-smart_proxy_dns_infoblox-1.1.0-4.1.el7sat.noarch ~~~ Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Satellite 6.10 Release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:4702 |