From 3a2f641e4e70e76ffa77629c6208970c1a7af667 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Fri, 25 Sep 2015 08:47:49 +0000 Subject: Proposed re-org of definitions repo --- baserock/systems/zookeeper-client-x86_64.morph | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 baserock/systems/zookeeper-client-x86_64.morph (limited to 'baserock/systems/zookeeper-client-x86_64.morph') diff --git a/baserock/systems/zookeeper-client-x86_64.morph b/baserock/systems/zookeeper-client-x86_64.morph new file mode 100644 index 00000000..9b720f50 --- /dev/null +++ b/baserock/systems/zookeeper-client-x86_64.morph @@ -0,0 +1,30 @@ +name: zookeeper-client-x86_64 +kind: system +description: | + A system that is able to build other systems based on the 64-bit x86 + architecture. includes the installation of zookeeper and a test client. +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: 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 +configuration-extensions: +- extensions/set-hostname +- extensions/add-config-files +- extensions/simple-network +- extensions/nfsboot +- extensions/install-files +- extensions/install-essential-files -- cgit v1.2.1