Custom Query (138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 138)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#54 fixed Unable to create a sliver with Bare metal node ibaldin@renci.org lnevers@bbn.com
Description

Tried creating two slivers with bare metal and both failed. Both RSpecs pass rpseclint:

=> Experiment 1: Includes 1 bare metal with one interface and fails as follows:

Asked https://geni.renci.org:11443/orca/xmlrpc to reserve resources. No manifest 
Rspec returned. ERROR: Exception encountered: orca.ndl.NdlException: Interface 
3008dd15-a116-4eb2-83dd-b86efea6a7f3#geni1-if0 should be owned by exactly two 
entities (a node and a connection/vlan), instead: 1 

=> Experiment 2: 1 bare metal and one VM on one lan:

Asked https://geni.renci.org:11443/orca/xmlrpc to reserve resources. No manifest 
Rspec returned. ERROR: Exception encountered: orca.ndl.NdlException: Interface 
90a7f613-86ec-47f5-be59-98ce55cd111a#geni1-if0 should be owned by exactly two 
entities (a node and a connection/vlan), instead: 1 

=> Experiment 1 RSpec:

<?xml version="1.0" encoding="UTF-8"?>
<rspec type="request" 
	xsi:schemaLocation="http://www.geni.net/resources/rspec/3 
	          	    http://www.geni.net/resources/rspec/3/request.xsd
                            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1
                            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xmlns:s="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1"
	xmlns="http://www.geni.net/resources/rspec/3">

<node client_id="geni1" component_id="urn:publicid:IDN+geni-orca.renci.org+node+bbnvmsite.rdf#bbnvmsite/Domain/baremetalce" component_manager_id="urn:publicid:IDN+geni-orca.renci.
org+authority+bbnvmsite.rdf#bbnvmsite/Domain/baremetalce+orca-sm" component_name="bbnvmsite.rdf#bbnvmsite/Domain/baremetalce" exclusive="false">    
<interface client_id="geni1:0">
    <ip address="172.16.1.1" netmask="255.255.255.0" />
 </interface>
</node>
  <link client_id="lan0">
    <component_manager name="urn:publicid:IDN+bbnvmsite+authority+cm"/>
    <interface_ref client_id="geni1:if0"/>
    <link_type name="lan"/>
  </link>
</rspec>

=> Experiment 2 RSpec:

<?xml version="1.0" encoding="UTF-8"?>
<rspec type="request" 
	xsi:schemaLocation="http://www.geni.net/resources/rspec/3 
	          	    http://www.geni.net/resources/rspec/3/request.xsd
                            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1
                            http://www.protogeni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xmlns:s="http://www.protogeni.net/resources/rspec/ext/shared-vlan/1"
	xmlns="http://www.geni.net/resources/rspec/3">
<node client_id="geni1" component_id="urn:publicid:IDN+geni-orca.renci.org+node+bbnvmsite.rdf#bbnvmsite/Domain/baremetalce" component_manager_id="urn:publicid:IDN+geni-orca.renci.
org+authority+bbnvmsite.rdf#bbnvmsite/Domain/baremetalce+orca-sm" component_name="bbnvmsite.rdf#bbnvmsite/Domain/baremetalce" exclusive="false">    
<interface client_id="geni1:0">
    <ip address="172.16.1.1" netmask="255.255.255.0" />
 </interface>
</node>
 <node client_id="geni2" component_manager_id="urn:publicid:IDN+bbnvmsite+authority+cm" >
    <sliver_type name="m1.small">
   <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9" />
    </sliver_type>
    <interface client_id="geni2:if0">
   <ip address="172.16.1.2" netmask="255.255.255.0" />
    </interface>
  </node>
  <link client_id="lan0">
    <component_manager name="urn:publicid:IDN+bbnvmsite+authority+cm"/>
    <interface_ref client_id="geni1:if0"/>
    <interface_ref client_id="geni2:if0"/>
    <property source_id="geni1:if0" dest_id="geni2:if0" />
    <property source_id="geni2:if0" dest_id="geni1:if0" />
    <link_type name="lan"/>
  </link>
</rspec>
#56 fixed Sliver status reports "Exception: java.lang.ArrayIndexOutOfBoundsException" error ibaldin@renci.org lnevers@bbn.com
Description

Created a sliver succesfully for a sliced name "testln", but am unable to get sliverstatus:

$ ./src/omni.py createsliver testln -a exobbn ./exorspec/exo-2vm-1lan.rspec INFO:omni:Loading config file omni_config
INFO:omni:Using control framework pgeni
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln expires on 2012-06-29 02:35:44 UTC
INFO:omni:Substituting AM nickname exobbn with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname exobbn with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Creating sliver(s) from rspec file ./exorspec/exo-2vm-1lan.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln
INFO:omni:Asked https://bbn-hn.exogeni.net:11443/orca/xmlrpc to reserve resources. Result:
INFO:omni:<?xml version="1.0" ?>
INFO:omni:<!-- Reserved resources for:
	Slice: testln
	At AM:
	URL: https://bbn-hn.exogeni.net:11443/orca/xmlrpc
 -->
INFO:omni:<rspec type="manifest" xmlns="http://www.geni.net/resources/rspec/3" xmlns:ns2="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2 http://www.protogeni.net/resources/rspec/2/manifest.xsd http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd">  
      <node client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM" component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+cm" exclusive="true" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+d565a470-aa44-4e69-8a00-10b561d4fe0a#VM">    
            <sliver_type name="m1.small">      
                  <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9"/>      
            </sliver_type>    
            <services/>    
            <interface client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM:if1"/>    
            <interface client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM:if2"/>    
      </node>  
      <node client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM-0" component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+cm" exclusive="true" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+d565a470-aa44-4e69-8a00-10b561d4fe0a#VM-0">    
            <sliver_type name="m1.small">      
                  <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9"/>      
            </sliver_type>    
            <services/>    
            <interface client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM-0:if1"/>    
            <interface client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM-0:if2"/>    
      </node>  
      <link client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#lan0" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+d565a470-aa44-4e69-8a00-10b561d4fe0a#lan0">    
            <interface_ref client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM:if1"/>    
            <interface_ref client_id="d565a470-aa44-4e69-8a00-10b561d4fe0a#VM-0:if1"/>    
      </link>  
