Node Stateful
Running VMs on the ovirt-appliance host
The current procedure is:
- Install ovirt-appliance, ovirt-node and ovirt-node-selinux rpms
- ovirt-install-node stateful
- create-ovirt-appliance
- virsh start ovirt-appliance
When the appliance comes up, it will contact the host and will assign it a keytab. However, since libvirt doesn't pick up the keytab until it is restarted (and you can't restart libvirtd while the appliance is running) you need to:
- On appliance: shutdown -h now
- virsh destroy ovirt-appliance
- service libvirtd restart
- virsh start ovirt-appliance
Now when the appliance is up again, it can contact the physical host and create VMs on it since libvirt has the correct keytab loaded.

