summaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Collapse)AuthorFilesLines
2016-11-22Merge "Add Exceptions and Constants in opnfv module"Morgan Richomme9-1/+258
2016-11-21Add Exceptions and Constants in opnfv moduleMorgan Richomme9-1/+258
JIRA: FUNCTEST-497 Change-Id: I4bc0d545058c4778b632911bb317789110de29d1 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2016-11-17Transform fetch_os_creds.sh into python Classjose.lausuch6-13/+144
JIRA: RELENG-168 Change-Id: Id5b1fca430c37917b554a54dd0678d9d7497dc11 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-11-16Add setup.py for common OPNFV modulesjose.lausuch2-2/+22
JIRA: RELENG-161 Change-Id: I2423493d0c9c9c4ce78fe8c2669b9ed24e697b58 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-11-16Move installer adapters to the new modules directoryjose.lausuch16-2/+606
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>
2016-10-21Add directory for common python modules/toolsjose.lausuch4-0/+12
This dir might be used to add more common python tools (importable modules) that are of interest for the whole community. Change-Id: Iec99bd7c79f88d8722eb842faeee4046088d162f Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>