david-caro / python-foreman

Small low level python wrapper around Foreman API
GNU General Public License v2.0
58 stars 37 forks source link

Add Katello support #25

Closed boaz0 closed 8 years ago

boaz0 commented 9 years ago

We are running a Python script in Jenkins to provision our hosts through Foreman using your python-foreman. Now that we've moved some of our hosts to Satellite 6, it would be nicer to run REST requests that communicate with the Katello[*] through python-foreman instead of using requests API.

[*] we want to install the operating system from a given content view.

boaz0 commented 9 years ago

It probably will be a better idea to fork this as another module (e.g. python-satellite).

david-caro commented 9 years ago

What is exactly the difference on the paths? Maybe we can just separate the lib in two (python-apipie and python-foreman) or something, so we can reuse the code for both

boaz0 commented 9 years ago

IIRC: