summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated openstack-common to point to the new tarball of pytz and let morph ↵baserock/mikesmith/openstack-v3-pytz-v2Mike Smith2015-02-231-5/+2
| | | | magic do stuff
* Merge branch 'zara/fix-redirect-in-horizon' into baserock/franred/openstack-v3Francisco Redondo Marchena2015-02-201-1/+3
|\ | | | | | | Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Fix Redirect in HorizonZara Zaimeche2015-02-201-1/+3
|/
* Fix apache-httpd and horizon setup because of the change of layoutFrancisco Redondo Marchena2015-02-202-4/+4
|
* Add Ansible to Openstack systemPedro Alvarez2015-02-201-0/+2
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-02-202-1/+2
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-02-203-0/+6
| | | | | | Requiredtty is dissable by default but just in case we enable it in the future for the rest of the users, cinder, nova and neutron needs login disable to run commands being superuser.
* Rabbitmq-server was installing things in /usr, remove themPedro Alvarez2015-02-201-1/+8
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-02-201-1/+1
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-02-206-24/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-02-205-24/+29
| | | | | | Installing rootwrap filters from their repositories will make easy to deal with updates. Also move neutron rootwrap filters to the right location without duplication.
* Add nfs to openstack-server systemFrancisco Redondo Marchena2015-02-201-0/+2
|
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-02-20174-0/+18534
|
* Enable E1000E ethernet driver and external USB ethernet for OpenstackFrancisco Redondo Marchena2015-02-201-0/+3
| | | | | NOTE: This is done for testing purposes - it is not an Openstack requirement and can be dropped.
* Add netfilter configuration in Openstack bspFrancisco Redondo Marchena2015-02-201-0/+98
|
* Enable ipset kernel configuration for Openstack bspFrancisco Redondo Marchena2015-02-201-0/+17
|
* Add iproute2 support to Openstack bspFrancisco Redondo Marchena2015-02-201-0/+3
|
* Add KVM kernel support for intel machines in Openstack bspFrancisco Redondo Marchena2015-02-201-0/+1
|
* Enable all the IP_NF kernel support in Openstack bspFrancisco Redondo Marchena2015-02-201-0/+13
|
* Enable virtual ethernet support in Openstack bspFrancisco Redondo Marchena2015-02-201-0/+1
|
* Add Openvswitch kernel support for Openstack bspFrancisco Redondo Marchena2015-02-201-0/+10
|
* Add ebtables configurations to openstack bspFrancisco Redondo Marchena2015-02-201-0/+4
| | | | This modules are needed for ebtables and netfilter.
* Add Network Block Device configuration support to openstack bspFrancisco Redondo Marchena2015-02-201-0/+1
|
* Create a x86_64 openstack bspFrancisco Redondo Marchena2015-02-202-0/+129
| | | | | At this point the x86_64 openstack bsp is the same as x86_64 generic bsp.
* Rename NAT kernel configuration itemFrancisco Redondo Marchena2015-02-201-1/+1
| | | | | Replace CONFIG_NF_NAT_IPV4 by CONFIG_IP_NF_NAT which is the name for this item since the 3.17 kernel is available.
* Merge branch 'baserock/franred/disable-werror-when-compiling-libvirt'Francisco Redondo Marchena2015-02-201-1/+1
|\ | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Disable warnings as errors in libvirtbaserock/franred/disable-werror-when-compiling-libvirtFrancisco Redondo Marchena2015-02-191-1/+1
|/ | | | | | | | | | | | | | | | | | | This patch disable the libvirt's treatment of warning as errors, solving the following error when compiling: node_device/node_device_udev.c: In function 'nodeStateInitialize': node_device/node_device_udev.c:1789:5: error: 'udev_set_log_fn' is deprecated (declared at /usr/include/libudev.h:41) [-Werror=deprecated-declarations] udev_set_log_fn(udev, (udevLogFunctionPtr) udevLogFunction); ^ CC nwfilter/libvirt_driver_nwfilter_impl_la-nwfilter_dhcpsnoop.lo cc1: all warnings being treated as errors Makefile:8224: recipe for target 'node_device/libvirt_driver_nodedev_la-node_device_udev.lo' failed make[3]: *** [node_device/libvirt_driver_nodedev_la-node_device_udev.lo] Error 1
* Merge branch 'baserock/franred/add-apache-httpd-stratum-v3'baserock/sam/15.08-releaseFrancisco Redondo Marchena2015-02-194-0/+147
|\ | | | | | | | | Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Richard Maw <richard.maw@codethink.co.uk>
| * Add apache httpd server and mod_wsgi modulebaserock/franred/add-apache-httpd-stratum-v3Francisco Redondo Marchena2015-02-194-0/+147
|/ | | | | | | | | Add apache-httpd server and mod_wsgi which is a module to host any python application with python wsgi inteface. NOTE: apache-httpd server need to configure an user and group to run this can not be configured in this patch because some bug when changing owners of files and directories in system-integration commands. See more information on httpd-server.morph chunk
* Merge branch 'baserock/jjardon/sed_fixes'Javier Jardón2015-02-182-1/+3
|\ | | | | | | | | This fixes the broken build starting in commit 35e72ecf8935d92b73af2438f9ac2f8c83e52fc5
| * coreutils-common/diff.morph: workaround to not depend on rsyncbaserock/jjardon/sed_fixesJavier Jardón2015-02-181-0/+1
| |
| * coreutils-common/sed.morph: workaround to not depend on rsyncJavier Jardón2015-02-181-0/+1
| |
| * strata/coreutils-common/sed.morph: Fix typoJavier Jardón2015-02-181-1/+1
|/
* Merge branch 'baserock/jjardon/sed_diff'Javier Jardón2015-02-183-0/+31
|\ | | | | | | | | | | Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * Use GNU 'diff' instead the one from busyboxbaserock/jjardon/sed_diffJavier Jardón2015-02-182-0/+13
| | | | | | | | The busybox version caused problems with some packages
| * Use GNU sed instead the one from busyboxJavier Jardón2015-02-182-0/+18
|/ | | | The busybox version caused problems with some packages
* Commit forgotten changes in the previous commitEdward Cragg2015-02-182-3/+3
|
* Merge branch 'baserock/tiagogomes/armv8l64-devel'Edward Cragg2015-02-1810-27/+108
|\ | | | | | | | | | | Reviewed by: * Sam Thursfield <sam.thursfield@codethink.co.uk> * Richard Maw <richard.maw@gmail.com>
| * Add a definition for building a armv8l64 devel systemTiago Gomes2015-02-171-0/+43
| | | | | | | | | | The last release of nodejs doesn't build on aarch64 due having an old embedded vp8 copy, so the nodejs strata is not included.
| * strata/ruby: update config.{guess,sub}Tiago Gomes2015-02-172-10/+10
| | | | | | | | | | | | Also set explicitly the build system to use, move autoconf to the pre-configure-commands section, and remove the now redundant build-commands and install-commands sections.
| * swig-tarball: update config.{guess,sub}Tiago Gomes2015-02-171-0/+2
| |
| * libserf: update config.{guess,sub}Tiago Gomes2015-02-172-0/+7
| |
| * cvs-tarball: update config.{guess,sub}Tiago Gomes2015-02-171-0/+3
| |
| * subversion-tarball: update config.{sub,guess}Tiago Gomes2015-02-172-2/+4
| |
| * strata/lorry: update to apr 1.5.1 and apr-util 1.5.4Tiago Gomes2015-02-173-15/+39
| | | | | | | | | | This commit also changes these packages to be built from the git repos created from the upstream svn ones, instead of tarball imports.
* | Merge branch 'baserock/jjardon/xcb-util'Javier Jardón2015-02-181-0/+22
|\ \ | | | | | | | | | | | | Reviewed-By: Richard Dale <richard.dale@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * | strata-x-generix: Add back xcb-util, xcb/util-wm, xcb/util-image, ↵baserock/jjardon/xcb-utilbaserock/jjardon/xcbJavier Jardón2015-02-031-0/+22
| | | | | | | | | | | | | | | | | | xcb/util-keysyms They are needed to compile Qt5
* | | Merge branch 'baserock/adamcoldrick/pylru'Adam Coldrick2015-02-181-1/+7
|\ \ \ | | | | | | | | | | | | | | | | Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com>
| * | | strata/morph-utils.morph: Add pylru dependency and update morphAdam Coldrick2015-02-181-1/+7
|/ / /
* | | Fix rebar and erlang-sd_notify chunk namesFrancisco Redondo Marchena2015-02-182-2/+2
| | |