diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2018-03-09 21:14:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-09 21:14:31 +0000 |
commit | 9bfec028ce6f4b0e7e7d59f29bf970d9d8a8024b (patch) | |
tree | 355fc88baa872ca3be51b633aad2efd7fc84fb74 /aai-schema/src/main/resources | |
parent | 1ab23228aa006a0ad8d25ab488d5952cf5182593 (diff) | |
parent | 056d0d23b9c89321abf5da10a596f2ddd396616a (diff) |
Merge "Fix dependentOn for hpaCapability node"
Diffstat (limited to 'aai-schema/src/main/resources')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v12.xml | 10 | ||||
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v13.xml | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml index 196d00f0..805d5009 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- ============LICENSE_START======================================================= - org.openecomp.aai + org.onap.aai ================================================================================ Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. ================================================================================ @@ -529,18 +529,18 @@ </xml-properties> </xml-element> <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v12.RelationshipList"/> - <xml-element container-type="java.util.ArrayList" java-attribute="hpaFeatureAttribute" name="hpa-feature-attribute" type="inventory.aai.onap.org.v12.HpaFeatureAttribute"/> + <xml-element container-type="java.util.ArrayList" java-attribute="hpaFeatureAttributes" name="hpa-feature-attributes" type="inventory.aai.onap.org.v12.HpaFeatureAttributes"/> </java-attributes> <xml-properties> <xml-property name="description" value="Represents a HPA capability"/> <xml-property name="indexedProps" value="hpa-feature,hpa-hw-arch,hpa-capability-id"/> - <xml-property name="dependentOn" value="flavor"/> + <xml-property name="dependentOn" value="flavor,cloud-region"/> <xml-property name="container" value="hpa-capabilities"/> </xml-properties> </java-type> - <java-type name="HpaFeatureAttribute"> - <xml-root-element name="hpa-feature-attribute"/> + <java-type name="HpaFeatureAttributes"> + <xml-root-element name="hpa-feature-attributes"/> <java-attributes> <xml-element java-attribute="hpaAttributeKey" name="hpa-attr-key" type="java.lang.String"> <xml-properties> diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml index 9c4272b1..96f22270 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- ============LICENSE_START======================================================= - org.openecomp.aai + org.onap.aai ================================================================================ Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. ================================================================================ @@ -529,18 +529,18 @@ </xml-properties> </xml-element> <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v13.RelationshipList"/> - <xml-element container-type="java.util.ArrayList" java-attribute="hpaFeatureAttribute" name="hpa-feature-attribute" type="inventory.aai.onap.org.v13.HpaFeatureAttribute"/> + <xml-element container-type="java.util.ArrayList" java-attribute="hpaFeatureAttributes" name="hpa-feature-attributes" type="inventory.aai.onap.org.v13.HpaFeatureAttributes"/> </java-attributes> <xml-properties> <xml-property name="description" value="Represents a HPA capability"/> <xml-property name="indexedProps" value="hpa-feature,hpa-hw-arch,hpa-capability-id"/> - <xml-property name="dependentOn" value="flavor"/> + <xml-property name="dependentOn" value="flavor,cloud-region"/> <xml-property name="container" value="hpa-capabilities"/> </xml-properties> </java-type> - <java-type name="HpaFeatureAttribute"> - <xml-root-element name="hpa-feature-attribute"/> + <java-type name="HpaFeatureAttributes"> + <xml-root-element name="hpa-feature-attributes"/> <java-attributes> <xml-element java-attribute="hpaAttributeKey" name="hpa-attr-key" type="java.lang.String"> <xml-properties> |