Nate Cole created AMBARI-5095:
---------------------------------
Summary: Add ability to read latest repo and provide from Ambari
Key: AMBARI-5095
URL: https://issues.apache.org/jira/browse/AMBARI-5095
Project: Ambari
Issue Type: Task
Components: controller
Reporter: Nate Cole
Assignee: Nate Cole
Fix For: 1.5.1
Support reading a file during stack construction that will define
latest-release repo URL. The contents will look something like:
{code}
{
“HDP-2.1” {
“latest”: {
“centos6”: “http://<centos6_source>”,
“centos5”: “http://<centos5_source>”
“suse11”: “http:/http://<suse11_source>"
}
}
{code}
This file (or url) will provide the latest possible repo URL to use for
creating new clusters. Both the XML-defined and installed URL will remain
available.
The code will be written for the least possible disruption such that if the
element is NOT provided or available, the existing functionality will work
properly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)