You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/05/06 15:55:01 UTC

[jira] [Commented] (AMBARI-10955) Remove element from gluster 2.1 and 2.2 stack defs

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

Hudson commented on AMBARI-10955:
---------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #2527 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2527/])
AMBARI-10955. Remove <latest> element from gluster 2.1 and 2.2 stack defs (dlysnichenko) (dlysnichenko: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=4dac157e9be719ae473046409f1d9ff20b13ac91)
* ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/repos/repoinfo.xml
* ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/repos/repoinfo.xml


> Remove <latest> element from gluster 2.1 and 2.2 stack defs
> -----------------------------------------------------------
>
>                 Key: AMBARI-10955
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10955
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-10955.patch
>
>
> The gluster stacks are under HDP stack definition and are including <latest> elements that check dev repos. These stacks should either a) not include <latest> element or b) be set to http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json
> I vote change (a).
> {code}
> [root@c6402 ambari-server]# find . -name 'repo*.xml' | xargs grep s3
> ./resources/stacks/HDP/2.1.GlusterFS/repos/repoinfo.xml:  <latest>http://s3.amazonaws.com/dev.hortonworks.com/HDP/hdp_urlinfo.json</latest>
> ./resources/stacks/HDP/2.2.GlusterFS/repos/repoinfo.xml:  <latest>http://s3.amazonaws.com/dev.hortonworks.com/HDP/hdp_urlinfo.json</latest>
> {code}



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