aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-04-11 09:15:06 -0400
committerwr148d <wr148d@att.com>2022-04-11 09:15:06 -0400
commit8e0fe8fce59af0586ae6aa2a18222a675459ec38 (patch)
tree5ed55789f384efe15fe1c85e855c1bf6fc514873
parentba03c650aa17b2af550c9e5a4710d677ae834c54 (diff)
[AAI] Upgrading to v24 to have icmp-unreachable instead of the typo lcmp-unreachable
Issue-ID: AAI-3466 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I240de905da7f3c02f643ec57b851361b9bb0b3de
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_v24.json2
-rw-r--r--aai-schema/src/main/resources/onap/oxm/v24/aai_oxm_v24.xml24
2 files changed, 13 insertions, 13 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_v24.json b/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_v24.json
index b275b01..4334c72 100644
--- a/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_v24.json
+++ b/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_v24.json
@@ -6563,7 +6563,7 @@
"default": "true",
"description":"the zone is associated to another zone."
},{
- "from": "lcmp-unreachable",
+ "from": "icmp-unreachable",
"to": "l-interface",
"label": "tosca.relationships.network.BindsTo",
"direction": "OUT",
diff --git a/aai-schema/src/main/resources/onap/oxm/v24/aai_oxm_v24.xml b/aai-schema/src/main/resources/onap/oxm/v24/aai_oxm_v24.xml
index d1a4687..402e458 100644
--- a/aai-schema/src/main/resources/onap/oxm/v24/aai_oxm_v24.xml
+++ b/aai-schema/src/main/resources/onap/oxm/v24/aai_oxm_v24.xml
@@ -2027,7 +2027,7 @@
<xml-element java-attribute="sriovVfs" name="sriov-vfs" type="inventory.aai.onap.org.v24.SriovVfs"/>
<xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v24.LInterfaces"/>
<xml-element java-attribute="temporaryParameterLists" name="temporary-parameter-lists" type="inventory.aai.onap.org.v24.TemporaryParameterLists"/>
- <xml-element java-attribute="lcmpUnreachables" name="lcmp-unreachables" type="inventory.aai.onap.org.v24.LcmpUnreachables"/>
+ <xml-element java-attribute="icmpUnreachables" name="icmp-unreachables" type="inventory.aai.onap.org.v24.icmpUnreachables"/>
<xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v24.RelationshipList"/>
<xml-element container-type="java.util.ArrayList" java-attribute="l3InterfaceIpv4AddressList" name="l3-interface-ipv4-address-list" type="inventory.aai.onap.org.v24.L3InterfaceIpv4AddressList"/>
<xml-element container-type="java.util.ArrayList" java-attribute="l3InterfaceIpv6AddressList" name="l3-interface-ipv6-address-list" type="inventory.aai.onap.org.v24.L3InterfaceIpv6AddressList"/>
@@ -16672,19 +16672,19 @@
<xml-property name="requiredProps" value="esi-id"/>
</xml-properties>
</java-type>
- <java-type name="LcmpUnreachables">
+ <java-type name="icmpUnreachables">
<xml-properties>
- <xml-property name="description" value="Collection of lcmp unreachables."/>
+ <xml-property name="description" value="Collection of icmp unreachables."/>
</xml-properties>
- <xml-root-element name="lcmp-unreachables"/>
+ <xml-root-element name="icmp-unreachables"/>
<java-attributes>
- <xml-element container-type="java.util.ArrayList" java-attribute="lcmpUnreachable" name="lcmp-unreachable" type="inventory.aai.onap.org.v24.LcmpUnreachable"/>
+ <xml-element container-type="java.util.ArrayList" java-attribute="icmpUnreachable" name="icmp-unreachable" type="inventory.aai.onap.org.v24.icmpUnreachable"/>
</java-attributes>
</java-type>
- <java-type name="LcmpUnreachable">
- <xml-root-element name="lcmp-unreachable"/>
+ <java-type name="icmpUnreachable">
+ <xml-root-element name="icmp-unreachable"/>
<java-attributes>
- <xml-element java-attribute="lcmpUnreachableId" name="lcmp-unreachable-id" required="true" type="java.lang.String" xml-key="true">
+ <xml-element java-attribute="icmpUnreachableId" name="icmp-unreachable-id" required="true" type="java.lang.String" xml-key="true">
<xml-properties>
<xml-property name="description" value="object identifier"/>
</xml-properties>
@@ -16724,11 +16724,11 @@
</java-attributes>
<xml-properties>
<xml-property name="description" value="Flag to indicate generation of Internet Control Message Protocol (ICMP) unreachable messages"/>
- <xml-property name="indexedProps" value="lcmp-unreachable-id,data-owner,data-source,data-source-version"/>
+ <xml-property name="indexedProps" value="icmp-unreachable-id,data-owner,data-source,data-source-version"/>
<xml-property name="dependentOn" value="l-interface"/>
- <xml-property name="container" value="lcmp-unreachables"/>
- <xml-property name="uriTemplate" value="/lcmp-unreachables/lcmp-unreachable/{lcmp-unreachable-id}"/>
- <xml-property name="requiredProps" value="lcmp-unreachable-id"/>
+ <xml-property name="container" value="icmp-unreachables"/>
+ <xml-property name="uriTemplate" value="/icmp-unreachables/icmp-unreachable/{icmp-unreachable-id}"/>
+ <xml-property name="requiredProps" value="icmp-unreachable-id"/>
</xml-properties>
</java-type>
</java-types>