| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Also appended for installation to libexec with cmake.
|
|
|
|
|
| |
openlmi-mof-register now supports optional -n parameter to
choose another namespace for mof installation.
|
|
|
|
|
|
|
|
| |
openlmi-mof-register script now allows to register just the mof files
without any providers
LMI_Qualifiers.mof should be included in dependent mof files with
# pragma include ("LMI_Qualifiers.mof")
|
| |
|
|
|
|
|
| |
Resolves: #71 in openlmi trac - OpenLMI needs to be installable
without the CIMOM running
|
| |
|
| |
|
|
|
|
| |
The script is backward compatible, i.e. some ugly bash arrays needed to be used.
|
| |
|
|
|
|
|
| |
a dash for cimmof program telling it to read from stdin is no longer
accepted by newer pegasus's cimmof binary
|
|
register.py is renamed to openlmi-mof-register and moved to /usr/bin/,
reg2pegasus is now openlmi-register-pegasus in /usr/libexec/.
|