summaryrefslogtreecommitdiff
path: root/clusters/zookeeper.morph
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2014-12-16 15:41:36 +0000
committerMike Smith <mike.smith@codethink.co.uk>2014-12-16 15:41:36 +0000
commitd2802faf20cc23c33fc790d7aab8691f1974eba3 (patch)
tree9a36143cc4b5a80a9b23d0eb06e3ade1bf8bfbb7 /clusters/zookeeper.morph
parente2b24f9b20ca11d86c0680be91a6532162b34baa (diff)
downloaddefinitions-d2802faf20cc23c33fc790d7aab8691f1974eba3.tar.gz
Updated Repo to respond to comments from review. see full desc for list.baserock/mikesmith/zookeeper-for-review
* Removed un-needed 'mkdir' command from ant setup. * Addressed in e-mail thread relating to this patch the reason for compiling inside of install dirrectory. * Added more informative discriptions to .morphs * Renames 'java/ant' to java-ant to be more consistant with naming conventions * Removed un-nessisary inclusion of the Devel-system. * Zookeeper strata names now reflect client / server roles
Diffstat (limited to 'clusters/zookeeper.morph')
-rw-r--r--clusters/zookeeper.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/clusters/zookeeper.morph b/clusters/zookeeper.morph
index b7f2dd27..1153d4b0 100644
--- a/clusters/zookeeper.morph
+++ b/clusters/zookeeper.morph
@@ -1,7 +1,7 @@
name: zookeeper
kind: cluster
systems:
- - morph: systems/devel-system-x86_64-zookeeper-client.morph
+ - morph: systems/zookeeper-client-x86_64.morph
deploy:
my-client-system:
type: kvm
@@ -10,7 +10,7 @@ systems:
RAM_SIZE: 1G
VCPUS: 1
HOSTNAME: zkclient
- - morph: systems/devel-system-x86_64-zookeeper-server.morph
+ - morph: systems/zookeeper-server-x86_64.morph
deploy:
my-server-system:
type: kvm