Repository: ambari Updated Branches: refs/heads/trunk 03f48a26e -> 62d657f26
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/62d657f2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/62d657f2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/62d657f2 Branch: refs/heads/trunk Commit: 62d657f2665cb169d0d235ab2ec244a49d0a538b Parents: 03f48a2 Author: Nahappan Somasundaram <[email protected]> Authored: Fri Jan 13 06:08:54 2017 -0800 Committer: Nahappan Somasundaram <[email protected]> Committed: Fri Jan 13 11:22:50 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/62d657f2/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 daba29f..17f7393 100644 --- a/ambari-server/src/main/resources/configuration-schema.xsd +++ b/ambari-server/src/main/resources/configuration-schema.xsd @@ -63,6 +63,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> @@ -92,6 +99,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>
