You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Xi Wang (JIRA)" <ji...@apache.org> on 2014/05/22 00:58:37 UTC

[jira] [Created] (AMBARI-5851) Host Checks Repository Issue should not exist due to repo OS name changes

Xi Wang created AMBARI-5851:
-------------------------------

             Summary: Host Checks Repository Issue should not exist due to repo OS name changes
                 Key: AMBARI-5851
                 URL: https://issues.apache.org/jira/browse/AMBARI-5851
             Project: Ambari
          Issue Type: Task
          Components: client
    Affects Versions: 1.6.1
            Reporter: Xi Wang
            Assignee: Xi Wang
             Fix For: 1.6.1


- Issue:
On installer wizard step3 > 
Host Checks > Repository Issue(1) > Host (c6401.ambari.apache.org) has a centos6 OS type, But the repositories chosen in "Select Stack" step was redhat5,redhat6,suse11.
- Solution:
{code}
{
    "redhat6": [
        "redhat6",
        "centos6",
        "oraclelinux6",
        "rhel6"
      ],
     "redhat5": [
        "redhat5",
       "centos5",
       "oraclelinux5",
       "rhel5"
     ],
    "suse11": [
       "suse11",
       "sles11",
       "opensuse11"
     ],
     "debian12": [
       "debian12",
       "ubuntu12"
     ]
   }
{code}
For example, if 'redhat6' repo was selected, then this option supported 'redhat6', 'centos6', 'oraclelinux6' and 'rhel6' agent os type.



--
This message was sent by Atlassian JIRA
(v6.2#6252)