diff options
author | Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> | 2020-12-03 05:41:09 +0000 |
---|---|---|
committer | Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> | 2020-12-03 05:47:24 +0000 |
commit | 48b51fcb7fe74b9398ea3a083461ba12d97acf2a (patch) | |
tree | 9ecfff98126d233287f37aacb884e9b10c3a580b | |
parent | 614b049d25ca4aef165eb0d53bb25662b3ee8a39 (diff) |
Commented Otn Label Restriction which will be used
later by MDONS use case
Issue-ID: AAI-3225
Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
Change-Id: I4d5c190ac0160b46595c516beab15106838a9202
Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json | 12 | ||||
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml | 4 |
2 files changed, 2 insertions, 14 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json b/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json index 396d970..9f191f7 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json @@ -531,18 +531,6 @@ "prevent-delete": "NONE", "default": "true", "description":"For MDONS usecase" - }, - { - "from": "label-restriction", - "to": "bandwidth-attribute", - "label": "org.onap.relationships.inventory.BelongsTo", - "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", - "delete-other-v": "!${direction}", - "prevent-delete": "NONE", - "default": "true", - "description":"For MDONS usecase" } ] } diff --git a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml index fc83e81..60172da 100644 --- a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml +++ b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml @@ -2515,7 +2515,7 @@ </xml-properties> </java-type> - <java-type name="OTNLabelRestrictions"> + <!--java-type name="OTNLabelRestrictions"> <xml-properties> <xml-property name="description" value="Collection of Label Restriction. Added for ENNI in MDONS use case."/> </xml-properties> @@ -2563,7 +2563,7 @@ <xml-property name="dependentOn" value="bandwidth-attribute"/> <xml-property name="requiredProps" value="lr-id"/> </xml-properties> - </java-type> + </java-type--> <java-type name="LagInterfaces"> <xml-properties> |