[ 
https://issues.apache.org/jira/browse/AMBARI-23284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16407825#comment-16407825
 ] 

Hudson commented on AMBARI-23284:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8887 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/8887/])
AMBARI-23284. Add Ambari configuration data to stack/service advisor 
(m.magyar3: 
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=62d14a016156719c1c873809adc2ca2601a0d10c])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/commands/StackAdvisorCommand.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/api/services/stackadvisor/commands/StackAdvisorCommandTest.java


> Add Ambari configuration data to stack/service advisor input data
> -----------------------------------------------------------------
>
>                 Key: AMBARI-23284
>                 URL: https://issues.apache.org/jira/browse/AMBARI-23284
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.7.0
>            Reporter: Attila Magyar
>            Assignee: Attila Magyar
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.7.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Add Ambari configuration data to stack/service advisor input data. Currently 
> the {{ldap-configuration}} data is passed in to the stack/service advisor. 
> However, generically all Ambari configuration data should be passed in.
> For example, the current data set (in service.json) contains
> {code:java}
> {
>   ...  "services" : [],
>   ... "configurations" : \{ ... }, "ambari-server-properties" : \{ ... },
>   ...  "ldap-configurations" : \{ ... }
> }
>  
> {code}
>  
> "\{{ldap-configurations}}" may or may not exist depending on if LDAP 
> authentication/sync was setup. This should be treated generically and part of 
> a larger block of data named "\{{ambari-server-configuration}}". For example:
> {code:java}
> {
> ...
> "services" : [],
> ...
> "configurations" :
> { ... },
> "ambari-server-properties" : { ... }
> ,
> ...
> "ambari-server-configuration" : {
> "ldap-configurations" :
> { ... }
> ,
> ...
> }
> }
>  
>  {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to