summaryrefslogtreecommitdiffstats
path: root/mof
Commit message (Collapse)AuthorAgeFilesLines
* fixed most of pylint errorsMichal Minar2012-11-291-25/+22
| | | | | | | | | also modified mof, so it's better parseable greatly reduced pylint errors and warnings LMI_SoftwareInstalledPackage now returns reference to Linux_ComputerSystem instead of CIM_ComputerSystem
* Added 'Implemented' qualifier.Jan Safranek2012-11-221-0/+4
|
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-125-60/+71
|
* Account: Account modification of password expirations0.0.12Roman Rakus2012-10-251-3/+3
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* modified for used under tog-pegasusMichal Minar2012-10-241-5/+5
| | | | | | | | | | | | Checkum property of LMI_SoftwareFileCheck had different type than in base class. This prevented registration. - Solved by renaming: Checksum -> FileChecksum ExpectedChecksum -> ExpectedFileChecksum ChecksumType -> FileChecksumType fixed filtering of found available and installed packages - search by nevra replaced with search for particular keys
* Change project name from Cura to OpenLMIRadek Novacek2012-10-226-34/+34
|
* renamed LMI_SoftwarePackage{File,Checks}Michal Minar2012-10-131-2/+2
| | | | | corrected some corner cases, when getting/modifying instance with wrong or missing keys
* Merge branch 'master' of ssh://git.fedorahosted.org/git/cura-providersMichal Minar2012-10-101-4/+10
|\
| * Account: Password and user expirationRoman Rakus2012-10-101-4/+10
| | | | | | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* | renamed yum package providers to softwareMichal Minar2012-10-104-640/+338
|/ | | | | | | | | | renamed LMI_Yum* to LMI_Software* removed attributes GroupString and LicenseString from LMI_SoftwarePackage modified attributes Group, Architecture and License of LMI_SoftwarePackage to return string instead of Uints - because values and valuemaps would need frequent updates
* accept SoftwareElementID without epoch part0.0.8Michal Minar2012-10-071-1/+2
| | | | | | in such case epoch is assumed to be 0 bumped Yum version
* tests rewritten to pywhon scriptsMichal Minar2012-10-061-2/+10
| | | | | | | | | currently testing data are suitable only for Fedora 17 added README for tests lot of bug fixes support for Remove method in LMI_YumPackage provider
* working associationsMichal Minar2012-10-032-15/+23
| | | | | | | added LMI_YumPackageFile as association between LMI_YumPackage and LMI_FileCheck using overrides in mof
* update/delete methods done on YumInstalledPackageMichal Minar2012-10-031-38/+63
| | | | | | | | | | | | enumerating YumPackage now yields all available packages - removed update, delete and check_integrity methods - added Install method - SoftwareElementState now equals to: 1 ("Installable") - for not installed and available package 2 ("Executable") - for installed package enumerating YumInstalledPackage now yields all installed packages - added update, delete and check_integrity methods
* added registration file for yum0.0.6Michal Minar2012-09-271-0/+17
| | | | | | | Since yum is not installed via cmake && make, but is using python's setuptools, the registration file won't be created by running cmake as in case of other providers. Moreover registration file for yum differs greatly from the others due to cmpi-bindings-pywbem usage.
* initial import of yum providersMichal Minar2012-09-271-0/+581
|
* account: CreateGroup implementedRoman Rakus2012-09-211-0/+25
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: createAccount function implementationRoman Rakus2012-09-071-1/+49
| | | | | | | I decided to not follow the DMTF Standard strictly here. Rather than using embedded instance I use several parameters. Signed-off-by: Roman Rakus <rrakus@redhat.com>
* account: format mof file same as other mofsRadek Novacek2012-08-281-95/+94
|
* Rename prefix from Cura_ to LMI_Radek Novacek2012-08-284-73/+63
|
* Account provider0.0.2Roman Rakus2012-08-141-0/+233
| | | | | | Listing of the users and groups Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Unify style of MOF filesRadek Novacek2012-08-023-112/+85
|
* Add GPLv2 license file and GPLv2+ headers to all filesRadek Novacek2012-08-023-23/+49
|
* fan: fix syntax of mof fileRadek Novacek2012-08-021-27/+27
|
* Replace all Linux_ prefixes with Cura_ prefixes.Radek Novacek2012-07-314-71/+71
|
* fan: port Fan provider to KonkretCMPIRadek Novacek2012-07-301-0/+112
|
* service: Move MOF to toplevel mof/ directory and remove registrationRadek Novacek2012-07-241-0/+58
|
* Install the MOFs to data directoryRadek Novacek2012-07-241-0/+6
|
* Restructure Power providerRadek Novacek2012-07-231-0/+58
* get rid of src/ subdirectory in power/ * cleanup CMake * use konkretcmpi_generate macro