cephadm-ansible
cephadm-ansible copied to clipboard
Debian, Ubuntu or openSUSE support
Hi guys!
Can I modify or wrote playbooks to these distributions? There is a possibility to do this merge request if I wrote?
There is a Ubuntu on "master" branch, but I was talking about "pacific" one.
Thanks!
Hi guys!
Can I modify or wrote playbooks to these distributions? There is a possibility to do this merge request if I wrote?
sure, PR are welcome.
There is a Ubuntu on "master" branch, but I was talking about "pacific" one.
This is because I usually avoid backporting patches that aren't bug or security fixing related. (Although this is not always true, I try to stick to that)
It means at the moment Ubuntu will be supported in the branch quincy
of this playbook.
Thanks!
I was looking around, to support another distributions there will be a lot of "blocks" and "whens". It won't be better to turn it into a role, with distributions inside tasks folder?
Thanks!
I was looking around, to support another distributions there will be a lot of "blocks" and "whens". It won't be better to turn it into a role, with distributions inside tasks folder?
We can probably split the code into different files and include them with a condition based on the running OS.
I have been having a play around with this for getting it to work with debian as thats what we use in our environment, is there any documentation for contributing? And what tests need to be done?
PR #300