[
https://issues.apache.org/jira/browse/AMBARI-5851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xi Wang updated AMBARI-5851:
----------------------------
Attachment: AMBARI-5851.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)