Description of problem: Latest gdeploy(2.0.2) no longer looks at the path '/use/share/ansible/gdeploy/scripts' for gdeploy script files. Hence the path for the script files in the generated gdeploy conf has to be changed to '/usr/share/gdeploy/scripts' Version-Release number of selected component (if applicable): cockpit-ovirt-dashboard-0.10.7-0.0.18.el7ev.noarch How reproducible: Steps to Reproduce: 1. Have ansible2.3,gdeply2.0.2 and latest cockpit-ovirt-dashboard 2. Use the cockpit UI and generate gdeploy conf file for configuring gluster. 3. Once the conf file is generated click on 'Deploy' Actual results: configuring gluster fails with the error, due to the fact that it cannot find gdeploy script files at path '/use/share/ansible/gdeploy/scripts' Expected results: path of the script files in the generated gdeploy conf file has to be changed. Additional info:
Verified and works fine with build cockpit-ovirt-dashboard-0.10.8-2.0.ovirt41.el7ev.noarch Path of the script files has been changed to "/usr/share/gdeploy/scripts"
The fix for this bug is reverted with the effect of this bug - https://bugzilla.redhat.com/show_bug.cgi?id=1491548 - as because the latest gdeploy which carries the associated fix is not yet available. Making the required changes with bugzilla flags and acks
Verified and works fine with build cockpit-ovirt-dashboard-0.10.10-0.el7ev.noarch I see that the path for gdeploy script files in the gdeployConfig.conf has been changed as below. /usr/share/gdeploy/scripts/grafton-sanity-check.sh /usr/share/gdeploy/scripts/blacklist_all_disks.sh /usr/share/gdeploy/scripts/disable-gluster-hooks.sh