Custom Query (1408 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 1408)

Ticket Resolution Summary Owner Reporter
#1352 fixed SCS thinks link type vlan is not stitching xyang@maxgigapop.net Aaron Helsinger
Description

Xi says the SCS thinks a "link_type" of "vlan" means shared VLAN and not stitching.

This is not correct.

Link type of 'vlan' should mean stitching. Link type of 'lan' generally means local to one AM. Leaving out the link type means the default / do something reasonable - assume type 'lan' if there is only 1 AM, and assume type 'vlan' for stitching if there are >1 AMs.

The shared VLAN is something different. Such a link has a child element with local name "link_shared_vlan". This is in a separate namespace, the shared vlan extension:

http://www.geni.net/resources/rspec/ext/shared-vlan/1/

#1351 fixed SCS: 2 hop path has no dependencies xyang@maxgigapop.net Aaron Helsinger
Description

A circuit from Utah DDC to PG Utah shows no dependencies between the hops at the SCS. One of those should depend on the other, though it doesn't matter which.

#1350 fixed Deleting slivers at OESS aggregate causes Gateway Time-out failure luke@grnoc.iu.edu lnevers@bbn.com
Description

Deleting complex topologies at the OESS aggregate reports a "Gateway timeout error" error:

10/14 09:07:42 ERROR    dossl.py:206 Call for DeleteSliver urn:publicid:IDN+ch.geni.net:ln-test+slice+4linear at
http://foam-oess-stage.grnoc.iu.edu:3626/foam/gapi/2 failed.: ProtocolError: <ProtocolError for
foam-oess-stage.grnoc.iu.edu:3626/foam/gapi/2: 504 Gateway Time-out>
10/14 09:07:42 DEBUG    dossl.py:209 Traceback (most recent call last):
  File "/home/lnevers/gcf-2.7-rc/src/gcf/omnilib/util/dossl.py", line
70, in _do_ssl
    result = fn(*args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.6/xmlrpclib.py", line 1243, in request
    headers
ProtocolError: <ProtocolError for
foam-oess-stage.grnoc.iu.edu:3626/foam/gapi/2: 504 Gateway Time-out>

10/14 09:07:42 DEBUG    amhandler.py:5310 Raw result from AM API call was None?!
10/14 09:07:42 WARNING  amhandler.py:4073 Failed to delete sliver urn:publicid:IDN+ch.geni.net:ln-test+slice+4linear at oess (got result
'None'). ProtocolError: <ProtocolError for foam-oess-stage.grnoc.iu.edu:3626/foam/gapi/2: 504 Gateway Time-out>
(missing result)

The deletsliver is actually successful, and this timeout is not the SSL timeout in omni (360 seconds).

The two topologies that show the above failure on every deletesliver command are:

  • 4 node linear
  • 5 node star
Note: See TracQuery for help on using queries.