From 72e354488c7b8aee9bff71ba937e5a55d3ff4e34 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 8 Oct 2019 18:17:06 +0200 Subject: [PATCH 1/1] Migration of SDN assist and WIM connectors to python plugin model Change-Id: I89e7fb5e476c628f73ec4a03fb4280ade009d221 Signed-off-by: garciadeblas --- ...d_WIM_connectors_to_python_plugin_model.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 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 index 0000000..99b20d4 --- /dev/null +++ b/Release7/Migration_of_SDN_assist_and_WIM_connectors_to_python_plugin_model.md @@ -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. + -- 2.25.1