<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-controller.bb, 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-31T19:15:31+00:00</updated>
<entry>
<title>keystone: Add packages to controller task for openldap/pam/keystone</title>
<updated>2014-07-31T19:15:31+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-07-22T14:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d8ee201909e93a3ae5fabce1eeb61a75873ea9f4'/>
<id>urn:sha1:d8ee201909e93a3ae5fabce1eeb61a75873ea9f4</id>
<content type='text'>
Enabling OpenLDAP support in keystone and the controller as a distro
feature

Add packages openldap python-ldap nss-pam-ldapd, libsasl2-modules,
python-keystone-hybrid-backend, pam-plugin-mkhomedir and cyrus-sasl to
the controller task

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>packagegroup controller,compute - Add module softdog</title>
<updated>2014-06-24T20:37:59+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-06-24T16:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=82165f8ae494c90a68ed781eecef37d0b6b388f1'/>
<id>urn:sha1:82165f8ae494c90a68ed781eecef37d0b6b388f1</id>
<content type='text'>
On system bootup, the softdog kernel module gets modprobed from the package
sanlock-wdmd-init, but because it didn't exist, we get:

Loading the softdog kernel module: FATAL: Module softdog not found.
Failure

Add the package kernel-module-softdog to add the kernel module softdog
to the rootfs

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>controller: add barbican to default package list</title>
<updated>2014-04-24T03:33:07+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-04-24T03:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=21fd86369df53482e53e8440e3d5f520d305736a'/>
<id>urn:sha1:21fd86369df53482e53e8440e3d5f520d305736a</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>add swift into final image</title>
<updated>2014-04-11T18:15:28+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-04-09T23:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a403d7493d31578626f0df88c800c9fb734b0ed9'/>
<id>urn:sha1:a403d7493d31578626f0df88c800c9fb734b0ed9</id>
<content type='text'>
Include Swift into final image so that it can be built
and included into final rootfs

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

</content>
</entry>
<entry>
<title>python-horizon init scripts</title>
<updated>2014-04-10T18:38:56+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-04-08T22:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=aaf75e37f0cf759e9b5b04c8f3c23346aa053c78'/>
<id>urn:sha1:aaf75e37f0cf759e9b5b04c8f3c23346aa053c78</id>
<content type='text'>
Split out a new package horizon-standalone that just contains the init script for the
built in webserver.

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>Enable python-horizon to run from apache.</title>
<updated>2014-04-10T18:38:56+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-04-08T15:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=7f2b6ebfc0d2e4d2b8c8e6d3208a2cae435d0eeb'/>
<id>urn:sha1:7f2b6ebfc0d2e4d2b8c8e6d3208a2cae435d0eeb</id>
<content type='text'>
- modify python-horizon to install files needed for horizon/apache
- add apache configuration file (openstack-dashboard-apache.conf) to setup a
  virtual host running from port 80 to run the mod_wsgi/openstack-dashboard app
- add horizon-apache and apache2 to controller task list
- Note: local_settings.py differs from the one in examples in two ways:
  1. LOCAL_PATH = "/usr/share/openstack-dashboard/openstack_dashboard/static"

     since the apache app runs as daemon, we neeed to specify a path where
     daemon has write permissions
  2. configure python-horizon/apache to use memcached. (see CACHES)

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>controller: remove nova-client from packagegroup</title>
<updated>2014-04-04T02:55:22+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-04-04T02:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a8dbfb290b485d41da1bea5dd37907db684d86fc'/>
<id>urn:sha1:a8dbfb290b485d41da1bea5dd37907db684d86fc</id>
<content type='text'>
The component clients are brought in via the component recipes. The nova client
was the only one on the package list, and can be removed.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>cinder: enable cinder-backup to use ceph</title>
<updated>2014-03-24T20:41:59+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-03-19T01:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d156d7e1155fc325cb398f98ed41b540031c9df3'/>
<id>urn:sha1:d156d7e1155fc325cb398f98ed41b540031c9df3</id>
<content type='text'>
Enable cinder-backup to use ceph as backend. It mainly
changes cinder.conf and creates cinder-backup package.

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

</content>
</entry>
<entry>
<title>cinder: enable ceph rbd volume backend</title>
<updated>2014-03-24T20:41:59+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-03-19T01:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=70ed2ece07ffc406249dcc4edc17ee2cdfcf5d9d'/>
<id>urn:sha1:70ed2ece07ffc406249dcc4edc17ee2cdfcf5d9d</id>
<content type='text'>
Add ceph rbd backend into multi-backend cinder-volume support.

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

</content>
</entry>
<entry>
<title>cinder: enable glusterfs backend</title>
<updated>2014-03-17T18:24:31+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-02-28T14:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2c14cdfb9c34c541a1b3a180ad2a625514300977'/>
<id>urn:sha1:2c14cdfb9c34c541a1b3a180ad2a625514300977</id>
<content type='text'>
This patch adds glusterfs backend into multi-backend cinder
support (total of lvm-iscsi, nfs, and glusterfs).  This including
changing cinder.conf, creating missing glusterfs_shares config file,
and adding glusterfs-client into compute/controller node and
gluster-server into controller node.

Also meta-filesystems is included to pickup fuse filesytem which
is needed by glusterfs.

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