summaryrefslogtreecommitdiff
path: root/strata/openstack-services
Commit message (Collapse)AuthorAgeFilesLines
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-02-163-0/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-02-163-0/+26
| | | | | | Installing rootwrap filters from their repositories will make easy to deal with updates. Also move neutron rootwrap filters to the right location without duplication.
* WIP: Add rabbitmq server and librabbitmqFrancisco Redondo Marchena2015-02-112-1/+11
|
* Remove docutils chunk because it builds automaticallyFrancisco Redondo Marchena2015-02-111-6/+0
|
* WIP: Add pies.morph chunk to install its dependenciesFrancisco Redondo Marchena2015-02-111-0/+11
|
* Add cryptography chunkFrancisco Redondo Marchena2015-02-111-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-02-112-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-02-118-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.