summaryrefslogtreecommitdiff
path: root/strata/openstack-services/ipaddr-py.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>2015-01-22 12:46:17 +0000
commite227227f9d87f1d6fa3fab6d469364a84cbdd863 (patch)
treee50e982fb6093bbd138610c9a6f05448c922bacc /strata/openstack-services/ipaddr-py.morph
parent95c31140fced760a5f8c3392b86b54a117f1ac82 (diff)
downloaddefinitions-e227227f9d87f1d6fa3fab6d469364a84cbdd863.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/ipaddr-py.morph')
-rw-r--r--strata/openstack-services/ipaddr-py.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/openstack-services/ipaddr-py.morph b/strata/openstack-services/ipaddr-py.morph
new file mode 100644
index 00000000..f6691ab7
--- /dev/null
+++ b/strata/openstack-services/ipaddr-py.morph
@@ -0,0 +1,6 @@
+name: ipaddr-py
+kind: chunk
+build-commands:
+- cd trunk && python setup.py build
+install-commands:
+- cd trunk && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"