No activity today, make something!
cdent-rhat 20150413

20150413212501 cdent  

On whether to use gabbi or something else jd said:

I'd prefer we go full gabbi where possible. It's less verbose and less error prone than using the generic test framework.

I'm going to use that in my presentation because that really captures it.


I'm experimenting with using Heat to bootstrap a fedora21 image that's ready for doing backporting. I started from this (slightly modified) history of Eoghan backporting and created:

  • a heat template: f21-rebaser (not really the right name) which makes a fedora 21 instance, installs git, git-review, vim and a few other bits and piece and copies in
  • makeenv.sh a script to establish a configured directory in which to do cherry picks, run on the created node
  • bpstartup.sh, to get things rolling from, setting up SNAT, adding the right nova keypair, getting a glance image in place

This isn't fully working yet because I'm hung up on some permissions issues, but getting closer. I'll update the linked scripts as they become more correct and if they become properly correct, I'll put them in repo somewhere.

This may be overkill but it does provide some observability and dogfooding.