summaryrefslogtreecommitdiff
path: root/clusters/flang-system-deploy.morph
diff options
context:
space:
mode:
Diffstat (limited to 'clusters/flang-system-deploy.morph')
-rw-r--r--clusters/flang-system-deploy.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/clusters/flang-system-deploy.morph b/clusters/flang-system-deploy.morph
new file mode 100644
index 00000000..d53ae534
--- /dev/null
+++ b/clusters/flang-system-deploy.morph
@@ -0,0 +1,15 @@
+name: flang-system-deploy
+kind: cluster
+description: |
+ Deploy a system for developing flang
+systems:
+- morph: systems/flang-system-x86_64-generic.morph
+ deploy:
+ vm:
+ type: kvm
+ location: kvm+ssh://USER@HOST/flang-x86_64/srv/images/flang-x86_64.img
+ DISK_SIZE: 20G
+ HOSTNAME: flang-x86_64
+ INIT_SYSTEM: busybox
+ KERNEL_ARGS: console=ttyS0
+ RAM_SIZE: 2G