<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python/python-nova_2013.1.3.bb, branch thud</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=thud</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=thud'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2013-11-25T20:25:34+00:00</updated>
<entry>
<title>nova: uprev to havana release version</title>
<updated>2013-11-25T20:25:34+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-30T04:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0a962a285a529def3d3649544214bc36c9292d18'/>
<id>urn:sha1:0a962a285a529def3d3649544214bc36c9292d18</id>
<content type='text'>
This commit uprevs the nova component to the havana release version, and
switches the build from tarballs to using the git repository. No other
runtime changes are made at this point.`

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>nova: inherit useradd.bbclass</title>
<updated>2013-10-04T19:03:05+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-04T19:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2d94422db8c142993f59a277ea945b048bfd1979'/>
<id>urn:sha1:2d94422db8c142993f59a277ea945b048bfd1979</id>
<content type='text'>
After the merging of python-nova-controller and python-nova-compute, we were
missing the inherit of useradd bbclass. As a result, there wasn't a valid
nova user and group on the system.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>postgresql: unify startup and initialization</title>
<updated>2013-10-04T17:16:33+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-04T04:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=608fa75973c111c61cf55e99cf3172ff3f3f00b1'/>
<id>urn:sha1:608fa75973c111c61cf55e99cf3172ff3f3f00b1</id>
<content type='text'>
Since we can't count on package postinst order, many components check for
a configured postgresql daemon, and if not found, initialize it.

Rather than sprinkling the knowledge of how to initialize the database
through all these packages, we create a more robust, central postgresql-init
script, and call it when any component needs the database configured.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-nova: unify controller and compute recipes</title>
<updated>2013-10-04T04:26:04+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-04T04:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6806482a7ba6f020b0cff44b2b797eede2b702af'/>
<id>urn:sha1:6806482a7ba6f020b0cff44b2b797eede2b702af</id>
<content type='text'>
The split of compute and controller is no longer necesary, since configuration
inheritance is done with overriding layers, not split recipes.

This simplifies the build, and packaging of the recipe. Good riddance.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>nova-common: adapt to non /home/root directory structures</title>
<updated>2013-10-03T05:15:42+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-09-16T01:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2defbdf3d84d044f841ebb5e6695fdaee40b922d'/>
<id>urn:sha1:2defbdf3d84d044f841ebb5e6695fdaee40b922d</id>
<content type='text'>
/home/root was hardcoded as the location for root's .bashrc. With this change
we'll update .bashrc in /home/root or /root.

We also add the $D prefix to the paths, to ensure there is no chance of clobbering
the build machines /root/.bashrc.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-nova*: FILES re-ordering and clarification</title>
<updated>2013-09-16T01:59:45+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2013-09-07T05:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=1bff130b557dc2217a0a67fd8a336793539ecf8e'/>
<id>urn:sha1:1bff130b557dc2217a0a67fd8a336793539ecf8e</id>
<content type='text'>
To prevent build errors to the order of evaluation of FILES_* we re-order
and clarify the contents of each package.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-nova: use explicit file lists, versus variables</title>
<updated>2013-09-06T22:00:08+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-09-06T20:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=7b270e7e30148f30e9ae5c649febba4ae368b627'/>
<id>urn:sha1:7b270e7e30148f30e9ae5c649febba4ae368b627</id>
<content type='text'>
By setting the FILES_ packaging variables via .inc local vars,
we can run into trouble with variable resolution timing and hence
packaging fails.

We temporarily switch back to explicit (and duplicated) file lists
to fix packaging

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>nova: split into explicit compute and controller recipes</title>
<updated>2013-08-28T22:42:00+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-08-26T03:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6e8b7c9fb262768cb89712948b9fadf461e472ba'/>
<id>urn:sha1:6e8b7c9fb262768cb89712948b9fadf461e472ba</id>
<content type='text'>
To allow unique configuration of nova for compute and controller nodes,
the nova class is split into two, but packaged largely the same way.

The compute and controller classes are introduced to hold configuration
values and operations that are used by the common packaging routines to
customize and deploy.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openstack: update to 2013.1.3 release</title>
<updated>2013-08-28T22:41:59+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-08-13T17:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d0d32a8d2a642910e54a6b4f8c0fb9be9aa14dcf'/>
<id>urn:sha1:d0d32a8d2a642910e54a6b4f8c0fb9be9aa14dcf</id>
<content type='text'>
Updating cinder/glanc/swift/horizon/nova/keystone/quantum to the
2013.1.3 bugfix release.

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