summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
...
* VERYWIP: Create a common strata for openstack with python packagesFrancisco Redondo Marchena2015-01-221-0/+114
|
* WIP: remove python-requests dependency from openstack-servicesFrancisco Redondo Marchena2015-01-221-22/+16
|
* WIP: Update references to the repositoriesFrancisco Redondo Marchena2015-01-221-32/+39
|
* FIXUPME: Fix name and description of openstack-clients-full stratumFrancisco Redondo Marchena2015-01-221-2/+2
|
* WIP:Add openstack-clients-full strataFrancisco Redondo Marchena2015-01-221-1/+1
|
* WIP: Add second openstack-clients strataFrancisco Redondo Marchena2015-01-223-0/+129
|
* WIP: Remove clients from openstack-services stratumFrancisco Redondo Marchena2015-01-221-208/+141
|
* Add six chunk needed by cryptography chunkFrancisco Redondo Marchena2015-01-221-1/+6
|
* Replace decorator, add sqlparse and fix their dependenciesFrancisco Redondo Marchena2015-01-221-5/+9
|
* Add cryptography chunkFrancisco Redondo Marchena2015-01-222-0/+9
| | | | | | | | | | | | | This chunk needs to copy cffi into the build folder in order to compile, if this is not done an error like the following appears: error: Error: setup script specifies an absolute path: /usr/lib/python2.7/site-packages/cffi/__pycache__/_Cryptography_cffi_4ed9e37dx4000d087.c setup() arguments must *always* be /-separated paths relative to the setup.py directory, *never* absolute paths.
* Add rabbitmq-codegen needed to compile rabbitmq-serverFrancisco Redondo Marchena2015-01-223-0/+14
| | | | | | | | rabbitmq-codegen is needed to compile rabbitmq-server. rabbitmq-server Makefile expects to have rabbitmq-codegen in a relative path "../rabbitmq-codegen" or in a internal directory called "codegen", this patch uses the latest option.
* Add lorried repositoriesFrancisco Redondo Marchena2015-01-221-7/+7
|
* Openstack services strata and configuration.Mark Doffman2015-01-2210-2/+582
| | | | | | | | | | Add a stratum for openstack services that includes all the core openstack service code and daemons. Add configuration files for keystone, glance, nova and nova-compute. Add a system and cluster definition that builds an image that runs keystone, glance and nova.
* Update Morph for ARMv8 64-bit supportSam Thursfield2015-01-211-1/+1
|
* Merge branch 'baserock/jmac/add-chef-and-ceph'Sam Thursfield2015-01-2036-0/+673
|\ | | | | | | | | | | Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
| * Add NTPD morphJim MacArthur2015-01-201-0/+10
| |
| * Add morphs for sgdisk and libpoptJim MacArthur2015-01-203-0/+19
| |
| * chef: Add missing C libraryJim MacArthur2015-01-201-0/+6
| | | | | | | | This must be added manually, because it's not described in the RubyGems metadata.
| * Add sgdisk and make chef dependent on coreJim MacArthur2015-01-191-0/+7
| |
| * Add /etc/lsb-release when installing chefJim MacArthur2015-01-191-0/+7
| |
| * chef: Fix build of signed Gems, by doing an unsigned buildSam Thursfield2015-01-193-0/+6
| |
| * chef: Use ipaddress 'master' branch to fix Gem buildSam Thursfield2015-01-191-0/+0
| | | | | | | | | | The 0.8.0 release had a bad Gemspec file committed, master seems to contain several useful fixes.
| * chef: Fix libyajl2 buildSam Thursfield2015-01-191-2/+2
| | | | | | | | Needs to be told to use the system-wide version, not its own bundled copy.
| * chef: Manually fix Erubis buildSam Thursfield2015-01-191-1/+6
| | | | | | | | | | Seems to use an obsolete build system called 'rook', which I cannot get to work.
| * chef: Add auto-generated Chef stratumSam Thursfield2015-01-191-0/+207
| |
| * chef: Manually add morphs for non-standard Gem componentsJim MacArthur2015-01-193-0/+42
| |
| * Add morphs generated by import toolJim MacArthur2015-01-1928-0/+364
| |
* | Fix incorrect dependency in build-essentialDaniel Silverstone2015-01-191-2/+1
| | | | | | | | | | | | If the BUILD system is unable to directly run TARGET binaries then it fails during the preparation of stage2-fake-bash because it incorrectly build-depends on stage2-busybox.
* | Update baserock-importRichard Ipsum2015-01-141-1/+1
| | | | | | | | Change to this sha to receive a series of bug fixes
* | Update trove-setup for branch sam/fix-upgrade-from-old-lcSam Thursfield2015-01-141-1/+1
|/
* Update lorry for branch sam/fix-tarball-failureSam Thursfield2015-01-121-1/+1
|
* Update baserock-import tool for npm supportSam Thursfield2015-01-091-1/+1
|
* Update baserock-import tool to fix importing wrong versions of RubyGemsSam Thursfield2015-01-071-1/+1
|
* Run update-ca-certificates at system-integration timebaserock-15.02baserock/richardipsum/fix-ca-certs-v2baserock/release/baserock-15.02Richard Ipsum2015-01-061-0/+4
|
* Update baserock-import toolRichard Ipsum2015-01-061-1/+1
|
* Update morph for branch sam/fix-command-loggingSam Thursfield2015-01-021-1/+1
|
* Add ipmitools to strata/tools.morphPedro Alvarez2014-12-232-0/+12
| | | | | | Add ipmitool to strata/tools.morph Ipmitool is needed to use pxeboot.write extension
* Add build-depends for baserock-importPaul Sherwood2014-12-201-1/+4
| | | | | The tool is now run at build-time (to generate a 'man' page) so its runtime dependencies need to be available in the staging area.
* Update baserock-import to latestSam Thursfield2014-12-191-1/+1
| | | | | Reviewed-By: Richard Dale <richard.dale@codethink.co.uk> Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk>
* Merge remote-tracking branch 'pdar/updateCephServiceSWrb3'Sam Thursfield2014-12-195-33/+43
|\ | | | | | | | | Reviewed-By: Jim MacArthur <jim.macarthur@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Switch to cpython v2.7.9Patrick Darley2014-12-181-2/+2
| |
| * Install the systemd units for operating ceph nodes and change name of the ↵Patrick Darley2014-12-181-10/+17
| | | | | | | | SysV script to accomodate this
| * Ensure ceph configures to be run without libxfsPatrick Darley2014-12-181-1/+1
| |
| * Switch to a patched version of the most recent release of cephPatrick Darley2014-12-181-2/+2
| |
| * Switch to most recent release of snappyPatrick Darley2014-12-181-3/+3
| |
| * Update install commands for leveldbPatrick Darley2014-12-181-1/+4
| |
| * Switch to more recent release of leveldbPatrick Darley2014-12-181-2/+2
| |
| * Switch to newer release of gperftoolsPatrick Darley2014-12-181-2/+2
| |
| * Switch to latest release of libunwindPatrick Darley2014-12-181-2/+2
| |
| * Switch to most recent release of keyutilsPatrick Darley2014-12-181-2/+2
| |