Bug 1291467

Summary: openstack-packstack: The generated by packstack answer file shouldn't include nagios related lines, as OSP 8 will not be including nagios at all.
Product: Red Hat OpenStack Reporter: Alexander Chuzhoy <sasha>
Component: openstack-packstackAssignee: Martin Magr <mmagr>
Status: CLOSED WONTFIX QA Contact: Shai Revivo <srevivo>
Severity: high Docs Contact:
Priority: medium    
Version: 8.0 (Liberty)CC: aortega, ichavero, mmagr, srevivo
Target Milestone: ---Keywords: Triaged, ZStream
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-09 16:04:43 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 Alexander Chuzhoy 2015-12-14 22:24:13 UTC
openstack-packstack: The generated by packstack answer file shouldn't include nagios related lines, as OSP 8 will not be including nagios at all.

This created confusion as one might think that nagios is supported.

Environment:
openstack-packstack-7.0.0-0.7.dev1661.gaf13b7e.el7ost.noarch


Steps to reproduce:
1. Install openstack-packstack
2. packstack --gen-answer-file filename
3. grep -i nagios filename


Result:
# Specify 'y' to install Nagios to monitor OpenStack hosts. Nagios
CONFIG_NAGIOS_INSTALL=n
# Password of the nagiosadmin user on the Nagios server.
CONFIG_NAGIOS_PW=PW_PLACEHOLDER

Expected result:
No nagios lines at all to avoid confusion.

Comment 4 Ivan Chavero 2016-05-09 16:04:43 UTC
Currently nagios is disabled by default in OSP.

Comment 5 Ivan Chavero 2016-05-09 16:05:48 UTC
Packstack is a proof of concept tool, the proper installation mechanism for production is to use OSP Director.