<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python/python-barbican, branch mickledore</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=mickledore</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=mickledore'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2018-06-11T16:06:40+00:00</updated>
<entry>
<title>housekeeping: patch refresh</title>
<updated>2018-06-11T16:06:40+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2018-06-11T14:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=4b37a01d3fc80310c6c46b3abc1cc3b4d4cf6457'/>
<id>urn:sha1:4b37a01d3fc80310c6c46b3abc1cc3b4d4cf6457</id>
<content type='text'>
Bitbake now prints warnings when a patch is successfully applied but
there is fuzz or an offset. The following refreshes patches for
several packages which report warnings when openstack-image-controller
is built.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>init: no need to close (non-existing) ps file descriptors</title>
<updated>2015-11-16T20:11:44+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2015-11-12T02:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d0206f9f16905937397f27fb8c18a46331d13056'/>
<id>urn:sha1:d0206f9f16905937397f27fb8c18a46331d13056</id>
<content type='text'>
Attempting to get the status of various daemons which are part of the
compute image results in an error:

ps: write error: Bad file descriptor

Switch to using the more standard io redirection techniques to avoid
this error.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>core: update core projects to juno 2014.2-b2 versions</title>
<updated>2014-08-29T13:47:53+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-29T13:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6549b2afe37bc17cafd8c6a824cd799afa1bb35b'/>
<id>urn:sha1:6549b2afe37bc17cafd8c6a824cd799afa1bb35b</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openstack initscript: add reset</title>
<updated>2014-07-25T19:45:30+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=1491d54da84195dda8c7d5ce1fac21437f2bc519'/>
<id>urn:sha1:1491d54da84195dda8c7d5ce1fac21437f2bc519</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>barbican: handle white space in date strings</title>
<updated>2014-06-16T19:23:33+00:00</updated>
<author>
<name>Keith Holman</name>
<email>Keith.Holman@windriver.com</email>
</author>
<published>2014-06-13T19:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=05feaeeabe1bd34ed1d8a6f02c975fb07965f96d'/>
<id>urn:sha1:05feaeeabe1bd34ed1d8a6f02c975fb07965f96d</id>
<content type='text'>
Barbican tests fail because white space is not being properly parsed
by the iso8601 python package.  This fix updates the barbican code
using a patch file to strip white space from the date before passing
it to the is8601 package for parsing.

Signed-off-by: Keith Holman &lt;Keith.Holman@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>barbican: add full path to test configuration files</title>
<updated>2014-06-16T19:23:23+00:00</updated>
<author>
<name>Keith Holman</name>
<email>Keith.Holman@windriver.com</email>
</author>
<published>2014-06-13T19:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=7d2af28606c5dde7fa05bcdeb7d31188bae25b70'/>
<id>urn:sha1:7d2af28606c5dde7fa05bcdeb7d31188bae25b70</id>
<content type='text'>
Barbican expects configuration files for its tests to be in the same
location as they appear in the source tree.  However, during
deployment configuration files are put into the /etc/barbican
directory.  This fix patches the tests to find the configuration files
in the directory they are placed by the barbican recipe.

Signed-off-by: Keith Holman &lt;Keith.Holman@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>barbican: increase uwsgi buffer-size to work with keystone</title>
<updated>2014-05-24T03:39:38+00:00</updated>
<author>
<name>Keith Holman</name>
<email>Keith.Holman@windriver.com</email>
</author>
<published>2014-05-22T17:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6350b155270f7f086624db36ecc6e6008ebcd378'/>
<id>urn:sha1:6350b155270f7f086624db36ecc6e6008ebcd378</id>
<content type='text'>
uWSGI defaults to a maximum packet size of 4096 bytes.  This
is too small to support working with PKI tokens that are now default
in Keystone.  The size of the packets within Barbican are dependent
on both the size of the Keystone token and the size of the secret to
be stored &amp; retrieved.  Increasing the buffer size to the maximum
allowed by uWSGI allows Barbican to support the largest possible
secrets.

Signed-off-by: Keith Holman &lt;Keith.Holman@windriver.com&gt;
</content>
</entry>
<entry>
<title>barbican: output a log file for debugging purposes</title>
<updated>2014-05-24T03:39:38+00:00</updated>
<author>
<name>Keith Holman</name>
<email>Keith.Holman@windriver.com</email>
</author>
<published>2014-05-21T19:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=601fb3a5c7c77ae940720830ee21a177f8fc322e'/>
<id>urn:sha1:601fb3a5c7c77ae940720830ee21a177f8fc322e</id>
<content type='text'>
Currently, the /var/log/barbican directory is created but remains
empty.  This change outputs a Barbican log file for debugging
communication problems that occur via uWSGI.

Signed-off-by: Keith Holman &lt;Keith.Holman@windriver.com&gt;
</content>
</entry>
<entry>
<title>barbican: ReST API designed for the secure storage, provisioning and management of secrets</title>
<updated>2014-04-24T03:31:25+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-04-24T03:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2ba40be73f3abf28ffb0c8d1b3fd65dbf237ac4c'/>
<id>urn:sha1:2ba40be73f3abf28ffb0c8d1b3fd65dbf237ac4c</id>
<content type='text'>
Introduce the barbican package: https://wiki.openstack.org/wiki/Barbican, to
support the management of keys and secrets on an OpenStack system.

The barbican api service can be started with the packaged initscript, and has
been validated against the barbican quick start guide.

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