From 61b970e992fb514cb222482dfe5cafb7221be01d Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Sat, 3 Sep 2016 00:28:41 +1000 Subject: Add python3-ipmi to dependencies in doc and spec Change-Id: I5dea9d61c2fc0b9d5af1ff88823f4ec3cb92c8d5 Signed-off-by: Michael Chapman --- build/rpm_specs/opnfv-apex-common.spec | 2 +- docs/installationprocedure/baremetal.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index f3d14277..8fd241b4 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -11,7 +11,7 @@ Source0: opnfv-apex-common.tar.gz BuildArch: noarch BuildRequires: python-docutils python34-devel Requires: openstack-tripleo opnfv-apex-sdn opnfv-apex-undercloud openvswitch qemu-kvm bridge-utils libguestfs-tools -Requires: initscripts net-tools iputils iproute iptables python34 python34-yaml python3-jinja2 +Requires: initscripts net-tools iputils iproute iptables python34 python34-yaml python3-jinja2 python3-ipmi Requires: ipxe-roms-qemu >= 20160127-1 %description 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-.rpm - python3-jinja2-.rpm`` + python3-jinja2-.rpm python3-ipmi-.rpm`` ``sudo yum install opnfv-apex-.rpm opnfv-apex-undercloud-.rpm opnfv-apex-common-.rpm`` -- cgit 1.2.3-korg