From 4edc19dc59bd22bb36e08d3ca90d65d9372b9f1a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 29 Mar 2017 23:56:55 +0200 Subject: [PATCH] Improved scalability of OSM platform Change-Id: Iec29e0b6aee37def861e463fad26bc49eee11965 Signed-off-by: garciadeblas --- .../Improved_scalability_of_OSM_platform.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Release7/Improved_scalability_of_OSM_platform.md diff --git a/Release7/Improved_scalability_of_OSM_platform.md b/Release7/Improved_scalability_of_OSM_platform.md new file mode 100644 index 0000000..0059bbc --- /dev/null +++ b/Release7/Improved_scalability_of_OSM_platform.md @@ -0,0 +1,36 @@ +# Improved scalability of OSM platform # + +## Proposer ## +- Francisco Javier Ramon (Telefonica) +- Gerardo Garcia (Telefonica) +- Alfonso Tierno (Telefonica) + +## Type ## +**Feature** + +## Target MDG/TF ## + +All components deployed in OSM platform (LCM, RO, NBI, MON, POL, UI, Mongo DB, MySQL DB, Keystone) + +## Description ## +**This feature obsoletes feature #666: https://osm.etsi.org/gerrit/#/c/666** + +OSM should be capable of increasing its resources via scaling-out components +whenever possible. + +In order to make these strategies possible, it might be desirable: +- Identifying which components (inside each of the current modules) are +intended to store permanent information (databases, repositories) or should be +considered as stateful, and devise specific HA strategies for them. +- Identifying which components are stateless (or can recover efficiently their +state from databases or stateful components) and devise bootstrap and load +balancing procedures for them. +- Identifying the flow by which databases and the state of the different +components should be populated after a scale-out. + +## Demo or definition of done ## + +- The feature will be considered done when the instructions on how to scale-out +and load balance each module are captured in the OSM wiki or any other OSM +document. On-demand load balance, if available, should be also properly +documented. \ No newline at end of file -- 2.17.1