summaryrefslogtreecommitdiff
path: root/strata/zookeeper-client.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/zookeeper-client.morph')
-rw-r--r--strata/zookeeper-client.morph17
1 files changed, 12 insertions, 5 deletions
diff --git a/strata/zookeeper-client.morph b/strata/zookeeper-client.morph
index 6194b587..135b2fc5 100644
--- a/strata/zookeeper-client.morph
+++ b/strata/zookeeper-client.morph
@@ -1,6 +1,13 @@
-name: zookeeper
+name: zookeeper-client
kind: stratum
-description: a first pass attempt at creating a zookeeper stratum for baserock.
+description: |
+ This stratum installs zookeeper and its dependencies.
+ It then installs a small demonstration program for the
+ client side of ZooKeeper. The program can take up to two
+ arguments:
+ (1) The IP address of the ZooKeeper server to connect to
+ (2) The type of client that this will be (default client
+ types are typeOneNode & typeTwoNode)
build-depends:
- morph: strata/core.morph
chunks:
@@ -14,7 +21,7 @@ chunks:
ref: ef262c635890f19eaff8ef6bbd831ee9b0d8693e
unpetrify-ref: master
build-depends: []
-- name: java/ant
+- name: java-ant
morph: strata/zookeeper/java-ant.morph
repo: upstream:java/ant
ref: master
@@ -27,10 +34,10 @@ chunks:
ref: baserock/mikesmith/zookeeper
unpetrify-ref: trunk
build-depends:
- - java/ant
+ - java-ant
- name: zookeeper-client
morph: strata/zookeeper/zookeeper-client.morph
- repo: https://github.com/MichaelPSmith/ZookeeperExperiments
+ repo: baserock:tests/zookeeper-test
ref: master
build-depends:
- zookeeper