-
Notifications
You must be signed in to change notification settings - Fork 13
Service Lifecycle Management
Thomas Soenen edited this page Aug 27, 2019
·
18 revisions
The Service Lifecycle Manager (SLM) is the central MANO Framework plugin. It orchestrates the entire lifecycle of every service that is being deployed with the SONATA Service Platform. As of now, a user of the SONATA Service Platform (SP) can take four possible actions regarding services: Instantiate a service, Terminate a service, Scale a service and Migrate a service.
When deploying the SLM, the following ENV parameters can be set:
-
broker_host
: url to the rabbitmq broker -
broker_exchange
: name of the broker exchange -
cat_path
: url to the catalogue -
nsd_collection
: path to NSD -
vnfd_collection
: path to VNFD -
repo_path
: url to repository -
nsr_collection
: path to NSR -
vnfr_collection
: path to VNFR -
monitoring_path
: url to Monitoring Manager