Repository: ambari Updated Branches: refs/heads/branch-2.5 356fe696c -> e6d1ee486
AMBARI-19525: Unit Test failure during schema verification of configuration files Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e6d1ee48 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e6d1ee48 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e6d1ee48 Branch: refs/heads/branch-2.5 Commit: e6d1ee48677856d0d55ea7b793d29040eb1748cc Parents: 356fe69 Author: Nahappan Somasundaram <[email protected]> Authored: Fri Jan 13 06:08:54 2017 -0800 Committer: Nahappan Somasundaram <[email protected]> Committed: Fri Jan 13 11:23:19 2017 -0800 ---------------------------------------------------------------------- ambari-server/src/main/resources/configuration-schema.xsd | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e6d1ee48/ambari-server/src/main/resources/configuration-schema.xsd ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/configuration-schema.xsd b/ambari-server/src/main/resources/configuration-schema.xsd index 41d4e51..eeb0f68 100644 --- a/ambari-server/src/main/resources/configuration-schema.xsd +++ b/ambari-server/src/main/resources/configuration-schema.xsd @@ -62,6 +62,13 @@ </xs:sequence> </xs:complexType> </xs:element> + <xs:element name="used-by" minOccurs="0"> + <xs:complexType> + <xs:sequence> + <xs:element name="property" type="propertyDependencyInfo" minOccurs="1" maxOccurs="unbounded"/> + </xs:sequence> + </xs:complexType> + </xs:element> </xs:all> <xs:attribute name="require-input" type="xs:boolean" use="optional"/> </xs:complexType> @@ -87,6 +94,7 @@ <xs:element name="editable-only-at-install" type="xs:boolean" minOccurs="0"/> <xs:element name="show-property-name" type="xs:boolean" minOccurs="0"/> <xs:element name="increment-step" type="xs:string" minOccurs="0"/> + <xs:element name="keystore" type="xs:boolean" minOccurs="0"/> <xs:element name="entries" minOccurs="0"> <xs:complexType> <xs:sequence>
