summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
* Put memcached unit in /usr/lib/systemd/systemRichard Ipsum2015-03-041-1/+1
| | | | Units of installed packages should go in /usr/lib, /etc is for local config
* Put the rsync unit in /usr/lib/systemd/systemRichard Ipsum2015-03-041-1/+1
| | | | Units of installed packages should go in /usr/lib, /etc is for local config
* Add openstack ansible modules to ansible.morphPedro Alvarez2015-03-042-0/+11
| | | | | | | | | | | This is a cherry-pick of pedro's commit to add the openstack ansible modules, it conflcited with my existing ansible stratum because he bumped the version to 1.8.4, and presumably the build-graph looks a little different in later versions of definitions because he didn't need to specify ansible's build-depends Conflicts: strata/ansible.morph
* Add xfs recognition to openstack bspPatrick Darley2015-03-041-0/+2
|
* Collect statics for horizon and move install commands to the chunkFrancisco Redondo Marchena2015-03-042-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-041-9/+6
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-03-043-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-041-1/+8
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-03-043-0/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-044-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-0411-0/+897
|
* Enable E1000E ethernet driver and external USB ethernet for OpenstackFrancisco Redondo Marchena2015-03-041-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-041-0/+98
|
* Enable ipset kernel configuration for Openstack bspFrancisco Redondo Marchena2015-03-041-0/+17
|
* Add iproute2 support to Openstack bspFrancisco Redondo Marchena2015-03-041-0/+3
|
* Add KVM kernel support for intel machines in Openstack bspFrancisco Redondo Marchena2015-03-041-0/+1
|
* Enable all the IP_NF kernel support in Openstack bspFrancisco Redondo Marchena2015-03-041-0/+13
|
* Enable virtual ethernet support in Openstack bspFrancisco Redondo Marchena2015-03-041-0/+1
|
* Add Openvswitch kernel support for Openstack bspFrancisco Redondo Marchena2015-03-041-0/+10
|
* Add ebtables configurations to openstack bspFrancisco Redondo Marchena2015-03-041-0/+4
| | | | This modules are needed for ebtables and netfilter.
* Add Network Block Device configuration support to openstack bspFrancisco Redondo Marchena2015-03-041-0/+1
|
* Create a x86_64 openstack bspFrancisco Redondo Marchena2015-03-042-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-041-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.
* Fix openstack-common dependencybaserock/franred/fix-openstack-chunk-duplicityFrancisco Redondo Marchena2015-03-031-1/+1
|
* Remove duplicated chunks in openstack-{common,clients}Francisco Redondo Marchena2015-03-031-13/+0
|
* Remove argparse chunk because is included in python packageFrancisco Redondo Marchena2015-03-031-8/+1
|
* Move python duplicated chunk to python-commonFrancisco Redondo Marchena2015-03-035-47/+20
|
* Add openstack-common and update openstack-clientsFrancisco Redondo Marchena2015-03-033-77/+220
| | | | | | openstack-common is a stratum with common packages between the openstack clients and servers. update the clients to work with Juno tag 2014.2.1
* Update Morph for branch sam/fewer-submodule-updatesSam Thursfield2015-03-031-1/+1
|
* Install ebtables in /usr/sbinPedro Alvarez2015-03-021-1/+1
|
* Upgrade ebtables to latest commit on master.Pedro Alvarez2015-03-021-1/+1
| | | | | | This verion fixes problems when building ebtables after we upgraded linux-api-headers. See ebtables commit for more info.
* Merge branch 'baserock/sam/lorry-controller-stratum'Sam Thursfield2015-03-023-6/+16
|\ | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Move lorry-controller into its own stratumSam Thursfield2015-03-023-6/+16
| | | | | | | | | | | | This allows using it separately from Trove. I want to use it in the gerrit.baserock.org system to handle mirroring from git.baserock.org, at least initially.
* | Merge branch 'baserock/sam/armhf-abi-compat'Sam Thursfield2015-03-021-0/+6
|\ \ | |/ |/| | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Dale <richard.dale@codethink.co.uk>
| * Add a compatibility symlink for /lib/ld-linux.so.3 on ARMv7 hard-floatSam Thursfield2015-02-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Morph's cache key algorithm doesn't yet take into account the fact that bootstrap chunks use files from the host system. While we are careful in the Baserock reference system definitions to minimise the number of components from the host system that it uses, the GNU C Library is pretty much unavoidable. Until we make the cache key algorithm more comprehensive, we need to ensure that the bootstrap-mode chunks from build-essential will indeed run on all versions of Baserock 'build' and 'devel' reference systems. Otherwise cached artifacts built on one system will randomly break for other people using different systems. This commit fixes one such breakage, which was due to the name of the GLIBC dynamic loader (ld.so) changing on ARMv7 hard-float platforms.
* | Force pycrypto to use python-distutils build systembaserock/pedroalvarez/pycrypto-fix-morphologyPedro Alvarez2015-03-022-1/+4
| |
* | Install 'Image' in the /boot directoryTiago Gomes2015-02-271-0/+1
| |
* | Rename the Linux chunk morph for the armv8l64 BSPEdward Cragg2015-02-272-1/+1
| |
* | Merge branch 'baserock/simonhoinkis/cross-bootstrap-update'Sam Thursfield2015-02-275-77/+0
|\ \ | | | | | | | | | | | | Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | Clean up the Morph chunks in cross-bootstrapSimon Hoinkis2015-02-255-77/+0
| | | | | | | | | | | | and include morph-utils instead
* | | Install the systemd unit included with memcached sourcePatrick Darley2015-02-271-0/+13
| | | | | | | | | | | | and add a default config file where the systemd unit expects
* | | Install systemd unit provided with rsyncPatrick Darley2015-02-271-0/+3
| |/ |/|
* | Update Morph for ref sam/disable-new-btrfs-featuresSam Thursfield2015-02-271-1/+1
| |
* | Merge remote-tracking branch 'write/baserock/sam/add-ext4-progs'Sam Thursfield2015-02-271-2/+3
|\ \ | | | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
| * | Install e2fsprogs binaries such as mkfs.ext* and fsck.ext*Sam Thursfield2015-02-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 57ce68fea03e8985888ab2a875f5efbc79d7b07a changed the install command from `make install` to `make install-libs`. Since then systems have been missing mkfs.ext4 and other important tools. Also, don't disable fsck.ext*. No other component provides these programs, and they are needed to check for disk errors on 'ext' formatted disks.
* | | Move Ansible dependencies to python-common.morphPedro Alvarez2015-02-272-33/+37
| | | | | | | | | | | | | | | This dependencies are needed for some Openstack components, and this will avoid duplication once this work is done.
* | | Upgrade Ansible to v1.8.4 and dependenciesPedro Alvarez2015-02-272-10/+27
| | |
* | | xstatic needs python-corePedro Alvarez2015-02-261-0/+1
| | |
* | | Python-core needed in apache-httpd for mod_wsgi-metricsPedro Alvarez2015-02-261-0/+1
| | |
* | | Python-core is needed in databases to build python-memcachedPedro Alvarez2015-02-261-0/+1
| | |