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
ce1dd8d2b3
ceph-ansible
/
requirements.txt
4 lines
50 B
Plaintext
Raw
Normal View
History
Unescape
Escape
core: make ansible pinning to latest ansible 2.4 it looks "ansible~=2.4" install latest ansible release in 2.5 so we must specify we want latest release but inferior to 2.5. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-06-09 03:15:27 +08:00
ansible~=2.4,<2.5
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