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
This commit is contained in:
Alex Schultz 2019-02-05 09:29:57 -07:00
parent 566efcd81e
commit 14dd0e4bd8
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@ Deploying a Standalone OpenStack node
ssh <non-root-user>@<machine>
#. 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