Hi Andy,
I am forwarding your email to geni-users since the right set of people
are there to help you debug this. I have never seen this error before,
maybe Tom or Xi can shed some light.
Good luck,
Niky
Andy Bavier wrote:
> Hi,
>
> I am trying to use Omni's stitcher.py to create a very simple
> topology, consisting of OpenVZ nodes at UKY and Utah connected by a
> link. However stitcher.py is failing with the following error:
>
> Circuit reservation failed at<Aggregate
> urn:publicid:IDN+
ion.internet2.edu+authority+am> (AMAPIError: Error
> from Aggregate: code 5. sfa AM code: 5: Internal API error:<Fault
> 102: 'person_id 2: GetSlices: Invalid slice_filter value: expected
> struct, got array'>.).
>
> Here is some more info:
>
> Slice: Infrastructure
> Project: InstaGENI-PlanetLab
>
> # omni.py --version
> omni.py: GENI Omni Command Line Aggregate Manager Tool Version 2.4
> Copyright (c) 2013 Raytheon BBN Technologies
>
> Running: # python src/stitcher.py -o createsliver --project
> InstaGENI-PlanetLab Infrastructure request-ky-to-ig-utah.xml
>
> RSpec:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <rspec xmlns="
http://www.geni.net/resources/rspec/3"
> xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="
http://www.geni.net/resources/rspec/3
>
http://www.geni.net/resources/rspec/3/request.xsd"
> type="request">
> <node client_id="pg-ky1"
> component_manager_id="urn:publicid:IDN+
uky.emulab.net+authority+cm"
> exclusive="false">
> <sliver_type name="emulab-openvz"/>
> <interface client_id="pg-ky1:if0">
> <ip address="10.20.2.1" netmask="255.255.255.0" type="ipv4"/>
> </interface>
> </node>
> <node client_id="ig-utah1"
> component_manager_id="urn:publicid:IDN+
utah.geniracks.net+authority+cm"
> exclusive="false">
> <sliver_type name="emulab-openvz"/>
> <interface client_id="ig-utah1:if0">
> <ip address="10.20.2.2" netmask="255.255.255.0" type="ipv4"/>
> </interface>
> </node>
> <link client_id="link-pg-ky1-ig-utah1">
> <component_manager name="urn:publicid:IDN+
uky.emulab.net+authority+cm"/>
> <interface_ref client_id="pg-ky1:if0" />
> <component_manager name="urn:publicid:IDN+
utah.geniracks.net+authority+cm"/>
> <interface_ref client_id="ig-utah1:if0" />
> </link>
> </rspec>
>
> Thanks,
> Andy
>