summaryrefslogtreecommitdiff
path: root/clusters/minimal-system-deploy.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-11 14:34:36 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-11 14:34:36 +0000
commit5eb3c5c80dc3522f6157f07ae25850a142d8e72d (patch)
tree7741036f374848210583a1be76355e4e603129b6 /clusters/minimal-system-deploy.morph
parenta1b4ece4de8ad5fa497f522c61541e9d7c1d0ace (diff)
parent68fe84679215c0a08b4a38fed73f811270972ea4 (diff)
downloadinfrastructure-5eb3c5c80dc3522f6157f07ae25850a142d8e72d.tar.gz
Merge remote-tracking branch 'baserock/master' into sam/baserock
Merge in Baserock reference system definitions. This allows building and deploying Baserock systems from this repo with Morph.
Diffstat (limited to 'clusters/minimal-system-deploy.morph')
-rw-r--r--clusters/minimal-system-deploy.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/clusters/minimal-system-deploy.morph b/clusters/minimal-system-deploy.morph
new file mode 100644
index 00000000..06629ffc
--- /dev/null
+++ b/clusters/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: systems/minimal-system-x86_32-generic.morph
+ deploy:
+ vm:
+ type: kvm
+ location: kvm+ssh://192.168.122.1/tiny-x86_32/srv/VMs/tiny-x86_32.img
+ DISK_SIZE: 512M
+ HOSTNAME: tiny-x86_32
+ INIT_SYSTEM: busybox
+ RAM_SIZE: 512M