Balázs Bence Sári created AMBARI-19597:
------------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)