Changes between Version 46 and Version 47 of GIR3.2_EnterpriseGENI


Ignore:
Timestamp:
09/30/11 11:40:04 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_EnterpriseGENI

    v46 v47  
    105105  $
    106106}}}
     107Once the password is defined, you may store-it in a file to avoid being prompted for a password when running foam commands. In this example the password was stored in a file named ''/opt/foam/etc/foampasswd''.
     108
    107109Removed the default nginx site:
    108110{{{
     
    293295On the FOAM server verified that the sliver was created:
    294296{{{
    295 $ foamctl list-slivers
    296 Password:
     297$ foamctl list-slivers --passwd-file=/opt/foam/etc/foampasswd
    297298{
    298299 "slivers": [
     
    313314Approved the sliver:
    314315{{{
    315 $ foamctl approve-sliver -u urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+foamslice1:2140384d-48fa-447c-930d-13c2066777bc
    316 Password:
     316$ foamctl approve-sliver -u urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+foamslice1:2140384d-48fa-447c-930d-13c2066777bc --passwd-file=/opt/foam/etc/foampasswd
    317317true
    318318}}}
     
    320320Confirmed the approval:
    321321{{{
    322 $ foamctl list-slivers
    323 Password:
     322$ foamctl list-slivers --passwd-file=/opt/foam/etc/foampasswd
    324323{
    325324 "slivers": [
     
    337336}
    338337}}}
    339 
    340 A pasword file can be created to store the foam password and used as an argument.  Following is an example disable-sliver that uses a password file:
    341 
     338Following is an example where a sliver is disabled:
    342339{{{
    343340$ foamctl disable-sliver --passwd-file=/opt/foam/etc/foampasswd disable-sliver -u urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+foamslice1:2140384d-48fa-447c-930d-13c2066777bc