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


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

--

Legend:

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

    v57 v58  
    245245{{{
    246246#!div style="background: #ffd; border: 3px ridge; width: 800px;"
    247    {{{
    248 #!sh
    249 ansible -i inventory server -s -m shell -a "bash -c 'iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log'"
     247On the `server` node do:
     248   {{{
     249#!sh
     250bash -c 'iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log'
     251}}}
     252On the local node do:
     253   {{{
     254#!sh
     255bash -c 'iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log'
    250256ansible -i inventory client -s -m shell -a "/local/scripts/client-wget.sh &"
    251257ansible -i inventory client -s -m shell -a "/local/scripts/client-iperf.sh &"