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/90/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-storage
Description
-------
Rename configuration options.
Use better names for config options and also use CamelCase, which looks
better in configuration file than under_scores.
Diffs
-----
src/openlmi/storage/StorageConfiguration.py ce78d3045ce2f56e5a62b39ccdaa36a50c32d55b
test/unit/config/configs/complete.conf f1ae0f1b28d1669f264d0c03dcc50d39ddbc9bc5
Diff: http://reviewboard-openlmi.rhcloud.com/r/90/diff/
Testing
-------
Thanks,
Jan Safranek
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/89/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-storage
Description
-------
Renamed the config file from .ini to .conf
Diffs
-----
src/openlmi/storage/StorageConfiguration.py ce78d3045ce2f56e5a62b39ccdaa36a50c32d55b
Diff: http://reviewboard-openlmi.rhcloud.com/r/89/diff/
Testing
-------
Thanks,
Jan Safranek
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/86/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-storage
Description
-------
Added blivet_init.py snippet to easily initialize Blivet.
This script is for playing with Blivet interactively in ipython, e.g.:
$ ipython -i blivet_init.py
>>> sda = b.devicet<tab>.getDeviceByPath("/dev/sda")
>>> print sda
>>> sda.<tab><tab> # to see all method/properties
>>> sda.format.<tab><tab> # to see all format methods/properties
Diffs
-----
tools/blivet_init.py PRE-CREATION
Diff: http://reviewboard-openlmi.rhcloud.com/r/86/diff/
Testing
-------
Thanks,
Jan Safranek