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 # ! the next command assumes only the Apex RPMs are in your download location... order does not matter sudo yum install -y *.rpm
sudo yum -y install git mkdir ~/git git clone https://gerrit.opnfv.org/gerrit/apex