X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=aai-schema%2Fsrc%2Fmain%2Fresources%2Fonap%2Fdbedgerules%2Fv28%2FDbEdgeRules_hpa_v28.json;fp=aai-schema%2Fsrc%2Fmain%2Fresources%2Fonap%2Fdbedgerules%2Fv28%2FDbEdgeRules_hpa_v28.json;h=0000000000000000000000000000000000000000;hb=f380fb4be2d314984e238908b8d1b623762aadb8;hp=a2d444422131f0113ff79c6455fa8a3adaa360df;hpb=23760220f3d156b927838e4888ad00fb21e905c6;p=aai%2Fschema-service.git diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_hpa_v28.json b/aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_hpa_v28.json deleted file mode 100644 index a2d4444..0000000 --- a/aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_hpa_v28.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "rules": [ - { - "from": "hpa-capability", - "to": "flavor", - "label": "org.onap.relationships.inventory.BelongsTo", - "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", - "delete-other-v": "NONE", - "SVC-INFRA": "NONE", - "prevent-delete": "!${direction}", - "default": "true", - "description":"" - }, - { - "from": "hpa-capability", - "to": "cloud-region", - "label": "org.onap.relationships.inventory.BelongsTo", - "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", - "delete-other-v": "NONE", - "SVC-INFRA": "NONE", - "prevent-delete": "!${direction}", - "default": "true", - "description":"" - }, - { - "from": "hpa-feature-attributes", - "to": "hpa-capability", - "label": "org.onap.relationships.inventory.BelongsTo", - "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", - "delete-other-v": "!${direction}", - "SVC-INFRA": "!${direction}", - "prevent-delete": "NONE", - "default": "true", - "description":"" - }, - { - "from": "hpa-capacity", - "to": "pserver", - "label": "org.onap.relationships.inventory.BelongsTo", - "direction": "OUT", - "multiplicity": "MANY2ONE", - "contains-other-v": "!${direction}", - "delete-other-v": "!${direction}", - "SVC-INFRA": "!${direction}", - "prevent-delete": "NONE", - "default": "true", - "description":"HPA Capacity KV for given compute node" - }, - { - "from": "flavor", - "to": "pserver", - "label": "org.onap.relationships.inventory.CanBeInstantiatedIn", - "direction": "OUT", - "multiplicity": "MANY2MANY", - "contains-other-v": "NONE", - "delete-other-v": "NONE", - "prevent-delete": "NONE", - "default": "true", - "description":"HPA Capacity getting the compute nodes from given flavor" - } - ] -}