I'm hoping some friendly folks out there can offer some advice on reliably and efficiently deploying a large, multi-tier, mission critical application to a farm of windows 2003 servers. Our current solution of custom powershell scripts is getting a bit creaky and is difficult to maintain. We need:
the ability to define/enforce deploy "dependencies" such that application A is always deployed with application B
permissions, possibly integrated w/ Active Directory
fault tolerance. If something goes wrong in the deploy process, we need something to take automatic corrective action. We have too many servers to do this manually.
flexibility. We have custom needs and need something easy to work with and extend.
support for multiple environments.
'orchestration' tools, allowing us to remove a web server from the load balancer prior to deployment, then re-add when the deploy is successful.
How have other people solved this program? Are custom scripts the only way to go? Has anyone used UrbanDeploy?
Thank you for any advice on solving this problem!
Edit: I'd recommend anyone struggling with this issue to check out HP Operations Orchestration. This is the direction we're going to take.