Scale-in/Scale-out commands can be only triggered from CLI. When they are triggered...
[osm/Features.git] / Release7 / Migration_of_SDN_assist_and_WIM_connectors_to_python_plugin_model.md
1 # Migration of SDN assist and WIM connectors to python plugin model
2
3 ## Proposers
4
5 - Alfonso Tierno (Telefonica)
6 - Gerardo Garcia (Telefonica)
7 - Francisco Javier Ramon (Telefonica)
8
9 ## Type
10
11 Feature
12
13 ## Target MDG/TF
14
15 RO, Devops
16
17 ## Description
18
19 RO is currently keeping two sources for plugins:
20
21 - SDN assist plugins hosted in openvim repo
22 - WIM plugins in RO repo
23
24 With the new feature in progress on high level primitives for SDN assist,
25 it is identified the need and advantage of having all the plugins in the
26 RO repo, removing the dependency on openvim in the RO.
27
28 This feature will enable that each existing and future connector for low-level
29 SDN assist, high-level SDN assist and WIM will be implemented in a dedicated folder
30 in the RO, with its own setup.py so that a specific debian package will be
31 generated for each plugin.
32
33 ## Demo or definition of done
34
35 - A new debian package will be produced for each existing SDN assist and WIMconnector:
36   python3-XXXX-plugin
37 - All the new debian packages will be used by the RO Dockerfile in Devops stage3.
38