Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.05 KB

File metadata and controls

41 lines (24 loc) · 1.05 KB

SeaClouds SLA Core

Build Status

##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