> On 23 Jul 2016, at 11:25, Juliusz Chroboczek <[email protected]> > wrote: > > I think you're overthinking it. Once your routers are up and reachable > from outside, propagating a new version of the config files is easily done > using scp. Matthieu tends to automate that using a throw-away shell > script, I prefer to do it by hand so I know when something breaks.
scp + control (bash is fine, if that’s what comes to hand) was all that I had in mind, with git to manage variation over time and so that I could see what I’d actually set up. Smoke tests just catch the intermittent errors, that either I’d typically miss or get frustrated restarting a bunch of devices until they came up in the right order. Maybe I’m just much less good at getting the configurations right first time ;-) Whatever works. _______________________________________________ homenet mailing list [email protected] https://www.ietf.org/mailman/listinfo/homenet
