[PATCH aeolus-image-rubygem 0/2] Katello API client

Matt Wagner matt.wagner at redhat.com
Thu May 24 18:51:05 UTC 2012


Howdy,

This is a client for the Katello API that I've been working on.

Aeolus is going to need to be able to fetch system templates from Katello. Those belongs to environments, which belong to organizations, so you end up having to make some nested calls. This got very painful to try to code up manually, so base.rb implements some quick nesting capabilities.

It's worth noting that ActiveResource has a patch adding more robust associations upstream, but it's not in any released version yet, much less the 3.0.10 version that's in Fedora.

I'm not convinced that this belongs in aeolus-image-rubygem; it has litte to do with images. However, aeolus-image-rubygem was a library pulling various API clients into Conductor, and the reason I'm writing the Katello API was to fetch image templates, so it isn't too big of a leap. Let me know if you think this belongs elsewhere.

-- Matt



More information about the aeolus-devel mailing list