RO migration to Python3 29/8029/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 8 Oct 2019 16:16:30 +0000 (18:16 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 13 Nov 2020 11:48:16 +0000 (12:48 +0100)
Change-Id: Icb9e2576dc27b28e544f470cd7ab6161279c3d14
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
RO_migration_to_Python3.md [new file with mode: 0644]

diff --git a/RO_migration_to_Python3.md b/RO_migration_to_Python3.md
new file mode 100644 (file)
index 0000000..f4cd032
--- /dev/null
@@ -0,0 +1,28 @@
+# RO migration to Python3
+
+## Proposers
+
+- Alfonso Tierno (Telefonica)
+- Gerardo Garcia (Telefonica)
+- Francisco Javier Ramon (Telefonica)
+
+## Type
+
+Feature
+
+## Target MDG/TF
+
+RO, Devops
+
+## Description
+
+Python 2 End of Life is expected for January 1st 2020. We need to address
+the migration to Python3 before that date.
+
+## Demo or definition of done
+
+- RO will run on python3. RO client will also run on python3.
+- A new debian package will be produced "python3-osm-ro", totally based on Python3,
+  with no dependences on Python2 or Python2 libraries.
+- The new debian package will be used by the RO Dockerfile in Devops stage3.
+