Changes between Version 36 and Version 37 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/16/15 00:28:54 (9 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

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

    v36 v37  
    207207}}}
    208208
     209{{{
     210#!comment
     211
    209212=== (f) A simple playbook ===
    210213
     
    230233
    231234----
     235}}}
    232236
    233237== 5. Create and run an Ansible playbook to install the software you'll need ==
    234238
    235 Now you should have enough knowledge about Ansible to write a playbook to install the software you'll need on all the nodes.  Below is a [attachment:software-install.yaml skeleton Ansible playbook] that you can use.  You will need to fill in the bits marked `# INSERT ARGUMENTS HERE` to perform the actions described in the ''name'' lines.  If you get stuck at any point, you can take a look at this [attachment:software-install-solution.yaml solution].
    236 
     239Now you will use a playbook to install the software you'll need on all the nodes.  Below is the ansible playbook you will need.  You can  install this in your client machine by running
     240{{{
     241 wget http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup/software-install-solution.yaml
     242}}}
     243
     244The ansible playbook:
    237245{{{
    238246---