[
https://issues.apache.org/jira/browse/AMBARI-11656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14571450#comment-14571450
]
Hudson commented on AMBARI-11656:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #2799 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2799/])
AMBARI-11656 - Alerts JSON Properties Should Allow For A Mixture of Parameters
and Constants (jonathanhurley) (jhurley:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=64e033d081d2e715ebcbf97b691b6cacacc74ee0)
* ambari-agent/src/main/python/ambari_agent/alerts/base_alert.py
* ambari-agent/src/test/python/ambari_agent/TestAlerts.py
> Alerts JSON Properties Should Allow For A Mixture of Parameters and Constants
> -----------------------------------------------------------------------------
>
> Key: AMBARI-11656
> URL: https://issues.apache.org/jira/browse/AMBARI-11656
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent
> Affects Versions: 2.0.0
> Reporter: Jonathan Hurley
> Assignee: Jonathan Hurley
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-11656.patch
>
>
> For now we don't have ability to add some string if value has {{param}}:
> {code}
> "http": "{{oozie-site/oozie.base.url}}/oozie/?user.name=oozie"
> "http": "{{oozie-site/oozie.base.url}}/oozie/?user.name={{oozie-site/user}}"
> {code}
> We should be able to replace _n_ parameters mixed with string constants.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)