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

Update installer command for REX plugin #1301

Merged
merged 1 commit into from
Jun 3, 2022
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Retain a copy of the example `{foreman-installer}` command from the output for i
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--foreman-proxy-puppetca "true" \
--puppet-server-ca "true" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----

. On {SmartProxyServer}, enter the `{foreman-installer}` command, for example:
Expand All @@ -173,7 +173,7 @@ Retain a copy of the example `{foreman-installer}` command from the output for i
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--foreman-proxy-puppetca "true" \
--puppet-server-ca "true" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----

. 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 Expand Up @@ -274,7 +274,7 @@ root@_{smartproxy-example-com}_:__{smartproxy-example-com}__-certs.tar
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--foreman-proxy-puppetca "false" \
--puppet-server-ca "false" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----

. On {SmartProxyServer}, enter the `{foreman-installer}` command, for example:
Expand All @@ -295,5 +295,5 @@ root@_{smartproxy-example-com}_:__{smartproxy-example-com}__-certs.tar
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--foreman-proxy-puppetca "false" \
--puppet-server-ca "false" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Puppet is configured in its default single-node configuration.
--puppet-ca-server "_{smartproxy-example-com}_" \
--foreman-proxy-puppetca "true" \
--puppet-server-ca "true" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----

. On {SmartProxyServer}, enter the `{foreman-installer}` command, for example:
Expand All @@ -173,5 +173,5 @@ Puppet is configured in its default single-node configuration.
--puppet-ca-server "_{smartproxy-example-com}_" \
--foreman-proxy-puppetca "true" \
--puppet-server-ca "true" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ root@_{smart-proxy-context}-ca.example.com_:__{smart-proxy-context}-ca.example.c
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--foreman-proxy-puppetca "true" \
--puppet-server-ca "true" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----

. On {SmartProxyServer}, enter the `{foreman-installer}` command, for example:
Expand All @@ -65,7 +65,7 @@ root@_{smart-proxy-context}-ca.example.com_:__{smart-proxy-context}-ca.example.c
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--foreman-proxy-puppetca "true" \
--puppet-server-ca "true" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----

. On {SmartProxyServer}, stop the Puppet server:
Expand Down Expand Up @@ -170,7 +170,7 @@ root@_{smartproxy-example-com}_:__{smartproxy-example-com}__-certs.tar
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--foreman-proxy-puppetca "false" \
--puppet-server-ca "false" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----
. On {SmartProxyServer}, enter the `{foreman-installer}` command, for example:
+
Expand All @@ -190,5 +190,5 @@ root@_{smartproxy-example-com}_:__{smartproxy-example-com}__-certs.tar
--puppet-ca-server "_{smart-proxy-context}-ca.example.com_" \
--foreman-proxy-puppetca "false" \
--puppet-server-ca :false" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Puppet is configured in its default single-node configuration.
--puppet-ca-server "_{smartproxy-example-com}_" \
--foreman-proxy-puppetca "true" \
--puppet-server-ca "true" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----

. On {SmartProxyServer}, enter the `{foreman-installer}` command, for example:
Expand All @@ -60,5 +60,5 @@ Puppet is configured in its default single-node configuration.
--puppet-ca-server "_{smartproxy-example-com}_" \
--foreman-proxy-puppetca "true" \
--puppet-server-ca "true" \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ For more information, see {InstallingProjectDocURL}configuring-external-services
----
# {installer-scenario} \
--enable-foreman-plugin-remote-execution \
--enable-foreman-proxy-plugin-remote-execution-ssh
--enable-foreman-proxy-plugin-remote-execution-script
----
+
. Log on to the {ProjectWebUI}, with the username `admin` and the password `changeme`.
Expand Down