gluster / gluster-ansible

A core library of gluster specific roles and modules for ansible/ansible tower.
GNU General Public License v3.0
189 stars 54 forks source link

Automate ovirt gluster network post hc deployment #109

Closed gobindadas closed 4 years ago

gobindadas commented 4 years ago

RHBZ: 1835574

satheesaran commented 4 years ago

@gobindadas This part of the code creates the gluster logical network, but this doesn't attach that network to the hosts. ovirt_host_network ansible module helps in attaching the network to the required host network interface.

Now you need to get that interface as input from the user for each host. so it should be part of gluster_inventory.yml

Please make that change too

gobindadas commented 4 years ago

Verified, it's working as expected. Please review @satheesaran @pkesavap