summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-10-20 13:52:43 -0400
committerTim Rozet <trozet@redhat.com>2016-10-20 20:18:36 +0000
commit1549576978e6bd56c9d376069bac86fb4f1788e9 (patch)
tree13f9cedbe755db2099df2996434c5ac6a182b6ac
parentd71fe7ff54045b9f6824f086e092f0ce052e1dda (diff)
Adding inventory.yaml values to docs
JIRA: APEX-297 Change-Id: I897c1921b51233864e0c26e7b71783976c855a43 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit 464e6740f6983cb60b49b3c5d5af5bc31eb55e69)
-rw-r--r--docs/installationprocedure/baremetal.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/installationprocedure/baremetal.rst b/docs/installationprocedure/baremetal.rst
index 21dc444e..1cf8f680 100644
--- a/docs/installationprocedure/baremetal.rst
+++ b/docs/installationprocedure/baremetal.rst
@@ -184,18 +184,20 @@ IPMI configuration information gathered in section
- ``ipmi_user``: IPMI username
- ``ipmi_password``: IPMI password
- ``pm_type``: Power Management driver to use for the node
+ values: pxe_ipmitool (tested) or pxe_wol (untested) or pxe_amt (untested)
- ``cpus``: (Introspected*) CPU cores available
- ``memory``: (Introspected*) Memory available in Mib
- ``disk``: (Introspected*) Disk space available in Gb
- ``arch``: (Introspected*) System architecture
- - ``capabilities``: (Opt**) Node role (profile:control or profile:compute)
+ - ``capabilities``: (Opt**) Node's role in deployment
+ values: profile:control or profile:compute
-\* *Introspection looks up the overcloud node's resources and overrides these
+ \* Introspection looks up the overcloud node's resources and overrides these
value. You can leave default values and Apex will get the correct values when
- it runs introspection on the nodes.*
+ it runs introspection on the nodes.
-** *If capabilities profile is not specified then Apex will select node's roles
- in the OPNFV cluster in a non-deterministic fashion.*
+ ** If capabilities profile is not specified then Apex will select node's roles
+ in the OPNFV cluster in a non-deterministic fashion.
Creating the Settings Files
---------------------------