Guys, I'm writing up basic instructions on how to run a devcloud-kvm virtual machine, for KVM development. The setup is complete, but I've run into a few things as far as configuration that I'd like some help on.
1) running services. In the past I've just built rpms and installed them in the devcloud-kvm. Not only does this not work on master right now, but it takes an extra 60 seconds. With devcloud we run "mvn -P developer,systemvm clean install && mvn -pl :cloud-client-ui jetty:run", I'm assuming I'll have to start the agent as well... or I guess my question is how that's handled when a normal zone creation expects the agent to be installed on the KVM host. 2) how to go about configuration. I'd like to have a marvin config that does two physical networks and an advanced zone, but I wasn't able to get anything but a 431 error when trying anything custom with a marvin cfg file (both in the standard devcloud and here). I played with the sandbox example at https://cwiki.apache.org/confluence/display/CLOUDSTACK/Testing+with+Python as well as trying to create my own cfg file, and both resulted in 431 when connecting to the management server for configuration.
