<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools, 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>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>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>
<entry>
<title>nova: add novnc console proxy support</title>
<updated>2013-10-03T05:16:44+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-03T04:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b625b4c4c3d299e3830951304f468a5399828b51'/>
<id>urn:sha1:b625b4c4c3d299e3830951304f468a5399828b51</id>
<content type='text'>
With this commit the appropriate daemons are started on a control node boot to
support horizon console access via the novnc proxy.

Additionally, the proper nova configuration is set for boh the control and
compute nodes for out of the box console connectivity between the compute,
control and horizone interface.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>keystone: use external IP address versus localhost</title>
<updated>2013-10-03T05:16:44+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-02T17:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=e993ac074388eba8ebc96afbe5ae0e3a702921e2'/>
<id>urn:sha1:e993ac074388eba8ebc96afbe5ae0e3a702921e2</id>
<content type='text'>
To make keystone work properly in a node with "real" IP addresses,
both the configuration and identity setup script should use the
external address and not localhost.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>cinder: create /var/log/cinder</title>
<updated>2013-10-03T05:16:44+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-02T17:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3028c01846fac6e4ab9fe9ee24a04d64af076443'/>
<id>urn:sha1:3028c01846fac6e4ab9fe9ee24a04d64af076443</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>nova: use common 'hosts' configuration versus 'controller' and 'compute'</title>
<updated>2013-10-03T05:16:44+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-02T17:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=465a7215b8722bf53932b92655604eab15eea9d5'/>
<id>urn:sha1:465a7215b8722bf53932b92655604eab15eea9d5</id>
<content type='text'>
Since external IPs can now be used, we can unify the IP configuration to
the single global file.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>nova.conf: use explicit IPs, less localhost and disable the firewall</title>
<updated>2013-10-03T05:16:44+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-02T17:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b0f43457991f704bbccb61701adc821a343513a5'/>
<id>urn:sha1:b0f43457991f704bbccb61701adc821a343513a5</id>
<content type='text'>
To allow both a controller and compute node to use the same nova.conf,
we can switch in more use of %CONTROLLER_IP% and less use of localhost.

We also disable the firewall configuration by default, it can be re-enabled
by subsequent layers.

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