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

Missing code that will install glusterfs daemon. #20

Open hetii opened 5 years ago

hetii commented 5 years ago

Hi, I try to deploy glusterfs in raw machines but I got:

TASK [gluster.cluster/roles/gluster_volume : Start glusterd on the nodes if not already started] *************************************************************************************************************************************************************
failed: [devops-env1-glusterfs-zone1-01 -> 10.11.1.150] (item=devops-env1-glusterfs-zone1-01) => {"changed": false, "item": "devops-env1-glusterfs-zone1-01", "msg": "Could not find the requested service glusterd: host"}

Do I need to create manually ansible task to install it?

sac commented 5 years ago

Hi, I try to deploy glusterfs in raw machines but I got:

TASK [gluster.cluster/roles/gluster_volume : Start glusterd on the nodes if not already started] *************************************************************************************************************************************************************
failed: [devops-env1-glusterfs-zone1-01 -> 10.11.1.150] (item=devops-env1-glusterfs-zone1-01) => {"changed": false, "item": "devops-env1-glusterfs-zone1-01", "msg": "Could not find the requested service glusterd: host"}

Do I need to create manually ansible task to install it?

No, you have to call the role gluster.repolsitories. That should take care of installing the packages. Let me know if you face any issues there. I can help with that.

https://github.com/gluster/gluster-ansible-repositories/