AMBARI-21761. VDF should support redhat-ppc6 and redhat-ppc7 OS types (ncole)
(cherry picked from commit 4fa581afb0497e3d3e607530501290fa9fff4340) Change-Id: Ifd2dd06e2df8aac270235e8ce79f013cf7352afc Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/dcf9a4a9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dcf9a4a9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dcf9a4a9 Branch: refs/heads/2.5-maint Commit: dcf9a4a90048306e3a4223ad74bf149b41d45476 Parents: 99a0714 Author: Nate Cole <[email protected]> Authored: Fri Aug 18 23:15:52 2017 -0400 Committer: [email protected] <[email protected]> Committed: Sat Aug 19 11:46:23 2017 +0000 ---------------------------------------------------------------------- ambari-server/src/main/resources/version_definition.xsd | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/dcf9a4a9/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" />
