Skip to content

v0.9 (2016-07-20)

Pre-release
Pre-release
Compare
Choose a tag to compare
@mbredel mbredel released this 20 Jul 14:33
· 1599 commits to master since this release

son-gtkapi

  • Accepts requests for the available API, both in YAML format (/) and in HTML format (/api-doc)
  • Accepts and validates (simple validations only) package files, passing them to the Package Management micro-service;
  • Accepts requests for listing package descriptors, passing them to the Package Management micro-service and returning either a list of descriptors or a package file;
  • Accepts requests for listing services, passing them to the Service Management micro-service;
  • Accepts service instantiation requests, passing them to the Service Management micro-service;
  • Accepts queries for service instantiation requests's status, passing them to the Service Management micro-service;
  • Accepts requests for listing functions, passing them to the Function Management micro-service;
  • Accepts requests for listing VIMs, passing them to the VIM Management micro-service;
  • Accepts requests for creating new VIMs, passing them to the VIM Management micro-service;
  • Accepts requests for listing service and function records, passing them to the Record Management micro-service;

son-gtkpkg (Package Management)

  • Accepts and validates (more complex validations) package files, storing it's descriptor in the Catalogue;
  • Accepts requests for listing package descriptors, passing them to the Package Management micro-service and returning either a list of descriptors or a package file, generated from the descriptor data stored i the Catalogue;

son-gtksrv (Service Management)

  • Accepts requests for listing servicesin the Catalogue;
  • Accepts requests for creating new service instances in the MANO Framework;
  • Accepts notifications about service instantiation requests from the MANO Framework;
  • Accepts requests for the status of service instantiation requests;

son-gtkfnct (Function Management)

  • Accepts requests for listing functions in the Catalogue;

son-gtkvim (VIM Management)

  • Accepts requests for listing VIMs in the Infrastructure Abstraction;
  • Accepts requests for creating new VIMs in the Infrastructure Abstraction;
  • Accepts notifications about VIM creation from the Infrastructure Abstraction;
  • Accepts requests for the status of VIM creation requests;

son-gtkrec (Record Management)

  • Accepts requests for listing service and function records;