Changes between Version 3 and Version 4 of GENIExperimenter/Tutorials/GENIExperimentEngine/DesignSetup


Ignore:
Timestamp:
03/11/15 16:43:39 (9 years ago)
Author:
acb@cs.princeton.edu
Comment:

--

Legend:

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

    v3 v4  
    5959}}}
    6060
     61Or the same Ansible command could be invoked directly on the command line like this:
     62
     63{{{
     64$ ansible remote-machine -m apt -a "name=foo state=latest update_cache=yes"
     65}}}
     66
    6167The command uses the '''apt''' module, and tells Ansible: “Make sure the latest version of package foo is installed”.  There are many other modules which are well-documented at http://docs.ansible.com.
    6268
     
    7076}}}
    7177
    72 Then upload your slicelet helper files to that node.  '''Pro Tip:''' remove your controller node from the '''ansible_hosts''' file after you’ve uploaded.
     78Then upload your slicelet helper files to that node. 
     79
     80|| [[Image(wiki:GENIExperimenter/Tutorials/Graphics:tip.png, nolink, 50px, bottom)]] || '''Pro Tip:''' remove your controller node from the '''ansible_hosts''' file after you’ve uploaded. ||
     81
    7382
    7483= [wiki:GENIExperimenter/Tutorials/GENIExperimentEngine/Execute Next: Run Experiment] =