Description of problem: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/4/html/Installation_and_Configuration_Guide/Configuring_the_Installer.html This suggests to edit foreman_server.sh in order to set the FOREMAN_PROVISIONING and FOREMAN_GATEWAY. This should instead be using exported environment variables. export FOREMAN_PROVISIONING=(true|false) export FOREMAN_GATEWAY=(false|IP address)
This bug is being assigned to Scott Radvan, who is now the designated docs specialist for Foreman.
*** Bug 1092705 has been marked as a duplicate of this bug. ***
Fixed in topic 19224:713013. This topic and revision were added to cs15807.
Documentation Link ------------------ https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/4/html/Installation_and_Configuration_Guide/Configuring_the_Installer.html What Changed ------------ The "Configuring the Foreman Installer" has been changed to read: Procedure . Configuring the Foreman Installer Log in to the system on which Foreman will be installed. 1. Export the following variable, replacing address with either the IP address or fully qualified domain name of the system on which Foreman will be installed: # export FOREMAN_GATEWAY=address 2. Export the following variable: # export FOREMAN_PROVISIONING=address 3. The Foreman installer is now configured and ready for use. NVR --- Red_Hat_Enterprise_Linux_OpenStack_Platform-Installation_and_Configuration_Guide-4-en-US-4-79
*** Bug 1091346 has been marked as a duplicate of this bug. ***