gluster / gluster-ansible-cluster

Ansible role to create and deploy a Gluster cluster.
GNU General Public License v3.0
40 stars 24 forks source link

support for aws, added logic to use private ips for volume creation #26

Open achak1987 opened 4 years ago

achak1987 commented 4 years ago

In order to start gfs services the gluster_cluster_host uses public ips. However, the same is also used for probing during volume creation. In aws, it requires either modification of /etc/hosts or security group changes. Therefore, as simple logic is added to get the private ips to proceed further with volume creation. Please see if it is relevant to the overall project and could be merged.

Regards