<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-extended/images/openstack-image-compute.bb, branch dunfell</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=dunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=dunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2017-06-01T15:59:14+00:00</updated>
<entry>
<title>openstack-image-*: Remove ROOTFS_PKGMANAGE_BOOTSTRAP</title>
<updated>2017-06-01T15:59:14+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2017-05-23T12:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a1a56e3f4d500979088a9b18a28b8cc8d42612ed'/>
<id>urn:sha1:a1a56e3f4d500979088a9b18a28b8cc8d42612ed</id>
<content type='text'>
run-postinsts is now installed by default in image.bbclass, so no need
to include it in each image.

Reference: OE-core rev 529244ee212fe14019e35a5f163fab705ddbf141

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>add generic monitor framework</title>
<updated>2014-09-30T18:30:18+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-09-30T16:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b4d666ff63acd269b0acb2c4419643863c683750'/>
<id>urn:sha1:b4d666ff63acd269b0acb2c4419643863c683750</id>
<content type='text'>
Instead of having a central file or group of files to
describe what data resources should be monitored.  The
content of these files will depend on what core system
monitoring is used ((e.g. Nagios or Monasca).

It's desirable to have each recipe describes what
it wants be monitored in generic way such that various system
monitors can understand and convert these into their format.

If a recipe wishes to register itself to system monitor, it
inherits monitor bbclass and use MONITOR_SERVICE_PACKAGES and
MONITOR_SERVICE_&lt;package name&gt; to indicate what processes
should should be monitored.  Also MONITOR_CHECKS_&lt;package name&gt;
variale can be used to pass list of scripts which will be run
on target and if any of these scripts fail then will report.

Eventually monitor.bbclass will be expanded to allow recipe
to describe more complicated information passed down to
system monitor (e.g. Nagios or Monasca)

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

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>compute/controller: make image extra space additive</title>
<updated>2014-03-28T03:50:18+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-03-28T03:50:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=689fe68f23a83a1d03d1ccdf383c0dd1028d83b8'/>
<id>urn:sha1:689fe68f23a83a1d03d1ccdf383c0dd1028d83b8</id>
<content type='text'>
To ensure that the free space required for proper operation is not
clobber by other layers manipulating the extra space variable, we make
our additions additive versus absolute.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>controller/compute: add debug and extras packagegroups</title>
<updated>2014-03-27T19:09:13+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-03-27T19:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b1b55c8f53f3c1a94fdf2907dfdbfe19bf379e30'/>
<id>urn:sha1:b1b55c8f53f3c1a94fdf2907dfdbfe19bf379e30</id>
<content type='text'>
Add the extras and debug package groups by default. These can later be
convered to image or distro features, but for now, we turn them on
universally.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>images: add variables for package additions</title>
<updated>2013-11-25T20:25:38+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-11-15T04:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d36d9a4408b2432175ce824b39952f732ac156d1'/>
<id>urn:sha1:d36d9a4408b2432175ce824b39952f732ac156d1</id>
<content type='text'>
By default the controller and compute images use IMAGE_INSTALL= to
set their package lists. This doesn't allow a local.conf to add
packages via IMAGE_INSTALL += &lt;FOO&gt;.

To allow package addition, but yet still control the base package list,
there are two variables that can now be used to add packages:

   ${OPENSTACK_COMPUTE_EXTRA_INSTALL}
   ${OPENSTACK_CONTROLLER_EXTRA_INSTALL}

Which variable does what, should be self explanitory.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>images: add ceilometer component to compute and controller images</title>
<updated>2013-11-25T20:25:37+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-11-08T19:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=836f147a23a8524d1f0973d574bb6b71f4e87e41'/>
<id>urn:sha1:836f147a23a8524d1f0973d574bb6b71f4e87e41</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openstack: compute node image free space and deployment</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-02T13:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=793fbb775b5ec344434031647be2b5befe3159c8'/>
<id>urn:sha1:793fbb775b5ec344434031647be2b5befe3159c8</id>
<content type='text'>
Various components (such as rabbitmq) have checks for minimum amounts
of free space on a image. If those checks fail, the service exits in
a hard to debug manner. To ensure that these services run, and meet
typical usage scenarios, we increase the free space in the image to 3G.

Finally, we inherit openstack-image-base, to trigger simple rootfs
configuration and deployment.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>openstack: rename and clarify image names</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-11T04:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=106487af8f1d02f556d69f5274cf10a6c04c73dc'/>
<id>urn:sha1:106487af8f1d02f556d69f5274cf10a6c04c73dc</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
