On Wed, 21 Jan 2015 11:06:02 -0700 Tim Flink tflink@redhat.com wrote:
This took a bit longer than I had hoped, but I've got proof-of-concept code for no-cloud disposable clients in libtaskotron.
https://bitbucket.org/tflink/libtaskotron
in the feature/T382-nocloud-disposable branch.
I've continued to poke at this to add functionality that we don't already have in libtaskotron. To show this off, I wrote a throwaway task for testing cloud images:
https://bitbucket.org/tflink/task-democloudcheck
The code and output are still pretty ugly but it does work with F21 cloud images (still waiting for rawhide cloud images that work to test that). The latest code from my libtaskotron branch is also needed. I purposely didn't use a real test harness for the task so I could get it done quickly but I don't want to be supporting tasks written like this in production :)
Feedback on the direction of these changes would be welcome. Especially from the folks who are going to end up working on the feature.
Tim