Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
- Add utility functions to get and put remote files
- Add JumpHostHopClient class that creates an ssh connection to a remote
server through a jumphost. This class inherits from paramiko SSHClient
and provides all the methods SSHClient provides
- Add get_ssh_connection utility function that creates an ssh client
object.
Change-Id: Ic5e56f53781a861e991ae02864eb2e06dacaee1f
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
|
|
This tool might be used by any project in OPNFV
to retrieve information about the deployed
OpenStack nodes.
It is python based and using paramiko.
It can:
- get info about deployment
- get the info about the nodes (ip, mac, ...)
- stablish ssh connection even with ProxyCommand option
- run remote commands
- scp to/from nodes (i.e. fetch credentials from controller)
Added FuelAdapter as an example.
JIRA: RELENG-149
JIRA: RELENG-150
Change-Id: I49d8be96d754e0950e337aa2f88172341446fdd4
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|