summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Merge branch 'baserock/franred/fix-openstack-chunk-duplicity'Francisco Redondo Marchena2015-03-042-14/+1
|\ | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Javier Jardón <javier.jardon@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * 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
|/
* Merge branch 'baserock/franred/actualize-openstack-clients'Francisco Redondo Marchena2015-03-0335-112/+345
|\ | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Remove argparse chunk because is included in python packageFrancisco Redondo Marchena2015-03-031-8/+1
| |
| * Add Ansible to the devel systems to be consistent with the build systemsFrancisco Redondo Marchena2015-03-0318-0/+36
| |
| * Add python-common.morph to systems with openstack-clientsFrancisco Redondo Marchena2015-03-0320-0/+42
| | | | | | | | | | Because some chunks have been moved from openstack-clients.morph to python-common.morph this systems depends on python-common now.
| * Move python duplicated chunk to python-commonFrancisco Redondo Marchena2015-03-035-47/+20
| |
| * Add openstack-common to the systems with openstack-clientsFrancisco Redondo Marchena2015-03-0323-0/+46
| |
| * 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
|
* 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.
| * | pxeboot: disable preserving extended attributesTiago Gomes2015-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running rsync with the '-X' option causes the following error to occur: ERROR: pxeboot.write failed with code 1: rsync: get_xattr_names: llistxattr(""/src/tmp/deployments/tmpcMabnt/tmp0jCu5s"",1024) failed: Function not implemented (38) This requires more investigation to understand why it is failing (the attr devel libraries were installed). AFAIK we are not using extended attributes in the rootfs that we create, so disable this option for the time being.
| * | pxeboot: avoid setting stdout=None when running rsyncTiago Gomes2015-02-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If stdout=None, rsync hangs and the following error occurs error: uncaptured python exception, closing channel <morphlib.extensions._OutputDispatcher connected at 0x7f9bd5acf8> (<type 'exceptions.ValueError'>:unsupported format character 'k' (0x6b) at index 29 [/usr/lib/python2.7/asyncore.py|readwrite|108] [/usr/lib/python2.7/asyncore.py|handle_read_event|449] [/usr/lib/python2.7/asynchat.py|handle_read|165] [/usr/lib/python2.7/site-packages/morphlib/extensions.py|found_terminator|196] [/usr/lib/python2.7/site-packages/morphlib/plugins/deploy_plugin.py|_report_extension_stdout|615] [/usr/lib/python2.7/site-packages/morphlib/app.py|status|345])
| * | pxeboot: fix usage of undefined variableTiago Gomes2015-02-271-1/+1
| | |
| * | pxeboot: yield the correct value in remote_nfsroot()Tiago Gomes2015-02-271-1/+2
| | |
| * | pxeboot: add missing macaddr argumentTiago Gomes2015-02-271-2/+2
| | |
| * | pxeboot: fix input argument to urlunsplit()Edward Cragg2015-02-271-2/+2
| | |
| * | pxeboot: fix keyword argument name passed to remote_kernel()Tiago Gomes2015-02-271-1/+1
| | |
| * | Install 'Image' in the /boot directoryTiago Gomes2015-02-271-0/+1
| | |
| * | Add missing python-core stratum to armv8l64 systemsTiago Gomes2015-02-272-0/+4
| | |
| * | Rename the Linux chunk morph for the armv8l64 BSPEdward Cragg2015-02-272-1/+1
|/ /
* | Merge branch 'baserock/simonhoinkis/cross-bootstrap-update'Sam Thursfield2015-02-279-77/+8
|\ \ | | | | | | | | | | | | 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-259-77/+8
| | | | | | | | | | | | and include morph-utils instead
* | | Merge branch 'pdar/integrate-swift-v3'Sam Thursfield2015-02-272-0/+16
|\ \ \ | |_|/ |/| | | | | | | | | | | Reviewed-By: Jim MacArthur <jim.macarthur@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>