Bug 1299333

Summary: playbook should configure fluentd on containerized env
Product: OpenShift Container Platform Reporter: Ma xiaoqiang <xiama>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED WONTFIX QA Contact: Ma xiaoqiang <xiama>
Severity: medium Docs Contact: Andrew Butcher <abutcher>
Priority: unspecified    
Version: 3.1.0CC: abutcher, aos-bugs, bleanhar, jokerman, mmccomas, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-11 21:18:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ma xiaoqiang 2016-01-18 07:12:57 UTC
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:

Comment 1 Andrew Butcher 2016-01-27 16:07:14 UTC
Proposed fix: https://github.com/openshift/openshift-ansible/pull/1279

Fluentd will be installed on RHEL when configuring containerized env

Comment 4 Ma xiaoqiang 2016-01-29 02:17:19 UTC
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

Comment 5 Brenton Leanhardt 2016-02-11 21:18:52 UTC
For now we decided to remove this code from the playbook:
https://github.com/openshift/openshift-ansible/pull/1324