Disclaimer: I know this is OpenLMI mailing list, but I will post announcements
about new versions of KonkretCMPI here, because many of OpenLMI providers use
it.
Since KonkretCMPI upstream [1] is dead for long time (last upstream version
0.8.7 was released 2008-10-22) I've decided to continue development myself. I
don't have access to original SCM repository or web page, so I've created git
repo at github [2].
Highlights of version 0.9.0:
* Use CMake as buildsystem (added FindCMPI.cmake and FindKonkretCMPI.cmake
modules)
* Python bindings for the MOF parser
* Fixed using experimental schema
* Assertion crash fixed
* Add missing headers
* Many other minor bugs fixed
You can download the new version from github [3]. It is already in Fedora
rawhide and it's coming to Fedora 18 soon.
Radek Novacek
[1] http://konkretcmpi.org/
[2] https://github.com/rnovacek/konkretcmpi
[3]
https://github.com/rnovacek/konkretcmpi/archive/0.9.0/konkretcmpi-0.9.0.tar…
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/258/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
updated doc comments for cimom callbacks
cimom callbacks for filter enablement have misleading param names and
miss proper doc
Diffs
-----
src/python/openlmi/common/IndicationManager.py ba0919d9c15a1fcced295e41aeaf92ef77ea63b3
src/software/openlmi/software/cimom_entry.py ad944c85ce274203a3130a823fc666b7f279c9f5
Diff: http://reviewboard-openlmi.rhcloud.com/r/258/diff/
Testing
-------
Thanks,
Michal Minar
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/256/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
Here's another John Dennis' contribution: the provider development HOWTO. I have placed the markdown source in the /doc subdirectory, agree?
Diffs
-----
doc/cim-provider-howto.md PRE-CREATION
Diff: http://reviewboard-openlmi.rhcloud.com/r/256/diff/
Testing
-------
Thanks,
Tomas Smetana
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/252/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
This is the John Dennis' RealmD provider merged into the openlmi-providers tree. I have not included the tools scripts and left out the spec file. I had to also add LMI_RealmdService_ChangeAffectedElementsAssignedSequence() function stub to avoid linker error with --no-undefined.
Please let me know if this is OK.
Diffs
-----
CMakeLists.txt b42debc577a53ece07682bfbdaeb32cf88919c67
mof/LMI_Realmd.mof PRE-CREATION
src/CMakeLists.txt 6bf4b8519168a1629faf3e4d0dd5e81435215276
src/realmd/CMakeLists.txt PRE-CREATION
src/realmd/LMI_HostedRealmdServiceProvider.c PRE-CREATION
src/realmd/LMI_RealmdKerberosRealmProvider.c PRE-CREATION
src/realmd/LMI_RealmdRealmProvider.c PRE-CREATION
src/realmd/LMI_RealmdServiceProvider.c PRE-CREATION
src/realmd/LMI_ServiceAffectsRealmdRealmProvider.c PRE-CREATION
src/realmd/README PRE-CREATION
src/realmd/VERSION PRE-CREATION
src/realmd/doc/class_diagram.svg PRE-CREATION
src/realmd/doc/examples/realmd-cim PRE-CREATION
src/realmd/rdcp_dbus.h PRE-CREATION
src/realmd/rdcp_dbus.c PRE-CREATION
src/realmd/rdcp_error.h PRE-CREATION
src/realmd/rdcp_error.c PRE-CREATION
src/realmd/rdcp_realmdrealm.h PRE-CREATION
src/realmd/rdcp_util.h PRE-CREATION
src/realmd/rdcp_util.c PRE-CREATION
src/realmd/realm-dbus-constants.h PRE-CREATION
Diff: http://reviewboard-openlmi.rhcloud.com/r/252/diff/
Testing
-------
Thanks,
Tomas Smetana
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/281/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-storage
Description
-------
Remove obsolete scripts.
We now use openlmi-mof-register from openlmi-providers.
Diffs
-----
tools/reg2pegasus.py 8f77434ef22a91b0d5a90ed0d7f82801721ecc74
tools/register.sh cb9e02f5fea2f3ddb435863dcff4f0fa54c5411d
Diff: http://reviewboard-openlmi.rhcloud.com/r/281/diff/
Testing
-------
Thanks,
Jan Safranek
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/280/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-storage
Description
-------
Added static indication filters as mof file.
Also update the SQL queries in documentation to reflect actual state in
openlmi-providers.
Diffs
-----
doc/admin/concept-job.rst 1d76ee8ab409c0c25da384c8ed58473e345d96b4
mof/70_LMI_Storage-IndicationFilters.mof PRE-CREATION
Diff: http://reviewboard-openlmi.rhcloud.com/r/280/diff/
Testing
-------
Thanks,
Jan Safranek
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/297/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
Hardware: Added additional information to the Memory provider
Added information:
* detect NUMA layout
* standard memory page size
* all supported sizes of huge memory pages
* current state of transparent huge pages
Diffs
-----
mof/60_LMI_Hardware.mof 63c1a74222f32c8f38a3c083a05a255936526ae6
src/hardware/LMI_MemoryProvider.c 0d77c171972567e7077520ff533527ff4eae0164
src/hardware/dmidecode.c f034b56166debe2aa1bc9bc5a0488beaf74055ae
src/hardware/sysfs.h 028b55925c7462aa55be1a4fc8cfcf9abf5172e0
src/hardware/sysfs.c d07df71aeb0d44129c9d03ad74c80aa985a9edf6
Diff: http://reviewboard-openlmi.rhcloud.com/r/297/diff/
Testing
-------
Thanks,
Peter Schiffer