You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Nate Cole (JIRA)" <ji...@apache.org> on 2013/10/28 16:40:32 UTC

[jira] [Created] (AMBARI-3601) Modify Stack definition to include config dependencies

Nate Cole created AMBARI-3601:
---------------------------------

             Summary: Modify Stack definition to include config dependencies
                 Key: AMBARI-3601
                 URL: https://issues.apache.org/jira/browse/AMBARI-3601
             Project: Ambari
          Issue Type: Task
            Reporter: Nate Cole
            Assignee: Nate Cole
             Fix For: 1.4.2


Add an attribute to the stack service definition that shows the defined configs.  The response will look like:
{noformat}
{
  "href" : "http://localhost:8080/api/v1/stacks2/HDP/versions/2.0.6/stackServices/HDFS?fields=StackServices/config_types",
  "StackServices" : {
    "config_types" : [
      "hdfs-site",
      "global",
      "hadoop-policy",
      "core-site"
    ],
    "service_name" : "HDFS",
    "stack_name" : "HDP",
    "stack_version" : "2.0.6"
  }
}
{noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)