Missing external DNS/DHCP proxies

I cant seem to see my new external proxies to be ‘seen’ in Infrastructure/Smart Proxies (Any organization, Any location) after the below commands:

foreman-installer --scenario katello
–foreman-proxy-dhcp-provider=remote_isc
–foreman-proxy-plugin-dhcp-remote-isc-dhcp-config /mnt/nfs/etc/dhcp/dhcpd.conf
–foreman-proxy-plugin-dhcp-remote-isc-dhcp-leases /mnt/nfs/var/lib/dhcpd/dhcpd.leases
–foreman-proxy-plugin-dhcp-remote-isc-key-name=omapi_key
–foreman-proxy-plugin-dhcp-remote-isc-key-secret=XXXXXXXXXXXXXXXXXXXXXXXXXXX
–foreman-proxy-plugin-dhcp-remote-isc-omapi-port=7911
–enable-foreman-proxy-plugin-dhcp-remote-isc
–foreman-proxy-dhcp-server=dhcpd.foobar.org

foreman-installer --scenario katello
–foreman-proxy-dns-managed=false
–foreman-proxy-dns-provider=nsupdate
–foreman-proxy-dns-server=“192.168.0.14”
–foreman-proxy-keyfile=/etc/foreman-proxy/rndc.key

What am I missing? I also tried without the --scenario switch… same result.

I think that I found the error… I was missing these two directives:
–foreman-proxy-dns=true
–foreman-proxy-dhcp=true

I did a refresh after re-issuing the foreman-installs… and they showed up!

1 Like