Task #4205
Updated by ttereshc over 5 years ago
The migration tool is going to be modular.
The core of it going to live in a new 'pulp-2to3-migrate' repository. This repo should contain a Django app called 'pulp-2to3-migrate'. The app needs to use DynaConf to manage it's settings.
The ISO plugin for it is going to be in it's own repository called 'pulp-2to3-migrate-iso'. This repo will contain a package by the same name. This package is going to provide an entry point for 'pulp_2to3_migrate.iso'.
This tool should work in Pulp 2 environment (Python 2.7, Django 1.11).