Bug 1572029

Summary: [3.10 RFE] Change openshift_prometheus_node_exporter_install default value to false
Product: OpenShift Container Platform Reporter: Junqi Zhao <juzhao>
Component: InstallerAssignee: Aaron Weitekamp <aweiteka>
Status: CLOSED WONTFIX QA Contact: Junqi Zhao <juzhao>
Severity: low Docs Contact:
Priority: low    
Version: 3.10.0CC: aos-bugs, jokerman, mmccomas, wsun
Target Milestone: ---Keywords: RFE
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1572030 (view as bug list) Environment:
Last Closed: 2018-12-10 14:03:57 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:
Bug Depends On:    
Bug Blocks: 1572030    

Description Junqi Zhao 2018-04-26 03:18:51 UTC
Description of problem:
openshift_prometheus_node_exporter_install default value is true, it is better to change to false, since prometheus_node_exporter pods are mainly used by online monitoring team, they can set it to true if they want to deploy prometheus_node_exporter pods.

roles/openshift_prometheus/README.md:- `openshift_prometheus_node_exporter_install`: true (default) or false
roles/openshift_prometheus/defaults/main.yaml:openshift_prometheus_node_exporter_install: true
roles/openshift_prometheus/tasks/main.yaml:  when: openshift_prometheus_node_exporter_install | default(true) | bool

Version-Release number of the following components:
# rpm -qa | grep openshift-ansible
openshift-ansible-roles-3.10.0-0.29.0.git.0.8973ee4.el7.noarch
openshift-ansible-docs-3.10.0-0.29.0.git.0.8973ee4.el7.noarch
openshift-ansible-playbooks-3.10.0-0.29.0.git.0.8973ee4.el7.noarch
openshift-ansible-3.10.0-0.29.0.git.0.8973ee4.el7.noarch


How reproducible:
Always

Steps to Reproduce:
1.
2.
3.

Actual results:
openshift_prometheus_node_exporter_install default value is true

Expected results:
Change openshift_prometheus_node_exporter_install default value to false

Additional info:

Comment 1 Aaron Weitekamp 2018-12-10 14:03:57 UTC
Not applicable for cluster-monitoring architecture.