summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.1.00.1.0Radek Novacek2013-07-312-4/+7
|
* python: synced version of eggs with openlmi-providersMichal Minar2013-07-302-2/+2
|
* spec file updated to split python packageMichal Minar2013-07-301-11/+30
| | | | | openlmi-python subpackage no longer exists openlmi-python-base and openlmi-python-providers made instead
* software: fixed importsMichal Minar2013-07-305-10/+10
| | | | | Replaced imports of 'lmi.common' with their replacements (lmi.base, lmi.providers) in software providers.
* openlmi-python: split python packageMichal Minar2013-07-309-11/+37
| | | | | | | | | | | Split the openlmi-python package to 2: * openlmi-python-base - lmi namespace - functionality for any OpenLMI related python code - contains packages 'lmi' and 'lmi.base' * openlmi-python-providers - common functionality for OpenLMI providers - contains 'lmi.providers'
* spec: Add Requires: realmd to the realmd providerRadek Novacek2013-07-301-0/+1
|
* Increased release version and added changelog message to the .specPeter Schiffer2013-07-291-1/+4
|
* Hardware: Fixed enumerating memory modulesPeter Schiffer2013-07-291-2/+4
| | | | | Enumerating memory modules didn't work properly when no empty slots were present in the system.
* Hardware: Modified .spec file to register hardware profilesPeter Schiffer2013-07-291-0/+20
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersPeter Schiffer2013-07-293-40/+6
|\
| * software fix test of Invoke() methodMichal Minar2013-07-292-2/+6
| | | | | | | | | | Make sure, that tested package is installed and passes rpm verification test before its checked by our provider.
| * removed test for enumeration of software identitiesMichal Minar2013-07-291-38/+0
| | | | | | | | | | EnumInstance(Names)s call is not supported for software identities, let's not test it.
* | Hardware: Added additional information to the LMI_ChassisPeter Schiffer2013-07-2910-42/+124
|/ | | | Added information about tag, model, product name and UUID to the LMI_Chassis.
* Hardware: Added profile registrationPeter Schiffer2013-07-293-0/+127
|
* Fixed provider deregistration if the .reg file does not have group: property.Jan Safranek2013-07-291-1/+6
| | | | | | | Registration files generated by Konkret don't use 'group:' property and the providers were not deregistered in %preun section. With this patch, openlmi-mof-register tries to find 'group:' and fall back to 'location', if 'group' cannot be found.
* Fixed %post scripts to register providers on installation and %preun to ↵Jan Safranek2013-07-291-9/+8
| | | | uninstall them.
* software: fixed installation of software profile mofMichal Minar2013-07-261-2/+4
|
* software: add tracing decoratorMichal Minar2013-07-261-0/+1
|
* software: fixed logging decoratorMichal Minar2013-07-261-2/+2
| | | | do not expect, that decorated function takes any argument
* providers: registration mof for software added to specMichal Minar2013-07-261-0/+5
|
* software: added profile registration mof skeletonMichal Minar2013-07-264-0/+91
| | | | | | | | | | | created single instance of PG_ProviderProfileCapabilities with the following DMTF subprofiles: * Job Control * Software Identity * Software Update skeleton is parsed with cmake, which sets the VERSION and writes it to mof/ directory
* don't use PG_InterOp namespaceMichal Minar2013-07-261-24/+9
| | | | | register contents of mofs just to root/interop now that tog-pegasus uses this namespace
* software: disable enumeration of software identitiesMichal Minar2013-07-261-10/+3
| | | | | | There are too many packages available to enumerate them. Let's avoid cimom crashes, memory exhaustions and boundless awaiting of clients.
* software: renamed option names to CamelCaseMichal Minar2013-07-261-3/+3
|
* service: add profile registration, selinux wrapper and class versionJan Synacek2013-07-265-1/+62
|
* Remove obsolete 30_LMI_ProfileRegistration.mof.Jan Safranek2013-07-262-95/+0
| | | | We use native Pegasus profile registration.
* Add Version to mof files.Jan Safranek2013-07-264-73/+86
|
* realmd: fix selinux wrapper installationJan Synacek2013-07-261-1/+2
|
* spec: fix namespacesJan Synacek2013-07-261-6/+6
|
* spec: correctly install realmd registration mof and selinux wrapperJan Synacek2013-07-261-0/+2
|
* Added cimprovagt wrapper for Fan profile.Jan Safranek2013-07-263-0/+26
|
* Register profile for LMI_Fan providerJan Safranek2013-07-264-2/+55
|
* realmd: add RegisteredSubProfiles to skelJan Synacek2013-07-261-0/+2
|
* logicalfile: add RegisteredSubProfiles to skelJan Synacek2013-07-261-0/+2
|
* realmd: add selinux wrapperJan Synacek2013-07-261-0/+21
|
* realmd: add profile registration and class versioning in mofJan Synacek2013-07-264-2/+37
|
* power: add profile registration and cimprovagt wrapper to specRadek Novacek2013-07-261-0/+12
|
* logicalfile: bump classes' versionJan Synacek2013-07-261-10/+10
|
* power: various improvementsRadek Novacek2013-07-264-7/+69
| | | | | | * class versions in the mof file * profile registration * selinux wrapper
* Fix profile_mof_generate macroRadek Novacek2013-07-261-1/+2
|
* logicalfile: version classes in mofJan Synacek2013-07-261-2/+11
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersPeter Schiffer2013-07-262-1/+11
|\
| * account: correctly register profiles in spec, do not hardcode version in skelJan Synacek2013-07-252-1/+11
| |
* | Hardware: Added associations to the CIM_ComputerSystem classPeter Schiffer2013-07-258-1/+1381
|/ | | | | | | | | New providers: * LMI_ProcessorSystemDeviceProvider * LMI_MemorySystemDeviceProvider * LMI_PCIDeviceSystemDeviceProvider * LMI_BatterySystemDeviceProvider * LMI_ChassisComputerSystemPackageProvider
* logicalfile: add profile registrationJan Synacek2013-07-254-1/+39
|
* Add version to mof/reg registrationRadek Novacek2013-07-253-30/+40
| | | | | | | | Both (un)register-$PROVIDER and specfile are updated to use version during register/unregister. Version of OpenLMI-Providers *MUST* be kept up-to-date in top level CMakeLists.txt.
* account: fix wrong installation path for profile registration mofRadek Novacek2013-07-251-1/+1
|
* power: Remove debugging signal handlingRadek Novacek2013-07-251-22/+0
|
* Silence many compilation warningsRadek Novacek2013-07-258-12/+28
| | | | Mostly deprecation warnings and wrong 'const' handling.
* registration: use correct namespaceJan Synacek2013-07-241-2/+2
|