Now that I know both Jenkins/jjb and OpenShift, I find myself often thinking in terms of *services* as opposed to the default "job" model of Jenkins. Basically, a number of the things I'd like to do in the CI env would be better expressed as services than as jobs. (Not all) I heard there was an effort to create an internal OpenShift environment - are there any examples of consumers of that or documentation on it? Are people using that for *persistent* services or just testing container images? But even then I'd really like to expose public services in some cases - think informational display that gets awkward to render into jobs. I have access to other OpenShift clusters where I could run these services, but then I get into a situation of copying data around, as well as dealing with authentication. (IMO really CentOS CI should have *multiple* Jenkins, each group gets its own master deployed *in* OpenShift...a while ago I accidentally forgot a `node:` spec on one of my jobs which ended up running on the libvirt FreeBSD slave. This is something that should really never happen)