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
fbebe3a697
ceph-ansible
/
requirements.txt
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
main: update requirements.txt update requirements.txt accordingly to the last ansible version tested on master. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-07-24 22:55:33 +08:00
# These are Python requirements needed to run ceph-ansible master
core: bump ansible version We should consider bumping ansible version for future releases, so let's start testing against ansible 2.10 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com> (cherry picked from commit 839fac8f9418ce54af66a4ff0a3a9b8db6814f26)
2021-04-15 15:32:26 +08:00
ansible>=3,<4
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> (cherry picked from commit d49ea9818b162a4b8fc0f5099f45acff4d22fe14)
2021-02-12 16:29:00 +08:00
six