summaryrefslogtreecommitdiff
path: root/vmadm.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-03 04:07:33 +0000
committerLars Wirzenius <liw@liw.fi>2021-03-03 04:07:33 +0000
commitbccad77273048aae6be22bf09264ca6c6fd4225b (patch)
treeeaee7434a615c463b41c5c131e444ab8de4ac4b7 /vmadm.md
parent082b786a9802f006e230a39ed088f06eed51df2b (diff)
parentc5391d0f07990e0a6e65e9d3cd1efaf399edaf24 (diff)
downloadvmadm-bccad77273048aae6be22bf09264ca6c6fd4225b.tar.gz
Merge branch 'base' into 'main'
test: make path to Debian cloud image be configurable See merge request larswirzenius/vmadm!6
Diffstat (limited to 'vmadm.md')
-rw-r--r--vmadm.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/vmadm.md b/vmadm.md
index 9d05b2a..8881a0a 100644
--- a/vmadm.md
+++ b/vmadm.md
@@ -6,7 +6,7 @@ This section has some data files used by scenarios.
name: smoke
ssh_key_files:
- .ssh/id_rsa.pub
-base: /home/liw/tmp/debian-10-openstack-amd64.qcow2
+base: base.qcow2
image: smoke.qcow2
image_size_gib: 5
memory_mib: 2048
@@ -122,6 +122,7 @@ can be addressed by name.
~~~scenario
given an installed vmadm
+given a Debian 10 OpenStack cloud image
given file smoke.yaml
given file .ssh/id_rsa from ssh_key
given file .ssh/id_rsa.pub from ssh_key_pub