Custom Query (98 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 98)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#7 fixed creating a sliver with one raw-pc and one VM fails with a "Could not verify topo" error somebody lnevers@bbn.com
Description

Using an rspec that includes 1 VM and one raw pc results in a create sliver failure that reports:

  Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+instadoh expires within 1 day(s) on 2012-05-02 19:13:25 UTC
Asked https://boss.utah.geniracks.net/protogeni/xmlrpc/am/2.0 to reserve resources. No manifest Rspec returned. Could not verify topo 

Following is the RSpec used, which passes rspeclint:

<?xml version="1.0" encoding="UTF-8"?>
<rspec xmlns="http://www.protogeni.net/resources/rspec/2"
       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/request.xsd"
       type="request" >

 <node client_id="VM" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
    <sliver_type name="emulab-openvz"/>
    <interface client_id="VM:if0">
    </interface>
  </node>
  <node client_id="PC" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="true">
    <sliver_type name="raw-pc"/>
    <interface client_id="PC:if0">
    </interface>
  </node>
  <link client_id="lan0">
    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
    <interface_ref client_id="VM:if0"/>
    <interface_ref client_id="PC:if0"/>
    <property source_id="VM:if0" dest_id="PC:if0"/>
    <property source_id="PC:if0" dest_id="VM:if0"/>
    <link_type name="lan"/>
  </link>
</rspec>
#8 fixed creating a sliver with one vm at Utah InstaGENi and one VM other site results in incomplete manifest somebody lnevers@bbn.com
Description

This experiment was run twice with following resources:

Run 1 = 1 VM @ InstaGENI rack + 1 VM @ GPO PG Run 2 = 1 VM @ InstaGENI rack + 1 VM @ Utah PG

In both scenarios the createsliver operation only showed login information only for the InstaGENI rack, subsequent attempt to get sliver status failed with "resource is busy; try again later" for approximately 10 minutes. Once was able to collect sliverstatus, in both runs there was no login information for either remote rack (GPO PG or Utah PG). Waited up to 30 minutes and sliverstatus did not change to include remote details,

Following are details for each of the two runs.

Run 1:

Using an RSpec that includes 2 nodes (1 @ Utah InstaGENI, 1@ GPO PG) was able to create a sliver without any errors. The createsliver generated an incomplete manifest RSpec which was missing login details for the GPO node. Followed up by checking the Manifest RSpec for the sliver, up to 30 minutes late, showed no node for the GPO VM.

The request RSpec and the manifest are attached at run1-*.

Run 2:

Using an RSpec that includes 2 nodes (1 @ Utah InstaGENI, 1@ Utah PG) was able to create a sliver without any errors. The initial sliver creation showed only InstaGENI rack login information. After approximately 10 minutes of "resource busy was able to get a sliver status to run, but no login information was available for the Utah PG VM.

The request RSpec and the manifest are attached at run2-*.

#19 fixed Creating slivers with Free BSD and Ubuntu images results in Fedora hosts being allocated somebody lnevers@bbn.com
Description

Created the following:

  • 1 sliver named "ln0515" requesting 2 emulab-openvz nodes with FBSD82-STD images
  • 1 sliver named "ln0515a" requesting 2 emulab-openvz nodes with UBUNTU11-64-STD images

Both slivers were created without problems, logged into each of the 4 hosts and found that all 4 hosts are actually running FEDORA15-STD hosts.

Attaching the rspec for each of the sliver, and the sliverstatus for each of the sliver which shows the requested OS where allocated.

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