From: garciadeblas Date: Tue, 8 Oct 2019 16:17:06 +0000 (+0200) Subject: Migration of SDN assist and WIM connectors to python plugin model X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=72e354488c7b8aee9bff71ba937e5a55d3ff4e34;hp=0894beef53d14900d19fb27302cbf820d6ed8c30;p=osm%2FFeatures.git Migration of SDN assist and WIM connectors to python plugin model Change-Id: I89e7fb5e476c628f73ec4a03fb4280ade009d221 Signed-off-by: garciadeblas --- 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. +