summaryrefslogtreecommitdiff
path: root/strata/zookeeper-server.morph
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2014-12-16 16:52:08 +0000
committerMike Smith <mike.smith@codethink.co.uk>2014-12-16 16:52:08 +0000
commit55f25f33c88bc4041d6f2be690a58d4c4c582f9a (patch)
tree1dae69b914c52dc7addf06c18187598755e6b6a7 /strata/zookeeper-server.morph
parentd2802faf20cc23c33fc790d7aab8691f1974eba3 (diff)
downloaddefinitions-55f25f33c88bc4041d6f2be690a58d4c4c582f9a.tar.gz
split zookeeper and the test programs into multiple strata, on Pedro's suggestionbaserock/mikesmith/zookeeper-for-review-v2
Diffstat (limited to 'strata/zookeeper-server.morph')
-rw-r--r--strata/zookeeper-server.morph30
1 files changed, 2 insertions, 28 deletions
diff --git a/strata/zookeeper-server.morph b/strata/zookeeper-server.morph
index de627d39..97acd2ca 100644
--- a/strata/zookeeper-server.morph
+++ b/strata/zookeeper-server.morph
@@ -1,36 +1,10 @@
name: zookeeper-server
kind: stratum
-description: a first pass attempt at creating a zookeeper stratum for baserock.
+description: This Stratum installs a zookeeper server and small program to populate it with default data.
build-depends:
-- morph: strata/core.morph
+- morph: strata/zookeeper.morph
chunks:
-- name: cppunit
- repo: upstream:cppunit
- ref: 77bb121d73c4593d6e3addacacb1bfbd21f53dcf
- build-depends: []
-- name: java-binary
- morph: strata/zookeeper/java-binary.morph
- repo: github:franred/gerrit-installation-binaries
- ref: ef262c635890f19eaff8ef6bbd831ee9b0d8693e
- unpetrify-ref: master
- build-depends: []
-- name: java-ant
- morph: strata/zookeeper/java-ant.morph
- repo: upstream:java/ant
- ref: master
- build-depends:
- - cppunit
- - java-binary
-- name: zookeeper
- morph: strata/zookeeper/zookeeper.morph
- repo: upstream:zookeeper
- ref: baserock/mikesmith/zookeeper
- unpetrify-ref: trunk
- build-depends:
- - java-ant
- name: zookeeper-server
morph: strata/zookeeper/zookeeper-server.morph
repo: baserock:tests/zookeeper-test
ref: master
- build-depends:
- - zookeeper