-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44916/
-----------------------------------------------------------
(Updated March 17, 2016, 1:48 p.m.)
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 (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/recommendations/RecommendationResponse.java
4a66677
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
54d6d6e
ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py 59eff4d
Diff: https://reviews.apache.org/r/44916/diff/
Testing
-------
Manually tested in cluster Kerbrerized using the Ambari UI.
Thanks,
Robert Levas