Custom Query (138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 138)

Ticket Owner Reporter Resolution Summary
#52 ibaldin@renci.org jbs@bbn.com fixed ORCA sliver expiration
Description

Is there a way for an experimenter to find out their ORCA sliver's expiration date? Other aggregates often put this information in sliverstatus, e.g. a foam_expires or pg_expires field.

Does ORCA notify the experimenter when their sliver is going to expire soon?

#53 somebody lnevers@bbn.com fixed Requests for any sliver results in "No matching global declaration available for the validation root"
Description

Any request to create a sliver at the BBN SM using any RSpecs that I have used successfully in the past, now results in the following failure:

  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnslice expires on 2012-06-23 15:37:08 UTC
Asked https://bbn-hn.exogeni.net:3626/foam/gapi/1 to reserve resources. No manifest Rspec returned. 
<Fault 1: "<class 'lxml.etree.DocumentInvalid'>:
Element '{http://www.protogeni.net/resources/rspec/2}rspec': 
No matching global declaration available for the validation root., line 5"> 
#54 ibaldin@renci.org lnevers@bbn.com fixed Unable to create a sliver with Bare metal node
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>
Note: See TracQuery for help on using queries.