[
https://issues.apache.org/jira/browse/AMBARI-9133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Sposetti updated AMBARI-9133:
----------------------------------
Description:
Add support for including optional min, max or min+max Ambari version in
view.xml. This can include exact versions or variables. A few examples:
<min-ambari-version>1.7.0</min-ambari-version>
<min-ambari-version>1.7.*</min-ambari-version>
<max-ambari-version>1.*</max-ambari-version>
On deploy, ambari should validate the view meets the min/max specified and if
not, not deploy and produce an error in the log with the details (for example:
"view requires minimum ambari version 1.7")
was:
Add support for including optional min, max or min+max Ambari version in
view.xml. This can include exact versions or variables. A few examples:
<minVersion>1.7.0</minVersion>
<minVersion>1.7.*</minVersion>
<maxVersion>1.*</maxVersion>
On deploy, ambari should validate the view meets the min/max specified and if
not, not deploy and produce an error in the log with the details (for example:
"view requires minimum ambari version 1.7")
> Views: min and max version
> --------------------------
>
> Key: AMBARI-9133
> URL: https://issues.apache.org/jira/browse/AMBARI-9133
> Project: Ambari
> Issue Type: Improvement
> Reporter: Tom Beerbower
> Assignee: Tom Beerbower
> Fix For: 2.0.0
>
> Attachments: AMBARI-9133.patch
>
>
> Add support for including optional min, max or min+max Ambari version in
> view.xml. This can include exact versions or variables. A few examples:
> <min-ambari-version>1.7.0</min-ambari-version>
> <min-ambari-version>1.7.*</min-ambari-version>
> <max-ambari-version>1.*</max-ambari-version>
> On deploy, ambari should validate the view meets the min/max specified and if
> not, not deploy and produce an error in the log with the details (for
> example: "view requires minimum ambari version 1.7")
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)