summaryrefslogtreecommitdiff
path: root/common/scripts/kvm-cloud/cloudinit.txt
blob: d9363f16dc5a2ac6187709c68ca55c83aec42cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#cloud-config

users:
  - name: linaro
    ssh-authorized-keys:
      - LAVA_KEY
    sudo: ['ALL=(ALL) NOPASSWD:ALL']
    groups: sudo
    shell: /bin/bash

runcmd:
 - cp /home/linaro/.ssh/authorized_keys /root/.ssh/authorized_keys
 - chown root:root /root/.ssh/authorized_keys

phone_home:
  url: http://LOCALIP:8080/