<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/README.setup, 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>2021-11-24T22:02:24+00:00</updated>
<entry>
<title>meta-openstack/README: fix for operator append combined with +=</title>
<updated>2021-11-24T22:02:24+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2021-11-20T04:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b9d2f911aeb5c70fc6798f0b6aa13199b28a668f'/>
<id>urn:sha1:b9d2f911aeb5c70fc6798f0b6aa13199b28a668f</id>
<content type='text'>
Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>global: overrides conversion</title>
<updated>2021-08-01T03:49:54+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-08-01T03:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0cffcd09a44b2a58452a5bb13714bfc47d6546bf'/>
<id>urn:sha1:0cffcd09a44b2a58452a5bb13714bfc47d6546bf</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openstack: initial move to use systemd</title>
<updated>2017-11-27T15:39:51+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-11-22T16:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=de6773ada3e38be3ce734e9e73288df37de32437'/>
<id>urn:sha1:de6773ada3e38be3ce734e9e73288df37de32437</id>
<content type='text'>
Add instructions to the README.setup on how to configure the build to
use systemd. The remaining changes are a bit of hack and slash to get
the builds to succeed. The 'hacking' only touches core openstack
component recipes which are all in various states of broken anyways,
so these changes will not affect any current meta-cloud-services
users. All of these will be corrected shortly.

Most users of OpenStack have long ago made the move to systemd, by
following suit we can take advantage of the better support for service
files along with matching most OpenStack documentation. The remaining
sysvinit parts will be removed as we get the openstack components
updated and back to a working state.

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>README.setup: cleanup and add missing layer dependency</title>
<updated>2015-03-20T17:54:02+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2015-03-20T17:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0aef0acd55333d7d058904204d811a54a532548d'/>
<id>urn:sha1:0aef0acd55333d7d058904204d811a54a532548d</id>
<content type='text'>
meta-networking depends on meta-python so adding this to the list of
layers to define in the bblayers.conf. Adding missing linewrap
characters to make the whole list work via cut and paste.

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>Upgrade cirros guest image to 0.3.2</title>
<updated>2014-06-17T14:10:17+00:00</updated>
<author>
<name>Andy Ning</name>
<email>andy.ning@windriver.com</email>
</author>
<published>2014-06-13T18:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b53f039deee13fe869aaceca27d4e30cd40efb48'/>
<id>urn:sha1:b53f039deee13fe869aaceca27d4e30cd40efb48</id>
<content type='text'>
cirros 0.3.0 has a bug which ignores classless static routes passed by
dhcp option 121. This static route is needed for the instance to access
metadata service from 169.254.169.254. 0.3.2 has this bug fixed.
Details about this bug can be found at: https://bugs.launchpad.net/cirros/+bug/1190372

Updated documents that reference specific version of cirros as well.

Note: 0.3.2 download URI (SRC_URI) has been changed from "https://launchpad.net/cirros/trunk" to "http://download.cirros-cloud.net", since cirros binary downloads are all in the new URI.

Signed-off-by: Andy Ning &lt;andy.ning@windriver.com&gt;
</content>
</entry>
<entry>
<title>Documentation update: add layers</title>
<updated>2014-05-24T04:16:18+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-22T20:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6920d5fffce091065632ca70c3b936d1b2760322'/>
<id>urn:sha1:6920d5fffce091065632ca70c3b936d1b2760322</id>
<content type='text'>
The following 2 layers are now needed for the builds, adding to README.setup
    /meta-openembedded/meta-webserver
    /meta-openembedded/meta-ruby

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>README.setup update compute launch command</title>
<updated>2014-05-21T17:33:06+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-05-14T20:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a68c6e740b9e4cf297b9c33bd4ef0fda4938e7c8'/>
<id>urn:sha1:a68c6e740b9e4cf297b9c33bd4ef0fda4938e7c8</id>
<content type='text'>
Currently qemu compute is instructed to start with 1 vcpu,
this at least causes ceilometer report wrong avg cpu_util
percentage when multiple VMs running on qemu compute.

So increase qemu compute vcpu from 1 to 4 to fix the
issue above and also provide qemu compute a bit more power
to run more heavier tests.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;
</content>
</entry>
<entry>
<title>README: add meta-cloud-services to reference layer list</title>
<updated>2014-03-25T19:45:34+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-03-25T19:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2604199265138f6c8522a7c694d218d1f639dfbb'/>
<id>urn:sha1:2604199265138f6c8522a7c694d218d1f639dfbb</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@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>
