Changes between Version 11 and Version 12 of GENIEducation/SampleAssignments/IPRouting/ProcedureWithAnsible


Ignore:
Timestamp:
07/11/16 14:42:56 (8 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/IPRouting/ProcedureWithAnsible

    v11 v12  
    225225Wait and after a few moments all the resources will have been released and you will have an empty canvas again. Notice that your slice is still there. There is no way to delete a slice, it will be removed automatically after its expiration date, but remember that a slice is just an empty container so it doesn't take up any resources.
    226226              <h3><u> What to hand in: </u></h3>
    227                  <ol>
    228                     <li>Drag the graphs into your Markdown and include answers to the questions above in the same document.</li>
    229                     <li>When you are ready to submit your assignment, i.e, verified that the required routing is in place, Click on the Share Page button at the top left corner of the Plan column. This sends a link to your grader to evaluate your output.</li>
    230                  </ol>                   
     227                    <li>Save the output of the Ansible command in a file and hand it in.</li>                 
    231228          </td>
    232229       </tr>
     
    237234[[Image(GENIExperimenter/Tutorials/Graphics:tip.png, 40, left)]]
    238235= Tips =
    239   * If you have trouble with your assignment, look carefully in the logs on the Execute panel. It gives you an output similar to one you will see in bash shell and you will be able to figure out why your script doesn't work as expected.
     236  * If you have trouble with your assignment, look carefully in the logs on your terminal. The Ansible script gives you the output of the bash shell for each command and you will be able to figure out why your script doesn't work as expected.
    240237  * If you get a "Command not found " error when executing standard commands like `ifconfig` add `sbin` to your path:
    241238    {{{