-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44916/
-----------------------------------------------------------
Review request for Ambari, Dmytro Sen, Jonathan Hurley, Nate Cole, and Sid
Wagle.
Bugs: AMBARI-15442
https://issues.apache.org/jira/browse/AMBARI-15442
Repository: ambari
Description
-------
The StackAdvisor needs to set a config map for the `ams-grafana-env`, even it
is empty, to meet non-null expectations in Kerberos and Blueprint logic.
To to this, the following line needs to be added to the StackAdvisor code:
#stacks/HDP/2.0.6/services/stack_advisor.py:473
```
putGrafanaProperty = self.putProperty(configurations, "ams-grafana-env",
services)
```
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
8c18421
Diff: https://reviews.apache.org/r/44916/diff/
Testing
-------
Manually tested in cluster Kerbrerized using the Ambari UI.
Thanks,
Robert Levas