From 5c261eee00014199eb3d942758598041473f1ddd Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 13 Aug 2014 21:45:15 +0000 Subject: Organize definitions directory by morphologies This is the result to run organize-morphologies.py . The morphologies are clasified in clusters, systems, strata and chunks. - "clusters" contains all the cluster morphologies. - "systems" contains all the systems morphologies. - "strata" contains all the stratum morphologies and the chunks morphologies which are inside of their stratum morphology folder, if this chunks will not be autodetected on build time. --- systems/devel-system-x86_64-generic.morph | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 systems/devel-system-x86_64-generic.morph (limited to 'systems/devel-system-x86_64-generic.morph') diff --git a/systems/devel-system-x86_64-generic.morph b/systems/devel-system-x86_64-generic.morph new file mode 100644 index 00000000..7dc4c914 --- /dev/null +++ b/systems/devel-system-x86_64-generic.morph @@ -0,0 +1,20 @@ +name: devel-system-x86_64-generic +kind: system +description: A system that is able to build other systems based on the 64-bit x86 + architecture. +arch: x86_64 +strata: +- morph: strata/build-essential.morph +- morph: strata/core.morph +- morph: strata/foundation.morph +- morph: strata/bsp-x86_64-generic.morph +- morph: strata/tools.morph +- morph: strata/openstack-clients.morph +- morph: strata/cloudinit-support.morph +configuration-extensions: +- set-hostname +- add-config-files +- simple-network +- nfsboot +- install-files +- cloud-init -- cgit v1.2.1