-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/264/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-storage
Description
-------
Create LMI_MountedFileSystemSetting the new way.
Diffs
-----
src/openlmi/storage/LMI_MountedFileSystem.py d6899c548c4d064b466a3d6df6c831297d07292d
Diff: http://reviewboard-openlmi.rhcloud.com/r/264/diff/
Testing
-------
Thanks,
Jan Synacek
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/260/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
added script for online modification of pegasus repo
This allows to create and delete instances and classes specified in
mof files on-line. Complements cimmof application, which can not
do "delete".
With this we are able to unregister static filters and classes
from pegasus on package removal (if the pegasus is running :-( ).
Diffs
-----
openlmi-cimmof PRE-CREATION
Diff: http://reviewboard-openlmi.rhcloud.com/r/260/diff/
Testing
-------
Thanks,
Michal Minar
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/266/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
registration script now allows to specify cimom
Until now openlmi-mof-register operated on both sfcbd and tog-pegasus if
present on system. This fails when we target namespace present only in
one of them (like "root/interop" for sfcbd or "root/PG_InterOp" for
tog-pegasus).
This patch adds "-c" option allowing to specify target cimom.
For example:
openlmi-mof-register -n root/PG_InterOp -c tog-pegasus \
--just-mofs unregister mof/70_LMI_SoftwareIndicationFilters.mof
Removes instances of indication filters only from tog-pegasus.
Diffs
-----
openlmi-mof-register d7918e0e5b43358428c0b969ea78021e16d853b1
Diff: http://reviewboard-openlmi.rhcloud.com/r/266/diff/
Testing
-------
Thanks,
Michal Minar
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/261/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
openlmi-cimmof used by openlmi-mof-register
Also appended for installation to libexec with cmake.
Diffs
-----
CMakeLists.txt b42debc577a53ece07682bfbdaeb32cf88919c67
openlmi-mof-register d7918e0e5b43358428c0b969ea78021e16d853b1
Diff: http://reviewboard-openlmi.rhcloud.com/r/261/diff/
Testing
-------
Thanks,
Michal Minar
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/259/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
fixed output parameter name of GetError method
Diffs
-----
src/software/openlmi/software/LMI_SoftwareInstallationJob.py ba0867fc70b27a59ad33f31983e7d278f82fb256
Diff: http://reviewboard-openlmi.rhcloud.com/r/259/diff/
Testing
-------
Thanks,
Michal Minar
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/241/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
modified indication filters
Indication filters now reflect the name of indication class, which is
instrumented by particular provider. This ensures, that cimom knows,
which provider to call and does not bother the others. So instead of
selecting indication instances from general class CIM_InstModification,
it will be LMI_SoftwareInstModification. This is a common pattern for
indication queries.
Avoided another shortcoming of sfcbmof parser:
/* comment */ something useful is also ignored :-(
Diffs
-----
mof/70_LMI_SoftwareIndicationFilters.mof e3af599dbd921ab0224154008aed04027a805a32
src/python/openlmi/common/IndicationManager.py b51737386ab05c156fa72ee3e55b0dc137811023
src/software/openlmi/software/yumdb/jobmanager.py 7283d054028b29c0e101a6b0515b42bc3a550317
Diff: http://reviewboard-openlmi.rhcloud.com/r/241/diff/
Testing
-------
Thanks,
Michal Minar
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/257/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-storage
Description
-------
Fixed EnumerateInstances, value of the previous instance were shown for NULL properties.
get_instance() does not clear the 'model' variable and if it is called
subsequently by enum_instances, old property values were shown instead
of NULL.
Diffs
-----
src/openlmi/storage/SettingProvider.py 7e08c6ec21a9b1b41cc549cb533b781eb358dbec
Diff: http://reviewboard-openlmi.rhcloud.com/r/257/diff/
Testing
-------
Thanks,
Jan Safranek