floored1585 / quagga-cookbook

Chef cookbook for managing Quagga routing daemons
Apache License 2.0
4 stars 6 forks source link

what is the quagga service? #13

Open corbesero opened 8 years ago

corbesero commented 8 years ago

I am trying to use the cookbook on rhel (centos 6.x to be exact), but it fails on the service 'quagga' resource in the ::default recipe.

================================================================================ Error executing action enable on resource 'service[quagga]' ================================================================================ Chef::Exceptions::Service

       service[quagga]: Service is not known to chkconfig.

Should that be the 'zebra' service?

floored1585 commented 8 years ago

Heya, the quagga service is how quagga runs in debian environments ("service quagga start" etc). This might be different in RHEL (don't know much about it), which would cause the error.

corbesero commented 8 years ago

After some wrestling with test kitchen, I was able to bring up a debian vm to see how things install there. I was using debian 8.5. But, it could not find the quagga package. Are you using a specific version of debian?

I was also to get an ubuntu vm up. There the package installs, but a service check on "quagga" fails so the cookbook does not converge. I am doing that on ubuntu 16.04.