summaryrefslogtreecommitdiff
path: root/minimal-system-deploy.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-08 16:00:09 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-08 16:00:09 +0000
commiteb70e8c5f11ac244fa9fade29504a0f5359cea16 (patch)
tree082beacd4a8251e0612018c707d25764d60d7cdb /minimal-system-deploy.morph
parentf1756a922e87bd2b7eb01bb8df5c00fa6ed896f5 (diff)
parent3e53ec3d6df2222926b72a65bc30422ef30cf59b (diff)
downloaddefinitions-eb70e8c5f11ac244fa9fade29504a0f5359cea16.tar.gz
Merge remote-tracking branch 'remotes/origin/baserock/richardmaw/S10786-finer-splitting-v2'
I've verified that the minimal system builds.
Diffstat (limited to 'minimal-system-deploy.morph')
-rw-r--r--minimal-system-deploy.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/minimal-system-deploy.morph b/minimal-system-deploy.morph
new file mode 100644
index 00000000..f6213c39
--- /dev/null
+++ b/minimal-system-deploy.morph
@@ -0,0 +1,14 @@
+name: minimal-system-deploy
+kind: cluster
+description: |
+ Deploy a minimal system to a system running KVM
+systems:
+- morph: minimal-system-x86_32-generic
+ deploy:
+ vm:
+ type: kvm
+ location: kvm+ssh://192.168.122.1/tiny-x86_32/srv/VMs/tiny-x86_32.img
+ HOSTNAME: tiny-x86_32
+ DISK_SIZE: 512M
+ RAM_SIZE: 512M
+ INIT_SYSTEM: busybox