diff options
author | Tim Rozet <trozet@redhat.com> | 2016-09-03 18:59:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-03 18:59:16 +0000 |
commit | b25606c614760f90abdb6f1153e99842932b48e5 (patch) | |
tree | c2f5affba36400798dc197db3700f25c9da30695 /docs | |
parent | 28f239b761c4b1bbe3d96c9eb2801e93db14dc7d (diff) | |
parent | 61b970e992fb514cb222482dfe5cafb7221be01d (diff) |
Merge "Add python3-ipmi to dependencies in doc and spec"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installationprocedure/baremetal.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installationprocedure/baremetal.rst b/docs/installationprocedure/baremetal.rst index 1b22a74c..8507b445 100644 --- a/docs/installationprocedure/baremetal.rst +++ b/docs/installationprocedure/baremetal.rst @@ -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 @@ -139,7 +140,7 @@ Install Bare Metal Jumphost 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`` |