From: Xiubo Li Date: Mon, 30 Mar 2020 06:36:20 +0000 (-0400) Subject: requirements,setup: add ipy module for cephfs mount.py X-Git-Tag: 1.1.0~137^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1433%2Fhead;p=teuthology.git requirements,setup: add ipy module for cephfs mount.py The IPy module is a tool for handling of IPv4 and IPv6 addresses and networks, the cephfs mount.py will use it to manage the IP addresses to isolate the netns for each mount, which could let us get ride of using ipmi command to hard shutdown the client node for some test cases. Signed-off-by: Xiubo Li --- diff --git a/requirements2.txt b/requirements2.txt index af0e0b2b1..ff3c1dda6 100644 --- a/requirements2.txt +++ b/requirements2.txt @@ -107,6 +107,7 @@ virtualenv==15.1.0 # via tox warlock==1.2.0 # via python-glanceclient wrapt==1.10.10 # via debtcollector, positional, python-glanceclient xmltodict==0.12.0 +ipy==1.0 # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements3.txt b/requirements3.txt index 275881ba0..f1fcedd5e 100644 --- a/requirements3.txt +++ b/requirements3.txt @@ -99,6 +99,7 @@ virtualenv==15.1.0 # via tox warlock==1.2.0 # via python-glanceclient wrapt==1.10.10 # via debtcollector, positional, python-glanceclient xmltodict==0.12.0 +ipy==1.0 # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/setup.py b/setup.py index c037da83c..3e7b9984e 100644 --- a/setup.py +++ b/setup.py @@ -101,6 +101,7 @@ setup( 'xmltodict', 'boto3', 'PyJWT', # for qa/tasks/mgr/dashboard/test_auth.py + 'ipy', # for qa/tasks/cephfs/mount.py ] },