Comment 4 for bug 1609130

Revision history for this message
wondra (wondra) wrote :

There are multiple inconsistencies, actually. I had to use this cloud-init script to get the guest agent to launch:
packages:
 - ovirt-guest-agent
runcmd:
 - [ ln, -s, /dev/virtio-ports/ovirt-guest-agent.0, /dev/virtio-ports/com.redhat.rhevm.vdsm ]
 - [ chown, ovirtagent, /var/log/ovirt-guest-agent ]
 - [ chown, ovirtagent, /dev/virtio-ports/com.redhat.rhevm.vdsm ]
 - [ service, ovirt-guest-agent, start ]