summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/devel-system-x86_64-zookeeper-server.morph31
-rw-r--r--systems/devel-system-x86_64-zookeeper.morph4
2 files changed, 33 insertions, 2 deletions
diff --git a/systems/devel-system-x86_64-zookeeper-server.morph b/systems/devel-system-x86_64-zookeeper-server.morph
new file mode 100644
index 00000000..1c1f8496
--- /dev/null
+++ b/systems/devel-system-x86_64-zookeeper-server.morph
@@ -0,0 +1,31 @@
+name: devel-system-x86_64-zookeeper-server
+kind: system
+description: A system that is able to build other systems based on the 64-bit x86
+ architecture. includes the zookeeper server and setup for basic tests
+arch: x86_64
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: bsp-x86_64-generic
+ morph: strata/bsp-x86_64-generic.morph
+- name: tools
+ morph: strata/tools.morph
+- name: morph-utils
+ morph: strata/morph-utils.morph
+- name: openstack-clients
+ morph: strata/openstack-clients.morph
+- name: cloudinit-support
+ morph: strata/cloudinit-support.morph
+- name: zookeeper
+ morph: strata/zookeeper-server.morph
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+- cloud-init
diff --git a/systems/devel-system-x86_64-zookeeper.morph b/systems/devel-system-x86_64-zookeeper.morph
index 64f4c541..e51e2031 100644
--- a/systems/devel-system-x86_64-zookeeper.morph
+++ b/systems/devel-system-x86_64-zookeeper.morph
@@ -1,7 +1,7 @@
name: devel-system-x86_64-zookeeper
kind: system
description: A system that is able to build other systems based on the 64-bit x86
- architecture.added animals of varying reality
+ architecture. includes th installation of zookeeper and a test client.
arch: x86_64
strata:
- name: build-essential
@@ -21,7 +21,7 @@ strata:
- name: cloudinit-support
morph: strata/cloudinit-support.morph
- name: zookeeper
- morph: strata/zookeeper.morph
+ morph: strata/zookeeper-client.morph
configuration-extensions:
- set-hostname
- add-config-files