Changes between Version 14 and Version 15 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/15/15 16:20:37 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute

    v14 v15  
    2323As of `omni` version 2.8, it has an `--ansible-inventory` flag which generates the Ansible inventory, which is a flat file which tells ansible the name and login information for your nodes.
    2424
    25 1. Create your Ansible inventory file:
     25 a. Create your Ansible inventory file:
    2626{{{
    2727#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     
    4747
    4848
    49 2. Check to see if your nodes are up and ready.
    50 
     49 b. Check to see if your nodes are up and ready.
    5150{{{
    5251#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     
    7372}}}
    7473
    75 1. Try using the ping command to only ping `server` or `client` by replacing `all` in the above with `server` or `client`.
     74 c. Try using the ping module in Ansible to only ping `server` or `client` by replacing `all` in the above with `server` or `client`.
    7675
    7776== 5.  Execute Experiment ==