diff options
author | Michael Chapman <woppin@gmail.com> | 2016-09-08 12:33:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-08 12:33:54 +0000 |
commit | 9ddcfec06778ea72eb87065b278063d2f1a2eb89 (patch) | |
tree | 8e67e91fa6c2a53ed6d3f216b36d9dec8b6f69dd /docs/installationprocedure | |
parent | 83e3a718e26ca42465a03c7d70eb241e82e45e1e (diff) | |
parent | 4c2c4671811c7f95e0178178a941f1dc6298a05c (diff) |
Merge "Add python3-ipmi to dependencies in doc and spec" into stable/colorado
Diffstat (limited to 'docs/installationprocedure')
-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`` |