summaryrefslogtreecommitdiff
path: root/env/env.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-27 16:53:19 +0000
committerLars Wirzenius <liw@liw.fi>2021-07-27 16:53:19 +0000
commitda983483a853c672fc1238a36eafb66b79dcbe4a (patch)
treebfa88ff7aba022bf09ce4cae333fa36e7ba5e9ae /env/env.yaml
parent56671321dbd662fa3f2babdfdbf59f3287f5533b (diff)
parent91a5fef528e998939860f5bff93f18d4723bbdfd (diff)
downloadpuomi-da983483a853c672fc1238a36eafb66b79dcbe4a.tar.gz
Merge branch 'proto' into 'main'
feat: add scripts + infra for setting up nested VMs for routers See merge request larswirzenius/puomi!3
Diffstat (limited to 'env/env.yaml')
-rw-r--r--env/env.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/env/env.yaml b/env/env.yaml
new file mode 100644
index 0000000..b25eedb
--- /dev/null
+++ b/env/env.yaml
@@ -0,0 +1,10 @@
+# This is a vmadm spec file for a VM in which to test Puomi.
+
+puomienv:
+ cpus: 4
+ memory_mib: 8192
+ image_size_gib: 20
+ ssh_key_files:
+ - ssh/ed25519.pub
+ - ~/.ssh/liw-openpgp.pub
+