Changes between Version 66 and Version 67 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/24/15 23:13:26 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v66 v67  
    282282 a. Start the `iperf` and `wget` traffic:
    283283{{{
    284 #!div style="background: #ffd; border: 3px ridge; width: 800px;"
     284#!div style="background: #ffd; border: 3px ridge; width: 1000px;"
    285285On the local node do:
    286286   {{{
    287287#!sh
    288 ansible -i inventory server -s -m shell
    289    -a "iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log"
     288ansible -i inventory server -s -m shell -a "iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log"
    290289}}}
    291290On the local node do: