summaryrefslogtreecommitdiff
path: root/strata/openstack-services/qpid-python.morph
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-09-03 19:12:50 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-13 15:04:20 +0000
commit27fda4dcdf4f3bc9cb7c32702a95281224fef0c7 (patch)
treed54bb3ec13efbd664e60893abe8e8245e6b76c5b /strata/openstack-services/qpid-python.morph
parent0845715614af5a4cf0ac579e644873357bcb4506 (diff)
downloaddefinitions-27fda4dcdf4f3bc9cb7c32702a95281224fef0c7.tar.gz
Openstack services strata and configuration.
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.
Diffstat (limited to 'strata/openstack-services/qpid-python.morph')
-rw-r--r--strata/openstack-services/qpid-python.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/openstack-services/qpid-python.morph b/strata/openstack-services/qpid-python.morph
new file mode 100644
index 00000000..203b3db5
--- /dev/null
+++ b/strata/openstack-services/qpid-python.morph
@@ -0,0 +1,6 @@
+name: qpid-python
+kind: chunk
+build-commands:
+- cd qpid/python && python setup.py build
+install-commands:
+- cd qpid/python && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"