<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git, branch grizzly</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=grizzly</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=grizzly'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2013-11-26T17:14:08+00:00</updated>
<entry>
<title>python-horizon: remove nodejs from RDEPENDS of powerpc arch</title>
<updated>2013-11-26T17:14:08+00:00</updated>
<author>
<name>Zhenhua Luo</name>
<email>zhenhua.luo@freescale.com</email>
</author>
<published>2013-11-19T09:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=e16c40c1a8fda5e8e1f2a843d74e770062cde6d3'/>
<id>urn:sha1:e16c40c1a8fda5e8e1f2a843d74e770062cde6d3</id>
<content type='text'>
Nodejs only supports arm, x86 and ia32 archs, it doesn't support powerpc.

Signed-off-by: Zhenhua Luo &lt;zhenhua.luo@freescale.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>meta-openstack: remove duplicate dnsmasq bbappend</title>
<updated>2013-10-30T14:23:21+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-30T14:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c46d6acbf606e45a3b8fec4f3d1d9070257e47ce'/>
<id>urn:sha1:c46d6acbf606e45a3b8fec4f3d1d9070257e47ce</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>postgres: add postgresql initscript package</title>
<updated>2013-10-22T03:50:49+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-22T03:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b19f4da0c1bdf69765582a38d7ccd435ba324556'/>
<id>urn:sha1:b19f4da0c1bdf69765582a38d7ccd435ba324556</id>
<content type='text'>
Without adding the initscript package, postgres won't start automatically
on boot.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>docs: remove old patch references</title>
<updated>2013-10-04T20:21:34+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-04T20:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=59ebe56473f2c8999edeba3e8af0d4495bf516b5'/>
<id>urn:sha1:59ebe56473f2c8999edeba3e8af0d4495bf516b5</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>postgresql: Fix runtime depends</title>
<updated>2013-10-04T19:09:40+00:00</updated>
<author>
<name>Jason Wessel</name>
<email>jason.wessel@windriver.com</email>
</author>
<published>2013-10-04T19:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=5f7811e53c82a0f248b0a757335bcb0ac4d0f802'/>
<id>urn:sha1:5f7811e53c82a0f248b0a757335bcb0ac4d0f802</id>
<content type='text'>
When using the target installer with postgresql can end up installing
in the wrong order due to bad dependencies and cause the install
transaction to fail as follows:

====

initdb: invalid locale name ""
initdb: invalid locale name ""
initdb: invalid locale name ""
initdb: invalid locale name ""
initdb: invalid locale name ""
could not open directory "/usr/share/postgresql/timezone": No such file or directory
sh: locale: command not found

WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
/etc/init.d/postgresql: line 25: start-stop-daemon: command not found

====

Signed-off-by: Jason Wessel &lt;jason.wessel@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>meta-openstack-*-deploy: add bbclass patterns</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:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c0597bd24de0d12d46d70140f1ba4a1d94b2b846'/>
<id>urn:sha1:c0597bd24de0d12d46d70140f1ba4a1d94b2b846</id>
<content type='text'>
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>meta-openstack: add python greenlet 0.4.1</title>
<updated>2013-10-04T04:23:51+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-04T04:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ce230a25691dab2c8f3c7b9fc7ef37d548f8f90b'/>
<id>urn:sha1:ce230a25691dab2c8f3c7b9fc7ef37d548f8f90b</id>
<content type='text'>
pre-0.4.0 versions of python greenlet are known to segfault and cause
general instability.

We temporarily carry 0.4.1 here, until meta-openembedded is upgraded
to have a new enough version.

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