Automatic VM deployment
        Posted  
        
            by Robert Wilson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Robert Wilson
        
        
        
        Published on 2010-05-25T08:33:13Z
        Indexed on 
            2010/05/25
            9:01 UTC
        
        
        Read the original article
        Hit count: 360
        
I have an idea to streamline deployments of prototypes within our team using VMs. The idea would be that a developer would be able to deploy their artifacts to Maven, then use a Web interface to pull them onto a development VM for integration/regression testing. They would then be able to to push those artifacts to a reference system, and finally onto production.
I'm currently thinking of doing this myself using the vSphere Java API ( http://vijava.sourceforge.net/ ), and some simple scripting to grab artifacts from the Maven repository, configuration from SVN, and then start up a JBoss server. It feels like the kind of thing that may already be available though, has anyone heard of something similar?
© Stack Overflow or respective owner