<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I'm still playing with my sdk4 python wrapper (<a href="https://github.com/fbacchella/ovirtcmd" class="">https://github.com/fbacchella/ovirtcmd</a>).<br class=""><br class="">In the last update, I tried to make writing of custom script simpler.<br class=""><br class="">As an example, i wrote a wrapper for single node cluster installation.<br class=""><br class="">I have a bunch of old ProLiant DL185 G5. I configured them to be single-node cluster. I create two disks on them, one will be&nbsp;system, the second on will be directly used by oVirt, without a file system on it. Three VLAN are added to the server. It used&nbsp;with:<br class=""><br class=""><div class=""><font face="Menlo" class="">&nbsp; &nbsp; ovcmd eval -v host_name $hostname samples/single_node_cluster.py</font></div><br class="Apple-interchange-newline">The code for this script is found at&nbsp;https://github.com/fbacchella/ovirtcmd/blob/master/samples/single_node_cluster.py<br class=""><br class=""><br class=""></body></html>