Repository: ambari Updated Branches: refs/heads/trunk 0579e7113 -> 724ef0870
AMBARI-7923. Add Centos7 into os_family Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/724ef087 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/724ef087 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/724ef087 Branch: refs/heads/trunk Commit: 724ef08702354c50129fcec753567fb770afbe9f Parents: 0579e71 Author: Subin <[email protected]> Authored: Thu Oct 23 20:47:40 2014 +0530 Committer: Subin <[email protected]> Committed: Thu Oct 23 20:49:44 2014 +0530 ---------------------------------------------------------------------- .../src/main/python/ambari_commons/resources/os_family.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/724ef087/ambari-common/src/main/python/ambari_commons/resources/os_family.json ---------------------------------------------------------------------- diff --git a/ambari-common/src/main/python/ambari_commons/resources/os_family.json b/ambari-common/src/main/python/ambari_commons/resources/os_family.json index 7314fd0..2f2abcc 100644 --- a/ambari-common/src/main/python/ambari_commons/resources/os_family.json +++ b/ambari-common/src/main/python/ambari_commons/resources/os_family.json @@ -18,7 +18,8 @@ ], "versions": [ 5, - 6 + 6, + 7 ] }, "ubuntu": {
