Changes between Version 16 and Version 17 of GENIExperimenter/Tutorials/GENI-SAVI/Execute


Ignore:
Timestamp:
06/23/15 11:22:41 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v16 v17  
    3737the variables you'll need.  You then need to fetch a custom URL containing this information from each host.   
    3838
    39 Below is the [attachment:gee-tutorial.yaml Ansible playbook] that you will need.  To download this playbook to your client machine:
    4039{{{
    41  wget http://groups.geni.net/geni/raw-attachment/wiki/GENIExperimenter/Tutorials/GENI-SAVI/Execute/gee-tutorial-solution.yaml
    42 }}}
     40#!div style="background: #E6D8F0; border: 3px ridge; width: 800px;"
    4341
    44 '''Before you run this playbook, replace <GENI-Username> at the end of the script (the last curl command) with your GENI username'''
    45 
    46 The ansible playbook:
     42The [attachment:gee-tutorial.yaml Ansible playbook] that you will need is:
    4743{{{
    4844---
     
    10197  - debug: var=hello
    10298}}}
     99}}}
     100
     101
     102{{{
     103#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     104
     105To download this playbook to your client machine:
     106{{{
     107 wget http://groups.geni.net/geni/raw-attachment/wiki/GENIExperimenter/Tutorials/GENI-SAVI/Execute/gee-tutorial-solution.yaml
     108}}}
     109'''Before you run this playbook, replace <GENI-Username> at the end of the script (the last curl command) with your GENI username'''
     110}}}
     111
     112
    103113
    104114{{{
     
    162172Once you have finished with Step 1, run your playbook against all the nodes in your slice! 
    163173{{{
     174#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     175{{{
    164176     ansible-playbook -i ansible-hosts gee-tutorial-solution.yaml
    165177}}}
    166 
     178}}}
    167179----
    168180