Are there any deployment tools for linux servers that would allow you to:
automatize deploy new config over existing configs
rollback to previous configs
deploy/patch jars
rollback to previous jars
Software/Hardware used:
ASKED:
September 4, 2008 10:32 AM
UPDATED:
September 5, 2008 11:18 AM
CFengine looks pretty cool… but it may be a bit to advanced for what I would need.
To explain more, I would need a tool to allow me to compare config files from a cvs server to production servers, deploy them there if needed, and if any problems to roll them back.
Same for jar files… At this point this is done with make files and updated with cvs manual.
Thanks