diff options
author | Dan Radez <dradez@redhat.com> | 2015-12-21 01:09:12 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2015-12-21 01:13:57 -0500 |
commit | 4cc39debed8c131eab8bc126cf2239beab297f5a (patch) | |
tree | b89930f550c3447ec86c032939636e2ccd0d6c67 /docs/installation-instructions | |
parent | 9b006ff0e1bf4dbe0239bd7258eda999813bb96b (diff) |
adding openvswitch dependency to installation instructions
Change-Id: Ie79385905a73963ebac34ebda36a0d65539eeee7
Diffstat (limited to 'docs/installation-instructions')
-rw-r--r-- | docs/installation-instructions/installation-instructions.rst | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/docs/installation-instructions/installation-instructions.rst b/docs/installation-instructions/installation-instructions.rst index 72a7bb22..d918908b 100644 --- a/docs/installation-instructions/installation-instructions.rst +++ b/docs/installation-instructions/installation-instructions.rst @@ -252,18 +252,29 @@ system to bare metal nodes. Install Bare Metal Jumphost --------------------------- -1. If your Jumphost does not have CentOS 7 already on it, or you would like to do a fresh - install, then download the Apex bootable ISO <http://artifacts.opnfv.org/> here. +1a. If your Jumphost does not have CentOS 7 already on it, or you would like to do a fresh + install, then download the Apex bootable ISO from OPNFV artifacts <http://artifacts.opnfv.org/>. -2. Boot the ISO off of a USB or other installation media and walk through installing OPNFV CentOS 7. - The ISO comes prepare to be written directly to a USB drive with dd as such: +1b. If your Jump host already has CentOS 7 with libvirt running on it then install the + opnfv-apex RPM from OPNFV artifacts <http://artifacts.opnfv.org/>. + +2a. Boot the ISO off of a USB or other installation media and walk through installing OPNFV CentOS 7. + The ISO comes prepared to be written directly to a USB drive with dd as such: ``dd if=opnfv-apex.iso of=/dev/sdX bs=4M`` Replace /dev/sdX with the device assigned to your usb drive. Then select the USB device as the boot media on your Jumphost -3. After OS is installed login to your Jumphost as root. +2b. Install the RDO Release RPM and the opnfv-apex RPM: + + ``sudo yum install -y https://www.rdoproject.org/repos/rdo-release.rpm opnfv-apex-{version}.rpm`` + + The RDO Project release repository is needed to install OpenVSwitch, which is a dependency of + opnfv-apex. If you do not have external connectivity to use this repository you need to download + the OpenVSwitch RPM from the RDO Project repositories and install it with the opnfv-apex RPM. + +3. After the operating system and the opnfv-apex RPM are installed, login to your Jumphost as root. 4. Configure IP addresses on the interfaces that you have selected as your networks. |