2 # invoke as invirt-remote-proxy-$TYPE, with "TYPE" in the remctl sense.
9 MACHINE="$1"; SERVICE="$2"; shift; shift ;;
11 SERVICE="$1"; shift ;;
14 case "$TYPE/$SERVICE" in
16 invirt-remote-listvms "$@" ;;
18 invirt-remote-vnccert "$@" ;;
21 control/create|control/install )
22 invirt-remote-create "$SERVICE" "$MACHINE" "$@" ;;
23 control/listhost|control/list-host )
24 invirt-remote-listhost "$MACHINE" "$@" ;;
26 # Everything but create must go where the VM is already running.
27 invirt-remote-control "$MACHINE" "$SERVICE" "$@" ;;
29 remctl "$(invirt-getconf hosts.0.hostname)" remote "$TYPE" "$SERVICE" "$@" ;;