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:
parent
cbfacfcf67
commit
29a666e2a3
3 changed files with 20 additions and 1 deletions
4
roles/openqa/server/files/user-data
Normal file
4
roles/openqa/server/files/user-data
Normal file
|
@ -0,0 +1,4 @@
|
|||
#cloud-config
|
||||
password: fedora
|
||||
chpasswd: { expire: False }
|
||||
ssh_pwauth: True
|
Loading…
Add table
Add a link
Reference in a new issue