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/705a62be
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/705a62be
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/705a62be

Branch: refs/heads/feature-branch-AMBARI-21307
Commit: 705a62be23e9388e602319056b83d86282b520c9
Parents: a0ae01d
Author: Nate Cole <nc...@hortonworks.com>
Authored: Sat Aug 19 08:04:00 2017 -0400
Committer: Nate Cole <nc...@hortonworks.com>
Committed: Sat Aug 19 08:04:00 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/705a62be/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" />

Reply via email to