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 22:06:45 UTC

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

    [ https://issues.apache.org/jira/browse/AMBARI-13070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14741465#comment-14741465 ] 

Jayush Luniya commented on AMBARI-13070:
----------------------------------------

Trunk:
commit e8f2f2fd767bab5fff67c163d672ee7fdf2d5054
Author: Jayush Luniya <jl...@hortonworks.com>
Date:   Fri Sep 11 12:45:41 2015 -0700

    AMBARI-13070: HDP-specific list of packages should be removed from common-services (jluniya)


Branch-2.1
commit 16a09064357ae9e207152a49cd171ad74b882c5c
Author: Jayush Luniya <jl...@hortonworks.com>
Date:   Fri Sep 11 12:45:41 2015 -0700

    AMBARI-13070: HDP-specific list of packages should be removed from common-services (jluniya)

> 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)