You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jaimin D Jetly (JIRA)" <ji...@apache.org> on 2014/05/22 23:32:01 UTC

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

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

Jaimin D Jetly commented on AMBARI-5851:
----------------------------------------

+1 for the patch.

> 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
>
>         Attachments: AMBARI-5851.patch
>
>
> - 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)