-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58290/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-20716
https://issues.apache.org/jira/browse/AMBARI-20716
Repository: ambari
Description
-------
A new version of amazonlinux has been released recently:
<https://aws.amazon.com/amazon-linux-ami/2017.03-release-notes/> and it does
not work with any Ambari versions.
To overcome the issue I updated the os_family.json files and it works fine:
"aliases": {
"amazon2017": "amazon6",
"amazon2015": "amazon6",
"amazon2016": "amazon6",
"suse11sp3": "suse11"
},
Diffs
-----
ambari-common/src/main/python/ambari_commons/resources/os_family.json e9bd1a4
Diff: https://reviews.apache.org/r/58290/diff/1/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk