Hi, My environment is Foreman 1.16 and Katello 3.5
When creating a provisioning setup in the webui the wrong commands are displayed. Step 3 (Foreman installer) The commands you need to Install provisioning with DHCP are not correct. katello-installer \ --enable-capsule \ --capsule-tftp=true \ --capsule-tftp-servername=10.0.104.14 \ --capsule-dhcp=true \ --capsule-dhcp-interface=eth0 \ --capsule-dhcp-gateway=10.0.104.1 \ --capsule-dhcp-nameservers="10.0.104.13,10.0.104.14" \ --capsule-dns=true \ --capsule-dns-interface=eth0 \ --capsule-dns-zone=yy.proxy.nl \ --capsule-dns-reverse=104.0.10.in-addr.arpa \ --capsule-dns-forwarders=10.0.104.12 \ --capsule-dns-forwarders=10.0.104.13 \ --capsule-parent-fqdn=https://xxx.yy.proxy.nl \ --capsule-foreman-oauth-key=xxxxxx \ --capsule-foreman-oauth-secret=yyyyy The following commands are the correct one. foreman-installer \ --scenario katello \ --enable-foreman-proxy \ --foreman-proxy-tftp=true \ --foreman-proxy-tftp-servername=10.0.104.14 \ --foreman-proxy-dhcp=true \ --foreman-proxy-dhcp-interface=eth0 \ --foreman-proxy-dhcp-gateway=10.0.104.1 \ --foreman-proxy-dhcp-nameservers="10.0.104.13,10.0.104.14" \ --foreman-proxy-dns=true \ --foreman-proxy-dns-interface=eth0 \ --foreman-proxy-dns-zone=yy.proxy.nl \ --foreman-proxy-dns-reverse=104.0.10.in-addr.arpa \ --foreman-proxy-dns-forwarders=10.0.104.12 \ --foreman-proxy-dns-forwarders=10.0.104.13 \ --foreman-proxy-content-parent-fqdn=https://xxx.yy.proxy.nl \ --katello-oauth-key=xxxxx \ --katello-oauth-secret=yyyyy -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
