After a couple more days of hacking and bugfixing, I would like to invite you all to test my lava-deployment-tool branch again:
https://code.launchpad.net/~mwhudson/lava-deployment-tool/use-buildout/+merg...
(Please test revno 238 or newer; you'll need to run lava-deployment-tool setup again).
The main changes are support from upgrading from pip-based instances and a simpler story for local development:
http://people.linaro.org/~mwh/ldt.html#local-development
In particular the buildout configuration now live in its own branch, lp:lava-manifest.
If you run jobs through the scheduler, you'll notice that the logging in the log files isn't quite right; that's fixed by https://code.launchpad.net/~mwhudson/lava-dispatcher/lava-space-dispatch-com...
Cheers, mwh
Michael Hudson-Doyle michael.hudson@linaro.org writes:
Those of you who have been around for a while will know that we used to package LAVA as Debian packages. This had its problems and we switched over to the world of pip and virtualenv and lava-deployment-tool. ...