summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rabbitmq-server was installing things in /usr, remove themPedro Alvarez2015-03-141-1/+8
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-03-141-1/+1
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-03-146-24/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-145-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-03-141-0/+2
|
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-03-14168-0/+18212
|
* Enable E1000E ethernet driver and external USB ethernet for OpenstackFrancisco Redondo Marchena2015-03-141-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-03-141-0/+98
|
* Enable ipset kernel configuration for Openstack bspFrancisco Redondo Marchena2015-03-141-0/+17
|
* Add iproute2 support to Openstack bspFrancisco Redondo Marchena2015-03-141-0/+3
|
* Add KVM kernel support for intel machines in Openstack bspFrancisco Redondo Marchena2015-03-141-0/+1
|
* Enable all the IP_NF kernel support in Openstack bspFrancisco Redondo Marchena2015-03-141-0/+13
|
* Enable virtual ethernet support in Openstack bspFrancisco Redondo Marchena2015-03-141-0/+1
|
* Add Openvswitch kernel support for Openstack bspFrancisco Redondo Marchena2015-03-141-0/+10
|
* Add ebtables configurations to openstack bspFrancisco Redondo Marchena2015-03-141-0/+4
| | | | This modules are needed for ebtables and netfilter.
* Add Network Block Device configuration support to openstack bspFrancisco Redondo Marchena2015-03-141-0/+1
|
* Create a x86_64 openstack bspFrancisco Redondo Marchena2015-03-142-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-03-141-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.
* baserock-import needs morphlib (morph-utils) to buildSam Thursfield2015-03-131-1/+1
|
* lorry-controller needs python-uwsgiSam Thursfield2015-03-131-0/+1
|
* Move 'bottle' and 'flup' into separate python-wsgi moduleSam Thursfield2015-03-1332-10/+76
| | | | | | | | The lorry-controller webapp uses these, as well as morph-cache-server. In order to use lorry-controller in systems that don't contain Morph, we need them to be in a separate stratum. Change-Id: Ie187c0b506d12ed5e5f8f8ce4a4b91834bf29fe5
* Merge "Move cliapp into its own 'python-cliapp' stratum"Sam Thursfield2015-03-1340-27/+98
|\
| * Move cliapp into its own 'python-cliapp' stratumSam Thursfield2015-03-1240-27/+98
| | | | | | | | | | | | | | This allows us to have a system with Lorry and Lorry Controller but without Morph. Change-Id: I5164237601d0ff028834c674274f13b6e1f315c9
* | Merge branch 'baserock/rdale/fhs-remove-ld-so-conf'Richard Dale2015-03-124-2/+17
|\ \ | | | | | | | | | | | | Reviewed-By: javier.jardon@codethink.co.uk Reviewed-By: pedro.alvarez@codethink.co.uk
| * | Create /etc/ld.so.conf in glibc chunks, as it is glibc specificRichard Dale2015-03-124-2/+17
|/ /
* | Merge branch 'baserock/pedroalvarez/fix-non-gbo-repo'Pedro Alvarez2015-03-111-1/+1
|\ \ | |/ |/| | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk>
| * Fix repo not pointing to git.baserock.orgPedro Alvarez2015-03-111-1/+1
|/
* Update lorry-controller for branches:Sam Thursfield2015-03-111-1/+1
| | | | | - sam/gerrit-support - sam/ignore-globs
* Merge branch 'baserock/pedroalvarez/strip-rsync'Pedro Alvarez2015-03-112-0/+2
|\ | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Include rsync as GPL3 chunkPedro Alvarez2015-03-112-0/+2
|/
* Fix path of rsync.morphSam Thursfield2015-03-111-1/+1
| | | | I moved the file but didn't update the stratum.
* Merge branch 'baserock/sam/rsync-to-foundation'Sam Thursfield2015-03-113-5/+5
|\ | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Move rsync to 'foundation' stratumbaserock/sam/rsync-to-foundationSam Thursfield2015-03-113-5/+5
| | | | | | | | | | Our default upgrade process requires 'rsync'. So it needs to be in all systems, not just those that happen to contain the 'tools' stratum.
* | Update Morph for branch sam/distbuild-build-logsSam Thursfield2015-03-111-1/+1
|/
* Fix upgrade version of MorphPedro Alvarez2015-03-071-1/+1
| | | | | | | | | | We wanted to upgrade Morph to use latest master, and because of an human error of a Friday evening we used the sha1 of master of definitions.git instead of master of morph.git in the commit c3586f5c01937e19ed1b4a4ea7f195b5045e9201. Given that I gave a +2 for upgrading Morph to latest master, I'm merging this change without sending it for review.
* Merge branch 'baserock/jjardon/no_build_depends_fix'Javier Jardón2015-03-0692-330/+2
|\ | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_depends_fixJavier Jardón2015-03-0692-329/+1
| | | | | | | | version: 1)
| * Update morph to support version 1 definitions formatbaserock/pedroalvarez/v1updateJavier Jardón2015-03-061-1/+1
|/
* Revert "Do not use 'build-depends' chunk parameter when it's empthy (and ↵Javier Jardón2015-03-0692-1/+329
| | | | | | | | change to version: 1)" Morph should have been updated first This reverts commit ced4ed5f7aa35b46d161c5efea972699826f09de.
* Merge branch 'baserock/jjardon/no_build_depends'Javier Jardón2015-03-0692-329/+1
|\ | | | | | | | | Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_dependsJavier Jardón2015-03-0692-329/+1
|/ | | | version: 1)
* Merge branch 'baserock/jjardon/busybox_1_23_1'Javier Jardón2015-03-061-4/+4
|\ | | | | | | | | Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Richard Dale <richard.dale@codethink.co.uk>
| * strata/build-essential: Update busybox to latest (1.23.1)baserock/jjardon/busybox_1_23_1Javier Jardón2015-03-061-4/+4
|/
* Merge branch 'baserock/pedroalvarez/upgrade-morph-version'baserock-15.10baserock/release/baserock-15.10Pedro Alvarez2015-03-061-1/+1
|\ | | | | | | | | Reviewed-By: Richard Ipsum <richard.ipsum@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * Use latest morphbaserock/pedroalvarez/upgrade-morph-versionPedro Alvarez2015-03-061-1/+1
|/
* Fix merge 6f6ae875a9026949d8c143c54b2dd39fe7280cb3Pedro Alvarez2015-03-061-4/+4
| | | | | I forgot to change personal branches for non-personal ones when doing this merge.
* Merge branch 'baserock/pedroalvarez/genivi-jupiter2'Pedro Alvarez2015-03-069-2/+71
|\ | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * Install systemd units in DLT-daemonbaserock/pedroalvarez/genivi-jupiter2Pedro Alvarez2015-03-062-0/+6
| |
| * Add node-health-monitor to genivi.morphPedro Alvarez2015-03-061-0/+8
| |
| * Add x-common to the genivi systemsPedro Alvarez2015-03-063-0/+6
| |