Description of problem: While testing ocp3.9+ocs3.11 qual, we found an issue where when we try to setup ocp3.9 + cns3.9 , ansible deployment fails with error "AnsibleUndefinedVariable: glusterfs_heketi_route' is undefined. Version-Release number of selected component (if applicable): openshift-ansible-playbooks-3.9.43-1.git.0.d0bc600.el7.noarch openshift-ansible-docs-3.9.43-1.git.0.d0bc600.el7.noarch openshift-ansible-roles-3.9.43-1.git.0.d0bc600.el7.noarch openshift-ansible-3.9.43-1.git.0.d0bc600.el7.noarch How reproducible: Always Steps to Reproduce: 1. Create an inventory file to install ocp3.9 + cns3.9 2. Run deploy_cluster.yml file 3. Actual results: Ansible playbook fails at the section where it is trying to generate glusterfs storage class file with error AnsibleUndefinedVariable: 'glusterfs_heketi_route' is undefined Expected results: deploy_cluster.yml should pass with out any issue. Additional info: We found a bug where the same issue is reported on OCP 3.9 and a PR has been posted. Currently we are using that as a workaround which is manually editing the playbooks to continuing our testing. More info can be found at the bug https://bugzilla.redhat.com/show_bug.cgi?id=1634244
Hitting same issue while deploying OCS in Independent mode (Container Ready Storage) along with Registry,logging and metrics in one inventory file
I see that this issue no longer appears with openshift-ansible-3.9.51-1.git.0.c4968ca.el7.noarch. I could see that installation happens successfully.
Seems like this issue was resolved a while ago. Moving this to ON_QA.
Based on comment 4 , moving the bug to verified state.