images/iso-builder/examples/user-data
Alexander Noskov f45d429c3c Adding functional test for ISO image
This change provides functional testing for both UEFI and legacy boot mode.
This test builds an ISO image, run VM with a predefined IP address,
and checks SSH connectivity.

Change-Id: I498b78b4264a2f373837e3267a58b4309c8588fe
2020-09-02 10:12:24 -05:00

12 lines
178 B
Plaintext

#cloud-config
ssh_pwauth: True
chpasswd:
list: |
root:deploY!K8s
deployer:deploY!K8s
users:
- default
- name: deployer
gecos: deployer
ssh_pwauth: True