Custom Query (138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 138)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#128 duplicate renew sliver causes failure "no reason given" somebody lnevers@bbn.com
Description

Attempt to renew a sliver fails with "no reason given":

$ omni.py renewsliver -a eg-sm lnexo  2012-12-11
INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
INFO:omni:Using control framework pg
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnexo expires on 2012-12-11 00:00:00 UTC
INFO:omni:Renewing Sliver lnexo until 2012-12-11 00:00:00+00:00 (UTC)
INFO:omni:Substituting AM nickname eg-sm with URL https://geni.renci.org:11443/orca/xmlrpc, URN unspecified_AM_URN
WARNING:omni:Failed to renew sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnexo on unspecified_AM_URN (https://geni.renci.org:11443/orca/xmlrpc) (got result 'False') (no reason given)
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed renewsliver:

  Options as run:
		aggregate: ['eg-sm']
		framework: pg

  Args: renewsliver lnexo 2012-12-11

  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnexo expires on 2012-12-11 00:00:00 UTC
Failed to renew sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnexo on unspecified_AM_URN (https://geni.renci.org:11443/orca/xmlrpc) (got result 'False') (no reason given) 
INFO:omni: ============================================================
#127 fixed decide whether the exogeni rack management switch should have a public IP, and implement accordingly somebody chaos@bbn.com
Description

Each ExoGENI rack's management switch (the 8052) needs a temporary public IP when the rack is initially installed. At the moment, there are no specific provisions for removing that public IP, and e.g. at BBN, it is still in place.

Decide whether ExoGENI prefers to keep that public IP in place long-term and secure the switch appropriately for a publically-accessible device, or to remove the public IP from the configuration once the rack is installed. If the former, do some testing. If the latter, test removing the IP at BBN, and add it to the rack install process.

#125 fixed AM API V1 URL does not exist at ExoSM and BBN SM somebody lnevers@bbn.com
Description

According to getversion the ExoGENI SM supports AM API V1 and V2:

$ omni.py getversion -a eg-sm       
....
   'geni_api': 2,
    'geni_api_versions': {   '1': 'https://geni.renci.org:11443/orca/xmlrpc/geniV1',
                             '2': 'https://geni.renci.org:11443/orca/xmlrpc/geni'},

{{{

Attempts to execute command with AM API V1 URL fail:
{{{
$  omni.py listresources  -a https://geni.renci.org:11443/orca/xmlrpc/geniV1
  ....
ERROR:omni.protogeni:Call for GetVersion at https://geni.renci.org:11443/orca/xmlrpc/geniV1 
failed.: ProtocolError: <ProtocolError for geni.renci.org:11443/orca/xmlrpc/geniV1: 
404 Not Found>
ERROR:omni.protogeni:    ..... Run with --debug for more information
WARNING:omni:Couldnt get api version supported from GetVersion: AM 
https://geni.renci.org:11443/orca/xmlrpc/geniV1 failed getversion (empty): 
ProtocolError: <ProtocolError for geni.renci.org:11443/orca/xmlrpc/geniV1: 404 Not Found>
WARNING:omni:Got no api_version from getversion at 
https://geni.renci.org:11443/orca/xmlrpc/geniV1? AM https://geni.renci.org:11443/orca/xmlrpc/geniV1 failed 
getversion (empty): ProtocolError: <ProtocolError for geni.renci.org:11443/orca/xmlrpc/geniV1: 404 Not Found>

}}}
}}}
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.