Migration of SDN assist and WIM connectors to python plugin model
[osm/Features.git] / Release7 / Migration_of_SDN_assist_and_WIM_connectors_to_python_plugin_model.md
diff --git a/Release7/Migration_of_SDN_assist_and_WIM_connectors_to_python_plugin_model.md b/Release7/Migration_of_SDN_assist_and_WIM_connectors_to_python_plugin_model.md
new file mode 100644 (file)
index 0000000..99b20d4
--- /dev/null
@@ -0,0 +1,38 @@
+# Migration of SDN assist and WIM connectors to python plugin model
+
+## Proposers
+
+- Alfonso Tierno (Telefonica)
+- Gerardo Garcia (Telefonica)
+- Francisco Javier Ramon (Telefonica)
+
+## Type
+
+Feature
+
+## Target MDG/TF
+
+RO, Devops
+
+## Description
+
+RO is currently keeping two sources for plugins:
+
+- SDN assist plugins hosted in openvim repo
+- WIM plugins in RO repo
+
+With the new feature in progress on high level primitives for SDN assist,
+it is identified the need and advantage of having all the plugins in the
+RO repo, removing the dependency on openvim in the RO.
+
+This feature will enable that each existing and future connector for low-level
+SDN assist, high-level SDN assist and WIM will be implemented in a dedicated folder
+in the RO, with its own setup.py so that a specific debian package will be
+generated for each plugin.
+
+## Demo or definition of done
+
+- A new debian package will be produced for each existing SDN assist and WIMconnector:
+  python3-XXXX-plugin
+- All the new debian packages will be used by the RO Dockerfile in Devops stage3.
+