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


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

--

Legend:

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

    v13 v14  
    165165== 5. Create and run an Ansible playbook to install the software you'll need ==
    166166
    167 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 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 [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].
    168168
    169169{{{