summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'patrick/integrate-swift-v2' into baserock/franred/openstack-v3baserock/franred/openstack-v3Francisco Redondo Marchena2015-03-032-1/+5
|\
| * Add ntpd to openstack systemPatrick Darley2015-03-031-0/+2
| |
| * Add xfs recognition to openstack bspPatrick Darley2015-03-031-0/+2
| |
| * Rename stratum to nfsPatrick Darley2015-03-031-1/+1
|/ | | | | Caused problems with nfs stratum not being built into the system. Thanks to Richard Ipsum for helping spot this.
* Collect statics for horizon and move install commands to the chunkFrancisco Redondo Marchena2015-03-025-29/+66
| | | | | | 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.
* Add python-common to openstack-server required by ansibleFrancisco Redondo Marchena2015-03-021-0/+2
|
* Revert if needed: thrift with erlang and max-jobs=1Pedro Alvarez2015-03-021-9/+6
|
* Fix cryptography chunk morphology to openstack-commonFrancisco Redondo Marchena2015-03-022-1/+1
|
* Remove python-request from openstack-common because is in python-coreFrancisco Redondo Marchena2015-03-021-5/+0
|
* Update pytz to point to pytz-2014.10 tarballMike Smith2015-03-021-6/+3
| | | | | | Using the pytz bazaar repository makes pytz to fail due lack of dependencies. Using this tarball makes pytz to work and defo fixes the error in Horizon.
* Fix Redirect in HorizonZara Zaimeche2015-03-021-1/+3
|
* Fix apache-httpd and horizon setup because of the change of layoutFrancisco Redondo Marchena2015-03-022-4/+4
|
* Add Ansible to Openstack systemPedro Alvarez2015-03-021-0/+2
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-03-022-1/+2
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-03-023-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-021-1/+8
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-03-021-1/+1
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-03-026-24/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-025-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-021-0/+2
|
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-03-02174-0/+18534
|
* Enable E1000E ethernet driver and external USB ethernet for OpenstackFrancisco Redondo Marchena2015-03-021-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-021-0/+98
|
* Enable ipset kernel configuration for Openstack bspFrancisco Redondo Marchena2015-03-021-0/+17
|
* Add iproute2 support to Openstack bspFrancisco Redondo Marchena2015-03-021-0/+3
|
* Add KVM kernel support for intel machines in Openstack bspFrancisco Redondo Marchena2015-03-021-0/+1
|
* Enable all the IP_NF kernel support in Openstack bspFrancisco Redondo Marchena2015-03-021-0/+13
|
* Enable virtual ethernet support in Openstack bspFrancisco Redondo Marchena2015-03-021-0/+1
|
* Add Openvswitch kernel support for Openstack bspFrancisco Redondo Marchena2015-03-021-0/+10
|
* Add ebtables configurations to openstack bspFrancisco Redondo Marchena2015-03-021-0/+4
| | | | This modules are needed for ebtables and netfilter.
* Add Network Block Device configuration support to openstack bspFrancisco Redondo Marchena2015-03-021-0/+1
|
* Create a x86_64 openstack bspFrancisco Redondo Marchena2015-03-022-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-021-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/pedroalvarez/ebtables-fix'Pedro Alvarez2015-03-022-2/+2
|\ | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * 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-024-6/+18
|\ | | | | | | | | 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-024-6/+18
| | | | | | | | | | | | 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.
* | Merge branch 'baserock/pedroalvarez/pycrypto-fix-morphology'Pedro Alvarez2015-03-022-1/+4
|\ \ | | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | Force pycrypto to use python-distutils build systembaserock/pedroalvarez/pycrypto-fix-morphologyPedro Alvarez2015-03-022-1/+4
|/ /
* | Merge branch 'baserock/tiagogomes/moonshot-deployment'Tiago Gomes2015-02-2710-26/+173
|\ \ | | | | | | | | | | | | | | | Reviewed by: * Richard Maw <richard.maw@codethink.co.uk> * Sam Thursfield <sam.thursfield@codethink.co.uk>
| * | Add PXE-based deployment support to an HP Moonshot nodeTiago Gomes2015-02-276-0/+59
| | |
| * | pxeboot: improve naming of remote rootfs directoriesTiago Gomes2015-02-271-1/+2
| | | | | | | | | | | | | | | Construct its name based on the MAC address of the NIC, as it is already being done for the kernel and device tree blob.
| * | pxeboot: add support for a PXE_INSTALLER optionTiago Gomes2015-02-272-6/+24
| | | | | | | | | | | | | | | | | | If PXE_INSTALLER is set to `no` or `False`, the remotely installed rootfs, Kernel, bootloader config file and device tree blob if specified, will not be removed after the deployment finishes.
| * | pxeboot: add support for specifying a device treeTiago Gomes2015-02-272-2/+32
| | | | | | | | | | | | The support is only being added to remote deployments for now.
| * | pxeboot: document KERNEL_ARGSTiago Gomes2015-02-271-0/+14
| | |
| * | pxeboot: improve compatibility with u-boot pxeTiago Gomes2015-02-271-1/+2
| | | | | | | | | | | | | | | | | | | | | u-boot pxe doesn't understand the tftp:// URIs. Workaround by making the kernel download URL in the pxelinux.cfg file to be of the following form: <HOST>:<KERNEL_RELATIVE_PATH>
| * | pxeboot: support u-boot pxe configuration file lookupTiago Gomes2015-02-271-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | u-boot will look for a pxelinux configuration file on the TFTP server whose name corresponds to the normalized MAC address of the NIC prefixed with '01-' (Leading 01 means Ethernet). This support is only being added to remote deployments for now.