summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
* Build ISCSI in modules rather than built-in the kernelFrancisco Redondo Marchena2015-03-261-4/+4
|
* Add open-iscsi chunkFrancisco Redondo Marchena2015-03-262-0/+55
|
* Build ISCSI_TARGET as a module and add more ISCSI kernel supportFrancisco Redondo Marchena2015-03-261-1/+5
|
* Add kernel support for targetcli required modulesFrancisco Redondo Marchena2015-03-251-0/+3
|
* Add kernel support for ISCSI_TARGETFrancisco Redondo Marchena2015-03-231-0/+1
| | | | Required by "targetcli ls" command
* Update version of rtslib-fb so that calls to rtslib-fb and rtslib will both ↵Patrick Darley2015-03-201-2/+2
| | | | resolve
* Fix rtslib-fb chunkFrancisco Redondo Marchena2015-03-201-1/+3
|
* Add tartget.service required by cinder to run the `nova volume-attach`Patrick Darley2015-03-202-0/+21
| | | | via iscsi protocol
* Include urwid, a runtime depend of configshell-fbPatrick Darley2015-03-201-0/+5
|
* Switch to free branch versions of the targetcli and its dependsPatrick Darley2015-03-201-5/+0
|
* Enable kernel support for some scsi and targetcliFrancisco Redondo Marchena2015-03-201-0/+2
|
* Add configfs_fs kernel support and fix crypto_crc32C config nameFrancisco Redondo Marchena2015-03-201-1/+2
|
* Enable python wrapper for kmodFrancisco Redondo Marchena2015-03-204-13/+7
|
* Include urwid, a runtime depend of configshell-fbPatrick Darley2015-03-201-0/+5
|
* Move configobj to python-common as it is also required by openstack cinderPatrick Darley2015-03-202-5/+6
|
* Switch to free branch versions of the targetcli and its dependsPatrick Darley2015-03-201-0/+12
|
* Add module for required for cinder iscsi compatibilityPatrick Darley2015-03-201-0/+1
|
* systemd: disable building of testsRichard Maw2015-03-201-3/+5
|
* Update systemd to development snapshot including netlink fixRichard Maw2015-03-201-2/+2
|
* Add novncPedro Alvarez2015-03-162-0/+17
|
* Add xfs recognition to openstack bspPatrick Darley2015-03-141-0/+2
|
* Collect statics for horizon and move install commands to the chunkFrancisco Redondo Marchena2015-03-142-0/+61
| | | | | | Collecting the static files (css, js, png, ...) for horizon, compressing them and storing them in a folder accessible by horizon, fixes the problem when some css are not found and improves loading and navigating the pages.
* Revert if needed: thrift with erlang and max-jobs=1Pedro Alvarez2015-03-141-9/+6
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-03-143-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-03-141-1/+8
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-03-143-0/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-144-0/+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.
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-03-1411-0/+897
|
* 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-132-10/+16
| | | | | | | | 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-136-27/+30
|\
| * Move cliapp into its own 'python-cliapp' stratumSam Thursfield2015-03-126-27/+30
| | | | | | | | | | | | | | This allows us to have a system with Lorry and Lorry Controller but without Morph. Change-Id: I5164237601d0ff028834c674274f13b6e1f315c9
* | Create /etc/ld.so.conf in glibc chunks, as it is glibc specificRichard Dale2015-03-124-2/+17
| |
* | 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
* 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>