Description of problem: Using ansible to deploy Metrics, after the operation, Metrics won't start up due to hawkular-jgroups.keystore is missing. Version-Release number of selected component (if applicable): see the steps part, this was first found on openshift-ansible-3.5.18, and in yesterday's test it works well. How reproducible: Always Steps: 1. on ansible control node, install openshift-ansible* packages. #yum install openshift-ansible* #rpm -qa openshift-ansible* openshift-ansible-3.5.20-1.git.0.5a5fcd5.el7.noarch openshift-ansible-roles-3.5.20-1.git.0.5a5fcd5.el7.noarch openshift-ansible-docs-3.5.20-1.git.0.5a5fcd5.el7.noarch openshift-ansible-callback-plugins-3.5.20-1.git.0.5a5fcd5.el7.noarch openshift-ansible-filter-plugins-3.5.20-1.git.0.5a5fcd5.el7.noarch openshift-ansible-playbooks-3.5.20-1.git.0.5a5fcd5.el7.noarch openshift-ansible-lookup-plugins-3.5.20-1.git.0.5a5fcd5.el7.noarch 2. parepare the inventory file (...) openshift_metrics_install_metrics=true openshift_metrics_hawkular_hostname=hawkular-metrics.$subdomain openshift_metrics_project=openshift-infra openshift_metrics_image_prefix=registry.ops.openshift.com/openshift3/ openshift_metrics_image_version=3.5.0 (...) 3. run the playbook #cd /usr/share/ansible/openshift-ansible #ansible-playbook -v -i ~/inventory playbooks/common/openshift-cluster/openshift_metrics.yml 4. on Master, check pods status and log Actual results: hawkular-metrics pod won't start-up due to file missing. Expected results: All pods are running Additional info: ansible execution log attached. hawkular-metrics pod logs attached.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:0903