Skip to content
Alex edited this page Jun 8, 2015 · 4 revisions

Intro

We apply Continous Delivery (CD) to ensure high quality of our FITeagle toolkit. Every hour, the latest snapshot of our framework and its adapters are deployed in the docker based deployment for tour demo installation at https://demo.fiteagle.org.

Endpoints

Demo Request RSpec

You can play around with the available resource returned in the ListResources() method call. The Aggregate Manager understand both, default GENI RSpecs and Open-Multinet graphs. One particular example is a virtual Motor that can be instantiated by a virtual Motor Garage. This Motor then has a number of properties that can be read or modified.

<rspec 
    type="request" xmlns="http://www.geni.net/resources/rspec/3">
    <node component_id="http://demo.fiteagle.org/resource/MotorGarage-1"
        component_manager_id="urn:publicid:IDN+demo.fiteagle.org+authority+cm"
        component_name="MotorGarage-1"
        client_id="myFoo">
        <sliver_type name="http://open-multinet.info/ontology/resource/motor#Motor"/>
    </node>
</rspec>
Clone this wiki locally