Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #36573 - Remove --puppet-server-foreman-url parameter #2432

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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