summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* python-quantum/python-neutron: update to havana versionBruce Ashfield2013-11-253-6/+6
| | | | | | | | Updating the OpenStack networking component to the havana release version. As part of this switch, we rename the components from quantum to neutron and switch to a git based build for the client and servers. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* images: add licence checksumsBruce Ashfield2013-10-033-0/+6
| | | | | | | The network and compute images have a MIT license, but are missing the required checksums. Adding it removes a checksum error during the build. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* [PATCH] cloud-controller: add novncBruce Ashfield2013-10-031-0/+1
| | | | | | | novnc is required for horizon serial console access, so we add it to the controller task by default. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* openstack: compute node image free space and deploymentBruce Ashfield2013-10-031-1/+4
| | | | | | | | | | | | 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 <bruce.ashfield@windriver.com>
* openstack: extra space, network facilities to controller image and deploymentBruce Ashfield2013-10-031-2/+5
| | | | | | | | | | | | | | | 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. We also automatically include the network node packages into this image type, to ensure that full quantum functionality is available. Finally, we inherit openstack-image-base, to trigger simple rootfs configuration and deployment. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* rabbitmq: add /var/log/rabbitmq to packagingBruce Ashfield2013-10-031-1/+5
| | | | | | | | | For systems with non-volatile /var mounts, adding /var/log/rabbmitmq to the main package allows logging to be enabled by default. For volatile /var based systems, it does no harm, but does not always create the directory on boot. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: add bbappends for WRL5.0.xBruce Ashfield2013-10-033-0/+13
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* novnc: introduce no VNC for guest console accessBruce Ashfield2013-09-131-0/+52
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* cloud-controller: remove duplicate python-novaclientBruce Ashfield2013-08-281-1/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* iptables: update bbappend to match oe-coreBruce Ashfield2013-08-281-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* openstack: set libvirt PACKAGECONFIG optionsBruce Ashfield2013-08-281-0/+4
| | | | | | | | Rather than support all of the hypervisors and containers that the the default libvirt configuration adds, we specify our own KVM/lxc and related options for a basic openstack configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* openstack: rename and clarify image namesBruce Ashfield2013-08-283-0/+16
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* ebtables: Move RRECOMMENDS to ebtables recipeMihai Prica2013-08-281-4/+0
| | | | | | | The kernel module is needed by ebtables so the RRECOMMENDS should be in this recipe. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* iproute2: Move RRECOMMENDS to iproute2 recipeMihai Prica2013-08-281-1/+0
| | | | | | | The kernel module is needed by iproute2 so the RRECOMMENDS should be in this recipe. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* python-cinder: Add cinder-scheduler packageMihai Prica2013-08-281-0/+1
| | | | | | | This package contains the cinder-scheduler executable and an initscript that starts the cinder-scheduler at boot time. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* packagegroup-cloud-compute: Add ebtables kernel modulesMihai Prica2013-08-281-0/+4
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* packagegroup-cloud-compute: Moved kernel modules to RRECOMMENDSMihai Prica2013-08-281-5/+7
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* packagegroup-cloud-compute: Load veth kernel moduleMihai Prica2013-08-281-0/+1
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* packagegroup-cloud-controller: Added horizon to the controller nodeMihai Prica2013-08-281-0/+1
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* iptables: Reverted to 1.4.17 versionMihai Prica2013-08-281-0/+0
| | | | | | | The layer will be built with yocto 1.4.1 which has iptables 1.4.17. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* iptables: Reverted to 1.18Mihai Prica2013-08-281-0/+0
| | | | | | | In the latest version from poky, the iptables-restore command is broken. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* rabbitmq-server: Updated patchMihai Prica2013-08-282-2/+7
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* iptables: Updated bbappend to 1.4.19.1Mihai Prica2013-08-281-1/+1
| | | | | | | The ipt_REDIRECT module has changed its name to xt_REDIRECT from the 3.7 kernel. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* packagegroup-cloud-compute: Loaded nbd kernel moduleMihai Prica2013-08-281-0/+1
| | | | | | This is required by nova-compute for qcow2 images. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* rabbitmq-server: added 3.0.4Mihai Prica2013-08-283-0/+240
| | | | | | | | -The quick fix doesn't build the docs for the package because of an error. -Added an initscript for the package. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* nova-image-controller: Minor fixesMihai Prica2013-08-281-9/+6
| | | | | | | -Updated recipe to use a packagegroup; -Removed some image features that are no longer used; Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* nova-image-compute: Updated recipe to use packagegroupMihai Prica2013-08-281-16/+4
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* packagegroup-cloud-network: added new packagegroupMihai Prica2013-08-281-0/+12
| | | | | | This contains all the packages for a OpenStack network node. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* packagegroup-cloud-controller: added new packagegroupMihai Prica2013-08-281-0/+23
| | | | | | This contains all the packages for a OpenStack controller node. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* packageroup-cloud-compute: created new packagegroupMihai Prica2013-08-281-0/+19
| | | | | | This contains all the packages for a Openstack compute node. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* qpid: Removed commentMihai Prica2013-08-281-2/+1
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* qpid: added initscriptMihai Prica2013-08-282-2/+90
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* Added images for openstack controller and compute nodeMihai Prica2013-08-282-0/+47
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* qpid: added 0.20Mihai Prica2013-08-283-0/+88
| | | | Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
* iptables: loaded extra kernel modulesMihai Prica2013-08-281-0/+5
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>