[
https://issues.apache.org/jira/browse/AMBARI-19597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15830901#comment-15830901
]
Hudson commented on AMBARI-19597:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #6497 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6497/])
AMBARI-19597. Blueprint installation should accept quick link profile.
(stoader:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=de8bf601918efbeb66ef68d25364aaed4b672172])
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/QuickLinkArtifactResourceProviderTest.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/QuickLinksProfile.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/state/quicklinksprofile/AcceptAllFilter.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/quicklinksprofile/QuickLinksProfileParser.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/Component.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/Service.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/topology/TopologyManager.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ProvisionClusterRequest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/topology/TopologyManagerTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ProvisionClusterRequestTest.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/state/quicklinksprofile/QuickLinksProfileBuilder.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)