Changes between Version 51 and Version 52 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/16/15 14:26:26 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v51 v52  
    242242}}}
    243243 a. Run both the `client` and `server` playbooks on your nodes. 
     244 a. Start the `iperf` and `wget` traffic:
     245{{{
     246#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     247   {{{
     248#!sh
     249ansible -i inventory server -s -m shell -a "bash -c 'iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log'"
     250ansible -i inventory client -s -m shell -a "/local/scripts/client-wget.sh &"
     251ansible -i inventory client -s -m shell -a "/local/scripts/client-iperf.sh &"
     252   }}}
     253}}}
    244254 a. Browse to the server node (as in the original HelloGENI example).  Do you see the same behavior you saw when you ran the original HelloGENI exercise?
    245255