Compute node configuration for RHEL7.1 and CentOS7.1 - javimg89/openmano GitHub Wiki

This article contains specific instructions to configure a compute node, ready for NFV data plane workloads, based on a RHEL7.1 or CentOS7.1 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.1 and CentOS7.1.

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

The general guidelines fully apply to compute nodes based on RHEL7.1 or CentOS7.1. You can follow all detailed instructions from there.

⚠️ **GitHub.com Fallback** ⚠️