Skip to content
jawr edited this page May 14, 2013 · 1 revision

The kontrolvm-node is run on node systems to perform tasks that can not be done via libvirt.py it is meant to be run on the openvpn tunnel address.

It should also be noted that kontrolvm-node requires celery and an additional process to run the worker. In future a wrapper script will combine these two in to one file that logs output and wraps them into one thread of sorts.

  git clone https://github.com/jawr/kontrolvm-node.git
  cd kontrolvm-node
  screen -S kontrolvm-node
  ./main.py -p 5000 -l <openvpn_tunnel_addr> &
  celery worker -A tasks.installationdisk