Configuration of Openvim Compute Node for RHEL7.2 and CentOS7.2

From OSM Public Wiki
Revision as of 12:19, 23 November 2016 by Garciadeblas (talk | contribs) (Created page with "'''This article contains specific instructions to configure a compute node, ready for NFV data plane workloads, based on a RHEL7.2 or CentOS7.2 Linux system.''' In order to a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This article contains specific instructions to configure a compute node, ready for NFV data plane workloads, based on a RHEL7.2 or CentOS7.2 Linux system.

In order to apply the configuration, you can do it automatically by using a script that performs all actions apart from BIOS configuration and user key sharing. This script is only for RHEL7.2 and CentOS7.2.

wget https://github.com/nfvlabs/openvim/raw/master/scripts/configure-compute-node-RHEL7.2.sh
chmod +x ./configure-compute-node-RHEL7.2.sh
sudo ./configure-compute-node-RHEL7.2.sh <user> <iface>

The variable <user> is the host user used by openvim to connect via ssh (libvirt admin rights will be granted to that user). The variable <iface> is the host interface where Linux bridges will be provisioned.

It is also possible to do the process manually. The general guidelines fully apply to compute nodes based on RHEL7.2 or CentOS7.2. You can follow all detailed instructions from there.