Custom Query (138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 138)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#136 fixed Exception encountered while creating slive with 1 VM and 1 bare metal node somebody lnevers@bbn.com
Description

This problem occurs at both RENCI and BBN rack:

$ omni.py createsliver -a eg-gpo EG-CT-2 EG-CT-2-gpo.rspec 
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+EG-CT-2 expires on 2012-12-08 15:05:29 UTC
INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Creating sliver(s) from rspec file EG-CT-2-gpo.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-CT-2
WARNING:omni:Failed CreateSliver for slice EG-CT-2 at 
https://bbn-hn.exogeni.net:11443/orca/xmlrpc.  Error from Aggregate: code 2:
 ERROR: Exception encountered: java.lang.NullPointerException.
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:
  Options as run:
		aggregate: ['eg-gpo']
		framework: pg

  Args: createsliver EG-CT-2 EG-CT-2-gpo.rspec
  Result Summary: Failed CreateSliver for slice EG-CT-2 at 
  https://bbn-hn.exogeni.net:11443/orca/xmlrpc.  Error from Aggregate: 
  code 2: ERROR: Exception encountered: java.lang.NullPointerException. 
INFO:omni: ============================================================

Attaching RSpec that causes this failure.

#133 fixed Attempt to create a sliver with bare metal node at incorrect aggregate generates exception somebody lnevers@bbn.com
Description

Accidentally submitted a request for one bare metal node at the BBN SM and the request resulted in the following failure:

$ omni.py createsliver -a eg-gpo bare1 exorspec/exo-1baremetal-1lan.rspec  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+bare1 expires on 2012-12-06 19:51:04 UTC
INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname eg-gpo with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Creating sliver(s) from rspec file exorspec/exo-1baremetal-1lan.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+bare1
WARNING:omni:Failed CreateSliver for slice bare1 at https://bbn-hn.exogeni.net:11443/orca/xmlrpc.  Error from Aggregate: code 2: ERROR: Exception encountered: java.io.IOException: No space left on device.
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:

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

  Args: createsliver bare1 exorspec/exo-1baremetal-1lan.rspec

  Result Summary: Failed CreateSliver for slice bare1 at https://bbn-hn.exogeni.net:11443/orca/xmlrpc.  Error from Aggregate: code 2: ERROR: Exception encountered: java.io.IOException: No space left on device. 

I am able to request VM from the aggregate after this failure.

#131 fixed shared VLAN RSpecs definitions do not work as expected somebody lnevers@bbn.com
Description

Requests for a shared VLAN 1750 were submitted which result in non-working slivers.

Here are the two scenarios tested:

(1)RSpec uses protogeni.net for the shared vlan extensions in header:

       http://www.protogeni.net/resources/rspec/ext/shared-vlan/1
       http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
       xmlns:s="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1"

(2)RSpec uses geni.net for shared vlan extentions

       http://www.geni.net/resources/rspec/ext/shared-vlan/1
       http://www.geni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
       xmlns:s="http://www.geni.net/resources/rspec/ext/shared-vlan/1"

Here is what I found when sliver where "ready".

  • If (1), sliverstatus shows vlantag="1750", but the interface is not configured. Only eth0 is available.
  • If (2) sliver status shows vlantag="4" and the interface is configured not VLAN 1750 and the requested interface is configured in addition to eth0.

This problem was first found by Tim who has sent an email to instageni-design.

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