]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
requirements: Update ansible
authorZack Cerza <zack@redhat.com>
Wed, 27 Dec 2023 17:54:22 +0000 (10:54 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 27 Dec 2023 18:16:24 +0000 (11:16 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
requirements.txt
setup.cfg

index 1e6defe4737cd09798c9948a370b917afadaecfc..6cfee569559abd5ce89a6a12e10d3f8b533ed6d6 100644 (file)
@@ -4,9 +4,9 @@
 #
 #    pip-compile --extra=test pyproject.toml
 #
-ansible==2.10.7
+ansible==6.7.0
     # via teuthology (pyproject.toml)
-ansible-base==2.10.17
+ansible-core==2.13.13
     # via ansible
 apache-libcloud==3.3.1
     # via teuthology (pyproject.toml)
@@ -47,7 +47,7 @@ configparser==5.0.2
     # via teuthology (pyproject.toml)
 cryptography==41.0.7
     # via
-    #   ansible-base
+    #   ansible-core
     #   paramiko
     #   pyopenssl
 distlib==0.3.4
@@ -73,7 +73,7 @@ iniconfig==1.1.1
 ipy==1.1
     # via teuthology (pyproject.toml)
 jinja2==3.0.1
-    # via ansible-base
+    # via ansible-core
 jmespath==0.10.0
     # via
     #   boto3
@@ -94,7 +94,7 @@ nose==1.3.7
     # via teuthology (pyproject.toml)
 packaging==22.0
     # via
-    #   ansible-base
+    #   ansible-core
     #   build
     #   pytest
     #   tox
@@ -150,12 +150,14 @@ python-dateutil==2.8.2
     #   teuthology (pyproject.toml)
 pyyaml==6.0.1
     # via
-    #   ansible-base
+    #   ansible-core
     #   teuthology (pyproject.toml)
 requests==2.31.0
     # via
     #   apache-libcloud
     #   teuthology (pyproject.toml)
+resolvelib==0.8.1
+    # via ansible-core
 s3transfer==0.5.2
     # via boto3
 sentry-sdk==1.6.0
index bbc6ce9f2a2c16a853a7c2cf869c27d8065881c3..cf77934262429d1157f3a188db43b670d200a4a9 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,7 +30,7 @@ summary = Ceph test framework
 packages = find:
 install_requires =
     PyYAML
-    ansible>=2.10,<3.0
+    ansible==6.7.0  # Later versions don't support python 3.8
     apache-libcloud
     backports.ssl-match-hostname
     beanstalkc3>=0.4.0