Migration of SDN assist and WIM connectors to python plugin model 30/8030/3
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 8 Oct 2019 16:17:06 +0000 (18:17 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 13 Nov 2020 11:47:43 +0000 (12:47 +0100)
Change-Id: I89e7fb5e476c628f73ec4a03fb4280ade009d221
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Release7/Migration_of_SDN_assist_and_WIM_connectors_to_python_plugin_model.md [new file with mode: 0644]

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.
+