summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
* Configure localstatedir and sysconfdir in OpenvswitchPedro Alvarez2015-04-021-8/+7
|
* Add openstack ansible modules to ansible.morphPedro Alvarez2015-03-312-0/+10
|
* Change suexec location in httpd-server.morphPedro Alvarez2015-03-271-1/+1
|
* systemd: disable building of testsRichard Maw2015-03-231-3/+5
|
* Update systemd to development snapshot including netlink fixRichard Maw2015-03-231-2/+2
|
* Add novncPedro Alvarez2015-03-232-0/+17
|
* Collect statics for horizon and move install commands to the chunkFrancisco Redondo Marchena2015-03-232-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-231-9/+6
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-03-233-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-231-1/+8
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-03-233-0/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-234-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.
* WIP: Add openstack-services stratumRichard Maw2015-03-2311-0/+897
| | | | | | | | | | | TODO: Split this up into more strata, since a lot of dependencies are included where it may be better to split them out. Possible candidates for splitting out: - rabbitmq - all the python packages TODO: Rename xattr to python-xattr
* Enable netfilter support in kernelsbaserock/openstack-v5-kernelFrancisco Redondo Marchena2015-03-235-0/+490
|
* Enable ipset kernel configurationFrancisco Redondo Marchena2015-03-235-0/+85
|
* Enable iproute2 support to kernelsFrancisco Redondo Marchena2015-03-235-0/+15
|
* Enable Intel KVM support in x86 kernelsFrancisco Redondo Marchena2015-03-232-0/+2
|
* Enable all the IP_NF kernel supportFrancisco Redondo Marchena2015-03-235-0/+65
|
* Enable virtual ethernet support in kernelsFrancisco Redondo Marchena2015-03-238-0/+8
|
* Enable Open vSwitch kernel supportFrancisco Redondo Marchena2015-03-235-0/+50
|
* Enable ebtables in kernelsFrancisco Redondo Marchena2015-03-235-0/+20
| | | | These modules are needed for ebtables and netfilter.
* Enable Network Block Device support in kernelsFrancisco Redondo Marchena2015-03-235-0/+5
|
* Enable xfs support in kernelsPatrick Darley2015-03-235-0/+10
|
* Rename NAT kernel configuration itemFrancisco Redondo Marchena2015-03-233-3/+3
| | | | CONFIG_NF_NAT_IPV4 is known as CONFIG_IP_NF_NAT in 3.17 kernels onwards.
* strata/tools/lsof.morph: Do not try set an ownerJavier Jardón2015-03-241-1/+1
| | | | | | | | | | This will try to avoid a problem when extracting the tarball file This is a regression introduced in commit 7834a992014dd62cacbf7c46ecc259c48fd772dd when we start to use the real tar instead the one provided by busybox Change-Id: I8195d8f2bc1ccc5f9ce062ab9ed12d1167885e0a
* strata/x-generic: Update xserver to latest stable (1.17.1)Javier Jardón2015-03-231-2/+2
| | | | | Change-Id: Iba5ff3e87ed5399cd80369b3bb484f277a73b82b (cherry picked from commit 696373c5b058b3d7f62b1afb7c4250ca58c81a19)
* stage2-glibc: Fix symlink to dynamic linkerPaul Martin2015-03-231-0/+2
| | | | | | | | | | | | On non-x86 systems, the linker may not be called ld-linux.so.* but the older name of ld.so.* When the linker is ld.so.1, for example, the install script of stage2-glibc does not exit with an error (as basename/ls are in subshells), but rather $loader is empty string. This means that the symlink made is from /lib/lib to /tools/lib rather than from /lib/ld.so.1 to /tools/lib/ld.so.1.
* strata/gtk-deps.morph: gnome-common is not needed here anymoreJavier Jardón2015-03-231-4/+0
| | | | | | new ATK version doesnt depend on it Change-Id: If21f66ac4f1a86753a8de04f40e585486680d24f
* strata/gtk-deps.morph: Update ATK to latest stable (2.16.0)Javier Jardón2015-03-231-4/+2
| | | | | | This version doesnt depend on gnome-common anymore Change-Id: I95e1e482eb11cf7afd14255d55c80337c7e9ff93
* Merge "Move 'tar' from webtools to coreutils-common stratum"Sam Thursfield2015-03-233-5/+7
|\
| * Move 'tar' from webtools to coreutils-common stratumJavier Jardón2015-03-233-5/+7
| | | | | | | | Change-Id: I18c5cb1185bf6c53032a7c4bd29f33598eac7031
* | Merge "strata/tools.morph: Upgrade vala to latest stable (0.28.0)"Sam Thursfield2015-03-231-2/+2
|\ \ | |/
| * strata/tools.morph: Upgrade vala to latest stable (0.28.0)Javier Jardón2015-03-231-2/+2
| | | | | | | | Change-Id: Ibdde8d7746ef615083b9f61f4f44e1c58d556f55
* | Revert "strata/core.morph: bison doesnt depend on bash"Edward Cragg2015-03-202-1/+2
|/ | | | | | | | | | | | | This reverts commit c5240343053398d288cc500ff54379a3b0de5309. The original clean-up patch breaks the native build phase of cross-bootstrap on tested platforms - armv8l64, armv8b64, and x86_64. In the bootstrap environment, the native build of bison does rely on being run with bash rather than sh. Change-Id: Id8ed8793f8a179615a2f8733e867445cac544043
* Fix python-coveragepy's chunk morph pathbaserock/richardipsum/fix-morph-pathsRichard Ipsum2015-03-201-1/+1
|
* Upgrade OpenSSL to version 1.0.1m to get security updatesPedro Alvarez2015-03-191-2/+2
| | | | Change-Id: I6a0b0ebe0fb7d2505ac0fdcdba6a482763724808
* Merge "kernel: Enable LVM snapshot capability"Francisco Redondo2015-03-1910-0/+10
|\
| * kernel: Enable LVM snapshot capabilitySam Thursfield2015-03-1810-0/+10
| | | | | | | | | | | | | | I want to use LVM snapshots for taking backups of data volumes in our infrastructure systems. Change-Id: I665a3ec2e53fb57f529089b5f6e59deddf61dc73
* | Merge "Add git-review to 'devtools' stratum"Javier Jardón2015-03-181-1/+6
|\ \
| * | Add git-review to 'devtools' stratumSam Thursfield2015-03-181-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | This is a tool that is useful for working with Gerrit. This commit also changes the stratum dependencies of 'devtools'. Change-Id: I5778538110fdf9dd50783e0f77159d01936b86f4
* | | Merge "Update the cmake version in the core stratum to v3.2.1"Javier Jardón2015-03-181-2/+2
|\ \ \ | |_|/ |/| |
| * | Update the cmake version in the core stratum to v3.2.1Richard Dale2015-03-181-2/+2
| |/ | | | | | | Change-Id: I58caaebe296d6c7e5684ff6836c1f2b4a155ab8f
* | Merge branch 'richardipsum/add-pylint' of ↵Richard Maw2015-03-181-1/+18
|\ \ | | | | | | | | | | | | | | | | | | https://bitbucket.org/richardipsum/definitions Reviewed-by: Sam Thursfield Reviewed-by: Paul Sherwood
| * | Add pylintRichard Ipsum2015-03-141-0/+17
| | |
| * | Make python-tools depend on python-coreRichard Ipsum2015-03-141-1/+1
| | |
* | | Merge "Remove Gerrit system"Sam Thursfield2015-03-182-38/+0
|\ \ \
| * | | Remove Gerrit systemSam Thursfield2015-03-162-38/+0
| |/ / | | | | | | | | | | | | | | | | | | A new version of a Baserock Gerrit system definition now lives in infrastructure.git. Change-Id: I6aeed4c5381edf5e7736f1816f9d58832c0ac781
* | | Merge "Remove Gitlab systems"Francisco Redondo2015-03-184-39/+0
|\ \ \
| * | | Remove Gitlab systemsSam Thursfield2015-03-164-39/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | As far as I know, these are out of date, unmaintained and nobody is using them. It was definitely a useful learning process to integrate Gitlab into Baserock, but I think this is now just taking up space in definitions.git needlessly. Change-Id: Ifdd9c0a3dd889382bc5e6825c2df4f3afbd89f3c
* | | Update the ref for AnsibleAdam Coldrick2015-03-181-1/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | The old ref doesn't match the unpetrify-ref, and doesn't build on systems without up-to-date CA certificates since the .gitmodules file in the Ansible repo still pointed at https://github.com/. This patch updates the ref so that it points at HEAD of baserock/v1.8.4, which changes the URLs in .gitmodules to be in the form "upstream:repo" instead of pointing at github. Change-Id: Ib66e9800006e56a6e0124d335ff90f05690f492e