diff options
author | Tim Rozet <trozet@redhat.com> | 2016-04-14 16:37:02 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-04-14 20:38:42 +0000 |
commit | be1b2c8141b4c1c82ae7c6df47ea51f3b1b281f8 (patch) | |
tree | e11f4f1507f1a11a19040109e40b657d7e83eeee | |
parent | 1be1f756ad677b065ec5322a2b61374a9efea03a (diff) |
Fixes inventory file reference
Change-Id: I2cd5a739a48d2f0e0fdc3b2103d3ea5e4987d6da
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 905571a3094cc99fed20448ac411a0a6e9a08de4)
-rw-r--r-- | docs/installation-instructions/baremetal.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation-instructions/baremetal.rst b/docs/installation-instructions/baremetal.rst index a4a05094..d8365d7f 100644 --- a/docs/installation-instructions/baremetal.rst +++ b/docs/installation-instructions/baremetal.rst @@ -123,7 +123,8 @@ Creating a Node Inventory File IPMI configuration information gathered in section `Execution Requirements (Bare Metal Only)`_ needs to be added to the ``inventory.yaml`` file. -1. Edit ``/etc/opnfv-apex/inventory.yaml``. +1. Copy ``/usr/share/doc/opnfv/inventory.yaml.example`` as your inventory file template to + ``/etc/opnfv-apex/inventory.yaml``. 2. The nodes dictionary contains a definition block for each baremetal host that will be deployed. 1 or more compute nodes and 3 controller nodes are required. |