jmadureira / netdata-cookbook

Chef cookbook to install FireHol's NetData
Apache License 2.0
14 stars 12 forks source link

support ubuntu 18.04 #32

Closed st-h closed 6 years ago

st-h commented 6 years ago

netdata_install.rb currently fails because ubuntu 18.04 seems to make use of package iproute2 instead of iproute. This PR fixes that.

Tests fail locally with the following errors:

>>>>>> Message: 3 actions failed.
>>>>>>     Converge failed on instance <general-centos-67>.  Please see .kitchen/logs/general-centos-67.log for more details
>>>>>>     Converge failed on instance <general-chef12-centos-67>.  Please see .kitchen/logs/general-chef12-centos-67.log for more details
>>>>>>     Converge failed on instance <general-chef12-fedora-25>.  Please see .kitchen/logs/general-chef12-fedora-25.log for more details

However, this seems to be the case with current master as well, so this should not be related to this PR.

jmadureira commented 6 years ago

@st-h Thanks for the PR. I'll include it on the 1.0.0 release.