SLIDE 1 The glue for Aggregate Manager developers
(radio edit)
AMsoil
AMsoil The glue for Aggregate Manager developers (radio edit) - - PowerPoint PPT Presentation
AMsoil The glue for Aggregate Manager developers (radio edit) OpenFlow in Europe: Linking Infrastructure and Applications 2 3 Years, ending Sept. 13 OFELIA FP7 project in numbers 6.5 Budget 4.45 Funding 10
AMsoil
phases
2010 2013
AMsoil
components
7AMsoil?
8 Someone needs to implement this!motivation
9 Other stuff Resource Mgmt AM development without AMsoilmotivation
Extend AMsoil Learn AMsoil Resource Mgmt AM development with AMsoil 10AMsoil?
11what we need to know
12why plugins?
13register and use plugins
14 pluginunder the hood
15 pluginimplement a plugin
16 pluginhandling the AM API
17getting the requests
18 GENIgetting the requests
18 GENIwhy so complicated?
interfaces
19interfaces
19FIXED FLEXIBLE
needed knowledge
hands on tips
21configuration
22 anywhere.py import amsoil.core.pluginmanager as pm config = pm.getService("config") # get the service myvalue = config.get("mygroup.mykey") # retrieve a value config.set("mygroup.mykey", myvalue) # set a value configurationpersistence
23 SQLAlchemy tutorial 7900 words Need to know 926 words persistencevs.
coming up
check it out
26 clone the repository https://github.com/fp7-ofelia/AMsoil.git then read the wiki and start with the quick-start https://github.com/fp7-ofelia/AMsoil/wiki