aboutsummaryrefslogtreecommitdiffstats
path: root/opnfv/installer_adapters/fuel/FuelAdapter.py
AgeCommit message (Collapse)AuthorFilesLines
2017-02-06[deployment_handler] Remove current scriptsjose.lausuch1-236/+0
This work has been done from scratch following a better OO approach and better structured. The library is renamed by 'deploment handler' Change-Id: I7af2963ebb4e33d90481e91cabfc015718b0bb68 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-12-12SSHUtils: Rename jumphost into proxyGeorge Paraskevopoulos1-2/+2
JIRA: SFC-61 Proxy is more clear than jumphost for most. Refactoring all the appearances. Change-Id: I7247d904046814c6e815c8e266637babf9445da7 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-11-17Transform fetch_os_creds.sh into python Classjose.lausuch1-2/+2
JIRA: RELENG-168 Change-Id: Id5b1fca430c37917b554a54dd0678d9d7497dc11 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-11-16Move installer adapters to the new modules directoryjose.lausuch1-0/+236
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>