test/run: pass cloud-init data to qemu
This passes the redhat user with ssh key as an ISO image to our qemu instances, making sure images relying on cloud-init rather than hardcoded user credentials can be used in our tests. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
59ab975fea
commit
49387604e4
4 changed files with 35 additions and 16 deletions
4
test/cloud-init/user-data
Normal file
4
test/cloud-init/user-data
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#cloud-config
|
||||
user: redhat
|
||||
ssh_authorized_keys:
|
||||
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC61wMCjOSHwbVb4VfVyl5sn497qW4PsdQ7Ty7aD6wDNZ/QjjULkDV/yW5WjDlDQ7UqFH0Sr7vywjqDizUAqK7zM5FsUKsUXWHWwg/ehKg8j9xKcMv11AkFoUoujtfAujnKODkk58XSA9whPr7qcw3vPrmog680pnMSzf9LC7J6kXfs6lkoKfBh9VnlxusCrw2yg0qI1fHAZBLPx7mW6+me71QZsS6sVz8v8KXyrXsKTdnF50FjzHcK9HXDBtSJS5wA3fkcRYymJe0o6WMWNdgSRVpoSiWaHHmFgdMUJaYoCfhXzyl7LtNb3Q+Sveg+tJK7JaRXBLMUllOlJ6ll5Hod
|
||||
Loading…
Add table
Add a link
Reference in a new issue