Ignore:
Timestamp:
Oct 24, 2008, 12:00:00 AM (16 years ago)
Author:
price
Message:

sipb-xen -> invirt for remote-server

Location:
trunk/packages/invirt-remote-server
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote-server/files/usr/sbin/invirt-remote-proxy

    r1175 r1176  
    11#!/bin/bash
    2 # invoke as sipb-xen-remote-proxy-$TYPE, with "TYPE" in the remctl sense.
     2# invoke as invirt-remote-proxy-$TYPE, with "TYPE" in the remctl sense.
    33
    44klist -s || kinit -k
     
    1414case "$TYPE/$SERVICE" in
    1515    web/listvms )
    16         sipb-xen-remote-listvms "$@" ;;
     16        invirt-remote-listvms "$@" ;;
    1717    control/create|control/install )
    18         sipb-xen-remote-create "$SERVICE" "$MACHINE" "$@" ;;
     18        invirt-remote-create "$SERVICE" "$MACHINE" "$@" ;;
    1919    control/listhost|control/list-host )
    20         sipb-xen-remote-listhost "$MACHINE" "$@" ;;
     20        invirt-remote-listhost "$MACHINE" "$@" ;;
    2121    control/* )
    2222        # Everything but create must go where the VM is already running.
    23         sipb-xen-remote-control "$MACHINE" "$SERVICE" "$@" ;;
     23        invirt-remote-control "$MACHINE" "$SERVICE" "$@" ;;
    2424    * )
    2525        remctl "$(invirt-getconf hosts.0.hostname)" remote "$TYPE" "$SERVICE" "$@" ;;
Note: See TracChangeset for help on using the changeset viewer.