Discussion:
[rancid] [PATCH] Custom vendor definitions in rancid.conf
Matej Vela
2012-02-28 21:24:13 UTC
Permalink
Hi,

We're using some custom scripts like alurancid and h3crancid, and it can
be slightly inconvenient to add them to rancid-fe after each upgrade
(especially with a .deb or .rpm).

This may be feature creep, but in case you think it's useful, here's a
patch that allows rancid.conf to define additional vendor scripts for
rancid-fe, e.g.:

CUSTOM_VENDOR_H3C=h3crancid; export CUSTOM_VENDOR_H3C

(dpkg, rpm, etc. typically preserve configuration files across upgrades,
so this removes the need for manually patching stuff.)

Thanks,

Matej

Loading...