From 14dd0e4bd8b3db503cb7741ecff1dea1ff308eb6 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 5 Feb 2019 09:29:57 -0700 Subject: [PATCH] Document the requirement for the hostname on standalone When deploying a standalone system, a fully qualified hostname is required when deploying with pacemaker managed services. This change documents this as a best practice for the deployment. Depends-On: https://review.openstack.org/#/c/634803/ Change-Id: I3f993f6ab98b7138cfbdc5e57b7a19dcc03b1000 Related-Bug: #1814564 --- doc/source/install/containers_deployment/standalone.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/install/containers_deployment/standalone.rst b/doc/source/install/containers_deployment/standalone.rst index 1aa656e3..5700b3df 100644 --- a/doc/source/install/containers_deployment/standalone.rst +++ b/doc/source/install/containers_deployment/standalone.rst @@ -17,6 +17,12 @@ Deploying a Standalone OpenStack node ssh @ +#. Ensure a fully qualified hostname has been configured on the host being + deployed on. For example:: + + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient + #. Enable needed repositories: .. admonition:: RHEL