summaryrefslogtreecommitdiff
path: root/clusters/zookeeper.morph.in
diff options
context:
space:
mode:
Diffstat (limited to 'clusters/zookeeper.morph.in')
-rw-r--r--clusters/zookeeper.morph.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/clusters/zookeeper.morph.in b/clusters/zookeeper.morph.in
new file mode 100644
index 00000000..778c7d92
--- /dev/null
+++ b/clusters/zookeeper.morph.in
@@ -0,0 +1,21 @@
+name: zookeeper
+kind: cluster
+systems:
+- morph: systems/zookeeper-client.{{CONFIG}}.morph
+ deploy:
+ my-client-system:
+ type: extensions/kvm
+ location: kvm+ssh://username@HOSTNAME/machinename/path/to/zookeeper-client.img
+ DISK_SIZE: 4G
+ RAM_SIZE: 1G
+ VCPUS: 1
+ HOSTNAME: zkclient
+- morph: systems/zookeeper-server.{{CONFIG}}.morph
+ deploy:
+ my-server-system:
+ type: extensions/kvm
+ location: kvm+ssh://username@HOSTNAME/machinename/path/to/zookeeper-server.img
+ DISK_SIZE: 4G
+ RAM_SIZE: 1G
+ VCPUS: 1
+ HOSTNAME: zkserver