summaryrefslogtreecommitdiff
path: root/strata/openstack-services
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Add rabbitmq server and librabbitmqFrancisco Redondo Marchena2015-01-222-1/+11
|
* Remove docutils chunk because it builds automaticallyFrancisco Redondo Marchena2015-01-221-6/+0
|
* WIP: Add pies.morph chunk to install its dependenciesFrancisco Redondo Marchena2015-01-221-0/+11
|
* Add cryptography chunkFrancisco Redondo Marchena2015-01-221-0/+8
| | | | | | | | | | | | | 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-222-0/+9
| | | | | | | | 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.
* Openstack services strata and configuration.Mark Doffman2015-01-228-0/+48
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.