HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-devel] Q: Condor as a cloud scheduler



On 01/08/2010 06:21 AM, Stanislav Ievlev wrote:
> 2009/12/30 Matthew Farrellee <matt@xxxxxxxxxx>:
>>
>> You can. How exactly depends mostly on the architecture you're using in oVirt. Condor is an external process to the UI. You'll need to look at ways to update your model from events happening in Condor, e.g. UI request for an instance -> Condor / instance status change from Condor -> UI model.
> 
> Do I need to write a plugin to organize a such OVirt<->Condor communications?
> 
> Are there any documentation about writing plugins to Condor's components:
> schedd, collectd, negotiator etc. ?
> 
> Where can I find a sample plugins if documentation doen't exists ?

You'd have to write something to integrate the two yes. You should look at the SOAP interface to the condor_schedd. There are a number of tutorials from previous Condor Week conferences:

Using APIs to access Condor

http://www.cs.wisc.edu/condor/CondorWeek2009/monday_condor.html

Best,


matt