<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openlmi-providers.git/src/python/lmi/base, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/'/>
<entry>
<title>Fixed loading of logging config.</title>
<updated>2014-04-17T13:30:12+00:00</updated>
<author>
<name>Jan Safranek</name>
<email>jsafrane@redhat.com</email>
</author>
<published>2014-04-17T13:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=ab258cb4f8af61117496f72dae48a4493bae55e5'/>
<id>ab258cb4f8af61117496f72dae48a4493bae55e5</id>
<content type='text'>
- use correct config file path
- read correct config file item
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use correct config file path
- read correct config file item
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright years</title>
<updated>2014-01-16T15:29:07+00:00</updated>
<author>
<name>Peter Schiffer</name>
<email>pschiffe@redhat.com</email>
</author>
<published>2014-01-16T15:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=bceaab385f8a6dc1b79de36b81e2fdae33a39a73'/>
<id>bceaab385f8a6dc1b79de36b81e2fdae33a39a73</id>
<content type='text'>
Updated copyright years to include new year 2014.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated copyright years to include new year 2014.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed openlmi-mof-register not to crash when CIMOM is down.</title>
<updated>2013-12-18T12:43:40+00:00</updated>
<author>
<name>Jan Safranek</name>
<email>jsafrane@redhat.com</email>
</author>
<published>2013-12-18T12:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=93fbd26f63771930cd3fc1f7ae9cfb91cbf1de65'/>
<id>93fbd26f63771930cd3fc1f7ae9cfb91cbf1de65</id>
<content type='text'>
/usr/bin/mofcomp requires that Pegasus runs at the time the script is executed.
Therefore we could not register any MOF files into database if Pegasus was
down.

To fix this, openlmi-mof-register now does not depend on mofcomp and
contains its own MOF parser to parse just '#pragma include' directives,
comments and string literals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/usr/bin/mofcomp requires that Pegasus runs at the time the script is executed.
Therefore we could not register any MOF files into database if Pegasus was
down.

To fix this, openlmi-mof-register now does not depend on mofcomp and
contains its own MOF parser to parse just '#pragma include' directives,
comments and string literals.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare 0.4.1 release</title>
<updated>2013-11-04T16:14:22+00:00</updated>
<author>
<name>Radek Novacek</name>
<email>rnovacek@redhat.com</email>
</author>
<published>2013-11-04T15:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=b426e884b4b57db907e2eaf48f3ce26a85662387'/>
<id>b426e884b4b57db907e2eaf48f3ce26a85662387</id>
<content type='text'>
Also remove dependency on sblim-cmpi-base
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove dependency on sblim-cmpi-base
</pre>
</div>
</content>
</entry>
<entry>
<title>python: solve ComputerSystem issues</title>
<updated>2013-10-31T12:24:02+00:00</updated>
<author>
<name>Michal Minar</name>
<email>miminar@redhat.com</email>
</author>
<published>2013-10-31T11:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=efd855b04e8c93d3ff14b4ea90e54fe21d7db2c4'/>
<id>efd855b04e8c93d3ff14b4ea90e54fe21d7db2c4</id>
<content type='text'>
Added ComputerSystem module to lmi.providers with convenience functions
allowing to obtain instance from CIMOM and check for its correctness
when inspecting client's input.

Also removed obsoleted system_name property out of BaseConfiguration
class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added ComputerSystem module to lmi.providers with convenience functions
allowing to obtain instance from CIMOM and check for its correctness
when inspecting client's input.

Also removed obsoleted system_name property out of BaseConfiguration
class.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: bumped egg versions to 0.4.0</title>
<updated>2013-10-24T08:28:30+00:00</updated>
<author>
<name>Michal Minar</name>
<email>miminar@redhat.com</email>
</author>
<published>2013-10-22T13:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=c60990e7e7c5c46725dfd7db1b712cccc29ed13e'/>
<id>c60990e7e7c5c46725dfd7db1b712cccc29ed13e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: let's not hardcode version in setups</title>
<updated>2013-10-24T08:28:30+00:00</updated>
<author>
<name>Michal Minar</name>
<email>miminar@redhat.com</email>
</author>
<published>2013-10-23T06:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=82c2688adeda9286de8819a254c7d0ca1ef0669f'/>
<id>82c2688adeda9286de8819a254c7d0ca1ef0669f</id>
<content type='text'>
Let's write openlmi version to the main __init__ module of each python
egg at build time. This version information is easily accessible from
setup scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let's write openlmi version to the main __init__ module of each python
egg at build time. This version information is easily accessible from
setup scripts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PG_ComputerSystem by default.</title>
<updated>2013-10-09T12:50:28+00:00</updated>
<author>
<name>Jan Safranek</name>
<email>jsafrane@redhat.com</email>
</author>
<published>2013-10-09T12:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=97f7d0cd33684ed88ea2ff80c578dbc8009f5000'/>
<id>97f7d0cd33684ed88ea2ff80c578dbc8009f5000</id>
<content type='text'>
And get rid of sblim-cmpi-base dependency.

It would be nice if our tests have an option to select Linux_ComputerSystem
or PG_ComputerSystem in the future...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And get rid of sblim-cmpi-base dependency.

It would be nice if our tests have an option to select Linux_ComputerSystem
or PG_ComputerSystem in the future...
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce toplevel openlmi config file</title>
<updated>2013-09-18T06:00:38+00:00</updated>
<author>
<name>Radek Novacek</name>
<email>rnovacek@redhat.com</email>
</author>
<published>2013-09-18T06:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=e4d72c3b72f2f363ec556c5f0ec6d94bd4f038ed'/>
<id>e4d72c3b72f2f363ec556c5f0ec6d94bd4f038ed</id>
<content type='text'>
Toplevel openlmi configuration file (/etc/openlmi/openlmi.conf) now
contains common configuration options for all providers. Configuration
for each provider could be overriden in provider-specific config
(/etc/openlmi/$provider/$provider.conf).

This patch also modify config file handling in python providers to
include this config file.

There is also support for C providers (in libopenlmicommon) for reading
these config files and providing default configuration options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Toplevel openlmi configuration file (/etc/openlmi/openlmi.conf) now
contains common configuration options for all providers. Configuration
for each provider could be overriden in provider-specific config
(/etc/openlmi/$provider/$provider.conf).

This patch also modify config file handling in python providers to
include this config file.

There is also support for C providers (in libopenlmicommon) for reading
these config files and providing default configuration options.
</pre>
</div>
</content>
</entry>
<entry>
<title>openlmi-python: split python package</title>
<updated>2013-07-30T13:23:35+00:00</updated>
<author>
<name>Michal Minar</name>
<email>miminar@redhat.com</email>
</author>
<published>2013-07-30T12:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=2a2bc8a4e9498024c8a85ce2813e7d0f9c5677a0'/>
<id>2a2bc8a4e9498024c8a85ce2813e7d0f9c5677a0</id>
<content type='text'>
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'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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'
</pre>
</div>
</content>
</entry>
</feed>
