You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/07/07 14:49:42 UTC

[28/29] ambari git commit: AMBARI-21409. Ambari agent not starting in latest PPC build (aonishuk)

AMBARI-21409. Ambari agent not starting in latest PPC build (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/065dd9c5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/065dd9c5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/065dd9c5

Branch: refs/heads/branch-feature-AMBARI-21348
Commit: 065dd9c50163b8a93b15d94a8a2bb73e8f210715
Parents: 42de889
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Fri Jul 7 11:04:27 2017 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Fri Jul 7 11:04:27 2017 +0300

----------------------------------------------------------------------
 .../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/065dd9c5/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 b9cdbf6..5579378 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
@@ -29,7 +29,8 @@
           "centos-ppc"
         ],
         "versions": [
-          6
+          6,
+          7
         ]
       },
       "debian": {