Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-24501

Update UpgradeSummary to Include Mpack Information

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • None

    Description

      The upgradeSummary object being sent down during an upgrade needs to be updated to include the following fields:

      • Mpack To/From Information
      • Service Group To/From/Type Information
      • Component Version Information

      The proposed structure is as follows:

            "upgradeSummary": {
              "serviceGroups":{
                "SG1":{
                  "type":"express_upgrade",
                  "serviceGroupId": 1,
                  "serviceGroupName": "SG1",
                  "sourceMpackId": 50,
                  "targetMpackId": 100,
                  "sourceStack": "HDPCORE-1.0",
                  "targetStack": "HDPCORE-1.5",
                  "sourceMpackVersion": "1.0.0.0-b1",
                  "targetMpackVersion": "1.5.0.0-b1",
                  "services":{
                    "HDFS":{
                      "serviceName": "HDFS",
                      "sourceVersion":"3.0.0.0-b1",
                      "targetVersion":"3.1.0.0-b1",
                      "components": {
                        "componentName": "NAMENODE",
                        "sourceVersion": "3.0.0.0-b1",
                        "targetVersion":"3.1.0.0-b1",
                      }
                    }
                  }
                }
              }
      

      Attachments

        Issue Links

          Activity

            People

              jonathanhurley Jonathan Hurley
              jonathanhurley Jonathan Hurley
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h