##Description##
The SLA Core is an implementation of an SLA module, compliant with WS-Agreement.
It supports:
- one-shot negotiation
- agreement enforcement
- REST API
Read the documentation
##Technical description##
Read the Developer Guide
##How to deploy##
Read the Installation Guide
##Duke example##
As part of the first integrated platform, the SLA Service reads a pregenerated agreement.
The agreement and monitoring rules for the Duke example are located in samples/. To store the agreement and rules:
$ curl http://localhost:8080/sla-service/seaclouds/agreements -X POST -F sla=@"samples/duke-agreement.xml" -F rules=@"samples/duke-rules.xml"
##License##
Licensed under the Apache License, Version 2.0