summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomjon <tomjon@example.com>2013-09-19 17:29:57 +0000
committerTomjon <tomjon@example.com>2013-09-19 17:29:57 +0000
commitced0b0eec0794c148e4054ebaf7ab120245a96cf (patch)
tree01353035bd62ecf322a6d379ba2ca1091eaa2b03
parent7b35786db7c15152cc22781e8fdbe6d9e3bae8bb (diff)
downloadmorphs-ct-demo-1/demo/wandboard.tar.gz
Deploy ALL the systemsct-demo-1/demo/wandboard
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.
-rw-r--r--ct-wand-1-cluster.morph75
1 files 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