Repository: ambari Updated Branches: refs/heads/branch-2.5 85801149d -> 4fa581afb
AMBARI-21761. VDF should support redhat-ppc6 and redhat-ppc7 OS types (ncole) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4fa581af Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4fa581af Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4fa581af Branch: refs/heads/branch-2.5 Commit: 4fa581afb0497e3d3e607530501290fa9fff4340 Parents: 8580114 Author: Nate Cole <[email protected]> Authored: Fri Aug 18 23:15:52 2017 -0400 Committer: Nate Cole <[email protected]> Committed: Fri Aug 18 23:15:52 2017 -0400 ---------------------------------------------------------------------- ambari-server/src/main/resources/version_definition.xsd | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4fa581af/ambari-server/src/main/resources/version_definition.xsd ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/version_definition.xsd b/ambari-server/src/main/resources/version_definition.xsd index bef3739..b772d7e 100644 --- a/ambari-server/src/main/resources/version_definition.xsd +++ b/ambari-server/src/main/resources/version_definition.xsd @@ -51,6 +51,8 @@ <xs:restriction base="xs:string"> <xs:enumeration value="redhat6" /> <xs:enumeration value="redhat7" /> + <xs:enumeration value="redhat-ppc6" /> + <xs:enumeration value="redhat-ppc7" /> <xs:enumeration value="debian6" /> <xs:enumeration value="debian7" /> <xs:enumeration value="ubuntu12" />
