<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python/python-ceilometer, branch havana</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=havana</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=havana'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2014-07-25T19:45:25+00:00</updated>
<entry>
<title>openstack initscript: add reset</title>
<updated>2014-07-25T19:45:25+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-07-24T17:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3bbd08214617f5a5e7b54253f9f8b786623546c8'/>
<id>urn:sha1:3bbd08214617f5a5e7b54253f9f8b786623546c8</id>
<content type='text'>
Some of the openstack data is associated with external resources
(ie glance may have external files), we explicitly invoke the delete commands on those
in additional to dropping and recreating the databases.

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>ceilometer builtin skip failed unsupported db tests</title>
<updated>2014-06-23T19:55:46+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-06-19T14:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9e72f7601e8da3847bd6fab5e9542f1343e73130'/>
<id>urn:sha1:9e72f7601e8da3847bd6fab5e9542f1343e73130</id>
<content type='text'>
ceilometer tests against various databases: mongodb, db2,
sqlalchemy, hbase.  For mongodb and db2, tests use environment
variables: CEILOMETER_TEST_MONGODB_URL and CEILOMETER_TEST_DB2_URL
for supplying URL database connection into tests.  As we do not
support mangodb or db2, by not setting or setting bogus URLs to
these two environment variables will cause tests to fail.

These tests should be skipped as prerequisite is not satisfied.
Therefore we modify ceilometer testcases for mongodb and db2
to be skipped instead of failed if CEILOMETER_TEST_MONGODB_URL and
CEILOMETER_TEST_DB2_URL are not set.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;

</content>
</entry>
<entry>
<title>ceilometer builtin tests Use known protocol scheme</title>
<updated>2014-06-23T19:55:46+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-06-18T19:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6847948b8fe689af980c92469588c6dc7727d26e'/>
<id>urn:sha1:6847948b8fe689af980c92469588c6dc7727d26e</id>
<content type='text'>
Commit e5b7606eaa94033256eb1aca5f6a6eed4f9e54a0 from
https://github.com/openstack/ceilometer.git master

With the recent introduction of the identity_uri in keystoneclient,
there is a small backward incompatible change which means that weird
protocols like the ones we use during tests aren't support properly
anymore. The patch replaces "foottp" and "barttp" by "file" hopefully
keeping testing coverage the same.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;

</content>
</entry>
<entry>
<title>ceilometer builtin tests config location</title>
<updated>2014-06-23T19:55:45+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-06-18T19:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=29c47ac9790d87f0734e53a52c1bb9f70dc31f26'/>
<id>urn:sha1:29c47ac9790d87f0734e53a52c1bb9f70dc31f26</id>
<content type='text'>
Many ceilometer built-in testcases failed because they
can not find ceilometer configuration file, as these tests
use relative paths to find these configuration files.
So forcing these failure testcases to look for these
configuration file using absolute path.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;

</content>
</entry>
<entry>
<title>ceilometer: need to filter meter-id when doing sql querying</title>
<updated>2014-05-23T18:41:26+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-05-14T20:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=808e6b91e05c0ab6e29108973d14cb7a44e349cf'/>
<id>urn:sha1:808e6b91e05c0ab6e29108973d14cb7a44e349cf</id>
<content type='text'>
Currently statistic values for all the meters are the same,
for example, 2 commands:

$ ceilometer statistics -m cpu_util
$ ceilometer statistics -m cpu

return the same statistic values, and this is incorrect.

It needs to query Ceilometer database for samples for the
correct meter-id to calculate statistic.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;
</content>
</entry>
<entry>
<title>ceilometer: update to icehouse-rc1</title>
<updated>2014-04-07T20:43:34+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-04-07T20:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6d229bc5925fbe3c0e3ecb16baf3be57782a7f47'/>
<id>urn:sha1:6d229bc5925fbe3c0e3ecb16baf3be57782a7f47</id>
<content type='text'>
Updating to the icehouse ceilometer, which has more functionality and
features than the havana version.

Also, we have to fix the resource query for postgres versus mysql.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>Memory leak from timings</title>
<updated>2014-03-31T17:14:49+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-03-28T19:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=02f129b1bb1fc17f17b2fbca43bd997aa8b28d09'/>
<id>urn:sha1:02f129b1bb1fc17f17b2fbca43bd997aa8b28d09</id>
<content type='text'>
Memory leak happens when the dynamic list times grows without anything to
reset it.

In ceilometer and cinder configuration files, the new option is created:
[nova_client]
max_timing_buffer=&lt;value&gt;

In all clients found that uses extends the HTTPClient and uses the times
list, we limit the size of the list by popping off the oldest item in the
list to maintain a maximum size. A default size of 200 is chosen,
configurable by the above configuration option.

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>OpenStack: sysvinit scripts - enable logging</title>
<updated>2014-03-28T18:39:30+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-03-28T17:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=984c2d69f51824a4c1e7b3a448fe24759e594026'/>
<id>urn:sha1:984c2d69f51824a4c1e7b3a448fe24759e594026</id>
<content type='text'>
Explicitly enable --log-dir to enable logging where available

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>OpenStack: Add to missing functionality in sysvinit scripts</title>
<updated>2014-03-17T19:27:41+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-03-17T18:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9a74961bafabc404f015fc5d8a9da969d263dad3'/>
<id>urn:sha1:9a74961bafabc404f015fc5d8a9da969d263dad3</id>
<content type='text'>
Add status/reload to sysvinit scripts
Modify tgtd to make start/stop work better (borrowed from Debian's
implementation)

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>ceilometer: uprev to 2014.1.x release</title>
<updated>2014-01-30T21:50:10+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-01-30T21:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=52630db08636fb2ceb985ee4651e7d5b9032948c'/>
<id>urn:sha1:52630db08636fb2ceb985ee4651e7d5b9032948c</id>
<content type='text'>
The havana ceilometer postgres (sqlalchemy) support has significant issues.
Rather that perform signficicant backports, we'll uprev and pick up the
latest development stream, that addresses many issues out of the box.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
