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/496cfe04 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/496cfe04 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/496cfe04 Branch: refs/heads/branch-feature-AMBARI-21450 Commit: 496cfe04e3a7f2ad3884d9ba9801e08e0168b89c Parents: 833fe16 Author: Nate Cole <[email protected]> Authored: Sat Aug 19 08:03:02 2017 -0400 Committer: Nate Cole <[email protected]> Committed: Sat Aug 19 08:03:02 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/496cfe04/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 9710c90..851e0d5 100644 --- a/ambari-server/src/main/resources/version_definition.xsd +++ b/ambari-server/src/main/resources/version_definition.xsd @@ -52,6 +52,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" />
