This is an old revision of the document!
The procedure below has been used to create a 3-node OPNFV install using Intel NUC i7 nodes with 16GB RAM, 250MB SSD, and 1 TB HDD. The install uses one NUC for the Jumphost, and one each for the controller (OpenStack + ODL) and the compute nodes.
Basic install guidelines: http://artifacts.opnfv.org/apex/docs/installation-instructions/baremetal.html
su visudo (add line) opnfv ALL=(ALL) ALL
sudo yum -y update
sudo yum -y groupinstall "GNOME Desktop" sudo systemctl set-default graphical.target sudo systemctl start graphical.target
sudo yum -y groupinstall "Virtualization Host" sudo service libvirtd start sudo chkconfig libvirtd on
sudo yum install -y https://www.rdoproject.org/repos/rdo-release.rpm cd ~/Downloads sudo yum install -y opnfv-apex-undercloud-x.y-yyyymmdd.noarch.rpm sudo yum install -y opnfv-apex-common-x.y-yyyymmdd.noarch.rpm sudo yum install -y opnfv-apex-x.y-yyyymmdd.noarch.rpm
sudo yum -y install git mkdir ~/git