summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-08-23 14:08:07 -0400
committerTim Rozet <trozet@redhat.com>2017-08-24 13:46:14 -0400
commit7791de298113e07fb3d34d3129623209aa026a6a (patch)
tree5509be7225ca6179b12a9baab56c8c53452ee0ff /docs
parentc6f04a5dee991a131a49c2fde9c5990fe2edac4e (diff)
Updates RPM specs and building
Changes Include: - Disables ONOS from rpm and image building - Fixes opnfv-apex package dependency for python34-opnfv-apex - Updates requirements for python34-opnfv-apex - Updates docs - Removes temporary build qcow2 for odl which was being bundled into our dev tars unnecessarily Change-Id: Ief668067181fc35a54553ae118b7950bddce1940 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/release/installation/baremetal.rst24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/release/installation/baremetal.rst b/docs/release/installation/baremetal.rst
index 5ac05873..c6ab9e82 100644
--- a/docs/release/installation/baremetal.rst
+++ b/docs/release/installation/baremetal.rst
@@ -124,22 +124,22 @@ Install Bare Metal Jumphost
``sudo yum install opnfv-apex``
- If ONOS will be used, install the ONOS rpm instead of the opnfv-apex rpm.
-
- ``sudo yum install opnfv-apex-onos``
-
2c. If you choose not to use the Apex yum repo or you choose to use
pre-released RPMs you can download and install the required RPMs from the
artifacts site <http://artifacts.opnfv.org/apex.html>. The following RPMs
are available for installation:
- - opnfv-apex - OpenDaylight L2 / L3 and ODL SFC support *
- - opnfv-apex-onos - ONOS support *
- - opnfv-apex-undercloud - (reqed) Undercloud Image
- - 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 **
+ - opnfv-apex - OpenDaylight, OVN, and nosdn support *
+ - opnfv-apex-undercloud - (reqed) Undercloud Image
+ - python34-opnfv-apex - (reqed) OPNFV Apex Python package
+ - python34-markupsafe - (reqed) Dependency of python34-opnfv-apex **
+ - python34-jinja2 - (reqed) Dependency of python34-opnfv-apex **
+ - python3-ipmi - (reqed) Dependency of python34-opnfv-apex **
+ - python34-pbr - (reqed) Dependency of python34-opnfv-apex **
+ - python34-virtualbmc - (reqed) Dependency of python34-opnfv-apex **
+ - python34-iptables - (reqed) Dependency of python34-opnfv-apex **
+ - python34-cryptography - (reqed) Dependency of python34-opnfv-apex **
+ - python34-libvirt - (reqed) Dependency of python34-opnfv-apex **
\* One or more of these RPMs is required
Only one of opnfv-apex or opnfv-apex-onos is required. It is safe to leave
@@ -162,7 +162,7 @@ Install Bare Metal Jumphost
``sudo yum install python34-markupsafe-<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``
+ opnfv-apex-undercloud-<version>.rpm python34-opnfv-apex-<version>.rpm``
3. After the operating system and the opnfv-apex RPMs are installed, login to
your Jumphost as root.