Custom Query (98 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 98)

Ticket Resolution Summary Owner Reporter
#82 fixed listresources failing at utah.geniracks.net protogeni somebody chaos@bbn.com
Description

When i try to run listresources against utah.geniracks.net, i get:

$ omni -a https://utah.geniracks.net:12369/protogeni/xmlrpc/am -V2 -t GENI 3 listresources
INFO:omni:Loading config file /home/chaos/omni/omni_pgeni
INFO:omni:Using control framework pg
INFO:omni:Listed resources on 0 out of 1 possible aggregates.
INFO:omni:Got no resources. No resources from AM https://utah.geniracks.net:12369/protogeni/xmlrpc/am: *** verifygenicred:
    /tmp/w_G4hR5WWb does not conform to schema /usr/testbed/lib/protogeni/security/credential.xsd

INFO:omni: ------------------------------------------------------------
INFO:omni: Completed listresources:

  Options as run:
                aggregate: https://utah.geniracks.net:12369/protogeni/xmlrpc/am
                api_version: 2
                configfile: /home/chaos/omni/omni_pgeni
                framework: pg
                native: True
                rspectype: ('GENI', '3')

  Args: listresources

  Result Summary: Got no resources. No resources from AM https://utah.geniracks.net:12369/protogeni/xmlrpc/am: *** verifygenicred:
    /tmp/w_G4hR5WWb does not conform to schema /usr/testbed/lib/protogeni/security/credential.xsd
 
INFO:omni: ============================================================

Other GPO users see the same behavior. I believe this started failing within the past hour.

#3 fixed listresources state mismatch for available nodes somebody lnevers@bbn.com
Description

Based on the listresources, the aggregate shows all nodes as available, but creating a sliver with two node of sliver_type "raw-pc" results in a failure that stated the the nodes requested are not available.

The full listresources output will be attached to the ticket, and the sliver creation error is shown here:

lnevers@sendaria:~/gcf-1.6.1$ ./src/omni.py -a insta-utah createsliver lnrawv2 instageni-v2.rspec --api-version 2
INFO:omni:Loading config file omni_config
INFO:omni:Using control framework pgeni
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnrawv2 expires within 1 day on 2012-04-27 23:51:54 UTC
INFO:omni:Substituting AM nickname insta-utah with URL https://boss.utah.geniracks.net/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname insta-utah with URL https://boss.utah.geniracks.net/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN
INFO:omni:Creating sliver(s) from rspec file instageni-v2.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnrawv2
INFO:omni:Asked https://boss.utah.geniracks.net/protogeni/xmlrpc/am/2.0 to reserve resources. Result:
INFO:omni:<!-- Reserved resources for:
	Slice: lnrawv2
	At AM:
	URL: https://boss.utah.geniracks.net/protogeni/xmlrpc/am/2.0
 -->
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:

  Options as run:
		aggregate: insta-utah
		api_version: 2
		framework: pgeni
		native: True

  Args: createsliver lnrawv2 instageni-v2.rspec

  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnrawv2 expires within 1 day(s) on 2012-04-27 23:51:54 UTC
Asked https://boss.utah.geniracks.net/protogeni/xmlrpc/am/2.0 to reserve resources. No manifest Rspec returned. *** Fixed physical node: pc2 not available.*** Fixed physical node: pc5 not available.*** Some fixed nodes failed to map*** Fixed physical node: pc2 not available.*** Fixed physical node: pc5 not available.*** Some fixed nodes failed to map*** ERROR: mapper: Unretriable error. Giving up.
seed = 1335573845
Physical Graph: 4
Calculating shortest paths on switch fabric.
Virtual Graph: 3
Generating physical equivalence classes:3
Type precheck:
Type precheck passed.
Node mapping precheck:
Node mapping precheck succeeded
Pruning pclasses.
pclass pruning complete: removed 2 pclasses, 1 remain.
Type precheck:
Type precheck passed.
Policy precheck:
Policy precheck succeeded
Annealing.
*** Fixed physical node: pc2 not available.
*** Fixed physical node: pc5 not available.
*** Some fixed nodes failed to map
ASSIGN FAILED:
Type precheck passed.
Node mapping precheck succeeded
Pruning pclasses.
pclass pruning complete: removed 2 pclasses, 1 remain.
Type precheck passed.
Policy precheck succeeded
Annealing.
*** Fixed physical node: pc2 not available.
*** Fixed physical node: pc5 not available.
*** Some fixed nodes failed to map
 
INFO:omni: ============================================================
#34 fixed lost ssh access while running the two user two experiment scenario IG-EXP-2 somebody lnevers@bbn.com
Description

While executing IG-EXP-2 an experiment that has two concurrent slivers by two different users, lost ssh access to the nodes for one of the experiments.

Sequence of events that lead to the problem:

As user lnevers@bbn.com executed the following:

  1. Create slice named "2vm"
  2. Created sliver with 2 OpenVZ nodes using default image.
  3. Logged into each of the assigned hosts, both on pc5, port 30011 and port 30010.
  4. Ran some commands and left a ping running while executing 5,6, and 7 below.

As user lnever1@bbn.com executed the following:

  1. Created a slice "lnubuntu12b"
  2. Created a sliver with 2 ubuntu 12 custom images
  3. Logged into each of the assigned hosts (pc1 and pc4) and ran some command

As user lnevers@bbn.com executed the following:

  1. Exited the two ssh sessions from 3 above, to log back in and verify that key were still in place.
  2. Tried to ssh back in, but connection is refused by the assigned hosts pc5, port 30011 and port 30010.
    lnevers@arendia:~$ ssh pc5.utah.geniracks.net -p 30010
    ssh: connect to host pc5.utah.geniracks.net port 30010: Connection refused
    lnevers@arendia:~$ ssh pc5.utah.geniracks.net -p 30011
    ssh: connect to host pc5.utah.geniracks.net port 30011: Connection refused
    

The user lnevers@bbn.com can no longer login into the active sliver nodes. Have the lnevers@bbn.com keys been overwritten?

Both experiment are left running.

Note: See TracQuery for help on using queries.