Methods of sending web-generated config files to servers and restarting services.
Posted
by JPG
on Stack Overflow
See other posts from Stack Overflow
or by JPG
Published on 2010-05-28T19:46:30Z
Indexed on
2010/05/28
19:52 UTC
Read the original article
Hit count: 147
Hi, We're writing a web-based tool to configure our services provided by multiple servers. This includes interfaces configuration, dhcp configs etc. etc.
Having configs in database and views that generate proper output, how to send it/make it available for servers?
I'm thinking about sending it through scp and invoking reload command to services through ssh. I'm also thinking about using Func to do all the job, as this is Python tool and will seemingly integrate with python-based (django) config tool.
Any other proposals?
© Stack Overflow or respective owner