openqa/server: create a cloud-init ISO

We're going to test Cloud images in openQA now autocloud is
retiring. We need a cloud-init ISO to be able to boot them.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-11-21 11:18:37 -08:00 committed by Pierre-Yves Chibon
parent cbfacfcf67
commit 29a666e2a3
3 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,4 @@
#cloud-config
password: fedora
chpasswd: { expire: False }
ssh_pwauth: True