On Sat, Feb 21, 2015 at 3:10 PM, Uma Harini <umaharini@gmail.com> wrote:
Hi,
I am doing a proof-of-concept using cobbler. I would require help on couple of things:

- How can I download the stuff that "cobbler get-loaders" helps from an air gapped environment [not connected to internet]. Is there a FTP link for me to download and transfer to my cobbler server [that is not connected to internet]. There is no proxy currently for connection from the cobbler server
- Is there any API documentation for cobbler that we want to integrate with the orchestration layers?


You can get the loaders bit by mimicing what cobbler is doing. the code is here:

https://github.com/cobbler/cobbler/blob/master/cobbler/action_dlcontent.py#L51-L74

Cobbler has an xmlrpc based api.  but the cobbler and koan commands themselves are fairly handy from things like ansible for handling the orchestration without re-implementing a lot.

-greg