Skip to content

Commit

Permalink
Refs #36573 - Remove --puppet-server-foreman-url parameter (#2432)
Browse files Browse the repository at this point in the history
Since Foreman 3.8 the --foreman-proxy-foreman-base-url parameter is
reused.
  • Loading branch information
ekohl committed Sep 25, 2023
1 parent 6b3889e commit bf7b9be
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@ Retain a copy of the example `{foreman-installer}` command from the output for i
--foreman-proxy-trusted-hosts "_{smartproxy-example-com}_" \
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--puppet-dns-alt-names "_{loadbalancer-example-com}_" \
--puppet-server-ca "false" \
--puppet-server-foreman-url "_https://{foreman-example-com}_"
--puppet-server-ca "false"
----
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,5 @@ Retain a copy of the example `{foreman-installer}` command that is output by the
--foreman-proxy-trusted-hosts "_{smartproxy-example-com}_" \
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--puppet-dns-alt-names "_{loadbalancer-example-com}_" \
--puppet-server-ca "false" \
--puppet-server-foreman-url "_https://{foreman-example-com}_"
--puppet-server-ca "false"
----
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ Retain a copy of the example `{foreman-installer}` command from the output for i
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--puppet-dns-alt-names "_{loadbalancer-example-com}_" \
--puppet-server true \
--puppet-server-ca "true" \
--puppet-server-foreman-url "_https://{foreman-example-com}_"
--puppet-server-ca "true"
----
. On {SmartProxyServer}, generate Puppet certificates for all other {SmartProxies} that you configure for load balancing, except this first system where you configure Puppet certificates signing:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ Retain a copy of the example `{foreman-installer}` command that is output by the
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--puppet-dns-alt-names "_{loadbalancer-example-com}_" \
--puppet-server true \
--puppet-server-ca "true" \
--puppet-server-foreman-url "_https://{foreman-example-com}_"
--puppet-server-ca "true"
----
. On {SmartProxyServer}, stop the Puppet server:
+
Expand Down
1 change: 0 additions & 1 deletion guides/common/modules/proc_enabling-puppet.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ Additionally, you can deploy Puppet server to {Project} externally and integrate
--foreman-proxy-puppetca true \
--enable-puppet \
--puppet-server true
--puppet-server-foreman-url "https://_{foreman-example-com}_"
----
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ifdef::foreman-el,foreman-deb[]
--no-enable-foreman-cli \
--enable-puppet \
--puppet-server-ca=false \
--puppet-server-foreman-url=https://__{foreman-example-com}__ \
--enable-foreman-proxy \
--foreman-proxy-puppetca=false \
--foreman-proxy-tftp=false \
Expand Down
3 changes: 1 addition & 2 deletions guides/common/modules/proc_renaming-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ For more information, see {ManagingHostsDocURL}Registering_Hosts_managing-hosts[
----
# {foreman-installer} \
--foreman-proxy-foreman-base-url https://_new-{foreman-example-com}_ \
--foreman-proxy-trusted-hosts _new-{foreman-example-com}_ \
--puppet-server-foreman-url https://_new-{foreman-example-com}_
--foreman-proxy-trusted-hosts _new-{foreman-example-com}_
----
. On {ProjectServer}, list all {SmartProxyServers}:
+
Expand Down

0 comments on commit bf7b9be

Please sign in to comment.