Move installer adapters to the new modules directory 97/24397/4
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 16 Nov 2016 09:54:23 +0000 (10:54 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Wed, 16 Nov 2016 15:46:11 +0000 (16:46 +0100)
commit03d40b81352f1f9de985f2cf598ac6c18be13b69
tree69e822dacd399486130b55487d2e3b982e33f38a
parent1b9ae8e0b83cf0372d3812b5a5c67fb3bf5841c7
Move installer adapters to the new modules directory

JIRA: RELENG-149
JIRA: RELENG-161

Now that we have a modules directory in place, let's
move all the shared python code to this location.
We need to create a setup.py to install these
modules in the system so that we don't have to
modify the pythonpath.

Change-Id: I7e608ce6e1e6b3d111405bc789cdb2ff7fcb49c3
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
16 files changed:
modules/README.rst [moved from modules/Readme.txt with 76% similarity]
modules/opnfv/__init__.py [moved from utils/installer-adapter/__init__.py with 100% similarity]
modules/opnfv/installer_adapters/InstallerHandler.py [moved from utils/installer-adapter/InstallerHandler.py with 100% similarity]
modules/opnfv/installer_adapters/__init__.py [moved from modules/__init.py__ with 100% similarity]
modules/opnfv/installer_adapters/apex/ApexAdapter.py [moved from utils/installer-adapter/ApexAdapter.py with 100% similarity]
modules/opnfv/installer_adapters/apex/__init__.py [moved from modules/installer_adapters/__init.py__ with 100% similarity]
modules/opnfv/installer_adapters/compass/CompassAdapter.py [moved from utils/installer-adapter/CompassAdapter.py with 100% similarity]
modules/opnfv/installer_adapters/compass/__init__.py [moved from modules/utils/__init.py__ with 100% similarity]
modules/opnfv/installer_adapters/fuel/FuelAdapter.py [moved from utils/installer-adapter/FuelAdapter.py with 98% similarity]
modules/opnfv/installer_adapters/fuel/__init__.py [new file with mode: 0644]
modules/opnfv/installer_adapters/fuel/example.py [moved from utils/installer-adapter/example.py with 100% similarity]
modules/opnfv/installer_adapters/joid/JoidAdapter.py [moved from utils/installer-adapter/JoidAdapter.py with 100% similarity]
modules/opnfv/installer_adapters/joid/__init__.py [new file with mode: 0644]
modules/opnfv/utils/OPNFVLogger.py [moved from utils/installer-adapter/RelengLogger.py with 100% similarity]
modules/opnfv/utils/SSHUtils.py [moved from utils/installer-adapter/SSHUtils.py with 97% similarity]
modules/opnfv/utils/__init__.py [new file with mode: 0644]