Show
Ignore:
Timestamp:
05/12/07 17:20:22 (4 years ago)
Author:
daedalus
Message:

* Fixed major error reporting problems with ZAPI interface.
* Refactored the results passing from Provisioners to Changes.
* Verified the usefulness of full ZAPI control and results parsing. :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/netapp-provision-demo.xml

    r28 r37  
    1919  name='netapp_provisioner' 
    2020  type='MultiConnectingProvisioner' 
    21   command_timeout='30'> 
     21  command_timeout='60'> 
    2222 
    23   <command>ssh -i /home/daedalus/.ssh/configulator -o BatchMode=yes -o ServerAliveInterval=0 root@%(device.ipaddress)s "%(command.send)s"</command> 
     23  <command>ssh -i /home/daedalus/.ssh/modipy -o BatchMode=yes -o ServerAliveInterval=0 root@%(device.ipaddress)s "%(command.send)s"</command> 
    2424 
    2525<!--