You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2014/09/01 17:32:20 UTC

[jira] [Created] (AMBARI-7106) Use ubuntu12, not debian12 for OS family for ubuntu

Dmitry Lysnichenko created AMBARI-7106:
------------------------------------------

             Summary: Use ubuntu12, not debian12 for OS family for ubuntu
                 Key: AMBARI-7106
                 URL: https://issues.apache.org/jira/browse/AMBARI-7106
             Project: Ambari
          Issue Type: Task
          Components: ambari-server
    Affects Versions: 1.7.0
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko
             Fix For: 1.7.0


https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml

Call this "ubuntu12" not "debian12" to avoid scenario where HDP stack ships different repos for ubuntu + debian. Since we are only having ubuntu12 support now, call this what it is (ubuntu12) to leave debian12 free in case we need it.

{code}
<os type="debian12">
<repo>
<baseurl>REPLACE_WITH_UBUNTU12_URL</baseurl>
<repoid>HDP-2.1</repoid>
<reponame>HDP</reponame>
</repo>
<repo>
<baseurl>http://dev.hortonworks.com.s3.amazonaws.com/HDP-UTILS-1.1.0.19/repos/ubuntu12</baseurl>
<repoid>HDP-UTILS-1.1.0.19</repoid>
<reponame>HDP-UTILS</reponame>
</repo>
</os>
{code}



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