You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jayush Luniya (JIRA)" <ji...@apache.org> on 2015/09/11 08:57:45 UTC

[jira] [Created] (AMBARI-13070) HDP-specific list of packages should be removed from common-services

Jayush Luniya created AMBARI-13070:
--------------------------------------

             Summary: HDP-specific list of packages should be removed from common-services
                 Key: AMBARI-13070
                 URL: https://issues.apache.org/jira/browse/AMBARI-13070
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.1.2
            Reporter: Jayush Luniya
            Assignee: Jayush Luniya
            Priority: Critical
             Fix For: 2.1.2


In common-services/RANGER_KMS/0.5.0.2.3/metainfo.xml we specify the list of hdp packages. We should not have this list specific in common-services. We should move the list to stacks/HDP

{noformat}
      <osSpecifics>
        <osSpecific>
          <osFamily>redhat7,redhat6,suse11</osFamily>
          <packages>
            <package>
              <name>ranger_2_3_*-kms</name>                                
            </package>                           
          </packages>                        
        </osSpecific>
        <osSpecific>
          <osFamily>debian7,ubuntu12,ubuntu14</osFamily>
          <packages>
            <package>
              <name>ranger-2-3-.*-kms</name>                                
            </package>                           
          </packages>                        
        </osSpecific>
      </osSpecifics>
{noformat}

These cause issues in pluggable stacks. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)