Mark S created AMBARI-12793:
-------------------------------
Summary: Ambari Install Wizard failure due to repository name
change
Key: AMBARI-12793
URL: https://issues.apache.org/jira/browse/AMBARI-12793
Project: Ambari
Issue Type: Bug
Affects Versions: 2.1.0
Environment: CentOS 7
Reporter: Mark S
The Ambari 2.1.0 install documentation:
https://cwiki.apache.org/confluence/display/AMBARI/Install+Ambari+2.1.0+from+Public+Repositories
_Uses a different repository name which causes issues:_
CentOS 7
http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos7/2.x/BUILDS/2.1.0-1409/ambaribn.repo
CentOS 6
http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos6/2.x/BUILDS/2.1.0-1409/ambaribn.repo
Issue:
{code}
==========================
Copying repo file to 'tmp' folder...
==========================
Command start time 2015-08-17 12:04:49
/etc/yum.repos.d/ambari.repo: No such file or directory
scp /etc/yum.repos.d/ambari.repo
{code}
Workaround:
{code}
mv /etc/yum.repos.d/ambaribn.repo /etc/yum.repos.d/ambari.repo
{code}
The previous Ambari install documentation:
https://cwiki.apache.org/confluence/display/AMBARI/Install+Ambari+2.0.2+from+Public+Repositories
CentOS 6
http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.0.2/ambari.repo
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)