Honeycomb/Releases/1609/Installing binaries from packages
From fd.io
Contents
Centos
Add fd.io repo
CentOS 7.2 - Honeycomb Release RPMs
Create a file /etc/yum.repos.d/honeycomb-release.repo with contents:
[honeycomb-release] name=honeycomb release branch latest merge baseurl=https://nexus.fd.io/content/repositories/fd.io.centos7/ enabled=1 gpgcheck=0
CentOS 7.2 - Honeycomb master branch RPMs
Create a file /etc/yum.repos.d/honeycomb-master.repo with contents:
[honeycomb-master] name=honeycomb master branch latest merge baseurl=https://nexus.fd.io/content/repositories/fd.io.master.centos7/ enabled=1 gpgcheck=0
CentOS 7.2 - Honeycomb stable/1606 branch RPMs
Create a file /etc/yum.repos.d/honeycomb-stable-1606.repo with contents:
[honeycomb-stable-1606] name=honeycomb stable/1606 branch latest merge baseurl=https://nexus.fd.io/content/repositories/fd.io.stable.1606.centos7/ enabled=1 gpgcheck=0
Install honeycomb packages
sudo yum install honeycomb
Start honeycomb
Note: This will also start vpp as necessary.
sudo service honeycomb start