Changes between Version 44 and Version 45 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/16/15 13:14:31 (9 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup

    v44 v45  
    263263
    264264Run this playbook on your Ansible control machine against all the nodes in your slice. 
     265{{{
     266ansible-playbook -i ansible-hosts software-install-solution.yaml
     267}}}
    265268
    266269|| [[Image(wiki:GENIExperimenter/Tutorials/Graphics:tip.png, nolink, 50px, bottom)]] || '''Pro Tip:''' use the `-f` argument to `ansible-playbook` to speed things up -- it lets you control the number of nodes to operate on in parallel, and the default is 5.  Specifying `-f 20` will run the playbook's tasks against all your slicelet nodes in parallel.   ||