From 9fc6ab5f2e33ad7c7dbdff78a08c169d93e4287b Mon Sep 17 00:00:00 2001 From: Andrew Heath Date: Mon, 31 Jan 2022 11:33:37 -0500 Subject: [PATCH 1/4] Updated command to setup foreman-proxy --- _includes/manuals/3.0/3.2.3_installation_scenarios.md | 2 +- _includes/manuals/3.1/3.2.3_installation_scenarios.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/manuals/3.0/3.2.3_installation_scenarios.md b/_includes/manuals/3.0/3.2.3_installation_scenarios.md index 7e080fa0b4..0e072f3467 100644 --- a/_includes/manuals/3.0/3.2.3_installation_scenarios.md +++ b/_includes/manuals/3.0/3.2.3_installation_scenarios.md @@ -58,7 +58,7 @@ Command line arguments: {% highlight bash %} foreman-installer \ --no-enable-foreman \ - --no-enable-foreman-puppet \ + --no-enable-foreman-plugin-puppet \ --no-enable-foreman-cli \ --no-enable-foreman-cli-puppet \ --enable-puppet \ diff --git a/_includes/manuals/3.1/3.2.3_installation_scenarios.md b/_includes/manuals/3.1/3.2.3_installation_scenarios.md index 74159bd8e8..c842db46f8 100644 --- a/_includes/manuals/3.1/3.2.3_installation_scenarios.md +++ b/_includes/manuals/3.1/3.2.3_installation_scenarios.md @@ -58,7 +58,7 @@ Command line arguments: {% highlight bash %} foreman-installer \ --no-enable-foreman \ - --no-enable-foreman-puppet \ + --no-enable-foreman-plugin-puppet \ --no-enable-foreman-cli \ --no-enable-foreman-cli-puppet \ --enable-puppet \ From 1875b27d71e72d66c215742e275f071a582319f4 Mon Sep 17 00:00:00 2001 From: Andrew Heath Date: Mon, 31 Jan 2022 11:47:03 -0500 Subject: [PATCH 2/4] Adding nightly docs --- _includes/manuals/nightly/3.2.3_installation_scenarios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/manuals/nightly/3.2.3_installation_scenarios.md b/_includes/manuals/nightly/3.2.3_installation_scenarios.md index 74159bd8e8..c842db46f8 100644 --- a/_includes/manuals/nightly/3.2.3_installation_scenarios.md +++ b/_includes/manuals/nightly/3.2.3_installation_scenarios.md @@ -58,7 +58,7 @@ Command line arguments: {% highlight bash %} foreman-installer \ --no-enable-foreman \ - --no-enable-foreman-puppet \ + --no-enable-foreman-plugin-puppet \ --no-enable-foreman-cli \ --no-enable-foreman-cli-puppet \ --enable-puppet \ From ab3be05bfae76429a2f2ec306d742a344d30a608 Mon Sep 17 00:00:00 2001 From: Andrew Heath Date: Mon, 14 Mar 2022 13:28:11 -0400 Subject: [PATCH 3/4] Updating docs to inform users not to enable EPEL8 repo as it will cause dependncy issues with foreman --- _includes/manuals/3.0/3.1.1_supported_platforms.md | 4 +++- _includes/manuals/3.1/3.1.1_supported_platforms.md | 4 +++- _includes/manuals/3.2/3.1.1_supported_platforms.md | 4 +++- _includes/manuals/nightly/3.1.1_supported_platforms.md | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/_includes/manuals/3.0/3.1.1_supported_platforms.md b/_includes/manuals/3.0/3.1.1_supported_platforms.md index 985620e307..166ef258f5 100644 --- a/_includes/manuals/3.0/3.1.1_supported_platforms.md +++ b/_includes/manuals/3.0/3.1.1_supported_platforms.md @@ -18,7 +18,9 @@ The following operating systems are supported by the installer, have packages an * Architectures: x86_64 only * CentOS 8 Stream * Architectures: x86_64 only - * **Note:** The RPM packages are built on CentOS Linux 8, but tested to work also on CentOS 8 Stream + * **Note:** + - The RPM packages are built on CentOS Linux 8, but tested to work also on CentOS 8 Stream + - EPEL 8 is incompatible, enabling will cause package dependency issue. * Ubuntu 18.04 (Bionic) * Architectures: amd64 * Ubuntu 20.04 (Bionic) diff --git a/_includes/manuals/3.1/3.1.1_supported_platforms.md b/_includes/manuals/3.1/3.1.1_supported_platforms.md index 5d68dd9eda..fe5a4be083 100644 --- a/_includes/manuals/3.1/3.1.1_supported_platforms.md +++ b/_includes/manuals/3.1/3.1.1_supported_platforms.md @@ -18,7 +18,9 @@ The following operating systems are supported by the installer, have packages an * Architectures: x86_64 only * CentOS 8 Stream * Architectures: x86_64 only - * **Note:** The RPM packages are built on CentOS Linux 8, but tested to work also on CentOS 8 Stream + * **Note:** + - The RPM packages are built on CentOS Linux 8, but tested to work also on CentOS 8 Stream + - EPEL 8 is incompatible, enabling will cause package dependency issue. * Ubuntu 20.04 (Bionic) * Architectures: amd64 * Debian 10 (Buster) diff --git a/_includes/manuals/3.2/3.1.1_supported_platforms.md b/_includes/manuals/3.2/3.1.1_supported_platforms.md index d2b4054e46..1eaabba4a1 100644 --- a/_includes/manuals/3.2/3.1.1_supported_platforms.md +++ b/_includes/manuals/3.2/3.1.1_supported_platforms.md @@ -18,7 +18,9 @@ The following operating systems are supported by the installer, have packages an * Architectures: x86_64 only * CentOS 8 Stream * Architectures: x86_64 only - * **Note:** The RPM packages are built on CentOS Linux 8, but tested to work also on CentOS 8 Stream + * **Note:** + - The RPM packages are built on CentOS Linux 8, but tested to work also on CentOS 8 Stream + - EPEL 8 is incompatible, enabling will cause package dependency issue. * Ubuntu 20.04 (Focal) * Architectures: amd64 * Debian 10 (Buster) diff --git a/_includes/manuals/nightly/3.1.1_supported_platforms.md b/_includes/manuals/nightly/3.1.1_supported_platforms.md index d2b4054e46..1eaabba4a1 100644 --- a/_includes/manuals/nightly/3.1.1_supported_platforms.md +++ b/_includes/manuals/nightly/3.1.1_supported_platforms.md @@ -18,7 +18,9 @@ The following operating systems are supported by the installer, have packages an * Architectures: x86_64 only * CentOS 8 Stream * Architectures: x86_64 only - * **Note:** The RPM packages are built on CentOS Linux 8, but tested to work also on CentOS 8 Stream + * **Note:** + - The RPM packages are built on CentOS Linux 8, but tested to work also on CentOS 8 Stream + - EPEL 8 is incompatible, enabling will cause package dependency issue. * Ubuntu 20.04 (Focal) * Architectures: amd64 * Debian 10 (Buster) From 97e09489924a2b9dd0bf0515348b545cbc7acf22 Mon Sep 17 00:00:00 2001 From: Andrew Heath Date: Tue, 2 Aug 2022 10:50:35 -0400 Subject: [PATCH 4/4] update documentation --- plugins/foreman_remote_execution/1.7/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/foreman_remote_execution/1.7/index.md b/plugins/foreman_remote_execution/1.7/index.md index 9fa18270af..f514c89323 100644 --- a/plugins/foreman_remote_execution/1.7/index.md +++ b/plugins/foreman_remote_execution/1.7/index.md @@ -116,7 +116,7 @@ manual](/manuals/latest/index.html#3.InstallingForeman) for more information. You can install both the Foreman and Smart Proxy plugin with the installer: foreman-installer --enable-foreman-plugin-remote-execution\ - --enable-foreman-proxy-plugin-remote-execution-ssh + --enable-foreman-proxy-plugin-remote-execution-script The installer will automatically configure an SSH key for you, or you may use an existing see. See `foreman-installer --help` for more information.