Configuration of Openvim Compute Node for RHEL7.2 and CentOS7.2: Difference between revisions

From OSM Public Wiki
Jump to: navigation, search
(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...")
 
No edit summary
Line 1: Line 1:
'''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.'''
'''This article contains specific instructions to configure a compute node, ready for NFV data plane workloads, based on a RHEL7.2 server or CentOS 7.2 Server 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'''.
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
  wget -O install-openvim.sh "https://osm.etsi.org/gitweb/?p=osm/openvim.git;a=blob_plain;f=scripts/configure-compute-node-RHEL7.2.sh;hb=1ff6c02ecff38378a4d7366e223cefd30670602e"
 
  chmod +x ./configure-compute-node-RHEL7.2.sh
  chmod +x ./configure-compute-node-RHEL7.2.sh
  sudo ./configure-compute-node-RHEL7.2.sh <user> <iface>
  sudo ./configure-compute-node-RHEL7.2.sh <user> <iface>

Revision as of 10:07, 21 June 2017

This article contains specific instructions to configure a compute node, ready for NFV data plane workloads, based on a RHEL7.2 server or CentOS 7.2 Server 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 -O install-openvim.sh "https://osm.etsi.org/gitweb/?p=osm/openvim.git;a=blob_plain;f=scripts/configure-compute-node-RHEL7.2.sh;hb=1ff6c02ecff38378a4d7366e223cefd30670602e"
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.