Dmitry Lysnichenko created AMBARI-10955:
-------------------------------------------
Summary: 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
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)