<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack-compute-deploy/classes/hosts.bbclass, branch morty</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=morty</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=morty'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2014-03-15T04:42:00+00:00</updated>
<entry>
<title>OpenStack: Fix postgresql file permissions</title>
<updated>2014-03-15T04:42:00+00:00</updated>
<author>
<name>Amy Fong</name>
<email>Amy.Fong@windriver.com</email>
</author>
<published>2014-03-13T17:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a21b481b00acd2169eb1a90ecb547c4752904156'/>
<id>urn:sha1:a21b481b00acd2169eb1a90ecb547c4752904156</id>
<content type='text'>
- make database directory to be configurable, defaulting
  to /var/lib/postgres/data
- modify init scripts to create database's data directory if it doesn't
  exist

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>openstack: create simple deployment framework</title>
<updated>2013-10-03T05:15:42+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-10-02T13:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=e575ce2c01028a2b4c0273ca04fd6dbb8d9ece76'/>
<id>urn:sha1:e575ce2c01028a2b4c0273ca04fd6dbb8d9ece76</id>
<content type='text'>
To facilitate the creation of a simple OpenStack configuration with
a single control and compute node, several things should be known
at build time (since in this simple configuration, we are not using
dhcp, or other name resolution techniques):

  - The IP of control node
  - The IP of the compute node
  - The IP of the node being built

From these values, the OpenStack components and support applications
(databases, access control, etc) are configured, as well as simple name
resolution generated at build time.

A single "hosts" bbclass should be provided with the following values:

   COMPUTE_IP ?= "192.168.7.4"
   COMPUTE_HOST ?= "compute"
   CONTROLLER_IP ?= "192.168.7.2"
   CONTROLLER_HOST ?= "controller"
   MY_IP ?= "${CONTROLLER_IP}"
   MY_HOST ?= "${CONTROLLER_HOST}"

The above example is for a control node, using the runqemu default addresses.

The openstack-base.bbclass is responsible for generating /etc/hosts and
/etc/hostname. Any image type that requires these values at boot tiem, should
inherit this class to allow its rootfs post population hooks to run and
generate the required configuration.

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