start load-balancing over hosts
authorGreg Price <price@mit.edu>
Sun, 29 Jun 2008 04:05:34 +0000 (00:05 -0400)
committerGreg Price <price@mit.edu>
Sun, 29 Jun 2008 04:05:34 +0000 (00:05 -0400)
We're now a replicated service.  Woohoo.
Clearly this means we're just as mature and reliable as scripts...

svn path=/trunk/packages/sipb-xen-remote-server/; revision=660

files/usr/sbin/sipb-xen-remote-proxy

index 0f4f9e8..59555b3 100755 (executable)
@@ -15,7 +15,7 @@ case "$TYPE/$SERVICE" in
     web/listvms )
        sipb-xen-remote-listvms "$@" ;;
     control/create )
     web/listvms )
        sipb-xen-remote-listvms "$@" ;;
     control/create )
-       remctl black-mesa remote "$TYPE" "$MACHINE" "$SERVICE" "$@" ;;
+       sipb-xen-remote-create "$MACHINE" "$@" ;;
     control/* )
        # Everything but create must go where the VM is already running.
        sipb-xen-remote-control "$MACHINE" "$SERVICE" "$@" ;;
     control/* )
        # Everything but create must go where the VM is already running.
        sipb-xen-remote-control "$MACHINE" "$SERVICE" "$@" ;;