summaryrefslogtreecommitdiff
path: root/systems/zookeeper-client.morph.in
diff options
context:
space:
mode:
Diffstat (limited to 'systems/zookeeper-client.morph.in')
-rw-r--r--systems/zookeeper-client.morph.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/systems/zookeeper-client.morph.in b/systems/zookeeper-client.morph.in
new file mode 100644
index 00000000..f662ad37
--- /dev/null
+++ b/systems/zookeeper-client.morph.in
@@ -0,0 +1,31 @@
+name: zookeeper-client.{{CONFIG}}
+kind: system
+description: |
+ Example of a system that can act as an Apache Zookeeper client.
+arch: {{ ARCH }}
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: zookeeper
+ morph: strata/zookeeper.morph
+- name: zookeeper-client
+ morph: strata/zookeeper-client.morph
+- name: test-tools
+ morph: strata/test-tools.morph
+- name: java
+ morph: strata/java.morph
+{% if BSP %}
+- name: bsp-{{ BSP }}
+ morph: strata/bsp-{{ BSP }}.morph
+{% endif %}
+configuration-extensions:
+- extensions/set-hostname
+- extensions/add-config-files
+- extensions/simple-network
+- extensions/nfsboot
+- extensions/install-files
+- extensions/install-essential-files