[
https://issues.apache.org/jira/browse/AMBARI-19597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Balázs Bence Sári updated AMBARI-19597:
---------------------------------------
Description:
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}
was:
Quick links profile information should be embeddable into the blueprint
document or the cluster creation template. First implementation will address
the cluster creation template only. 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}
> 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_trunk_v1.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)