-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Interesting fork of Ansible Playbook by remil1000 #37
Comments
@remil1000, we would like to invite you to join us and contribute to OpenSearch Ansible repository in order to create a robust Ansible playbook for the OpenSearch community. Please feel free to reach out to us for any additional information. |
@peterzhuamazon yes, it has interesting changes. But it forked from our old state when we supported only single node installation, and he added multi-node (cluster) installation setup and other changes. Since we added multi-node feature and supporting many OS distros now, it might create lot of conflicts if we try to merge those changes directly. Instead @remil1000 can add missing features and changes one by one here. |
Hi, a few items I could try to backport are the following:
let me know how you would like to proceed, if you have any priorities or current pain points to work on |
@remil1000 thanks for the response. we don't have any specific priorities or pain points so you can work on all those above 4 points. Suggestion from my side is, create separate PR for every feature and please make sure the newly added changes supports all our current supported distros (Centos7, RHEL7, Amazon Linux2, Ubuntu 20.04) with minimal complexity. |
I second on @saravanan30erd responses and fully welcome your changes @remil1000. |
I'm in the process of installing the upstream/official role with the
also would it be possible to use a common prefix for the role variables ? Ansible has no namespace, it's quite an issue, so if for any reason other roles or users's playbooks are using variables like Are any current users of the role facing the same issues ? especially with idempotency, upgrades and cluster extend |
@remil1000 I created the role initially focused only for first time installation, didn't have a time to support upgrade and cluster extend features. so it works perfectly only for cluster creation and doesn't support upgrade (re-run) and cluster extend. To support these, we need to work on the points you mentioned above(especially certs). Regarding certs, I am currently using searchguard tool to create certs and configuration templates which is later added to main configuration. I see you have already plan to use Ansible modules for PKI management so we can replace the current mechanism with that and try to use the same to support the upgrade or re-run. Otherwise we can use the same external tool, and modify to support re-run and node addition as this tool supports to not overwrite if the certs already present in outputs folder and I never tried it since still didn't start to work for upgrade or re-run support. Regarding variable prefix, sure we can do that. Some of the variables already have prefix |
Hi all,
@saravanan30erd I have noticed @remil1000 has a interesting fork which change a lot of the structure based on our initial setup of ansible playbook, even the support of Debian 11 is added.
https://github.com/remil1000/opensearch-ansible-playbook
@remil1000 we would love to have your changes port back in the upstream we have here.
Is it possible for you to contribute directly to this repo?
Thanks.
cc: @stockholmux
The text was updated successfully, but these errors were encountered: