summaryrefslogtreecommitdiff
path: root/strata/openstack-services/pies.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-20 12:36:58 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-20 12:36:58 +0100
commit3972dc3a720794f2ded9fe5e6305d3fae4a6a7d7 (patch)
tree4875e396af3ef083ee6883775e34c48e52605e2d /strata/openstack-services/pies.morph
parentc368f61b0b460f120634219a5b70186c803d5bed (diff)
parent4b9268eb9cb1f8d140f543d9c4a3aa1aa8298994 (diff)
downloadinfrastructure-3972dc3a720794f2ded9fe5e6305d3fae4a6a7d7.tar.gz
Merge remote-tracking branch 'baserock/baserock/adamcoldrick/mason-2015' into sam/mason-zuul-2
Conflicts: baserock_irclogs/systems/irclogs-x86_64.morph hosts scripts/licensecheck.pl Change-Id: Ib298ce7928a8f5a23918b1226746c39e48fe705f
Diffstat (limited to 'strata/openstack-services/pies.morph')
-rw-r--r--strata/openstack-services/pies.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/strata/openstack-services/pies.morph b/strata/openstack-services/pies.morph
new file mode 100644
index 00000000..327c1dc9
--- /dev/null
+++ b/strata/openstack-services/pies.morph
@@ -0,0 +1,11 @@
+name: pies
+kind: chunk
+configure-commands:
+- |
+ cd pies2override
+ && python setup.py build
+ && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix "$PREFIX" --root "$DESTDIR"