</rspec>
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:

  Options as run:
		aggregate: exobbn
		framework: pgeni
		native: True

  Args: createsliver testln ./exorspec/exo-2vm-1lan.rspec

  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln expires on 2012-06-29 02:35:44 UTC
Reserved resources on https://bbn-hn.exogeni.net:11443/orca/xmlrpc.  
INFO:omni: ============================================================
lnevers@arendia:~/gcf-1.6.2$ ./src/omni.py sliverstatus testln -a exobbn                               
INFO:omni:Loading config file omni_config
INFO:omni:Using control framework pgeni
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln expires on 2012-06-29 02:35:44 UTC
INFO:omni:Substituting AM nickname exobbn with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Status of Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln:
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed sliverstatus:

  Options as run:
		aggregate: exobbn
		framework: pgeni
		native: True

  Args: sliverstatus testln

  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+testln expires on 2012-06-29 02:35:44 UTC

Failed to get SliverStatus on testln at AM https://bbn-hn.exogeni.net:11443/orca/xmlrpc: Other Exception: java.lang.ArrayIndexOutOfBoundsException: 0
Returned status of slivers on 0 of 1 possible aggregates. 
INFO:omni: ============================================================
#57 fixed sliver listresources only show login for first node when requesting nodes on shared vlan only ibaldin@renci.org lnevers@bbn.com
Description

This problem only seems to occur when requesting nodes on a shared VLAN.

Created a sliver "EG-EXP-5-scenario1" with 2 VMs on shared VLAN 1750 via BBN SM.

The sliver is created, but the listresources for the sliver only lists one set of ssh login details, for the first node in the list.

The create sliver operation showed 2 nodes being allocated:

$ ./src/omni.py -a exobbn createsliver  EG-EXP-5-scenario1 exorspec/exo-2vm-shared-vlan.rspecINFO:omni:Loading config file omni_config
INFO:omni:Using control framework pgeni
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-5-scenario1 expires on 2012-06-30 00:00:00 UTC
INFO:omni:Substituting AM nickname exobbn with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Substituting AM nickname exobbn with URL https://bbn-hn.exogeni.net:11443/orca/xmlrpc, URN unspecified_AM_URN
INFO:omni:Creating sliver(s) from rspec file exorspec/exo-2vm-shared-vlan.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+EG-EXP-5-scenario1
INFO:omni:Asked https://bbn-hn.exogeni.net:11443/orca/xmlrpc to reserve resources. Result:
INFO:omni:<?xml version="1.0" ?>
INFO:omni:<!-- Reserved resources for:
	Slice: EG-EXP-5-scenario1
	At AM:
	URL: https://bbn-hn.exogeni.net:11443/orca/xmlrpc
 -->
INFO:omni:<rspec type="manifest" xmlns="http://www.geni.net/resources/rspec/3" xmlns:ns2="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2 http://www.protogeni.net/resources/rspec/2/manifest.xsd http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd">  
      <node client_id="1edfa914-2a29-42d6-91e1-1c3454c66ee8#VM" component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+cm" exclusive="true" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+1edfa914-2a29-42d6-91e1-1c3454c66ee8#VM">    
            <sliver_type name="m1.small">      
                  <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9"/>      
            </sliver_type>    
            <services/>    
            <interface client_id="1edfa914-2a29-42d6-91e1-1c3454c66ee8#VM:if1"/>    
      </node>  
      <node client_id="1edfa914-2a29-42d6-91e1-1c3454c66ee8#VM-0" component_id="urn:publicid:IDN+exogeni.net:bbnvmsite+authority+cm" exclusive="true" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+1edfa914-2a29-42d6-91e1-1c3454c66ee8#VM-0">    
            <sliver_type name="m1.small">      
                  <disk_image name="http://geni-images.renci.org/images/standard/debian/debian-squeeze-amd64-neuca-2g.zfilesystem.sparse.v0.2.xml" version="397c431cb9249e1f361484b08674bc3381455bb9"/>      
            </sliver_type>    
            <services/>    
            <interface client_id="1edfa914-2a29-42d6-91e1-1c3454c66ee8#VM-0:if1"/>    
      </node>  
      <link client_id="1edfa914-2a29-42d6-91e1-1c3454c66ee8#lan0" sliver_id="urn:publicid:IDN+exogeni.net:bbnvmsite+sliver+1edfa914-2a29-42d6-91e1-1c3454c66ee8#lan0" vlantag="1750.0">    
            <interface_ref client_id="1edfa914-2a29-42d6-91e1-1c3454c66ee8#VM:if1"/>    
            <interface_ref client_id="1edfa914-2a29-42d6-91e1-1c3454c66ee8#VM-0:if1"/>    
      </link>  
</rspec>

The results of the listresources for the sliver were captured around 20 minutes after the sliver creation and only show one set of ssh login details for the first node: <login authentication="ssh-keys" hostname="192.1.242.8" port="22" username="root"/>

The second node did not include the <login> details.

Re-ran same experiment the ExoSM and gave the same results, one set of login information only for the first of the two nodes.

Attaching Sliver Manifest and Request RSpec.

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