Updating installation instructions
[apex.git] / docs / installationprocedure / baremetal.rst
index 1b22a74..eb48a28 100644 (file)
@@ -124,6 +124,7 @@ Install Bare Metal Jumphost
     - opnfv-apex-common           - (reqed) Supporting config files and scripts
     - python34-markupsafe         - (reqed) Dependency of opnfv-apex-common **
     - python3-jinja2              - (reqed) Dependency of opnfv-apex-common **
+    - python3-ipmi                - (reqed) Dependency of opnfv-apex-common **
 
     \* One or more of these RPMs is required
     Only one of opnfv-apex, opnfv-apex-onos and opnfv-apex-opendaylight-sfc is
@@ -136,10 +137,16 @@ Install Bare Metal Jumphost
     no longer carry them and they will not need special handling for
     installation.
 
+    Python 3.4 is also required and it needs to be installed if you are using
+    the Centos 7 base image:
+
+    ``sudo yum install epel-release``
+    ``sudo yum install python34``
+
     To install these RPMs download them to the local disk on your CentOS 7
     install and pass the file names directly to yum:
     ``sudo yum install python34-markupsafe-<version>.rpm
-    python3-jinja2-<version>.rpm``
+    python3-jinja2-<version>.rpm python3-ipmi-<version>.rpm``
     ``sudo yum install opnfv-apex-<version>.rpm
     opnfv-apex-undercloud-<version>.rpm opnfv-apex-common-<version>.rpm``