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
2e8412734a
ceph-ansible
/
requirements.txt
4 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
pin version of ansible to 2.4 in requirements.txt This is the latest version that we support. If we don't pin this we get a 2.5.x version installed that causes the playbook to fail in various ways. Fixes: https://github.com/ceph/ceph-ansible/issues/2631 Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-05-23 22:10:39 +08:00
ansible~=2.4
adds a requiremnts.txt file for the project With the addition of the validate module we need to ensure that notario is installed. This will be done with the use of this requirments.txt file and pip. Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-05-03 01:55:33 +08:00
notario>=0.0.13
python-netaddr is required to generate ceph.conf ceph-config: add netaddr to python requirements netaddr is required to generate ceph.conf, let's add this requirement in `requirements.txt` Signed-off-by: Ha Phan <thanhha.work@gmail.com>
2018-05-25 21:07:40 +08:00
netaddr>=0.7.19