We design and deliver bespoke stand-alone systems that consist of a variable number of software modules distributed over a variable number of machines. One example system consists of circa 140 software modules distributed over approximately 60 machines.

Each of the software modules requires some kind of configuration file that would include things like database access URLs, server IP addresses ad so on. Many of these parameters are interdependent; for example, if module "A" is deployed on machine "X" then module "B" needs the IP address for machine "X" in it's config file.

Before we hack something together in Python or some other scripting language, are there any existing tools that do this kind of thing? I'm thinking something like transforming a system description into a bunch of configuration files.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Apparently my google-fu has returned today, and I've found these:

And a wiki page with similar tools here.

All of these tools do far more than I had originally considered (for example, deployment), but this might be a useful thing for us anyway.

link|improve this answer
Recommendation for Puppet from me. – Nakedible Mar 31 '11 at 9:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.