Description of problem: playbook should configure fluentd on containerized env Version-Release number of selected component (if applicable): openshift-ansible-3.0.33-1.git.0.bb1f8aa.el7aos.noarch How reproducible: always Steps to Reproduce: 1. Install contaierized environment on rhel7 or atomic with logrotate <--snip--> openshift_use_fluentd=true <--snip__> Actual results: The playbook abort Expected results: playbook configuring the fluentd on both rhel and atomic when installing containerized env Additional info:
Proposed fix: https://github.com/openshift/openshift-ansible/pull/1279 Fluentd will be installed on RHEL when configuring containerized env
Fail to install fluentd_master on master TASK: [fluentd_master | wait for etcd to start up] **************************** fatal: [openshift-149.lab.eng.nay.redhat.com] => error while evaluating conditional: embedded_etcd | bool FATAL: all hosts have already failed -- aborting
For now we decided to remove this code from the playbook: https://github.com/openshift/openshift-ansible/pull/1324