summaryrefslogtreecommitdiffstats
path: root/src/software/lmi
Commit message (Collapse)AuthorAgeFilesLines
* software: added doc strings; spaces, be goneMichal Minar2013-07-239-73/+76
| | | | removed spaces at the end of lines
* software: test fixesMichal Minar2013-07-231-2/+2
| | | | let's not presume, that package has any files
* software: YumWorker timeout parameters configurableMichal Minar2013-07-231-11/+8
| | | | | | 2 new configuration options supported: * [Yum] lock_wait_interval * [Yum] free_database_timeout
* software: more configurability of jobsMichal Minar2013-07-231-7/+7
| | | | | | | | | asynchronous job's default priority made configurable with option [Jobs] default_priority asynchronous job's default timeout for removel made configurable with option [Jobs] default_time_before_removal
* software: minimum time before job's removal configurableMichal Minar2013-07-231-5/+4
| | | | supported another option in software's configuration
* software: configurable timeout for job completionMichal Minar2013-07-231-5/+7
|
* software: disable logging of separate processMichal Minar2013-07-233-80/+77
| | | | | | separated process can not use logging facilities of cimom logging of YumWorker process made configurable
* software: using new Configuration and utility functionMichal Minar2013-07-2339-302/+214
| | | | | | | using system_name, system_class_name and namespace values from SoftwareConfiguration object using new_instance_name from util module
* software: added custom cmpi_loggingMichal Minar2013-07-231-0/+282
| | | | | | use custom cmpi_logging module made logging configurable
* software: removed log messages for provider initMichal Minar2013-07-2320-53/+25
| | | | these messages do not really help
* software: be more tolerant when checking SystemNameMichal Minar2013-07-233-4/+15
| | | | | | | Allow hostname aliases and fully qualified domain names in properties like SystemName. Modified tests accordingly.
* software: using new Configuration and utility functionMichal Minar2013-07-2322-103/+81
| | | | | | | using system_name, system_class_name and namespace values from SoftwareConfiguration object using new_instance_name from util module
* software: added utility function for instance name creationMichal Minar2013-07-231-0/+20
|
* moved logging level option to BaseConfigurationMichal Minar2013-07-231-3/+11
|
* software: added software configuration classMichal Minar2013-07-231-0/+70
| | | | | Added SoftwareConfiguration class for instantiation of a main, global configuration object for all software providers.
* software: fixed shutdownMichal Minar2013-07-232-7/+1
| | | | | | stop IndicationManager thread on cleanup removed YumDB.__del__ method - clean_up is called explicitely
* renamed openlmi namespace to lmiMichal Minar2013-07-0448-0/+14887
To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.