From ced0b0eec0794c148e4054ebaf7ab120245a96cf Mon Sep 17 00:00:00 2001 From: Tomjon Date: Thu, 19 Sep 2013 17:29:57 +0000 Subject: Deploy ALL the systems Also, enable the ct-demo config extension in a better way. Using "yes" resulted in a YAML boolean, whereas using "true" doesn't seem to. Or something. Works now, in any case. --- ct-wand-1-cluster.morph | 75 +++++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/ct-wand-1-cluster.morph b/ct-wand-1-cluster.morph index 0ba5303..19ae015 100644 --- a/ct-wand-1-cluster.morph +++ b/ct-wand-1-cluster.morph @@ -4,46 +4,47 @@ systems: - morph: devel-system-armv7-wandboard deploy-defaults: NFSBOOT_CONFIGURE: true - VERSION_LABEL: v9 + VERSION_LABEL: demo-20130919 INSTALL_FILES: ct-wand-1-cluster/manifest + CT_DEMO_CONFIGURE: true deploy: wand-1: type: nfsboot location: 192.168.42.2 HOSTNAME: wand-1 -# wand-2: -# type: nfsboot -# location: 192.168.42.2 -# HOSTNAME: wand-2 -# wand-3: -# type: nfsboot -# location: 192.168.42.2 -# HOSTNAME: wand-3 -# wand-4: -# type: nfsboot -# location: 192.168.42.2 -# HOSTNAME: wand-4 -# wand-5: -# type: nfsboot -# location: 192.168.42.2 -# HOSTNAME: wand-5 -# wand-6: -# type: nfsboot -# location: 192.168.42.2 -# HOSTNAME: wand-6 -# wand-7: -# type: nfsboot -# location: 192.168.42.2 -# HOSTNAME: wand-7 -# wand-8: -# type: nfsboot -# location: 192.168.42.2 -# HOSTNAME: wand-8 -# wand-9: -# type: nfsboot -# location: 192.168.42.2 -# HOSTNAME: wand-9 -# wand-10: -# type: nfsboot -# location: 192.168.42.2 -# HOSTNAME: wand-10 + wand-2: + type: nfsboot + location: 192.168.42.2 + HOSTNAME: wand-2 + wand-3: + type: nfsboot + location: 192.168.42.2 + HOSTNAME: wand-3 + wand-4: + type: nfsboot + location: 192.168.42.2 + HOSTNAME: wand-4 + wand-5: + type: nfsboot + location: 192.168.42.2 + HOSTNAME: wand-5 + wand-6: + type: nfsboot + location: 192.168.42.2 + HOSTNAME: wand-6 + wand-7: + type: nfsboot + location: 192.168.42.2 + HOSTNAME: wand-7 + wand-8: + type: nfsboot + location: 192.168.42.2 + HOSTNAME: wand-8 + wand-9: + type: nfsboot + location: 192.168.42.2 + HOSTNAME: wand-9 + wand-10: + type: nfsboot + location: 192.168.42.2 + HOSTNAME: wand-10 -- cgit v1.2.1