summaryrefslogtreecommitdiffstats
path: root/modules/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26modules.opnfv: fuel adapter: Switch to MCPAlexandru Avadanii1-0/+1
The current codebase was intended for Fuel@OPNFV up to and including the Danube release (based on Fuel@Openstack). Starting with the Euphrates release, Fuel@OPNFV is based on Mirantis Cloud Platform (MCP), so the Fuel adapter in modules.opnfv needs a rework to accomodate the new platform: - remove unused obsolete code in opnfv.utils; - switch to key-based SSH auth instead of password-based; - drop proxy-ing SSH to cluster nodes via installer node, instead SSH directly via PXE/admin network; Notes: - MaaS node (when present) is marked with 'installer' role to prevent ovs-vsctl queries on it; - gtw01 node (when present) is not marked with any role yet; JIRA: FUEL-394 Change-Id: If2b7744b950cd502df8eaca0137c9f845a9d077d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-31Sync requirements with OpenStack PikeCédric Ollivier1-1/+1
OPNFV F-release is built on top of OpenStack Pike. Functest depends on releng/modules and requires this update. It conforms with the requirement management cleant for E-release [1]. [1] https://wiki.opnfv.org/display/functest/Requirements+management Change-Id: If3c3a607c8d2d5515ada78b03104067937fb4b37 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-06-12Update modules/(test-)requirementsCédric Ollivier1-3/+3
It updates requirements.txt and test-requirements.txt according to OpenStack stable/ocata. It also fixes install_requires and test_requires in modules/setup.py. Change-Id: I9290db34e7bc1c78200130dd6a67d2d33dbc388d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-26Pin paramiko to 2.1.2Jamo Luhrsen1-1/+1
Change-Id: Iea6f80cd20f422bcbd02b07b16966b8f87d81d67 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-04-01Add tox supportJulien1-0/+3
be easier to test jjb locally before submit for review. add unitest in modules dir to tox(tox -emodules) Change-Id: Ief4f10debc567d1d3ba111685c86b812a2058697 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>