Changes between Version 58 and Version 59 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/17/15 10:30:46 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute

    v58 v59  
    253253   {{{
    254254#!sh
    255 bash -c 'iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log'
    256255ansible -i inventory client -s -m shell -a "/local/scripts/client-wget.sh &"
    257256ansible -i inventory client -s -m shell -a "/local/scripts/client-iperf.sh &"