This website requires JavaScript.
Explore
Help
Register
Sign In
ceph
/
ceph-ansible
mirror of
https://github.com/ceph/ceph-ansible.git
Watch
1
Star
0
Fork
You've already forked ceph-ansible
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
047af3a3f6
ceph-ansible
/
requirements.txt
5 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
master->main Signed-off-by: David Galloway <dgallowa@redhat.com>
2022-05-25 02:40:00 +08:00
# These are Python requirements needed to run ceph-ansible main
ansible: bump to ansible 2.12 Add required changes to support ansible 2.12 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2022-06-15 00:18:36 +08:00
ansible-core>=2.12,<2.13
tests: test master against ansible 2.7 Let's test ceph-ansible master against ansible 2.7 to catch early any potential issue with this ansible version. Closes: #3148 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-09-21 22:44:06 +08:00
netaddr
requirements.txt: Move the six dependency into the general requirements config_template.py depends on six, which isn't listed in the default requirements.txt. This previously frequently wasn't a problem, because six used to be a standard package being installed into a venv, and lots of other projects depended on it. It also does get installed for unit and integration tests via tests/requirements.txt, so any broken dependency on six wouldn't be detected by tox runs. However, as other projects and distributions have phased out Python 2.7 support the dependency on six becomes less common. Thus, as long as ceph-ansible does require it for config_template.py, add it to the base requirements. Signed-off-by: Florian Haas <florian@citynetwork.eu>
2021-02-12 16:29:00 +08:00
six