Changes between Version 12 and Version 13 of GENIExperimenter/Tutorials/GENIExperimentEngine/DesignSetup


Ignore:
Timestamp:
03/18/15 18:06:40 (9 years ago)
Author:
acb@cs.princeton.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENIExperimentEngine/DesignSetup

    v12 v13  
    165165== 5. Create and run an Ansible playbook to install the software you'll need ==
    166166
    167 Next you will write a playbook to install the software you'll need on all the nodes.  Below is a skeleton Ansible file that you use ([attachment:software-install.yaml download]).  You will need to fill in the bits marked `# INSERT ARGUMENTS HERE` based on the instructions in the following section.  If you get stuck at any point, you can take a look at this [attachment:software-install-solution.yaml solution].
     167Now 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 skeleton Ansible file that you use ([attachment:software-install.yaml download]).  You will need to fill in the bits marked `# INSERT ARGUMENTS HERE` based on the instructions in the following section.  If you get stuck at any point, you can take a look at this [attachment:software-install-solution.yaml solution].
    168168
    169169{{{
     
    183183}}}
    184184
    185 Run this playbook on all the nodes in your slice. 
     185Run this playbook on your Ansible control machine against all the nodes in your slice. 
    186186
    187187----