Vijay Srinivasaraghavan created AMBARI-13416:
------------------------------------------------
Summary: Repository configuration XML (repoinfo.xml) should
support "any" OS type
Key: AMBARI-13416
URL: https://issues.apache.org/jira/browse/AMBARI-13416
Project: Ambari
Issue Type: Bug
Components: stacks
Reporter: Vijay Srinivasaraghavan
Assignee: Sumit Mohanty
Priority: Minor
As of now the repository information defined in repoinfo.xml under stack folder
(say 2.3/repos/repoinfo.xml) is supported through the use of any known OS type
i.e., redhat6, redhat7, suse11, ubuntu12 etc.,. if the RPMs that are installed
from the repository is not specifc to any OS type, then it is not require to
duplicate the same repo URL configuration for all "OS" type XML element.
Instead if OS family "any" is provided, it should be used for any selected OS
type.
{code}
<os family="any">
<repo>
<baseurl>http://TEST_REPO/</baseurl>
<repoid>TEST-1.0</repoid>
<reponame>TEST</reponame>
</repo>
</os>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)