You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Nate Cole (JIRA)" <ji...@apache.org> on 2017/08/07 13:41:00 UTC

[jira] [Created] (AMBARI-21671) Expose via API whether a service will participate in an upgrade

Nate Cole created AMBARI-21671:
----------------------------------

             Summary: Expose via API whether a service will participate in an upgrade
                 Key: AMBARI-21671
                 URL: https://issues.apache.org/jira/browse/AMBARI-21671
             Project: Ambari
          Issue Type: Task
            Reporter: Nate Cole
            Assignee: Nate Cole
            Priority: Critical
             Fix For: 2.6.0


Expose whether a service will participate in an upgrade based on whether the {{release-version}} is satisfied by the cluster topology.  Updated API looks like:

{code}
      "ClusterStackVersions" : {
        "cluster_name" : "c1",
        "id" : 201,
        "repository_summary" : {
          "services" : {
            "STORM" : {
              "display_name" : "Storm",
              "version" : "1.2.3",
              "release_version" : "2.5.3.0",
              "upgrade" : true
            },
            "ZOOKEEPER" : {
              "display_name" : "ZooKeeper",
              "version" : "3.4.6",
              "release_version" : "2.5.3.0",
              "upgrade" : true
            },
            "AMBARI_METRICS" : {
              "display_name" : "Ambari Metrics",
              "version" : null,
              "release_version" : null,
              "upgrade" : false
            }
          }
        },
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)