Opened 12 years ago
Closed 12 years ago
#73 closed (invalid)
creating a sliver with one vm at BBN and one vm at RENCI fails with "No Edge Domain Exist" error
Reported by: | lnevers@bbn.com | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | EG-EXP-4 |
Component: | Experiment | Version: | SPIRAL4 |
Keywords: | sliver creation | Cc: | |
Dependencies: |
Description
Creating a sliver with one VM at BBN and one VM at RENCI results reports the following:
$ ./src/omni.py -a exobbn createsliver 2sitesslice1 --api-version 2 exorspec/exo-1vm-bbn-1vm-renci.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+2sitesslice1 expires on 2012-07-24 14:19:50 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-1vm-bbn-1vm-renci.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+2sitesslice1 INFO:omni:Asked https://bbn-hn.exogeni.net:11443/orca/xmlrpc to reserve resources. Result: INFO:omni:<!-- Reserved resources for: Slice: 2sitesslice1 At AM: URL: https://bbn-hn.exogeni.net:11443/orca/xmlrpc --> INFO:omni: ------------------------------------------------------------ INFO:omni: Completed createsliver: Options as run: aggregate: exobbn api_version: 2 framework: pgeni native: True Args: createsliver 2sitesslice1 exorspec/exo-1vm-bbn-1vm-renci.rspec Result Summary: Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+2sitesslice1 expires on 2012-07-24 14:19:50 UTC Asked https://bbn-hn.exogeni.net:11443/orca/xmlrpc to reserve resources. No manifest Rspec returned. Request id: null Embedding workflow ERROR: 4:No Edge Domain Exist:http://geni-orca.renci.org /owl/1b7f3e53-4f04-4c2b-890a-e2541164fda7#geni1:http://geni-orca.renci.org /owl/1b7f3e53-4f04-4c2b-890a-e2541164fda7#geni2 INFO:omni: ============================================================
The RSpec exo-1vm-bbn-1vm-renci.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_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="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+rcivmsite+authority+cm"> <sliver_type name="m1.large"> <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:0" > <ip address="172.16.1.2" netmask="255.255.255.0" /> </interface> </node> <link client_id="center"> <interface_ref client_id="geni1:0" /> <interface_ref client_id="geni2:0" /> </link> </rspec>
Note: See
TracTickets for help on using
tickets.
You can't ask BBN SM to give you resources from RENCI. Marked 'invalid'