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

Hudson commented on AMBARI-19597:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #762 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/762/])
AMBARI-19597. Blueprint installation should accept quick link profile. 
(stoader: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=99bb988406184aa12c4d3d0b12e39b83025b7385])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/state/quicklinksprofile/Service.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/topology/TopologyManager.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ProvisionClusterRequestTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ClusterResourceProvider.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ProvisionClusterRequest.java
* (add) 
ambari-server/src/test/java/org/apache/ambari/server/state/quicklinksprofile/QuickLinksProfileBuilderTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/state/quicklinksprofile/AcceptAllFilter.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/state/quicklinksprofile/Component.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/QuickLinkArtifactResourceProviderTest.java
* (add) 
ambari-server/src/main/java/org/apache/ambari/server/state/quicklinksprofile/QuickLinksProfileBuilder.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/topology/TopologyManagerTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/state/quicklinksprofile/QuickLinksProfile.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/state/quicklinksprofile/QuickLinksProfileEvaluationException.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/state/quicklinksprofile/Filter.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/state/quicklinksprofile/QuickLinksProfileParser.java


> Blueprint installation should accept quick link profile
> -------------------------------------------------------
>
>                 Key: AMBARI-19597
>                 URL: https://issues.apache.org/jira/browse/AMBARI-19597
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: trunk, 2.5.0
>            Reporter: Balázs Bence Sári
>            Assignee: Balázs Bence Sári
>            Priority: Critical
>             Fix For: trunk, 2.5.0
>
>         Attachments: AMBARI-19597-QLP-BluePrint_25_v1.patch, 
> AMBARI-19597-QLP-BluePrint_trunk_v3.patch
>
>
> Specifying the quick links profile should be supported in blueprint based 
> cluster installation. First implementation will address the possibility of 
> adding the profile to the cluster creation template. See below a cluster 
> creation template that contains and embedded quick links profile:
> {code}
> {
>   "blueprint" : "wp",
>   "host_groups" :[
>     {
>       "name" : "group1",
>       "hosts" : [
>         {
>           "fqdn" : "ambari-agent-1.node.dc1.consul"
>         }
>       ]
>     }
>   ],
>   "quicklinks_profile": {
>     "filters": [
>       {
>         "link_attribute": "sso",
>         "visible": true
>       }
>     ],
>     "services": []
>   }  
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to